@charset "UTF-8";
body {
  color: #514327;
  font-family: "Hiragino UD Sans F StdN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "游ゴシック体", Yu Gothic Medium, Yu Gothic, sans-serif;
  font-weight: 600;
  position: relative;
  text-align: center;
  font-size: 4vw; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 26px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 5.2vw; }
  @media screen and (min-width: 769px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 36px; } }

p {
  font-weight: bold; }

img {
  width: 100%; }

i {
  font-style: normal; }

.font-min90 {
  font-size: 90%; }

.font-min80 {
  font-size: 80%; }

.font-min70 {
  font-size: 70%; }

.font-min60 {
  font-size: 60%; }

.font-w-normal {
  font-weight: normal; }

.font-w-bold {
  font-weight: bold; }

.color-green {
  color: #69ba00; }

.color-green-l {
  color: #b2d93b; }

.color-orange {
  color: #f09108; }

.color-pink {
  color: #ff72ae; }

.color-red {
  color: #ee391a; }

.color-yellow-l {
  color: #fffea2; }

.color-brown {
  color: #514327; }

.line-yellow {
  background: linear-gradient(0deg, #fffea2 0, #fffea2 0.2em, transparent 0.2em, transparent 100%); }

.line-bold {
  background: #fffea2;
  padding: 2px 8px; }

.line-dot {
  border-bottom: #69ba00 dashed 2px;
  padding-bottom: 0.4%; }

.line-green {
  border-bottom: #69ba00 solid 2px;
  padding-bottom: 0.4%; }

.head-dot {
  background-image: radial-gradient(circle at center, #69ba00 23%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .4em; }

.decoration__line-top1 {
  background: url(../img/title-decoration_line-top1.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__line-top2 {
  background: url(../img/title-decoration_line-top2.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__line-top3 {
  background: url(../img/title-decoration_line-top3.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__line-side {
  background: url(../img/title-decoration_line-side.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__line-side-orange {
  background: url(../img/title-decoration_line-side-orange.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__big_line-top {
  background: url(../img/title-decoration-big_line-top.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__big_line-side {
  background: url(../img/title-decoration-big_line-side.svg) no-repeat center center;
  background-size: 100% auto; }

.decoration__frame-clover {
  background: url(../img/frame-clover.png) no-repeat center center;
  background-size: 100% auto; }

.bg__white {
  background: #fff; }

.bg__paper-white {
  background: url(../img/bg_paper-white.gif); }

.bg__paper-brown {
  background: url(../img/bg_paper-brown.gif); }

.l-main {
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: -30px -30px 0px 0px white, 30px -30px 0px 0px white, -30px 30px 0px 0px white, 30px 30px 0px 0px white; }
  @media screen and (min-width: 769px) {
    .l-main {
      max-width: 680px;
      border-radius: 2rem;
      border: 1px solid #69ba00;
      margin: 80px auto; } }

.voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .voice__list li {
    width: 24.2%;
    font-weight: bold;
    display: block;
    padding: 0.4% 0; }
    .voice__list li img {
      width: 100%; }

.check__list-circle {
  text-align: left; }
  .check__list-circle li {
    position: relative;
    padding: 1% 1% 1% 5vw;
    font-weight: bold;
    display: block; }
    .check__list-circle li:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: '';
      display: inline-block;
      background: #69ba00;
      mask-image: url(../img/icon/icon_check-circle.svg);
      mask-size: cover;
      width: 4.2vw;
      height: 4.2vw;
      aspect-ratio: 1/1; }
    .check__list-circle li.list-note {
      margin-bottom: 4%; }
      .check__list-circle li.list-note .note {
        font-size: 75%;
        bottom: -12px;
        position: absolute;
        width: 100%;
        display: block;
        opacity: 0.9;
        font-weight: bold; }
      @media screen and (min-width: 769px) {
        .check__list-circle li.list-note {
          margin-bottom: 2%; }
          .check__list-circle li.list-note .note {
            font-size: 50%;
            bottom: -4px; } }

.check__list {
  text-align: left; }
  .check__list li {
    position: relative;
    padding: 2% 1% 2% 7.6vw;
    font-weight: bold;
    display: block; }
    .check__list li:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 2%;
      margin: auto;
      content: '';
      display: inline-block;
      background: #69ba00;
      mask-image: url(../img/icon/icon_check.svg);
      mask-size: cover;
      width: 4.5vw;
      height: 4.5vw;
      aspect-ratio: 1/1; }

.number__list {
  text-align: left; }
  .number__list li {
    border-bottom: dotted 2px #69ba00;
    display: block; }
    .number__list li:last-child {
      border-bottom: none; }
    .number__list li:nth-child(1) a::before {
      content: '1'; }
    .number__list li:nth-child(2) a::before {
      content: '2'; }
    .number__list li:nth-child(3) a::before {
      content: '3'; }
    .number__list li:nth-child(4) a::before {
      content: '4'; }
    .number__list li:nth-child(5) a::before {
      content: '5'; }
    .number__list li:nth-child(6) a::before {
      content: '6'; }
    .number__list li:nth-child(7) a::before {
      content: '7'; }
    .number__list li a {
      position: relative;
      padding: 4% 7% 4% 10%;
      box-sizing: border-box;
      font-size: 4.2vw;
      display: block;
      text-decoration: none;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .number__list li a {
          font-size: 27px; } }
      .number__list li a:before {
        color: #fff;
        background: #69ba00;
        border-radius: 50px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 7.5vw;
        height: 7.5vw;
        margin: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (min-width: 769px) {
          .number__list li a:before {
            width: 50px;
            height: 50px; } }
      .number__list li a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 4.6vw;
        content: '';
        height: 4.6vw;
        background: #69ba00;
        mask-image: url(../img/icon/icon_arrow-bottom.svg);
        display: block; }
        @media screen and (min-width: 769px) {
          .number__list li a:after {
            width: 40px;
            height: 40px; } }

.movie-content {
  position: relative;
  overflow: hidden; }
  .movie-content video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  .movie-content .play-btn {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 100%;
    padding: 0 40%;
    height: auto;
    aspect-ratio: 1 / 1;
    cursor: pointer; }

/*　　ページスタイル　　*/
#hdr {
  background: url(../img/heade_bg.png) no-repeat;
  background-size: cover;
  position: relative; }
  #hdr .header__logo {
    position: absolute;
    width: 25%;
    top: 7px;
    right: 8px; }
    @media screen and (min-width: 769px) {
      #hdr .header__logo {
        right: 20px; } }
  #hdr .header__title {
    width: 90%;
    padding: 5% 0;
    margin: 0 auto; }

#main-visual .main-visual__pv {
  width: 100%; }
#main-visual .main-visual__award {
  padding: 3.8% 4%;
  margin-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff3df; }
  @media screen and (min-width: 769px) {
    #main-visual .main-visual__award {
      padding: 3.6% 8%; } }
  #main-visual .main-visual__award img {
    width: 31%; }
#main-visual .main-visual__comment {
  padding: 4% 11% 10%; }

#about-btd .section__inner {
  padding: 3px 0 4% 0;
  position: relative; }
  #about-btd .section__inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background: url(../img/bg_paper-brown.gif); }
  #about-btd .section__inner img {
    position: relative;
    z-index: 2; }
#about-btd .about-btd__title i {
  font-size: 220%;
  line-height: 1.3; }
#about-btd .about-btd__title__annotation {
  margin-top: -1vw;
  padding-right: 1em;
  font-size: 70%;
  font-weight: normal;
  display: block; }
  @media screen and (min-width: 769px) {
    #about-btd .about-btd__title__annotation {
      margin-top: -10px; } }
#about-btd .about-btd__text {
  padding: 3% 0;
  font-size: 5vw; }
  #about-btd .about-btd__text i {
    font-size: 120%; }
  @media screen and (min-width: 769px) {
    #about-btd .about-btd__text {
      font-size: 32px; } }
#about-btd .about-btd__title-bct {
  line-height: 1.4;
  font-size: 5vw;
  padding-bottom: 0; }
  #about-btd .about-btd__title-bct i {
    font-size: 160%; }
  @media screen and (min-width: 769px) {
    #about-btd .about-btd__title-bct {
      font-size: 34px; } }

#femtech-fes .femtech-fes__title {
  font-size: 6.2vw;
  line-height: 1.4; }
  #femtech-fes .femtech-fes__title i {
    display: block; }
  @media screen and (min-width: 769px) {
    #femtech-fes .femtech-fes__title {
      font-size: 48px; } }
#femtech-fes .femtech-fes__text {
  font-size: 3.2vw;
  line-height: 1.8; }
  @media screen and (min-width: 769px) {
    #femtech-fes .femtech-fes__text {
      font-size: 21px; } }
#femtech-fes .femtech-fes__main {
  width: 92%;
  margin: 6% auto 0; }

#thoughts:before {
  display: block;
  content: '';
  width: 100%;
  aspect-ratio: 7.2 / 1;
  height: auto;
  background-image: url(../img/thoughts_bg-top.png), url(../img/bg_paper-brown.gif);
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto; }
#thoughts .thoughts__title i {
  font-size: 180%; }
#thoughts .thoughts__pv {
  margin: 2% auto 4%;
  width: 92%; }
#thoughts .thoughts__everyone-comment {
  width: 92%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  position: relative;
  z-index: 2;
  background: #fff; }
  #thoughts .thoughts__everyone-comment .voice__list li:nth-of-type(n+5) {
    padding-bottom: 0; }
  #thoughts .thoughts__everyone-comment .thoughts__title-green {
    background: #69ba00;
    padding: 4.4% 0;
    margin-top: 3px;
    font-size: 3.6vw;
    color: #fff; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__everyone-comment .thoughts__title-green {
        font-size: 22px; } }
  #thoughts .thoughts__everyone-comment .check__list-circle {
    padding: 6%;
    font-size: 4.4vw;
    background: url(../img/thoughts_comment-bg.png) no-repeat bottom right;
    background-size: 60% auto;
    line-height: 2; }
    #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(3),
    #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(4),
    #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(5) {
      font-size: 4vw; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__everyone-comment .check__list-circle {
        font-size: 30px; }
        #thoughts .thoughts__everyone-comment .check__list-circle li {
          padding: 2% 1% 2% 10%; }
          #thoughts .thoughts__everyone-comment .check__list-circle li:before {
            width: 30px;
            height: 30px;
            aspect-ratio: 1 / 1; }
        #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(3),
        #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(4),
        #thoughts .thoughts__everyone-comment .check__list-circle li:nth-child(5) {
          font-size: 26px; } }
#thoughts .thoughts__made {
  position: relative; }
  #thoughts .thoughts__made:before {
    content: "";
    display: block;
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1.2;
    background: url(../img/thoughts_comment-bottom.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin: auto; }
  #thoughts .thoughts__made .thoughts__made-title {
    position: relative;
    z-index: 2;
    font-size: 6vw;
    line-height: 1.8;
    padding: 12% 0 3%;
    top: -8vw;
    margin-bottom: 100vw; }
    #thoughts .thoughts__made .thoughts__made-title i {
      padding-bottom: 1%; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__made .thoughts__made-title {
        top: -50px;
        font-size: 40px;
        margin-bottom: 700px; } }
  #thoughts .thoughts__made .thoughts__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  #thoughts .thoughts__made .thoughts__logo {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto 50px; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__made .thoughts__logo {
        width: 65%; } }
  #thoughts .thoughts__made .js__pop-on-name {
    cursor: pointer;
    position: absolute;
    width: 25%;
    top: -14vw;
    right: -14vw;
    transition: all 0.5s ease; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__made .js__pop-on-name {
        top: -100px;
        right: -100px; } }
    #thoughts .thoughts__made .js__pop-on-name:hover {
      opacity: 0.5; }
  #thoughts .thoughts__made .pop__brand-name {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.5s ease;
    cursor: pointer; }
    #thoughts .thoughts__made .pop__brand-name img {
      width: 90%;
      max-width: 580px; }
    #thoughts .thoughts__made .pop__brand-name.pop-on {
      opacity: 1;
      z-index: 20;
      pointer-events: auto; }
  #thoughts .thoughts__made .thoughts__btn {
    position: relative;
    padding: 0;
    transition: all 0.5s ease; }
    #thoughts .thoughts__made .thoughts__btn:hover {
      opacity: 0.5; }
    @media screen and (min-width: 769px) {
      #thoughts .thoughts__made .thoughts__btn {
        padding: 8% 0 0; } }

#introduction {
  padding-top: 2%; }
  #introduction .introduction-text p {
    line-height: 1.8; }
  #introduction .introduction-text sup {
    font-size: 60%; }
  #introduction .introduction-text .introduction-text__illust {
    width: 80%;
    margin: 12% auto; }
  #introduction .introduction-text .introduction-text__photo {
    width: 90%;
    border-radius: 20px;
    margin: 12% auto; }
  #introduction .introduction-text .introduction-text__photo-full {
    margin: 12% auto; }
  #introduction .introduction-text .title-ashitaba {
    display: block;
    padding: 1% 0;
    line-height: 1.8;
    width: 96%;
    margin: 0 auto; }
    #introduction .introduction-text .title-ashitaba .color-green {
      font-size: 130%; }
  #introduction .introduction-text .mulberr__video video {
    width: 100%;
    height: auto;
    aspect-ratio: 1.34/1; }
  #introduction .introduction-text .mulberry-ashitaba {
    margin-top: 5vw;
    border: #fbf7ef solid 4px;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .mulberry-ashitaba {
        margin-top: 30px; } }
  #introduction .introduction-comparison {
    margin-top: 15vw;
    position: relative; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-comparison {
        margin-top: 90px; } }
    #introduction .introduction-comparison .introduction-comparison__title {
      position: absolute;
      top: -18px;
      left: 0;
      right: 0;
      margin: auto;
      background: #69ba00;
      color: #fff;
      text-align: center;
      width: 80%;
      margin: 0 auto;
      border-radius: 50px;
      font-size: 4.4vw;
      padding: 3% 0; }
      @media screen and (min-width: 769px) {
        #introduction .introduction-comparison .introduction-comparison__title {
          top: -30px;
          font-size: 26px; } }
    #introduction .introduction-comparison .introduction-comparison__vegetables {
      position: relative;
      width: 92%;
      margin: 0 auto;
      top: -8vw;
      background: #fff;
      border-bottom: #ece8e0 solid 4px;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 769px) {
        #introduction .introduction-comparison .introduction-comparison__vegetables {
          top: -50px; } }
      #introduction .introduction-comparison .introduction-comparison__vegetables .introduction-comparison__graph-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15% 5% 5%; }
        #introduction .introduction-comparison .introduction-comparison__vegetables .introduction-comparison__graph-list img {
          width: 50%; }
      #introduction .introduction-comparison .introduction-comparison__vegetables .note {
        font-size: 2.4vw;
        margin-bottom: 4%;
        display: block;
        opacity: 0.9; }
        @media screen and (min-width: 769px) {
          #introduction .introduction-comparison .introduction-comparison__vegetables .note {
            font-size: 13px; } }
      #introduction .introduction-comparison .introduction-comparison__vegetables p {
        font-size: 3vw;
        text-align: left;
        padding: 0 5% 5%; }
        @media screen and (min-width: 769px) {
          #introduction .introduction-comparison .introduction-comparison__vegetables p {
            font-size: 18px; } }
  #introduction .introduction-text .introduction-text__note {
    padding: 5% 0 10%;
    font-size: 80%; }
  #introduction .introduction-text .introduction-text__title-growth {
    width: 96%;
    margin: 0 auto; }
  #introduction .introduction-text .growth-content {
    background: #fff;
    padding: 4%;
    width: 92%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    margin-bottom: 12%; }
    #introduction .introduction-text .growth-content .growth-content__title {
      font-size: 3.6vw;
      position: relative;
      top: -4vw;
      padding: 0;
      line-height: 1.5; }
      @media screen and (min-width: 769px) {
        #introduction .introduction-text .growth-content .growth-content__title {
          font-size: 24px;
          top: -30px; } }
  #introduction .introduction-text .introduction-text__title-born {
    padding: 10% 0 0;
    margin-bottom: -6%;
    line-height: 1.5;
    background-position: top;
    font-size: 4.8vw; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .introduction-text__title-born {
        font-size: 32px; } }
  #introduction .introduction-text .list__trial-and-error {
    width: 92%;
    margin: 8% auto; }
    #introduction .introduction-text .list__trial-and-error li {
      font-size: 3.6vw;
      background: #fff;
      border-radius: 20px;
      margin-top: 2%; }
      #introduction .introduction-text .list__trial-and-error li.min {
        letter-spacing: -0.2vw;
        font-size: 85%; }
        @media screen and (min-width: 769px) {
          #introduction .introduction-text .list__trial-and-error li.min {
            letter-spacing: 0; } }
      @media screen and (min-width: 769px) {
        #introduction .introduction-text .list__trial-and-error li {
          font-size: 26px;
          padding-left: 50px;
          border-radius: 40px; }
          #introduction .introduction-text .list__trial-and-error li:before {
            content: '';
            width: 30px;
            height: 30px; } }
    #introduction .introduction-text .list__trial-and-error:after {
      content: "";
      display: none;
      width: 20%;
      height: auto;
      aspect-ratio: 3 / 1;
      background: url(../img/icon/icon_arrow-under.svg) no-repeat center center;
      background-size: cover;
      position: relative;
      z-index: 2;
      margin: auto; }
  #introduction .introduction-text .introduction-text__title-sns {
    font-size: 4.4vw;
    line-height: 1.4;
    margin-top: 5%; }
    #introduction .introduction-text .introduction-text__title-sns .color-green {
      display: inline;
      font-size: 96%; }
    #introduction .introduction-text .introduction-text__title-sns .font-min90 {
      display: inline;
      font-size: 80%; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .introduction-text__title-sns {
        font-size: 30px; } }
  #introduction .introduction-text .introduction-text__note {
    font-size: 2.6vw;
    opacity: 0.9;
    padding: 0;
    position: relative;
    top: -5px;
    font-weight: normal; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .introduction-text__note {
        font-size: 16px;
        top: -12px; } }
  #introduction .introduction-text .introduction-text__title-voice {
    font-size: 4.4vw;
    line-height: 1.4;
    margin-top: 5%; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .introduction-text__title-voice {
        font-size: 28px; } }
    #introduction .introduction-text .introduction-text__title-voice .color-orange {
      font-size: 120%; }
    #introduction .introduction-text .introduction-text__title-voice .size-min {
      font-size: 80%; }
  #introduction .introduction-text .introduction-text__title-dot {
    line-height: 1.8;
    font-size: 4vw;
    background: url(../img/introduction_title-bocotodeco.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 8% 0 6%;
    letter-spacing: 0.1vw;
    position: relative;
    top: 0.2em; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text .introduction-text__title-dot {
        font-size: 28px;
        background-size: 98% auto;
        letter-spacing: 0.4px;
        top: 6px; } }
  @media screen and (min-width: 769px) {
    #introduction .introduction-text .text__pc-ls-min {
      letter-spacing: -1px; } }
  #introduction .introduction-text p .ls-min {
    letter-spacing: -0.2vw; }
    @media screen and (min-width: 769px) {
      #introduction .introduction-text p .ls-min {
        letter-spacing: -0.4px; } }
  #introduction .introduction-voice {
    width: 92%;
    border-radius: 16% 16% 6% 6%;
    margin: 0 auto;
    background: #fff; }
    #introduction .introduction-voice .introduction-text__title-voice-mv {
      font-size: 4vw;
      line-height: 1.5;
      padding: 8% 0 4%;
      border-bottom: 6px solid #69ba00;
      position: relative; }
      @media screen and (min-width: 769px) {
        #introduction .introduction-voice .introduction-text__title-voice-mv {
          font-size: 26px; } }
      #introduction .introduction-voice .introduction-text__title-voice-mv .color-green {
        font-size: 110%; }
      #introduction .introduction-voice .introduction-text__title-voice-mv .icon-dash {
        position: absolute;
        top: 0;
        left: 0;
        width: 10%; }
    #introduction .introduction-voice .voice__list {
      background: #69ba00;
      padding: 1% 1.4%;
      overflow: hidden;
      border-radius: 0 0 20px 20px; }
      #introduction .introduction-voice .voice__list li:nth-child(5) {
        border-radius: 0 0 0 30%;
        overflow: hidden; }
      #introduction .introduction-voice .voice__list li:nth-child(8) {
        border-radius: 0 0 30% 0;
        overflow: hidden; }
  #introduction .introduction-voice-arrow {
    padding-bottom: 5%; }
    #introduction .introduction-voice-arrow:after {
      content: "";
      display: block;
      width: 20%;
      height: auto;
      aspect-ratio: 3 / 1;
      background: url(../img/icon/icon_arrow-under.svg) no-repeat center center;
      background-size: cover;
      position: relative;
      z-index: 2;
      margin: 0 auto; }

#youtuber .section__inner.youtuber-content {
  background: #fff;
  border-radius: 70px 70px 0 0;
  overflow: hidden;
  padding: 2% 0 0; }
  #youtuber .section__inner.youtuber-content .introduction-text__title-youtuber {
    line-height: 1.6;
    padding-top: 10%;
    font-size: 4vw;
    background-position: top center;
    padding-top: 6%;
    width: 98%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #youtuber .section__inner.youtuber-content .introduction-text__title-youtuber {
        font-size: 26px; } }
    #youtuber .section__inner.youtuber-content .introduction-text__title-youtuber .icon__play-red {
      width: 30%;
      display: inline-block;
      margin-right: 1%;
      position: relative;
      top: -1.6vw; }
      @media screen and (min-width: 769px) {
        #youtuber .section__inner.youtuber-content .introduction-text__title-youtuber .icon__play-red {
          top: -10px; } }
    #youtuber .section__inner.youtuber-content .introduction-text__title-youtuber .color-green {
      font-size: 124%; }
  #youtuber .section__inner.youtuber-content .frame-youtube {
    width: 92%;
    height: auto;
    aspect-ratio: 16 / 9; }
  #youtuber .section__inner.youtuber-content p {
    text-align: left;
    font-size: 3vw;
    width: 92%;
    margin: 0 auto 5%; }
    @media screen and (min-width: 769px) {
      #youtuber .section__inner.youtuber-content p {
        font-size: 18px; } }
#youtuber .section__inner .introduction-text__title-features {
  line-height: 1.3;
  padding: 5% 0;
  font-size: 4.4vw; }
  @media screen and (min-width: 769px) {
    #youtuber .section__inner .introduction-text__title-features {
      font-size: 26px; } }
  #youtuber .section__inner .introduction-text__title-features i {
    font-size: 120%; }
#youtuber .top__cta {
  display: block;
  overflow: hidden; }

#features .section__inner p {
  font-size: 3.6vw;
  line-height: 1.7; }
  @media screen and (min-width: 769px) {
    #features .section__inner p {
      font-size: 24px; } }
#features .section__inner .introduction-text__title-features {
  font-size: 8vw; }
  @media screen and (min-width: 769px) {
    #features .section__inner .introduction-text__title-features {
      font-size: 44px; } }
#features .section__inner .number__list {
  width: 92%;
  margin: 0 auto;
  padding: 4% 0; }
  #features .section__inner .number__list .min {
    letter-spacing: -0.2vw; }
    @media screen and (min-width: 769px) {
      #features .section__inner .number__list .min {
        letter-spacing: 0; } }
#features .section__inner .title-features-item {
  background: url(../img/features_item-title-bg.png) center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.253;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6%;
  box-sizing: border-box;
  margin-bottom: 8%;
  font-size: 5.8vw;
  padding-left: 2%; }
  @media screen and (min-width: 769px) {
    #features .section__inner .title-features-item {
      font-size: 36px; } }
  #features .section__inner .title-features-item.font-min {
    font-size: 5.4vw; }
    @media screen and (min-width: 769px) {
      #features .section__inner .title-features-item.font-min {
        font-size: 34px; } }
  #features .section__inner .title-features-item .num {
    position: absolute;
    color: #fff;
    height: 100%;
    top: 0;
    left: 2%;
    display: flex;
    align-items: center;
    padding: 4% 0 6%;
    box-sizing: border-box;
    font-size: 8vw; }
    @media screen and (min-width: 769px) {
      #features .section__inner .title-features-item .num {
        font-size: 46px; } }
  #features .section__inner .title-features-item:after {
    content: '';
    display: block;
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 0.11;
    background: url(../img/features_item-title-bg-effect.png) center center;
    background-size: 95% 95%;
    position: absolute;
    top: -5vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3; }
    @media screen and (min-width: 769px) {
      #features .section__inner .title-features-item:after {
        top: -30px; } }
#features .section__inner .features-item__photo {
  width: 90%;
  border-radius: 20px;
  margin: 12% auto; }
#features .section__inner .features-item__questionnaire {
  width: 92%;
  margin: 10% auto;
  background: #fff;
  border-radius: 20px;
  border: #fff solid 6px; }
  #features .section__inner .features-item__questionnaire .features-item__questionnaire-title {
    position: relative;
    text-align: center;
    background: #c2e6a4;
    border-radius: 20px 20px 0 0;
    font-size: 4.4vw;
    padding: 3% 0 5%; }
    @media screen and (min-width: 769px) {
      #features .section__inner .features-item__questionnaire .features-item__questionnaire-title {
        font-size: 30px; } }
    #features .section__inner .features-item__questionnaire .features-item__questionnaire-title:after {
      content: '';
      position: absolute;
      top: -4.8vw;
      left: 0;
      right: 0;
      display: block;
      width: 30%;
      margin: 0 auto;
      background: url(../img/features-item1-questionnaire-top.png) top center no-repeat;
      background-size: cover;
      height: auto;
      aspect-ratio: 1 / 0.18; }
      @media screen and (min-width: 769px) {
        #features .section__inner .features-item__questionnaire .features-item__questionnaire-title:after {
          top: -33px; } }
  #features .section__inner .features-item__questionnaire .features-item__questionnaire-text {
    padding: 2% 0 4%; }
    #features .section__inner .features-item__questionnaire .features-item__questionnaire-text p {
      font-size: 3.4vw;
      width: 92%;
      margin: 0 auto; }
      @media screen and (min-width: 769px) {
        #features .section__inner .features-item__questionnaire .features-item__questionnaire-text p {
          font-size: 22px; } }
      #features .section__inner .features-item__questionnaire .features-item__questionnaire-text p span {
        border-bottom: dotted 2px #c2e6a4;
        padding: 2% 0;
        display: block; }
#features .section__inner .features-item2-chart {
  width: 92%;
  margin: 6% auto; }
#features .section__inner .features-item__comparison {
  background: #fff;
  border-radius: 20px;
  width: 92%;
  margin: 14% auto 10%;
  padding: 4% 0;
  border: solid 2px #69ba00; }
  @media screen and (min-width: 769px) {
    #features .section__inner .features-item__comparison {
      padding: 2% 0 4%; } }
  #features .section__inner .features-item__comparison h3 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -10vw;
    font-size: 4.2vw;
    background: #69ba00;
    color: #fff;
    border-radius: 30px;
    margin-bottom: -10vw; }
    @media screen and (min-width: 769px) {
      #features .section__inner .features-item__comparison h3 {
        font-size: 28px;
        top: -50px;
        margin-bottom: -50px; } }
  #features .section__inner .features-item__comparison.orange {
    border: solid 2px #f09108;
    margin: 10% auto; }
    #features .section__inner .features-item__comparison.orange h3 {
      background: #f09108; }
  #features .section__inner .features-item__comparison .introduction-comparison__graph-list {
    display: flex;
    justify-content: space-between; }
#features .section__inner .features-item2-photo {
  width: 92%;
  margin: 10% auto 2%;
  border-radius: 20px;
  overflow: hidden; }
#features .section__inner .features-item__comparison-pop-btn {
  background: #fff url(../img/comparison-pop-btn.jpg) left center no-repeat;
  background-size: auto 100%;
  border-radius: 50px;
  border: #69ba00 solid 2px;
  width: 92%;
  margin: 8% auto;
  padding: 4% 0;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.5s ease; }
  #features .section__inner .features-item__comparison-pop-btn:after, #features .section__inner .features-item__comparison-pop-btn:before {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background: #69ba00; }
  #features .section__inner .features-item__comparison-pop-btn:before {
    transform: rotate(90deg); }
  #features .section__inner .features-item__comparison-pop-btn:hover {
    opacity: 0.5; }
#features .section__inner.features-item2 {
  padding-bottom: 5%; }
#features .section__inner.features-item3 .decoration__line-side {
  font-size: 6.4vw;
  padding-top: 0; }
  @media screen and (min-width: 769px) {
    #features .section__inner.features-item3 .decoration__line-side {
      font-size: 42px; } }
#features .section__inner.features-item3 .line-yellow {
  font-size: 90%;
  width: 92%;
  margin: 2% auto 8%; }
#features .section__inner.features-item3 .features-item3-photo-top {
  position: relative;
  border-bottom: #fff solid 12vw; }
  @media screen and (min-width: 769px) {
    #features .section__inner.features-item3 .features-item3-photo-top {
      border-bottom: #fff solid 120px; } }
  #features .section__inner.features-item3 .features-item3-photo-top .photo2 {
    position: absolute;
    bottom: -20%;
    z-index: 2; }
#features .section__inner.features-item3 .features-item3-photo-bottom {
  position: relative; }
  #features .section__inner.features-item3 .features-item3-photo-bottom h3 {
    position: absolute;
    font-size: 160%;
    top: 15%;
    width: 100%;
    text-align: center; }
#features .section__inner.features-item3 .introduction-text__title-growth {
  width: 96%;
  margin: 10% auto 0; }
#features .section__inner.features-item3 .growth-content {
  background: #fff;
  padding: 4%;
  width: 92%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  margin-bottom: 12%; }
  #features .section__inner.features-item3 .growth-content .growth-content__title {
    font-size: 4.2vw;
    position: relative;
    top: -4vw;
    padding: 0;
    line-height: 1.5; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item3 .growth-content .growth-content__title {
        font-size: 26px;
        top: -30px; } }
#features .section__inner.features-item3 .mulberr__video video {
  width: 100%;
  height: auto;
  aspect-ratio: 1.34/1; }
#features .section__inner.features-item3 .mulberry-ashitaba {
  margin: 5vw auto 0;
  border: #fbf7ef solid 4px;
  position: relative;
  width: 92%;
  border-radius: 20px; }
  @media screen and (min-width: 769px) {
    #features .section__inner.features-item3 .mulberry-ashitaba {
      margin-top: 30px; } }
#features .section__inner.features-item4 {
  position: relative;
  background: #fff; }
  #features .section__inner.features-item4 .title-features-item {
    margin-bottom: 3%; }
  #features .section__inner.features-item4 .features-item4-title {
    background: url(../img/features-item4-title-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    font-size: 5.6vw;
    aspect-ratio: 1 / 0.3;
    padding-top: 7%;
    padding-left: 3%; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item4 .features-item4-title {
        font-size: 38px; } }
  #features .section__inner.features-item4 .mix__video {
    position: relative;
    z-index: 3; }
    #features .section__inner.features-item4 .mix__video img {
      position: absolute;
      top: 0;
      bottom: 60%;
      margin: auto;
      width: 50%;
      height: auto;
      aspect-ratio: 1 / 0.4;
      z-index: 2; }
    #features .section__inner.features-item4 .mix__video video {
      position: relative;
      width: 80%;
      height: auto;
      margin: 2% auto 10%;
      border-radius: 20px;
      overflow: hidden;
      aspect-ratio: 1 / 1.538; }
#features .section__inner.features-item5 .comment {
  background: #fff;
  border-radius: 50px;
  width: 92%;
  margin: 4% auto 8%;
  padding: 4% 0;
  position: relative; }
  #features .section__inner.features-item5 .comment:after {
    content: "";
    display: block;
    width: 25%;
    height: auto;
    aspect-ratio: 3 / 1;
    background: #fff;
    mask-image: url(../img/icon/icon_arrow-under.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    position: absolute;
    margin: auto;
    bottom: -4vw;
    left: 0;
    right: 0; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item5 .comment:after {
        bottom: -40px; } }
#features .section__inner.features-item5 .illust {
  width: 92%;
  margin: 4% auto 0; }
#features .section__inner.features-item6 .features-item__recipe {
  width: 90%;
  margin: 2% auto 8%;
  background: #fff;
  border-radius: 20px;
  border: #f09108 solid 2px;
  position: relative;
  padding-bottom: 15%; }
  #features .section__inner.features-item6 .features-item__recipe h2 {
    font-size: 4.4vw;
    width: 94%;
    margin: 7% auto 2%; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item6 .features-item__recipe h2 {
        font-size: 28px; } }
  #features .section__inner.features-item6 .features-item__recipe .features-item__photo-recipe {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: -10%;
    margin-bottom: 6%; }
  #features .section__inner.features-item6 .features-item__recipe .features-item__img-drink {
    position: absolute;
    bottom: -1%;
    right: -6%;
    width: 40%; }
#features .section__inner.features-item7 .title-features-item {
  margin-bottom: 0; }
#features .section__inner.features-item7 .features-item7__bg {
  background: url(../img/features-item7__bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2.1323;
  position: relative; }
  #features .section__inner.features-item7 .features-item7__bg .features-item7__title1 {
    position: absolute;
    top: 4.8%;
    left: 12%;
    font-size: 4vw;
    line-height: 1.8;
    padding-top: 0;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #f09108 1px, transparent 1px);
    background-size: 8px 100%, 100% 1.8em;
    padding-bottom: 1px; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item7 .features-item7__bg .features-item7__title1 {
        top: 5%;
        font-size: 27px; } }
  #features .section__inner.features-item7 .features-item7__bg .features-item7__title2 {
    position: absolute;
    font-size: 4vw;
    bottom: 22.5%;
    right: 11%;
    line-height: 1.8;
    padding-top: 0;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #69ba00 1px, transparent 1px);
    background-size: 8px 100%, 100% 1.8em;
    padding-bottom: 1px; }
    @media screen and (min-width: 769px) {
      #features .section__inner.features-item7 .features-item7__bg .features-item7__title2 {
        font-size: 27px; } }

#review {
  background: url(../img/review-bg.jpg) no-repeat top center;
  background-size: cover;
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2; }
  #review .decoration__big_line-side {
    padding: 12% 0 10%;
    font-size: 7vw; }
    @media screen and (min-width: 769px) {
      #review .decoration__big_line-side {
        font-size: 46px; } }

.js__slider-container {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .js__slider-container .slider {
    display: flex;
    transition: transform 0.3s ease;
    padding: 0 10% 7%; }
    .js__slider-container .slider .slide {
      min-width: 100%;
      box-sizing: border-box;
      margin-right: 3%;
      padding: 0 2%; }
      .js__slider-container .slider .slide .item {
        height: auto;
        background: #fff;
        box-shadow: 4px 4px 0px 2px #69ba00;
        border-radius: 20px;
        padding: 8%;
        text-align: left;
        font-size: 90%;
        letter-spacing: 0.1vw;
        line-height: 1.7;
        position: relative;
        min-height: 90%; }
        .js__slider-container .slider .slide .item p {
          margin-bottom: 10%;
          font-size: 2.8vw; }
          @media screen and (min-width: 769px) {
            .js__slider-container .slider .slide .item p {
              font-size: 19px; } }
        .js__slider-container .slider .slide .item .item-num {
          position: absolute;
          color: #69ba00;
          font-size: 3vw;
          bottom: 5%;
          left: 8%; }
          @media screen and (min-width: 769px) {
            .js__slider-container .slider .slide .item .item-num {
              font-size: 20px; } }
        .js__slider-container .slider .slide .item i {
          position: absolute;
          bottom: 5%;
          width: 57%;
          text-align: right;
          font-size: 90%;
          letter-spacing: 0;
          padding-top: 3%;
          font-weight: bold; }
          .js__slider-container .slider .slide .item i:after {
            display: block;
            content: '';
            position: absolute;
            width: 40%;
            height: auto;
            aspect-ratio: 1 / 1;
            display: block;
            border-radius: 50%;
            border: #fff solid 4px;
            right: -50%;
            top: 0; }
          .js__slider-container .slider .slide .item i.icon-1:after {
            background: url(../img/review-icon1.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-2:after {
            background: url(../img/review-icon2.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-3:after {
            background: url(../img/review-icon3.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-4:after {
            background: url(../img/review-icon4.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-5:after {
            background: url(../img/review-icon5.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-6:after {
            background: url(../img/review-icon6.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-7:after {
            background: url(../img/review-icon7.gif) no-repeat center center;
            background-size: cover; }
          .js__slider-container .slider .slide .item i.icon-8:after {
            background: url(../img/review-icon8.gif) no-repeat center center;
            background-size: cover; }
  .js__slider-container .nav-button {
    position: absolute;
    top: 40%;
    display: block;
    margin: auto;
    transform: translateY(-50%);
    background: #69ba00;
    color: white;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 10%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: #fff solid 2px;
    line-height: 0; }
    .js__slider-container .nav-button:before {
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      display: block;
      width: 30%;
      height: auto;
      aspect-ratio: 1 / 1; }
    .js__slider-container .nav-button.prev-button {
      left: 7%; }
      .js__slider-container .nav-button.prev-button:before {
        border-bottom: #fff solid 2px;
        border-left: #fff solid 2px;
        left: 8%; }
    .js__slider-container .nav-button.next-button {
      right: 7%; }
      .js__slider-container .nav-button.next-button:before {
        border-top: #fff solid 2px;
        border-right: #fff solid 2px;
        right: 8%; }

#introduction-bottom {
  padding: 8% 0 0; }
  #introduction-bottom .introduction-voice {
    width: 92%;
    border-radius: 16% 16% 6% 6%;
    margin: 0 auto;
    background: #fff; }
    #introduction-bottom .introduction-voice .introduction-text__title-voice-mv {
      font-size: 4vw;
      line-height: 1.5;
      padding: 8% 0 4%;
      border-bottom: 6px solid #69ba00;
      position: relative; }
      @media screen and (min-width: 769px) {
        #introduction-bottom .introduction-voice .introduction-text__title-voice-mv {
          font-size: 26px; } }
      #introduction-bottom .introduction-voice .introduction-text__title-voice-mv .color-green {
        font-size: 110%; }
      #introduction-bottom .introduction-voice .introduction-text__title-voice-mv .icon-dash {
        position: absolute;
        top: 0;
        left: 0;
        width: 10%; }
    #introduction-bottom .introduction-voice .voice__list {
      background: #69ba00;
      padding: 1% 1.4%;
      overflow: hidden;
      border-radius: 0 0 20px 20px; }
      #introduction-bottom .introduction-voice .voice__list li:nth-child(5) {
        border-radius: 0 0 0 30%;
        overflow: hidden; }
      #introduction-bottom .introduction-voice .voice__list li:nth-child(8) {
        border-radius: 0 0 30% 0;
        overflow: hidden; }
  #introduction-bottom .introduction-voice-arrow {
    padding-bottom: 5%; }
    #introduction-bottom .introduction-voice-arrow:after {
      content: "";
      display: block;
      width: 20%;
      height: auto;
      aspect-ratio: 3 / 1;
      background: url(../img/icon/icon_arrow-under.svg) no-repeat center center;
      background-size: cover;
      position: relative;
      z-index: 2;
      margin: 0 auto; }

#youtuber-bottom .section__inner.youtuber-content {
  background: #fff;
  border-radius: 70px 70px 0 0;
  overflow: hidden;
  padding: 2% 0 4%; }
  #youtuber-bottom .section__inner.youtuber-content .introduction-text__title-youtuber {
    line-height: 1.6;
    padding-top: 10%;
    font-size: 4vw;
    background-position: top center;
    padding-top: 6%;
    width: 98%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #youtuber-bottom .section__inner.youtuber-content .introduction-text__title-youtuber {
        font-size: 26px; } }
    #youtuber-bottom .section__inner.youtuber-content .introduction-text__title-youtuber .icon__play-red {
      width: 36%;
      display: inline-block;
      margin-right: 1%;
      position: relative;
      top: -1.6vw; }
      @media screen and (min-width: 769px) {
        #youtuber-bottom .section__inner.youtuber-content .introduction-text__title-youtuber .icon__play-red {
          top: -10px; } }
    #youtuber-bottom .section__inner.youtuber-content .introduction-text__title-youtuber .color-green {
      font-size: 124%; }
  #youtuber-bottom .section__inner.youtuber-content .frame-youtube {
    width: 92%;
    height: auto;
    aspect-ratio: 16 / 9; }
  #youtuber-bottom .section__inner.youtuber-content p {
    text-align: left;
    font-size: 3vw;
    width: 92%;
    margin: 0 auto 5%; }
    @media screen and (min-width: 769px) {
      #youtuber-bottom .section__inner.youtuber-content p {
        font-size: 18px; } }
#youtuber-bottom .section__inner .introduction-text__title-features {
  line-height: 1.3;
  padding: 5% 0;
  font-size: 4.8vw; }
  @media screen and (min-width: 769px) {
    #youtuber-bottom .section__inner .introduction-text__title-features {
      font-size: 24px; } }
  #youtuber-bottom .section__inner .introduction-text__title-features i {
    font-size: 120%; }

#recommendation .section__inner {
  background: url(../img/recommendation-bg.jpg) no-repeat center center;
  background-size: cover; }
  #recommendation .section__inner .recommendation__title-bg {
    background: #69ba00;
    color: #fff;
    padding: 3% 0;
    position: relative; }
    #recommendation .section__inner .recommendation__title-bg:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 96%;
      height: 100%;
      background: #fff;
      mask-image: url(../img/title-decoration_line-side.svg);
      mask-size: 100% auto;
      mask-repeat: no-repeat;
      mask-position: center center; }
    #recommendation .section__inner .recommendation__title-bg .recommendation__title {
      font-size: 7vw; }
      @media screen and (min-width: 769px) {
        #recommendation .section__inner .recommendation__title-bg .recommendation__title {
          font-size: 40px; } }
  #recommendation .section__inner .recommendation-list {
    padding: 8% 0;
    width: 90%;
    margin: 0 auto; }
    #recommendation .section__inner .recommendation-list li {
      background: #fff;
      font-size: 4.2vw;
      line-height: 1.2;
      text-align: left;
      border-radius: 38px;
      margin-bottom: 4%;
      position: relative;
      padding-left: 18%;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      font-weight: bold;
      aspect-ratio: 1 / 0.18;
      line-height: 1.3; }
      @media screen and (min-width: 769px) {
        #recommendation .section__inner .recommendation-list li {
          font-size: 28px;
          padding-left: 16%; } }
      #recommendation .section__inner .recommendation-list li i {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 12vw;
        color: #69ba00;
        font-size: 10vw;
        left: 6%; }
        @media screen and (min-width: 769px) {
          #recommendation .section__inner .recommendation-list li i {
            height: 80px;
            font-size: 65px;
            left: 5%; } }
      #recommendation .section__inner .recommendation-list li span {
        font-size: 70%;
        line-height: 1.1; }
      #recommendation .section__inner .recommendation-list li:nth-child(3) {
        aspect-ratio: 1 / 0.28; }

#refund .refund-content {
  padding: 5% 0 0;
  background: #d9efbd; }
  #refund .refund-content .refund__title-sub {
    background: url(../img/title-decoration_line-side.svg) no-repeat center center;
    background-size: 90% auto;
    width: 85%;
    margin: 0 auto 4%;
    font-size: 5.4vw;
    padding: 1% 0; }
    @media screen and (min-width: 769px) {
      #refund .refund-content .refund__title-sub {
        font-size: 32px;
        background-size: 100% 110%; } }
  #refund .refund-content .refund__title {
    background: #fff;
    border-radius: 36px;
    width: 90%;
    margin: 0 auto 6%;
    font-size: 5vw;
    line-height: 1.4;
    position: relative; }
    @media screen and (min-width: 769px) {
      #refund .refund-content .refund__title {
        font-size: 32px; } }
    #refund .refund-content .refund__title .color-green {
      font-size: 140%; }
    #refund .refund-content .refund__title img {
      position: absolute;
      width: 22%;
      position: absolute;
      top: -4vw; }
      @media screen and (min-width: 769px) {
        #refund .refund-content .refund__title img {
          top: -30px; } }
    #refund .refund-content .refund__title:after {
      content: "";
      display: block;
      width: 20%;
      height: auto;
      aspect-ratio: 3 / 1;
      background: #fff;
      mask-image: url(../img/icon/icon_arrow-under.svg);
      mask-size: cover;
      position: absolute;
      z-index: 2;
      margin: auto;
      left: 0;
      right: 0;
      bottom: -5vw; }
      @media screen and (min-width: 769px) {
        #refund .refund-content .refund__title:after {
          bottom: -35px; } }
  #refund .refund-content p {
    line-height: 2;
    font-size: 4.2vw; }
    @media screen and (min-width: 769px) {
      #refund .refund-content p {
        font-size: 24px; } }
    #refund .refund-content p.refund__text {
      padding: 2% 0 0; }
      #refund .refund-content p.refund__text i {
        border-bottom: #69ba00 dashed 1px; }
#refund .refund-cta-content {
  background: url(../img/refund-bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 12%; }
  #refund .refund-cta-content .refund-cta__title {
    margin-bottom: 105%;
    position: relative;
    padding-bottom: 4%;
    font-size: 90%; }
    #refund .refund-cta-content .refund-cta__title h2 {
      padding: 1% 0 0;
      line-height: 1.4;
      font-size: 5.6vw; }
      @media screen and (min-width: 769px) {
        #refund .refund-cta-content .refund-cta__title h2 {
          padding: 1% 0 1%;
          font-size: 36px;
          line-height: 1.3; } }
      #refund .refund-cta-content .refund-cta__title h2 .color-green {
        margin-bottom: 1%;
        display: block; }
    #refund .refund-cta-content .refund-cta__title p {
      font-size: 110%; }
      @media screen and (min-width: 769px) {
        #refund .refund-cta-content .refund-cta__title p {
          font-size: 100%; } }

#brand {
  background: #69ba00; }
  #brand .brand-content {
    padding: 0;
    background: url(../img/brand-bg-top.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 80% 0 7%; }
    #brand .brand-content .brand__text {
      background: url(../img/brand-bg-text.png) no-repeat center center;
      background-size: 100% 100%;
      width: 90%;
      margin: 0 auto;
      height: auto;
      aspect-ratio: 1 / 1;
      padding: 8% 8% 5%;
      box-sizing: border-box;
      font-size: 3.6vw; }
      @media screen and (min-width: 769px) {
        #brand .brand-content .brand__text {
          aspect-ratio: 1 / 0.92;
          font-size: 24px;
          line-height: 1.6; } }
      #brand .brand-content .brand__text .logo {
        width: 50%;
        margin: 3% auto 6%; }
      #brand .brand-content .brand__text p {
        padding: 1.8% 0;
        text-align: left;
        font-size: 96%;
        line-height: 1.5;
        font-size: 3.3vw; }
        @media screen and (min-width: 769px) {
          #brand .brand-content .brand__text p {
            padding: 2.2% 0;
            font-size: 21px;
            line-height: 1.6; } }
  #brand .brand-cta-content {
    padding: 105% 0 19%;
    background: url(../img/brand-bg-bottom.jpg) no-repeat bottom center;
    background-size: cover; }
    @media screen and (min-width: 769px) {
      #brand .brand-cta-content {
        padding: 105% 0 17%; } }

footer {
  background: #69ba00;
  text-align: left;
  padding: 2% 5%;
  color: #fff; }
  footer .logo-corp {
    width: 60%;
    margin: 0 auto 11%; }
  footer .footer__nav {
    margin-bottom: 5%; }
    footer .footer__nav a {
      display: block;
      text-decoration: none;
      font-size: 3.2vw;
      line-height: 2; }
      @media screen and (min-width: 769px) {
        footer .footer__nav a {
          font-size: 21px; } }
  footer p {
    font-size: 2.6vw;
    line-height: 1.6;
    font-weight: normal; }
    @media screen and (min-width: 769px) {
      footer p {
        font-size: 16px; } }
  footer .call-action {
    text-decoration: none;
    color: #fff; }
  footer .copy {
    text-align: center;
    padding: 8% 0; }

.cta-btn__official {
  position: relative;
  top: 0;
  width: 100%;
  margin: 4% auto;
  height: auto;
  aspect-ratio: 1 / 0.15;
  text-align: center;
  padding: 13.3% 0 12.7% 3%;
  display: block;
  margin: 0 auto 7%;
  text-decoration: none;
  font-size: 4.4vw;
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .cta-btn__official {
      font-size: 29px;
      padding: 15% 0 14% 3.5%;
      width: 100%; }
      .cta-btn__official:before {
        filter: drop-shadow(0 10px 0 rgba(0, 0, 0, 0.15)); } }
  .cta-btn__official i {
    display: block;
    font-size: 90%;
    width: 100%; }
  .cta-btn__official span {
    position: relative;
    z-index: 2; }
  .cta-btn__official:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/cta-btn__official.png) no-repeat center center;
    background-size: 100% auto;
    box-sizing: border-box;
    filter: drop-shadow(0 6px 0 rgba(0, 0, 0, 0.15));
    transition: all 0.5s ease; }
  .cta-btn__official:hover:before {
    filter: drop-shadow(0 0px 0 rgba(0, 0, 0, 0.15)); }
  .cta-btn__official.cta-btn__official-orange:before {
    background: url(../img/cta-btn__official-orange.png) no-repeat center center;
    background-size: 100% auto; }
  .cta-btn__official:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/cta-btn__official-green.png) no-repeat center center;
    background-size: 100% auto;
    z-index: 2; }
  .cta-btn__official.cta-btn__official-text-white:after {
    background: url(../img/cta-btn__official-white.png) no-repeat center center;
    background-size: 100% auto; }
  .cta-btn__official:hover {
    top: 10px; }

/*　　PC　　*/
@media screen and (min-width: 769px) {
  .pc__content {
    position: fixed;
    width: 2px;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0; }
    .pc__content .pc__cta {
      position: absolute;
      height: 630px;
      width: 180px;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 430px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      transition: all 0.5s ease; }
      .pc__content .pc__cta .pc-side-logo {
        width: 100%; }
      .pc__content .pc__cta .cta__sp-btn {
        display: block;
        width: 100%;
        font-size: 18px;
        border-radius: 30px;
        padding: 8% 3%;
        transition: all 0.5s ease;
        background: #69ba00;
        color: #fff;
        text-decoration: none; }
        .pc__content .pc__cta .cta__sp-btn img {
          display: none; }
        .pc__content .pc__cta .cta__sp-btn:hover {
          opacity: 0.5; }
        .pc__content .pc__cta .cta__sp-btn .icon-cart {
          width: 20px;
          margin-right: 10px; }
    .pc__content .pc__side {
      position: absolute;
      height: 700px;
      width: 90px;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 420px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      transition: all 0.5s ease; }
      .pc__content .pc__side .page-top {
        background: #69ba00;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        text-decoration: none;
        box-sizing: border-box;
        font-weight: normal;
        padding-top: 34%;
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: 2px;
        transition: all 0.5s ease;
        border-radius: 20px 20px 0 0;
        position: relative; }
        .pc__content .pc__side .page-top:before {
          content: '';
          display: block;
          position: absolute;
          top: 18%;
          left: 0;
          right: 0;
          margin: auto;
          width: 12px;
          height: 12px;
          border-top: #fff solid 2px;
          border-left: #fff solid 2px;
          transform: rotate(45deg); }
        .pc__content .pc__side .page-top:hover {
          opacity: 0.5; }
      .pc__content .pc__side .scrollbar {
        position: relative;
        height: 420px;
        width: 100%; }
        .pc__content .pc__side .scrollbar .line {
          margin: 0 auto;
          height: 100%;
          width: 1px;
          background: #69ba00; }
        .pc__content .pc__side .scrollbar .dot {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 12px;
          height: 12px;
          background: #69ba00;
          border-radius: 10px; }
      .pc__content .pc__side .qr {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 8%;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
        background: #fff;
        border: #69ba00 solid 1px; } }
@media screen and (max-width: 1080px) {
  .pc__content .pc__side {
    left: 380px; }
  .pc__content .pc__cta {
    width: 130px;
    right: 365px;
    height: 500px; }
    .pc__content .pc__cta .cta__sp-btn {
      width: 92%;
      margin: 0 auto;
      font-size: 14px; } }
@media screen and (max-width: 1000px) {
  .pc__content .pc__side {
    display: none; }
  .pc__content .pc__cta {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc__content .pc__cta {
    display: block;
    height: 0; }
    .pc__content .pc__cta h2 {
      display: none; }
    .pc__content .pc__cta .cta__sp-btn {
      background: #69ba00;
      color: #fff;
      border-radius: 20px;
      padding: 2.4% 4%;
      text-decoration: none;
      transition: all 0.5s ease;
      font-weight: bold; }
      .pc__content .pc__cta .cta__sp-btn.cta__sp-bottom {
        position: fixed;
        left: 0;
        right: 0;
        width: 77%;
        margin: auto;
        bottom: 1.2%;
        font-size: 3.8vw;
        z-index: 11;
        display: flex;
        align-items: center;
        justify-content: center; }
        .pc__content .pc__cta .cta__sp-btn.cta__sp-bottom img {
          width: 55%;
          display: inline-block;
          margin-right: 4%;
          position: relative;
          top: -0.4vw; }
      .pc__content .pc__cta .cta__sp-btn .icon-cart {
        display: inline-block;
        mask-image: url(../img/icon/icon_cart.svg);
        mask-size: cover;
        width: 4.6vw;
        height: auto;
        aspect-ratio: 1.12/1;
        background: #fff;
        margin-right: 2vw; }
      .pc__content .pc__cta .cta__sp-btn.hidden {
        opacity: 0;
        z-index: -1;
        pointer-events: none; } }
/*　　フッター読み込み　　*/
.footer__footer-include {
  font-size: 3vw;
  padding-bottom: 25%; }
  .footer__footer-include div > a {
    font-size: 2.4vw;
    padding: 0 2%;
    color: #69ba00; }
  @media screen and (min-width: 769px) {
    .footer__footer-include {
      font-size: 20px;
      padding-bottom: 50px; }
      .footer__footer-include div > a {
        font-size: 18px;
        padding: 0 1%; } }

/*　　ポップアップ　　*/
body.pop-on {
  overflow: hidden; }

.pop__content {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease; }
  .pop__content::-webkit-scrollbar {
    display: none; }
  .pop__content::-webkit-scrollbar {
    display: none; }
  .pop__content.pop-on {
    opacity: 1;
    z-index: 20;
    pointer-events: inherit; }
  .pop__content .l-main {
    background: url(../img/bg_paper-white.gif); }
  .pop__content .pop__inner {
    margin-top: -5%;
    padding: 0 8% 4%;
    box-sizing: border-box;
    text-align: left; }
    @media screen and (min-width: 769px) {
      .pop__content .pop__inner {
        padding: 0 60px 60px; } }
    .pop__content .pop__inner .pop__main {
      width: 100%; }
    .pop__content .pop__inner .pop__title {
      text-align: center;
      font-size: 6.2vw;
      padding-bottom: 0; }
      @media screen and (min-width: 769px) {
        .pop__content .pop__inner .pop__title {
          font-size: 38px; } }
      .pop__content .pop__inner .pop__title .logo {
        width: 33%;
        margin: 3% auto; }
    .pop__content .pop__inner .notes {
      font-size: 3vw;
      padding: 6% 0; }
      @media screen and (min-width: 769px) {
        .pop__content .pop__inner .notes {
          font-size: 22px; } }
  .pop__content .pop__close {
    position: fixed;
    z-index: 21;
    top: -3vw;
    right: -4vw;
    background: #69ba00;
    width: 20%;
    max-width: 140px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: #fff;
    padding: 5vw 3vw 0 0;
    box-sizing: border-box;
    font-size: 2vw;
    font-weight: normal;
    transition: all 0.5s ease;
    cursor: pointer; }
    .pop__content .pop__close:hover {
      opacity: 0.5; }
    @media screen and (min-width: 769px) {
      .pop__content .pop__close {
        font-size: 14px;
        padding: 40px 20px 0 0;
        top: -30px;
        right: -30px; } }
    .pop__content .pop__close i {
      width: 70%;
      height: auto;
      aspect-ratio: 1 / 0.7;
      display: block;
      position: relative;
      margin: auto; }
      .pop__content .pop__close i:before, .pop__content .pop__close i:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 60%;
        background: #fff; }
      .pop__content .pop__close i:before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .pop__content .pop__close i:after {
        transform: translate(-50%, -50%) rotate(-45deg); }

.title-green__dot {
  color: #69ba00;
  text-align: left;
  font-size: 4.4vw;
  padding-top: 16%;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    .title-green__dot {
      font-size: 28px; } }
  .title-green__dot .title {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 3%; }
    .title-green__dot .title:before {
      content: '■ ';
      display: inline-block; }
  .title-green__dot:after {
    content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
    letter-spacing: -5px;
    position: absolute;
    bottom: 23%;
    right: 0;
    margin: auto;
    height: 12px; }
  .title-green__dot .note {
    font-size: 80%;
    padding-left: 2%; }

.title-green__amount {
  color: #69ba00;
  text-align: left;
  font-size: 4.4vw;
  padding-top: 16%;
  position: relative;
  overflow: hidden;
  clear: both; }
  @media screen and (min-width: 769px) {
    .title-green__amount {
      font-size: 28px; } }
  .title-green__amount .note {
    font-size: 80%;
    padding-left: 2%; }
  .title-green__amount .amount {
    float: right;
    color: #514327; }

.nutrient-amount__list {
  text-align: left;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 4.2vw;
  line-height: 2; }
  @media screen and (min-width: 769px) {
    .nutrient-amount__list {
      font-size: 28px; } }
  .nutrient-amount__list dt {
    width: 70%; }
    .nutrient-amount__list dt .note {
      font-size: 80%;
      padding-left: 2%; }
  .nutrient-amount__list dd {
    width: 30%;
    text-align: right; }

.nutrient-amount__list-dot {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .nutrient-amount__list-dot li {
    text-align: left;
    width: 50%;
    font-size: 3.2vw;
    line-height: 2; }
    @media screen and (min-width: 769px) {
      .nutrient-amount__list-dot li {
        font-size: 20px; } }
