@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}

.is-sp {
  display: block;
}
@media (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

.fv {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .fv {
    margin-top: 44px;
  }
}
.fv img {
  width: 100%;
}

.voice {
  padding: 70px 20px;
}
.voice__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.voice__title {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  margin-bottom: 20px;
}
.voice__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.voice__left, .voice__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 0 0 280px;
  text-align: center;
}
.voice__center .voice__product {
  position: absolute;
  left: 3%;
  top: 0;
  transform: translateY(-72%);
  width: 156.036px;
  height: 124.31px;
}
.voice__center .voice__circle {
  width: 326px;
  height: 326px;
  background-image: url(images/voice-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.voice__center .voice__rate-label {
  margin-top: 18px;
  color: #737373;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}
.voice__center .voice__rate {
  color: var(--txt_green, #70B327);
  font-family: Jost;
  font-size: 119.268px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.193px;
}
.voice__center .voice__rate span {
  font-size: 81.898px;
}
.voice__center .voice__rate-note {
  color: #737373;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 16.9px */
}
.voice__box {
  position: relative;
  width: 100%;
}
.voice__box .balloon {
  border-radius: 6px;
  background: #F1EFE5;
  position: relative;
  color: #1E1E1E;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}
.voice__box .balloon span {
  color: #7CBE33;
  font-weight: 700;
}
.voice__box .balloon::after {
  content: "";
  position: absolute;
  background-image: url(images/balloon.svg);
  width: 26px;
  height: 26px;
  background-size: 26px;
}
.voice__box.--01 {
  max-width: calc(100% - 163px - 20px);
  margin-bottom: 70px;
  margin-left: 20px;
  margin-top: 60px;
}
.voice__box.--01 .balloon::after {
  top: 100%;
  left: 85%;
}
.voice__box.--02 {
  max-width: calc(100% - 163px - 40px);
}
.voice__box.--02 .balloon::after {
  top: 37%;
  left: 100%;
  transform: rotate(-90deg);
}
.voice__box.--03 {
  max-width: calc(100% - 163px);
  margin: 120px 65px 50px auto;
}
.voice__box.--03 .balloon::after {
  top: 100%;
  left: 10%;
  transform: scaleX(-1);
}
.voice__box.--04 {
  max-width: calc(100% - 163px - 40px);
  margin: 0 0 80px auto;
}
.voice__box.--04 .balloon::after {
  top: 37%;
  right: 100%;
  transform: rotate(90deg) scaleX(-1);
}
.voice__box.--05 {
  max-width: calc(100% + 163px);
  margin: 0 0 0 auto;
  position: relative;
  right: 100px;
}
.voice__box.--05 .balloon::after {
  bottom: 100%;
  left: 20%;
  transform: rotate(180deg);
}
.voice__box.--06 {
  max-width: calc(100% - 300px);
  margin-left: 170px;
  margin-top: 30px;
}
.voice__box.--06 .balloon::after {
  top: -26px;
  left: 85%;
  transform: rotate(90deg);
}
.voice__note {
  text-align: center;
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .voice {
    padding: 50px 20px;
  }
  .voice__title {
    font-size: 32px;
  }
  .voice__center {
    position: static;
    transform: translate(0);
    margin-top: 80px;
    margin-bottom: -20px;
  }
  .voice__center .voice__product {
    position: absolute;
    left: 3%;
    top: 0;
    transform: translateY(-72%);
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voice__center .voice__circle {
    width: 280px;
    height: 280px;
  }
  .voice__center .voice__rate-label {
    margin-top: 10px;
    font-size: 20px;
  }
  .voice__center .voice__rate {
    font-size: 95.122px;
  }
  .voice__center .voice__rate span {
    font-size: 65.317px;
  }
  .voice__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .voice__left, .voice__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .voice__box {
    position: relative;
    width: 100%;
  }
  .voice__box .balloon {
    border-radius: 6px;
    background: #F1EFE5;
    position: relative;
    color: #1E1E1E;
    padding: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
  }
  .voice__box .balloon span {
    color: #7CBE33;
  }
  .voice__box .balloon::after {
    content: "";
    position: absolute;
    background-image: url(images/balloon.svg);
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
  .voice__box.--01 {
    max-width: calc(100% - 20px);
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 20px;
  }
  .voice__box.--01 .balloon::after {
    top: 100%;
    left: 10%;
  }
  .voice__box.--02 {
    max-width: calc(100% - 20px);
    margin-bottom: 0px;
    margin-left: 0;
  }
  .voice__box.--02 .balloon::after {
    top: 100%;
    left: 10%;
    transform: rotate(0deg);
  }
  .voice__box.--03 {
    max-width: calc(100% - 20px);
    margin: 0;
    margin-left: 20px;
    margin-bottom: 0px;
  }
  .voice__box.--03 .balloon::after {
    top: 100%;
    left: 85%;
    transform: scaleX(-1);
  }
  .voice__box.--04 {
    max-width: calc(100% - 20px);
    margin: 0;
    margin-left: 20px;
    margin-bottom: 0px;
  }
  .voice__box.--04 .balloon::after {
    top: 100%;
    left: 85%;
    transform: scaleX(-1);
    right: auto;
  }
  .voice__box.--05 {
    max-width: calc(100% - 20px);
    margin: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    position: static;
  }
  .voice__box.--05 .balloon::after {
    top: 100%;
    left: 10%;
    transform: scaleX(1);
  }
  .voice__note {
    font-size: 14px;
  }
}
.quality {
  background: url(images/quality_bg.jpg) center/cover no-repeat;
  padding: 100px 20px 70px;
  position: relative;
}
.quality__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.quality__image-block {
  flex: 4.5;
  position: relative;
  padding-bottom: 80px;
}
.quality__image-block img {
  width: 100%;
}
.quality__image-block .quality__main-img {
  max-width: calc(100% - 40px);
}
.quality__image-block .quality__sub-img01 {
  position: absolute;
  display: block;
  max-width: 200px;
  right: 0;
  bottom: 0;
}
.quality__image-block .quality__sub-img02 {
  position: absolute;
  display: block;
  max-width: 443px;
  left: -115px;
  bottom: -40px;
}
.quality__text-block {
  flex: 5.5;
  color: #1E1E1E;
}
.quality__heading {
  color: #1E1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.quality__heading span {
  font-size: 54px;
  font-weight: 700;
}
.quality__heading span span {
  color: #FFF;
  background: #7CBE33;
  padding: 2px 10px;
}
.quality__points {
  display: flex;
  gap: 14px;
  margin: 30px 0;
  max-width: 538px;
}
.quality__points li {
  aspect-ratio: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 999px;
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}
.quality__points li:nth-child(2), .quality__points li:last-child {
  font-size: 26px;
}
.quality__description {
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}
.quality__note {
  position: absolute;
  bottom: 30px;
  left: 30%;
  transform: translateX(-50%);
  font-size: 13px;
}

@media (max-width: 768px) {
  .quality {
    padding: 50px 20px;
  }
  .quality__inner {
    flex-direction: column;
    gap: 20px;
  }
  .quality__image-block {
    padding-bottom: 40px;
  }
  .quality__image-block img {
    width: 100%;
  }
  .quality__image-block .quality__main-img {
    max-width: calc(100% - 20px);
  }
  .quality__image-block .quality__sub-img01 {
    max-width: 120px;
  }
  .quality__image-block .quality__sub-img02 {
    max-width: 284.954px;
    left: -50px;
    bottom: -20px;
  }
  .quality__heading {
    font-size: 20px;
  }
  .quality__heading span {
    font-size: 28px;
  }
  .quality__points {
    gap: 2px;
    margin: 20px 0;
  }
  .quality__points li {
    aspect-ratio: 1;
    flex: 1;
    padding: 3px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    /* 130% */
  }
  .quality__points li:nth-child(2), .quality__points li:last-child {
    font-size: 16px;
  }
  .quality__description {
    font-size: 16px;
  }
  .quality__note {
    right: 25px;
    left: auto;
    font-size: 12px;
    transform: translateX(0);
  }
}
.recommend {
  padding: 67px 20px 90px;
  background-image: url(images/reccomend-bg_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recommend__inner {
  max-width: 1076px;
  margin: 0 auto;
}
.recommend__content {
  max-width: 538px;
  margin: 0 0 0 auto;
}
.recommend__title {
  color: #1E1E1E;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  margin-bottom: 20px;
}
.recommend__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.recommend__list li {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 18px 18px 63px;
  position: relative;
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.recommend__list li::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
  width: 25px;
  height: 16px;
  background-image: url(images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .recommend {
    padding: 50px 20px;
    background-position: left 16% center;
    position: relative;
    z-index: 1;
  }
  .recommend::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .recommend__title {
    text-align: center;
    color: #FFF;
    font-size: 32px;
  }
  .recommend__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .recommend__list li {
    padding: 10px 18px 10px 53px;
    font-size: 20px;
  }
  .recommend__list li::before {
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(images/check-sp.svg);
  }
}
.reason {
  background-image: url(images/reason-bg.jpg);
  background-repeat: repeat;
  background-size: 1400px;
  padding: 70px 20px 80px;
}
.reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.reason__title {
  text-align: center;
  margin-bottom: 40px;
}
.reason__title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reason__title > span:first-child {
  color: #1E1E1E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}
.reason__title > span:last-child {
  color: var(--txt_green, #70B327);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  position: relative;
  padding: 0 45px;
}
.reason__title > span:last-child::before, .reason__title > span:last-child::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(images/bar.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.reason__title > span:last-child::before {
  left: 0;
}
.reason__title > span:last-child::after {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.reason__title > span .dotted-title {
  background-image: radial-gradient(circle at center, #7CBE33 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right -3px;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}
.reason__block {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}
.reason__block.reverse {
  flex-direction: row-reverse;
}
.reason__img {
  position: relative;
  flex: 0 0 50%;
}
.reason__img img {
  width: 100%;
  border-radius: 8px;
}
.reason__img .reason__label {
  aspect-ratio: 1;
  width: 145px;
  padding-top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 35px;
  right: 35px;
  border-radius: 72.5px;
  background: rgba(124, 190, 51, 0.6);
  color: #1E1E1E;
  text-align: center;
  font-size: 16.56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 18.216px */
}
.reason__img .reason__label strong {
  font-size: 37.9px;
}
.reason__img .reason__label span {
  font-size: 21.902px;
}
.reason__img .reason__label.pink {
  background: rgba(255, 167, 207, 0.51);
  font-size: 18.56px;
  bottom: auto;
  right: 16%;
  top: 13%;
}
.reason__img .reason__label.pink strong {
  font-size: 29.203px;
}
.reason__img .reason__label.pink span {
  font-size: 21.902px;
}
.reason__img .reason__label.pink span.--small {
  font-size: 12.776px;
}
.reason__text {
  flex: 1;
}
.reason__text .point-box {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reason__text .point-box__label {
  position: absolute;
  top: 0px;
  left: -30px;
  transform: translateY(-70%);
}
.reason__text .point-box__lead {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  background: #FFF;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.reason__text .point-box__highlight {
  background: #7CBE33;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.reason__text .point-box__highlight .bold {
  color: #FFD1E6;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
}
.reason__text .point-box__highlight:not(.bold) {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.reason__text p {
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}
.reason__about {
  padding: 100px 60px 80px;
  background-image: url(images/reason-bottom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reason__about-text {
  max-width: 483px;
  margin: 0 0 0 auto;
}
.reason__about-text h4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
}
.reason__about-text h4 img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(20px) translateY(-60%);
  left: 100%;
}
.reason__about-text h5 {
  color: #FFF;
  background: rgba(124, 190, 51, 0.7);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 16px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}
.reason__about-text p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 768px) {
  .reason {
    padding: 50px 20px;
  }
  .reason__title {
    margin-bottom: 30px;
  }
  .reason__title > span:first-child {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .reason__title > span:last-child {
    font-size: 26px;
    padding: 0 40px;
  }
  .reason__title > span:last-child span {
    font-size: 32px;
  }
  .reason__title > span:last-child::before, .reason__title > span:last-child::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 63px;
    flex-shrink: 0;
    background-image: url(images/bar-sp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .reason__title > span:last-child::before {
    left: 0;
  }
  .reason__title > span:last-child::after {
    right: 0;
    transform: translateY(-50%) rotate(50deg);
  }
  .reason__title > span .dotted-title {
    background-image: radial-gradient(circle at center, #7CBE33 20%, transparent 20%);
    /* 点の色とサイズ調整 */
    background-position: top right -3px;
    /* 点の位置 */
    background-repeat: repeat-x;
    /* 横方向に繰り返し */
    background-size: 1em 0.3em;
    /* 点の間隔とサイズ調整 */
    padding-top: 0.4em;
    /* 縦方向の位置調整 */
  }
  .reason__block {
    flex-direction: column;
    gap: 30px;
  }
  .reason__block.reverse {
    flex-direction: column;
  }
  .reason__img .reason__label {
    width: 100px;
    height: 100px;
    bottom: 12px;
    right: 14px;
    font-size: 12px;
  }
  .reason__img .reason__label strong {
    font-size: 26px;
  }
  .reason__img .reason__label span {
    font-size: 15px;
  }
  .reason__img .reason__label.pink {
    font-size: 15px;
    bottom: 12px;
    right: 14px;
    top: auto;
  }
  .reason__img .reason__label.pink strong {
    font-size: 23px;
  }
  .reason__img .reason__label.pink span {
    font-size: 17px;
  }
  .reason__img .reason__label.pink span.--small {
    font-size: 10px;
  }
  .reason__text {
    flex: 1;
  }
  .reason__text .point-box {
    margin-bottom: 10px;
    display: flex;
  }
  .reason__text .point-box__label {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-90%);
  }
  .reason__text .point-box__lead {
    font-size: 20px;
    padding: 6px 10px;
    margin-left: -4px;
  }
  .reason__text .point-box__lead.--sp {
    display: inline-block;
  }
  .reason__text .point-box__highlight {
    background: #7CBE33;
    padding: 6px 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reason__text .point-box__highlight.--span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .reason__text .point-box__highlight .bold {
    font-size: 28px;
  }
  .reason__text .point-box__highlight:not(.bold) {
    font-size: 20px;
  }
  .reason__text p {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 27px */
  }
  .reason__about {
    border-radius: 6px;
    padding: 40px 30px;
    background-image: url(images/reason-bottom-sp.png);
  }
  .reason__about-text h4 {
    font-size: 32px;
  }
  .reason__about-text h4 img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateX(-10px) translateY(-90%);
    left: 100%;
  }
  .reason__about-text h5 {
    font-size: 18px;
  }
  .reason__about-text p {
    font-size: 16px;
  }
}
.fiber {
  background: url("images/fiber-bg.png") no-repeat center/cover;
  padding: 70px 20px 64px;
  color: #fff;
}
.fiber__inner {
  max-width: 970px;
  margin: 0 auto;
}
.fiber__title {
  text-align: center;
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
}
.fiber__title span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: rgba(124, 190, 51, 0.8);
  display: flex;
  padding: 0px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.fiber__cards {
  display: flex;
  gap: 55px;
  justify-content: space-between;
}
.fiber__card {
  position: relative;
  flex: 1;
}
.fiber__card-num {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  width: 69px;
  height: 69px;
  justify-content: center;
  align-items: center;
  border-radius: 34.5px;
  background: #7CBE33;
  color: #FFF;
  text-align: center;
  font-size: 13.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 17.94px */
}
.fiber__card-num p {
  display: flex;
  align-items: baseline;
}
.fiber__card-num span {
  font-family: Jost;
  font-size: 22.08px;
  font-weight: 500;
}
.fiber__card-title {
  padding-top: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  color: #1E1E1E;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.fiber__card-title span {
  color: var(--txt_green, #70B327);
}
.fiber__card-text {
  min-height: 175px;
  margin-top: -30px;
  position: relative;
  padding: 20px;
  border-radius: 6px;
  background: #F1EFE5;
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
}
.fiber__card-text::before {
  content: "";
  width: 30px;
  height: 26px;
  background-image: url(images/balloon2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  position: absolute;
}
.fiber__card-text span {
  color: var(--txt_green, #70B327);
  font-weight: 700;
}
.fiber .sp {
  display: none;
}
.fiber .pc {
  display: flex;
}

@media (max-width: 768px) {
  .fiber {
    background: none;
    position: relative;
    z-index: 1;
    padding: 60px 20px 50px;
  }
  .fiber::before, .fiber::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
  }
  .fiber::before {
    background-image: url(images/fiber-bg-sp1.png);
    background-position: top center;
    top: 0;
  }
  .fiber::after {
    background-image: url(images/fiber-bg-sp2.png);
    background-position: bottom center;
    bottom: 0;
  }
  .fiber__title {
    font-size: 24px;
  }
  .fiber__title span {
    font-size: 38px;
    padding: 0 10px;
  }
  .fiber__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .fiber__card {
    position: relative;
    flex: 1;
  }
  .fiber__card-num {
    left: 10%;
  }
  .fiber__card-title {
    margin: 0 auto;
    max-width: 230px;
    padding-top: 8px;
    font-size: 24px;
  }
  .fiber__card-text {
    min-height: auto;
    padding: 16px;
    font-size: 16px;
  }
}
.lack {
  background: #F1EFE5;
  padding: 70px 20px 0;
}
.lack__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.lack__top {
  display: flex;
  gap: 50px;
}
.lack__chart {
  flex: 1;
}
.lack__chart img {
  width: 100%;
}
.lack__text {
  flex: 0 0 50%;
  position: relative;
}
.lack__text__top {
  margin-top: 10%;
  color: #1E1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lack__text__top span {
  color: #1E1E1E;
  font-size: clamp(30px, 4.5vw, 54px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.16px;
}
.lack__text__top span span {
  color: #FFF;
  background: #7CBE33;
  padding: 0 12px; /*4px 12px*/
  margin-right: 8px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.lack__note {
  position: relative;
  left: -30px;
  margin-top: 30px;
  width: 486.51px;
  max-width: 100%;
}
.lack__note img {
  width: 100%;
}
.lack__need {
  margin-top: 50px;
  position: relative;
}
.lack__need p {
  text-align: center;
  color: #1E1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.lack__need p span {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.16px;
  font-size: 40px;
}
.lack__need p span span {
  color: #FFF;
  background: #7CBE33;
  padding: 0 12px; /*2px 12px*/
  margin-right: 8px;
  font-size: 54px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.lack__case {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
}
.lack__foods {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.lack__food {
  flex: 1;
}
.lack__food img {
  width: 100%;
  height: auto;
}
.lack__food p {
  margin-top: 20px;
  color: #1E1E1E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 125% */
}
.lack__reference {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
}
.lack__bottom {
  margin-top: 48px;
}
.lack__bottom p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #949494;
  display: flex;
  padding: 10px 17px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .lack {
    padding: 50px 20px;
  }
  .lack__top {
    flex-direction: column-reverse;
    display: flex;
    gap: 0;
  }
  .lack__chart {
    flex: 1;
  }
  .lack__chart img {
    width: 100%;
  }
  .lack__text {
    flex: 0 0 50%;
    position: relative;
  }
  .lack__text__top {
    margin-top: 0;
    font-size: 24px;
    text-align: center;
  }
  .lack__text__top span {
    line-height: 1.4;
    font-size: 40px;
  }
  .lack__text__top span span {
    height: 62px;
  }
  .lack__note {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
    width: 305px;
    max-width: 100%;
  }
  .lack__note img {
    width: 100%;
  }
  .lack__need {
    margin-top: 30px;
  }
  .lack__need p {
    font-size: 24px;
  }
  .lack__need p span {
    font-size: 32px;
    line-height: 1.4;
  }
  .lack__need p span span {
    font-size: 40px;
    height: 62px;
  }
  .lack__foods {
    margin-top: 10px;
    display: flex;
    gap: 20px;
  }
  .lack__food {
    flex: 1 1 45%;
  }
  .lack__food p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .lack__bottom {
    margin-top: 31px;
    text-align: center;
  }
  .lack__bottom span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #949494;
    display: flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }
}
.fiber-amount {
  position: relative;
}
.fiber-amount__img {
  width: 100%;
}
.fiber-amount__img img {
  width: 100%;
}
.fiber-amount__right {
  width: 100%;
  position: absolute;
  top: 8%;
  right: 0;
}
.fiber-amount__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding-right: 10%;
}
.fiber-amount__text p {
  color: #1E1E1E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fiber-amount__text span {
  color: #1E1E1E;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fiber-amount__text span span {
  color: var(--txt_green, #70B327);
  font-size: clamp(30px, 4.5vw, 54px);
}
.fiber-amount__text .highlight {
  display: inline-block;
  background: #7CBE33;
  color: #FFF;
  font-size: clamp(30px, 4.5vw, 54px);
  font-style: normal;
  font-weight: 700;
  padding: 0 6px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .fiber-amount {
    position: relative;
  }
  .fiber-amount__right {
    top: 35px;
    right: auto;
    left: 0px;
    padding-left: 20px;
  }
  .fiber-amount__text {
    margin: 0;
    padding-right: 0;
  }
  .fiber-amount__text p {
    font-size: 18px;
  }
  .fiber-amount__text span {
    font-size: 24px;
  }
  .fiber-amount__text span span {
    font-size: 32px;
  }
  .fiber-amount__text .highlight {
    font-size: 27px;
  }
}
.product {
  padding: 60px 20px;
  text-align: center;
}
.product.--arrow {
  background: url(images/arrow.svg) top center/33% no-repeat;
}
.product__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.product__catch {
  color: #1E1E1E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product__title {
  color: #1E1E1E;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.product__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #F1EFE5;
  transition: all 0.3s;
}
.product__content:hover {
  opacity: 0.7;
}
.product__image {
  flex: 0 0 50%;
}
.product__image img {
  max-width: 100%;
  height: auto;
}
.product__info {
  flex: 1;
  padding: 0 74px;
  text-align: left;
}
.product__label {
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product__label span {
  color: var(--txt_green, #70B327);
}
.product__name {
  color: #1E1E1E;
  text-align: center;
  font-family: YuGothic;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  margin-top: 10px;
  margin-bottom: 30px;
}
.product__name span {
  font-size: 24px;
}
.product__points {
  flex: 1 0 50%;
}
.product__pointsWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.product__pointsWrap .circle {
  flex: 0 0 150px;
  padding-top: 12px;
  aspect-ratio: 1;
  border-radius: 75px;
  border: 2px solid var(--txt_green, #70B327);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--txt_green, #70B327);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  gap: 4px;
}
.product__pointsWrap .circle span {
  font-size: 36px;
}
.product__points li {
  padding: 6px 0px 6px 38px;
  border-bottom: 2px solid #D9D9D9;
  color: #1E1E1E;
  font-size: 21.769px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.product__points li::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 16px;
  background-image: url(images/check-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.product__points li span {
  margin-right: 3px;
}
.product__points li .em {
  color: #ED89B7;
}
.product__points li .min {
  font-size: 12.699px;
}
.product__points li .mid {
  font-size: 18.141px;
}
.product__points li .big {
  font-size: 29.026px;
}
.product__points li:last-child {
  border-bottom: none;
}
.product__btn {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
  letter-spacing: 1.2px;
  background: #7CBE33;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.product__note {
  margin: 20px auto 0;
  color: #1E1E1E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  box-sizing: border-box;
  max-width: 380px;
  height: 60px;
  border: 1px solid #70B327;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
}
.product__note::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("./images/more.svg");
  background-size: contain;
  top: 24px;
  right: 35px;
}
.product__note:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .product {
    padding: 30px 20px;
  }
  .product.--arrow {
    background: url(images/arrow.svg) top center/60% no-repeat;
  }
  .product__catch {
    font-size: 24px;
  }
  .product__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .product__content {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .product__info {
    width: 100%;
    flex: 1;
    padding: 20px 0 0;
    text-align: left;
  }
  .product__label {
    font-size: 18px;
  }
  .product__name {
    font-size: 28px;
    /* 52px */
    margin-bottom: 12px;
  }
  .product__name span {
    font-size: 20px;
  }
  .product__points {
    flex: 1;
  }
  .product__pointsWrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .product__pointsWrap .circle {
    padding-top: 8px;
    flex: 0 0 92px;
    font-size: 14.849px;
  }
  .product__pointsWrap .circle span {
    font-size: 22.274px;
  }
  .product__points li {
    padding: 6px 0px 6px 22px;
    font-size: 16px;
    line-height: 1.3;
  }
  .product__points li::before {
    height: 12px;
    width: 15px;
  }
  .product__points li .min {
    font-size: 10px;
  }
  .product__points li .mid {
    font-size: 14px;
  }
  .product__points li .big {
    font-size: 20px;
  }
  .product__points li:last-child {
    border-bottom: none;
  }
  .product__btn {
    width: 100%;
    font-size: 20px;
    padding: 16px;
    margin-top: 20px;
  }
  .product__note {
    font-size: 16px;
  }
}
.howto {
  background: url(images/howto-bg.jpg) top center/cover no-repeat;
  padding: 70px 20px;
}
.howto__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.howto__title {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}
.howto__subtitle {
  color: var(--txt_green, #70B327);
  text-align: center;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin: 20px 0 46px;
}
.howto__steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.howto__step {
  flex: 0 0 287px;
}
.howto__step__arrow {
  flex: 1;
  display: flex;
  align-items: center;
}
.howto__step img {
  width: 100%;
}
.howto__step p {
  min-height: 121px;
  margin-top: -30px;
  position: relative;
  padding: 20px;
  border-radius: 6px;
  background: #F1EFE5;
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  /* 27px */
}
.howto__step p::before {
  content: "";
  width: 30px;
  height: 26px;
  background-image: url(images/balloon2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  position: absolute;
}
.howto__step p span {
  color: var(--txt_green, #70B327);
  font-weight: 700;
}
.howto .sp {
  display: none;
}
.howto .pc {
  display: flex;
}
.howto__note {
  margin-top: 46px;
  padding: 20px 50px;
  border-top: 2px solid var(--txt_green, #70B327);
  border-bottom: 2px solid var(--txt_green, #70B327);
}
.howto__note h3 {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin-bottom: 10px;
}
.howto__note ul {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
  /* 24px */
}
.howto__note ul li::before {
  content: "・";
  margin-right: 3px;
}

@media (max-width: 768px) {
  .howto {
    padding: 50px 20px;
  }
  .howto__title {
    font-size: 32px;
  }
  .howto__subtitle {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .howto__steps {
    flex-direction: column;
    gap: 5px;
  }
  .howto__step {
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
  }
  .howto__step img {
    width: 55%;
    display: block;
  }
  .howto__step__arrow {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 27.5%;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-50%) rotate(90deg);
  }
  .howto__step p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    min-height: auto;
    margin-top: 0;
    padding: 10px;
    font-size: 14px;
  }
  .howto__step p::before {
    width: 24px;
    height: 21px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-90%) rotate(-90deg);
  }
  .howto__note {
    padding: 20px 0;
  }
  .howto__note h3 {
    font-size: 18px;
  }
  .howto__note ul {
    font-size: 14px;
  }
}
.recipe {
  background-image: url(images/reason-bg.jpg);
  background-repeat: repeat;
  background-size: 1400px;
  padding: 70px 20px;
}
.recipe__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.recipe__title {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}
.recipe__subtitle {
  color: var(--txt_green, #70B327);
  text-align: center;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin: 20px 0 30px;
}
.recipe__intro {
  text-align: center;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  margin-bottom: 60px;
}
.recipe__block {
  display: flex;
  gap: 33px 57px;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.recipe__image {
  flex: 0 0 50%;
}
.recipe__image img {
  width: 100%;
  border-radius: 8px;
}
.recipe__content {
  flex: 1;
}
.recipe__name {
  color: var(--txt_green, #70B327);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  margin-bottom: 20px;
}
.recipe__meta {
  display: flex;
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  margin-bottom: 20px;
  gap: 4px;
}
.recipe__meta dl {
  width: 110px;
}
.recipe__meta dl dd,
.recipe__meta dl dt {
  padding: 8px 0 6px;
}
.recipe__meta dl dt {
  background-color: #C6DFAA;
}
.recipe__meta dl dd {
  background-color: #fff;
  margin-top: 2px;
}
.recipe .ingredient {
  background: #fff;
  padding: 30px;
  position: relative;
}
.recipe .ingredient__title {
  position: absolute;
  left: 27px;
  top: -12px;
  color: #1E1E1E;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 28.6px */
}
.recipe .ingredient__title .material-label {
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.recipe .ingredient__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.recipe .ingredient__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  position: relative;
}
.recipe .ingredient__list li span:first-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.recipe .ingredient__list li span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}
.recipe .ingredient__list li i {
  flex: 1;
  border-bottom: 1px solid #FFA7CF;
  margin: 0 8px;
}
.recipe .ingredient.--double {
  display: flex;
  gap: 30px;
}
.recipe .ingredient.--double .ingredient__list__wrap {
  flex: 1;
}
.recipe .ingredient.--double .ingredient__list__title {
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  margin-bottom: 8px;
}
.recipe .recipe-howto {
  padding: 40px;
  background: #fff;
  position: relative;
  width: 100%;
}
.recipe .recipe-howto__title {
  position: absolute;
  left: 27px;
  top: -12px;
  color: #1E1E1E;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 28.6px */
}
.recipe .recipe-howto__title .material-label {
  margin-left: 4px;
  position: relative;
  top: 0px;
}
.recipe .recipe-howto__steps {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.recipe .recipe-howto__block {
  flex: 1;
}
.recipe .recipe-howto__block--side {
  max-width: 268px;
}
.recipe .recipe-howto__subtitle {
  background: #E8E5D6;
  padding: 5px 11px 2px;
  color: #746F55;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  margin-bottom: 16px;
}
.recipe .recipe-howto__list {
  list-style: none;
  padding-left: 0;
  counter-reset: step;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.recipe .recipe-howto__list li {
  position: relative;
  padding-left: 28px;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.recipe .recipe-howto__list li::before {
  counter-increment: step;
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #7CBE33;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.recipe__reference {
  position: absolute;
  bottom: -40px;
  right: 20px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .recipe {
    padding: 50px 20px;
  }
  .recipe__title {
    font-size: 32px;
  }
  .recipe__subtitle {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .recipe__intro {
    margin-bottom: 30px;
  }
  .recipe__block {
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .recipe__block:last-child {
    margin-bottom: 0;
  }
  .recipe__content {
    flex: 1;
    width: 100%;
  }
  .recipe__name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .recipe__meta {
    margin-bottom: 24px;
  }
  .recipe__meta dl {
    width: auto;
    flex: 1;
  }
  .recipe .ingredient {
    padding: 30px 20px;
  }
  .recipe .ingredient__title {
    position: absolute;
    left: 20px;
    top: -12px;
    font-size: 20px;
  }
  .recipe .ingredient__list {
    font-size: 14px;
  }
  .recipe .ingredient__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 4px 0;
  }
  .recipe .ingredient.--double {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .recipe .recipe-howto {
    margin-top: 24px;
    padding: 30px 20px;
  }
  .recipe .recipe-howto__title {
    left: 20px;
    font-size: 20px;
    top: -18px;
  }
  .recipe .recipe-howto__steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap;
  }
  .recipe .recipe-howto__block {
    flex: 1;
  }
  .recipe .recipe-howto__block--side {
    max-width: 100%;
  }
  .recipe .recipe-howto__list {
    gap: 10px;
  }
  .recipe .recipe-howto__list li {
    color: #1E1E1E;
    font-size: 14px;
  }
}
.sns {
  background-image: url(images/reason-bg.jpg);
  background-repeat: repeat;
  background-size: 1400px;
  padding: 0px 20px 70px;
  text-align: center;
}
.sns__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.sns__title {
  text-align: center;
  margin-bottom: 40px;
}
.sns__title > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #1E1E1E;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sns__title > span:last-child {
  /* 52px */
  position: relative;
  padding: 0 45px;
}
.sns__title > span:last-child::before, .sns__title > span:last-child::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(images/bar.svg);
  background-repeat: no-repeat;
  background-size: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.sns__title > span:last-child::before {
  left: 0;
}
.sns__title > span:last-child::after {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.sns__platform {
  margin-bottom: 40px;
}
.sns__platform-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.sns__platform-header:hover {
  opacity: 0.7;
}
.sns__platform-header div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns__platform-header div img {
  width: 40px;
  height: 40px;
}
.sns__platform-header div.--youtube img {
  width: 48px;
  height: 32px;
}
.sns__platform-header p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sns__platform-header p img {
  width: 19px;
  height: 19px;
}
.sns__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 40px;
}
.sns__grid > div {
  width: 100%;
}
.sns__grid.--insta {
  padding: 0 24px;
}
.sns__grid.--insta > div {
  width: calc((100% - 32px) / 5); /*22%*/
}
.sns__grid.--insta > div > a {
  display: block;
  transition: all 0.3s;
}
.sns__grid.--insta > div > a:hover {
  opacity: 0.7;
}
.sns__grid.--insta > div img {
  width: 100%;
  height: auto;
  display: block;
}
.sns__grid.--youtube {
  padding: 0 8%;
}
.sns__grid.--youtube > div {
  width: 48%;
}
.sns__grid.--youtube > div iframe,
.sns__grid.--youtube > div blockquote {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  margin: 0 auto;
  display: block;
}
.sns__grid img {
  width: 100%;
}
.sns__platform-header__btn {
  display: none;
}

@media (max-width: 768px) {
  .sns {
    padding: 0px 20px 70px;
  }
  .sns__title {
    text-align: center;
    margin-bottom: 40px;
  }
  .sns__title > span {
    font-size: 24px;
  }
  .sns__title > span:last-child {
    padding: 0 50px;
  }
  .sns__title > span:last-child::before, .sns__title > span:last-child::after {
    width: 34px;
    height: 55px;
    background-image: url(images/bar-sp.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sns__title > span:last-child::before {
    left: 0;
  }
  .sns__title > span:last-child::after {
    right: 0;
    transform: translateY(-50%) rotate(52deg);
  }
  .sns__platform {
    margin-bottom: 60px;
  }
  .sns__platform:last-child {
    margin-bottom: 0;
  }
  .sns__platform-header {
    justify-content: center;
  }
  .sns__platform-header p {
    display: none;
  }
  .sns__grid {
    margin-bottom: 20px;
    gap: 10px;
    justify-content: flex-start;
  }
  .sns__grid.--insta {
    padding: 0;
  }
  .sns__grid.--insta > div {
    width: calc((100% - 10px) / 2);
  }
  .sns__grid.--youtube {
    padding: 0;
  }
  .sns__grid.--youtube > div {
    flex-basis: 100%;
  }
  .sns__platform-header__btn {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .sns__platform-header__btn img {
    width: 19px;
    height: 19px;
  }
}
.faq {
  padding: 70px 20px 0;
}
.faq__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__title {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}
.faq__subtitle {
  color: var(--txt_green, #70B327);
  text-align: center;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin: 20px 0 30px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  overflow: hidden;
}
.faq__item.active .faq__icon {
  content: "−";
}
.faq__question {
  background: #7CBE33;
  width: 100%;
  padding: 14px 30px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
.faq__question:hover {
  opacity: 0.7;
}
.faq__question > span {
  display: flex;
  align-items: center;
}
.faq__question .faq__text {
  font-family: Jost;
  font-size: 28px;
  font-weight: normal;
  min-width: 40px;
}
.faq__question .faq__icon {
  font-size: 30px;
  transition: 0.3s;
}
.faq__answer {
  background: #F1EFE5;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faq__answer p {
  padding: 14px 30px;
  display: flex;
}
.faq__answer p > span {
  display: flex;
}
.faq__answer p .faq__text {
  display: inline-block;
  color: var(--txt_green, #70B327);
  font-family: Jost;
  font-size: 28px;
  font-weight: 400;
  min-width: 40px;
}

@media (max-width: 768px) {
  .faq {
    padding: 50px 20px 0;
  }
  .faq__title {
    font-size: 32px;
  }
  .faq__subtitle {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .faq__question {
    padding: 12px 16px;
  }
  .faq__answer p {
    padding: 12px 16px;
  }
}
.detail {
  background: #fff;
  padding: 16px 20px 80px;
}
.detail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.detail__title {
  color: #1E1E1E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}
.detail__subtitle {
  color: var(--txt_green, #70B327);
  text-align: center;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  margin: 20px 0 40px;
}
.detail__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail__item {
  display: flex;
  gap: 20px;
}
.detail__label {
  flex: 0 0 180px;
  color: var(--txt_green, #70B327);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  border-bottom: 1px solid var(--txt_green, #70B327);
  padding-bottom: 20px;
}
.detail__value {
  flex: 1;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  padding-bottom: 20px;
  border-bottom: 1px solid #737373;
}

@media (max-width: 768px) {
  .detail {
    padding: 40px 20px 120px;
  }
  .detail__title {
    font-size: 32px;
  }
  .detail__subtitle {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .detail__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .detail__item {
    display: block;
    gap: 10px;
  }
  .detail__label {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .detail__value {
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.cart {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  width: 140px;
  height: 140px;
  transition: all 0.3s;
  display: none;
}
.cart:hover {
  opacity: 0.7;
}
.cart img {
  width: 100%;
}

@media (max-width: 768px) {
  .cart {
    width: 90px;
    height: 90px;
    right: 5px;
    bottom: 5px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px 16px;
  z-index: 9999;
}
.header__logo img {
  height: 40px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  width: 52px;
  height: 4px;
  background: #7eb36f;
  margin: 8px auto;
  transition: 0.3s;
}
.hamburger .menu-label {
  color: #70B327;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  /* 11.2px */
  letter-spacing: 1.28px;
  margin-top: 10px;
}

.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 230px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px 16px;
  transition: right 0.6s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.sp-nav ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sp-nav ul li a {
  border-radius: 6px;
  background: #C6DFAA;
  padding: 16px 10px;
  display: block;
  border-radius: 6px;
  color: #1E1E1E;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  /* 11.2px */
  letter-spacing: 1.28px;
  transition: all 0.3s;
}
.sp-nav ul li a:hover {
  opacity: 0.7;
}

.sp-nav.active {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.close-btn span {
  display: block;
  width: 52px;
  height: 4px;
  background: #7eb36f;
  margin: 8px auto;
  transition: 0.3s;
}
.close-btn span:first-child {
  transform: translateY(3px) rotate(30deg);
}
.close-btn span:nth-child(2) {
  transform: translateY(-9px) rotate(-30deg);
}
.close-btn .menu-label {
  color: #70B327;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 70%;
  /* 11.2px */
  letter-spacing: 1.28px;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .header {
    padding: 10px 10px;
  }
  .header__logo img {
    height: 24px;
  }
  .hamburger span {
    width: 26px;
    height: 2px;
    margin: 4px auto;
  }
  .hamburger .menu-label {
    font-size: 8px;
    margin-top: 6px;
  }
  .close-btn span {
    width: 26px;
    height: 2px;
    margin: 0px auto;
    transition: 0.3s;
  }
  .close-btn span:first-child {
    transform: translateY(0px) rotate(30deg);
  }
  .close-btn span:nth-child(2) {
    transform: translateY(-2px) rotate(-30deg);
  }
  .close-btn .menu-label {
    font-size: 8px;
    margin-top: 14px;
  }
}/*# sourceMappingURL=style.css.map */