@charset "utf-8";

/**
  common & overwrite
*/
#content-container #content {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 11px;
  margin: 0 auto;
}

#content-container #content>.hdg-level1-01-container {
  width: 1110px;
  margin: 0 auto;
}

#content-container #content>.nav-local-04 {
  width: 1110px;
  margin: 0 auto;
}

#content-container #content>.nav-local-04.fixed {
  width: 100%;
}

@media screen and (max-width: 1186px) {

  #content-container #content>.hdg-level1-01-container,
  #content-container #content>.nav-local-04 {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) {
  #content-container #content {
    padding: 25px 0 6px;
  }

  #content-container #content>.hdg-level1-01-container {
    width: calc(100% - 30px);
  }

  #content-container #content>.nav-local-04 {
    width: calc(100% - 30px);
  }
}



#shop * {
  box-sizing: border-box;
}

#shop a {
  transition: opacity 0.3s;
}

#shop a:hover {
  opacity: 0.8;
}

#shop img {
  max-width: 100%;
  height: auto;
}

#shop .pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  #shop .pc-only {
    display: none;
  }
}


#shop .sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  #shop .sp-only {
    display: block;
  }
}


/**
sec-main
*/
.sec-main {
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_main_pc.jpg') no-repeat center top;
  text-align: center;
}

.sec-main__inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 80px 30px 250px;
}

.sec-main__title {
  font-size: 56px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sec-main__illust {
  margin-bottom: 50px;
}

.sec-main__illust img {
  display: block;
  margin: 0 auto;
}

.sec-main__video {
  max-width: 1110px;
  margin: 0 auto 80px;
}

.sec-main__video-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 30px;
}

.sec-main__video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sec-main__lead {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
}

.sec-main__text {
  font-size: 22px;
  color: #333;
  line-height: 2;
}

.sec-main__toc {
  padding-top: 130px;
}

.sec-main__toc-title {
  font-size: 40px;
  font-weight: bold;
  color: #96c52a;
  margin-bottom: 30px;
}

.sec-main__toc-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-main__toc-item {
  flex: 1;
  max-width: 340px;
}

.sec-main__toc-item a {
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 12px;
  overflow: hidden;
  transition: color 0.3s;
}

.sec-main__toc-thumb img {
  width: 100%;
  display: block;
}

.sec-main__toc-label {
  position: relative;
  background-color: #cae26d;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 10px;
  transition: background-color 0.3s;
}

.sec-main__toc-label::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-75%) rotate(45deg);
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: border-color 0.3s;
}

.sec-main__toc-item a:hover {
  color: #fff;
}

.sec-main__toc-item a:hover .sec-main__toc-label {
  background-color: #199200;
}

.sec-main__toc-item a:hover .sec-main__toc-label::before {
  border-color: #fff;
}

/**
sec-merit
*/
.sec-merit {
  position: relative;
  margin-top: -50px;
  padding: 50px 0 200px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_top.png') no-repeat center top, url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_bottom.png') no-repeat center bottom;
  z-index: 2;
}

.sec-merit__header {
  text-align: center;
}

.sec-merit__header-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 30px 30px;
}

.sec-merit__icon {
  margin-bottom: 10px;
}

.sec-merit__title {
  font-size: 56px;
  font-weight: bold;
  color: #96c52a;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sec-merit__subtitle {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
}

.sec-merit__intro {
  text-align: center;
}

.sec-merit__intro-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px 40px;
}

.sec-merit__photo {
  margin-bottom: 20px;
}

.sec-merit__photo img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.sec-merit__lead {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}

.sec-merit__box {
  max-width: 1110px;
  margin: 0 auto 80px;
  padding: 0 30px;
}

.sec-merit__box-inner {
  padding: 60px 80px;
  border-radius: 30px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_brown.jpg') repeat center top;
  list-style: none;
}

.sec-merit__item {
  text-align: center;
  margin-bottom: 80px;
}

.sec-merit__item:last-child {
  margin-bottom: 0;
}

.sec-merit__item-img img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.sec-merit__item-num {
  margin-bottom: 35px;
}

.sec-merit__item-title {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sec-merit__item-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 40px;
}

.sec-merit__video-box {
  max-width: 1110px;
  margin: 0 auto 80px;
  padding: 0 30px;
  text-align: center;
}

.sec-merit__video-box-inner {
  padding: 60px 80px;
  border-radius: 30px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_green.jpg') repeat center top / cover;
}

.sec-merit__video-title {
  font-size: 36px;
  font-weight: bold;
  color: #7c502f;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 70px;
  margin-bottom: 40px;
}

.sec-merit__video-title::before,
.sec-merit__video-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 55px;
  height: 2px;
  background: #7c502f;
}

.sec-merit__video-title::before {
  left: 0;
  transform: rotate(60deg);
  transform-origin: 100% 0%;
}

.sec-merit__video-title::after {
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 0% 100%;
}

.sec-merit__video-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin-top: 30px;
}

.sec-merit__video-player {
  max-width: 720px;
  margin: 0 auto;
}

.sec-merit__video-player-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 30px;
}

.sec-merit__video-player-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/** video-swiper */
.sec-merit__video-slider {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.sec-merit__video-slider-inner {
  position: relative;
  padding: 0 60px;
}

.video-swiper__iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 16px;
}

.video-swiper__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-swiper-prev,
.video-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #dc1e37;
}

.video-swiper-prev::after,
.video-swiper-next::after {
  font-family: swiper-icons;
  font-size: 28px;
}

.video-swiper-prev::after {
  content: 'prev';
}

.video-swiper-next::after {
  content: 'next';
}

.video-swiper-prev {
  left: 0;
}

.video-swiper-next {
  right: 0;
}

/** box-cta (common) */
.box-cta {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.box-cta__inner {
  padding: 40px 30px;
  border-radius: 30px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_pink.jpg') repeat center top / cover;
}

.box-cta__title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.box-cta__btn {
  display: inline-block;
}

.box-cta__btn img {
  display: block;
}

a.seach-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 376px;
  height: 74px;
  margin: 0 auto;
  background-color: #eedece;
  border-radius: 20px;
  transition: all 0.3s;
}

a.seach-btn svg {
  width: 45px;
  height: auto;
  transition: all 0.3s;
}

a.seach-btn span {
  color: #805437;
  font-weight: bold;
  font-size: 24px;
  transition: all 0.3s;
}

a.seach-btn:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  background-color: #dc1e37;
  transition: all 0.3s;
}

a.seach-btn:hover span {
  color: #fff;
  transition: all 0.3s;
}

a.seach-btn:hover svg path {
  stroke: #fff;
  transition: all 0.3s;
}

a.seach-btn:hover circle {
  stroke: #fff;
  transition: all 0.3s;
}

.box-cta__link {
  margin-top: 20px;
}

.box-cta__link a {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 35px;
  font-size: 16px;
  font-weight: bold;
}

.box-cta__link a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(45deg);
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  transition: border-color 0.3s;
}

.box-cta__link a:link,
.box-cta__link a:visited {
  color: #000;
}

/**
sec-step
*/
.sec-step {
  position: relative;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_brown.jpg') repeat center top;
  z-index: 1;
  margin: -50px auto 0;
  padding: 100px 0 200px;
  max-width: 1920px;
}

.sec-step__header {
  text-align: center;
}

.sec-step__header-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px 30px;
}

.sec-step__icon {
  margin-bottom: 10px;
}

.sec-step__title {
  font-size: 56px;
  font-weight: bold;
  color: #96c52a;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sec-step__subtitle {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0;
}

.sec-step__intro {
  text-align: center;
}

.sec-step__intro-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px 80px;
}

.sec-step__photo {
  margin-bottom: 20px;
}

.sec-step__photo img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.sec-step__lead {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}

.sec-step__box {
  max-width: 1110px;
  margin: 0 auto 80px;
  padding: 0 30px;
}

.sec-step__box-inner {
  padding: 60px 30px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  list-style: none;
}

.sec-step__item {
  margin-bottom: 80px;
}

.sec-step__item:last-child {
  margin-bottom: 0;
}

.sec-step__item-num {
  margin-bottom: 30px;
}

.sec-step__item-title {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sec-step__item-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sec-step__item-btn {
  display: inline-block;
  margin-top: 5px;
}

.sec-step__item-btn img {
  display: block;
}

.sec-step__prepare {
  max-width: 1110px;
  margin: 0 auto 80px;
  padding: 0 30px;
  text-align: center;
}

.sec-step__prepare-inner {
  padding: 60px 80px;
  border-radius: 30px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_green.jpg') repeat center top;
}

.sec-step__prepare-title {
  font-size: 36px;
  font-weight: bold;
  color: #7c502f;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  padding: 0 65px;
  margin-bottom: 35px;
}

.sec-step__prepare-title::before,
.sec-step__prepare-title::after {
  content: '';
  position: absolute;
  bottom: 0%;
  width: 55px;
  height: 2px;
  background: #7c502f;
}

.sec-step__prepare-title::before {
  left: 0;
  transform: rotate(60deg);
  transform-origin: 100% 0%;
}

.sec-step__prepare-title::after {
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 0% 100%;
}

.sec-step__prepare-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-step__prepare-item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.sec-step__prepare-item-title {
  font-size: 22px;
  font-weight: bold;
  color: #7c502f;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sec-step__prepare-item-img img {
  display: block;
  margin: 0 auto;
}

/**
sec-faq
*/
.sec-faq {
  position: relative;
  margin-top: -50px;
  padding: 50px 0 100px;
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_top.png') no-repeat center top;
  z-index: 2;
}

.sec-faq__header {
  text-align: center;
}

.sec-faq__header-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 30px;
}

.sec-faq__icon {
  margin-bottom: 10px;
}

.sec-faq__title {
  font-size: 56px;
  font-weight: bold;
  color: #96c52a;
  line-height: 1.4;
  margin-bottom: 15px;
}

.sec-faq__subtitle {
  font-size: 37px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sec-faq__lead {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0;
}

.sec-faq__list-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 30px 60px;
}

.sec-faq__qa {
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_brown.jpg') repeat center top;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 60px 40px;
}

.sec-faq__qa:last-child {
  margin-bottom: 0;
}

.sec-faq__q {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}

.sec-faq__q-icon {
  flex-shrink: 0;
}

.sec-faq__q-title {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}

.sec-faq__q-arrow {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}

.sec-faq__q-arrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 2px solid #96c52a;
  border-bottom: 2px solid #96c52a;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.sec-faq__qa.is-open .sec-faq__q-arrow::before {
  margin-top: 20px;
  transform: rotate(-135deg);
}

.sec-faq__a-wrap {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.sec-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 25px 0 20px;
}

.sec-faq__a-icon {
  flex-shrink: 0;
}

.sec-faq__a-body {
  flex: 1;
}

.sec-faq__a-text {
  font-size: 22px;
  color: #333;
  line-height: 1.8;
}

.sec-faq__a-link {
  display: inline-block;
  font-size: 22px;
  color: #dc1e37;
  text-decoration: none;
  line-height: 1.8;
}

.sec-faq__flow {
  text-align: center;
}

.sec-faq__flow-inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 30px;
}

.sec-faq__flow-heading {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sec-faq__flow-steps {
  background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_texture_brown.jpg') repeat center top / cover;
  border-radius: 30px;
  padding: 60px 60px;
  text-align: left;
  list-style: none;
}

.sec-faq__flow-item {
  display: flex;
  gap: 50px;
  position: relative;
}

.sec-faq__flow-item:not(:last-child) {
  padding-bottom: 35px;
}

.sec-faq__flow-num {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.sec-faq__flow-num img {
  position: relative;
  z-index: 2;
}

.sec-faq__flow-item:not(:last-child) .sec-faq__flow-num::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 5%;
  width: 2px;
  height: calc(100% + 50px);
  background: #ccc;
  transform: translateX(-50%);
  z-index: 1;
}

.sec-faq__flow-body {
  flex: 1;
  padding-top: 20px;
}

.sec-faq__flow-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}

.sec-faq__flow-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.sec-faq__flow-body p+p {
  margin-top: 1em;
}

.sec-faq__flow-highlight {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #cae26d 60%);
  display: inline;
}

.sec-faq__flow-link {
  font-size: 16px;
  color: #dc1e37;
  text-decoration: none;
  line-height: 1.8;
}

/**
box-section-01
*/
#shop .box-section-01 {
  box-sizing: border-box;
  width: 1170px;
  padding: 50px 30px 11px;
  margin: 0 auto;
}


@media screen and (max-width: 1186px) {

  /* box-section-01 */
  #shop .box-section-01 {
    width: 100%;
  }

}

@media screen and (max-width: 1110px) {

  .sec-main {
    background-size: 182% auto;
  }

  .sec-main__inner {
    padding: 80px 30px 250px;
  }

  .sec-main__title {
    font-size: 5vw;
    margin-bottom: 40px;
  }

  .sec-main__illust {
    margin-bottom: 50px;
  }

  .sec-main__video {
    margin: 0 auto 80px;
  }

  .sec-main__lead {
    font-size: 3.3vw;
    margin-bottom: 40px;
  }

  .sec-main__text {
    font-size: 2vw;
  }

  .sec-main__toc {
    padding-top: 20.7vw;
  }

  .sec-main__toc-title {
    font-size: 3.6vw;
    margin-bottom: 2.7vw;
  }

  .sec-main__toc-list {
    gap: 2.7vw;
  }

  .sec-main__toc-item {
    max-width: 340px;
  }

  .sec-main__toc-label {
    font-size: 2vw;
    padding: 12px 10px;
  }


}


@media screen and (max-width: 1040px) {

  .sec-merit__video-title,
  .sec-step__prepare-title {
    padding: 0 5.8vw;
    font-size: 3vw;
  }

  .sec-merit__video-title::before,
  .sec-merit__video-title::after,
  .sec-step__prepare-title::before,
  .sec-step__prepare-title::after {
    width: 4.8vw;
  }
}

@media screen and (max-width: 1000px) {
  .sec-main__toc {
    padding-top: 15.7vw;
  }

  .sec-main__toc-label::before {
    right: 12px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 900px) {
  .sec-main__toc {
    padding-top: 12.7vw;
  }
}


@media screen and (max-width: 768px) {

  /* sec-main */
  .sec-main {
    background-image: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_main_sp.jpg');
    background-size: 100% auto;
  }

  .sec-main__inner {
    padding: 6.06vw 2.27vw 30vw;
  }

  .sec-main__title {
    font-size: 5.61vw;
    margin-bottom: 6.06vw;
  }

  .sec-main__illust {
    width: 90%;
    margin: 0 auto 5.58vw;
    text-align: center;
  }

  .sec-main__video {
    margin-bottom: 10.58vw;
  }

  .sec-main__lead {
    font-size: 3.33vw;
    margin-bottom: 5.53vw;
  }

  .sec-main__text {
    font-size: 3.33vw;
    margin-bottom: 12.09vw;
  }

  .sec-main__toc {
    padding: 0 6vw;
  }

  .sec-main__toc-title {
    font-size: 6.36vw;
    margin-bottom: 4.55vw;
  }

  .sec-main__toc-list {
    flex-direction: column;
    gap: 3.03vw;
  }

  .sec-main__toc-item {
    max-width: 100%;
  }

  .sec-main__toc-label {
    font-size: 4.24vw;
    padding: 1.82vw 1.52vw;
  }

  .sec-main__toc-label::before {
    right: 20px;
    width: 12px;
    height: 12px;
  }

  /* sec-merit */
  .sec-merit {
    position: relative;
    margin-top: -3.79vw;
    padding: 3.79vw 0 15.15vw;
    background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_top.png') no-repeat center top / auto 3.79vw, url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_bottom.png') no-repeat center bottom / auto 3.79vw;
    z-index: 2;
  }

  .sec-merit__header-inner {
    padding: 6.06vw 2.27vw 4.55vw;
  }

  .sec-merit__icon img {
    width: 7.78vw;
  }

  .sec-merit__title {
    font-size: 6.36vw;
  }

  .sec-merit__subtitle {
    font-size: 4.24vw;
  }

  .sec-merit__photo {
    margin-bottom: 3.03vw;
  }

  .sec-merit__intro-inner {
    padding: 0 2.27vw 4.55vw;
  }

  .sec-merit__lead {
    font-size: 2.42vw;
  }

  .sec-merit__box {
    width: 100%;
    margin: 0 auto 7.58vw;
    padding: 0 2.27vw;
  }

  .sec-merit__box-inner {
    padding: 7.27vw 6.36vw;
  }

  .sec-merit__item {
    margin-bottom: 9.1vw;
  }

  .sec-merit__item-num {
    margin-bottom: 4.55vw;
  }

  .sec-merit__item-num img {
    width: 18.18vw;
    height: auto;
  }

  .sec-merit__item-title {
    margin-bottom: 3.79vw;
    font-size: 4.24vw;
  }

  .sec-merit__item-text {
    font-size: 2.42vw;
    margin-bottom: 4.05vw;
    text-align: left;
  }

  .sec-merit__video-box {
    width: 100%;
    margin: 0 auto 7.58vw;
    padding: 0 2.27vw;
  }

  .sec-merit__video-box-inner {
    padding: 7.27vw 6.36vw;
  }

  .sec-merit__video-title {
    margin-bottom: 4.55vw;
    font-size: 4.24vw;
    padding: 0 18vw;
  }

  .sec-merit__video-title::before,
  .sec-merit__video-title::after {
    width: 14vw;
  }

  .sec-merit__video-player {
    max-width: 100%;
    width: 100%;
  }

  .sec-merit__video-text {
    margin-top: 4.55vw;
    font-size: 2.42vw;
  }

  .sec-merit__video-slider {
    padding: 0 2.27vw 9.09vw;
  }

  .sec-merit__video-slider-inner {
    padding: 0 7.58vw;
  }

  .box-cta {
    width: 100%;
    padding: 0 2.27vw;
  }

  .box-cta__inner {
    padding: 6.06vw 6.36vw;
  }

  .box-cta__title {
    font-size: 4.24vw;
    margin-bottom: 3.03vw;
  }

  .box-cta__btn {
    width: 57vw;
  }

  .box-cta .list-link-01 {
    margin-top: 10px;
  }

  /* sec-step */
  .sec-step {
    margin-top: -3.79vw;
    padding: 12.12vw 0 15.15vw;
  }

  .sec-step__header-inner {
    padding: 6.06vw 2.27vw 3.03vw;
  }

  .sec-step__icon img {
    width: 12vw;
  }

  .sec-step__title {
    font-size: 6.36vw;
  }

  .sec-step__subtitle {
    font-size: 4.24vw;
  }

  .sec-step__intro-inner {
    padding: 0 2.27vw 4.55vw;
  }

  .sec-step__photo {
    margin-bottom: 3.03vw;
  }

  .sec-step__lead {
    font-size: 2.42vw;
  }

  .sec-step__box {
    margin-bottom: 7.58vw;
    padding: 0 2.27vw;
  }

  .sec-step__box-inner {
    padding: 7.27vw 6.06vw;
  }

  .sec-step__item {
    margin-bottom: 8.9vw;
  }

  .sec-step__item-title {
    font-size: 4.24vw;
    margin-bottom: 3.79vw;
  }

  .sec-step__item-text {
    font-size: 2.42vw;
    margin-bottom: 3.03vw;
  }

  .sec-step__item-num {
    margin-bottom: 4.55vw;
  }

  .sec-step__item-num img {
    width: 18.18vw;
    height: auto;
  }

  .sec-step__item-btn {
    display: inline-block;
    width: 57vw;
  }


  .sec-step__prepare {
    margin-bottom: 7.58vw;
    padding: 0 2.27vw;
  }

  .sec-step__prepare-inner {
    padding: 7.27vw 6.06vw;
  }

  .sec-step__prepare-title {
    margin-bottom: 4.55vw;
    padding: 0 18vw;
    font-size: 4.24vw;
  }

  .sec-step__prepare-title::before,
  .sec-step__prepare-title::after {
    width: 14vw;
  }

  .sec-step__prepare-list {
    flex-direction: column;
    gap: 3.03vw;
  }

  .sec-step__prepare-item-title {
    font-size: 4.24vw;
  }

  /* sec-faq */
  .sec-faq {
    position: relative;
    margin-top: -3.79vw;
    padding: 3.79vw 0 15.15vw;
    background: url('/jp/agri/agrilife/kitchen_garden/shop/img/bg_wave_top.png') no-repeat center top / auto 3.79vw;
    z-index: 2;
  }

  .sec-faq__header-inner {
    padding: 6.06vw 2.27vw 3.03vw;
  }

  .sec-faq__icon img {
    width: 12vw;
  }

  .sec-faq__title {
    margin-bottom: 2.24vw;
    font-size: 6.36vw;
  }

  .sec-faq__subtitle {
    margin-bottom: 4.55vw;
    font-size: 4.24vw;
  }

  .sec-faq__lead {
    margin-bottom: 6.06vw;
    font-size: 2.42vw;
  }

  .sec-faq__qa {
    margin-bottom: 4.55vw;
    padding: 5.3vw;
  }

  .sec-faq__list-inner {
    padding: 0 2.27vw 6.06vw;
  }

  .sec-faq__q {
    gap: 3.79vw;
  }

  .sec-faq__q-title {
    font-size: 3.33vw;
  }

  .sec-faq__a {
    padding: 6.36vw 0 0;
    gap: 3.79vw;
  }

  .sec-faq__a-text {
    font-size: 2.42vw;
  }

  .sec-faq__a-link {
    font-size: 2.42vw;
  }

  .sec-faq__q-icon,
  .sec-faq__a-icon {
    width: 13.63vw;
  }

  .sec-faq__flow-inner {
    padding: 6.06vw 2.27vw;
  }

  .sec-faq__flow-num {
    width: 13.63vw;
  }

  .sec-faq__flow-item {
    padding-bottom: 4.55vw;
    gap: 3.79vw;
  }

  .sec-faq__flow-item:not(:last-child) {
    padding-bottom: 4.55vw;
  }

  .sec-faq__flow-steps {
    padding: 5.3vw;
  }

  .sec-faq__flow-title {
    margin-bottom: 3.55vw;
    font-size: 3.33vw;
  }

  .sec-faq__flow-text,
  .sec-faq__flow-highlight,
  .sec-faq__flow-link {
    font-size: 2.42vw;
  }

  a.seach-btn {
    width: 57vw;
    height: 14vw;
    border-radius: 10px;
  }

  a.seach-btn svg {
    width: 7.18vw;
  }

  a.seach-btn span {
    font-size: 4vw;
  }
}