@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #303332;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .l-inner {
    padding-inline: clamp(60px, 10.541727672vw, 144px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1078px) / 2);
  }
}

.p-border {
  border-inline: 10px solid #e60013;
  border-top: 10px solid #e60013;
  position: relative;
      overflow: hidden;
}
.p-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
  background: #e60013;
  z-index: -1;
}

.c-link {
  display: block;
  color: inherit;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.c-section__title-ja {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(24px, 3.3203125vw, 34px);
  line-height: 1.6333333333;
  letter-spacing: 2.04px;
  font-weight: 600;
}

.c-btn {
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 9px;
  padding-right: 52px;
  font-family: "Kaisei Opti", serif;
  color: #3c3c3c;
  -webkit-text-stroke: 0.5px #3c3c3c;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-weight: 500;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: clamp(36px, 5.46875vw, 42px);
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-red.svg) no-repeat center center/contain;
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #fcfdf4;
  border-radius: 40px 40px 0px 0px;
}
@media screen and (min-width:768px) {
  .c-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}


.c-head__content {
  margin-top: 20px;
  padding-left: clamp(20px, 7.5402635432vw, 103px);
  color: #b5251a;
}
@media screen and (min-width:768px) {
  .c-head__content {
   margin-top: clamp(120px, 22.0351390922vw, 301px);
  }
}

.c-head__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1;
  letter-spacing: 0.91px;
}

.c-head__title-ja {
  margin-top: 7px;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(20px, 4.4270833333vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 500;
  -webkit-text-stroke: 0.5px #b32518;
}

.c-head__text {
  margin-top: clamp(20px, 4.0364583333vw, 31px);
  max-width: max(272px, 19.9121522694vw);
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.9285714286;
  letter-spacing: 0.84px;
  font-weight: 600;
}

.c-head__cta {
  margin-top: clamp(32px, 5vw, 60px);
  max-width: 185px;
  position: relative;
  z-index: 3;
}

.p-fv__cta-title {
  padding: 3px 28px 10px;
  color: #B32518;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.48px;
  font-weight: 600;
  text-align: center;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-fv__cta-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top-comment-white.svg) no-repeat center center/contain;
  z-index: -1;
}

.p-fv__cta-wrap {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.p-fv__cta-btn {
  padding-block: 9px 7px;
  padding-inline: clamp(8px, 1vw, 12px);
  aspect-ratio: 1/1;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-fv__cta-btn.btn-tabe {
  color: #ffffff;
  background: #2c6738;
}
.p-fv__cta-btn.btn-mer {
  color: #2c6738;
  background: #f1f4dc;
}
.p-fv__cta-btn.btn-mer .btn-text::after {
  background: url(../images/arrow-green.svg) no-repeat center center/contain;
}
.p-fv__cta-btn .btn-img {
  width: clamp(40px, 4.1666666667vw, 50px);
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 43px;
}
.p-fv__cta-btn .btn-img img {
  border-radius: 43px;
}
.p-fv__cta-btn .btn-text {
  margin-top: 8px;
  padding-right: 11px;
  font-size: clamp(11px, 1.0833333333vw, 13px);
  line-height: 1.4615384615;
  letter-spacing: 0.39px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-fv__cta-btn .btn-text {
    margin-top: 0;
  }
}
.p-fv__cta-btn .btn-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 6px;
  height: 9px;
  background: url(../images/arrow-white.svg) no-repeat center center/contain;
}

.c-head__img {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: clamp(150px, 67.4963396779vw, 1070px);
  aspect-ratio: 922/758;
  border-radius: 0px 40px 40px 0px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:768px) {
  .c-head__img {
    margin-left: 0;
  }
}
.c-head__img img {
  border-radius: 0px 40px 40px 0px;
}
.c-head__img .img-text {
  position: absolute;
  bottom: -43px;
  left: 23.2796486091vw;
}
@media screen and (min-width:1367px) {
  .c-head__img .img-text {
    left: 318px;
  }
}
.c-head__img .text-commit {
  width: clamp(200px, 84.6266471449vw, 818px);
}
.c-head__img .text-tomato {
  width: clamp(200px, 53.1478770132vw, 726px);
}
.c-head__img .text-zuccini {
  width: clamp(200px, 58.4187408492vw, 798px);
}
.c-head__img .text-company {
  width: clamp(200px, 61.7130307467vw, 843px);
}
.c-head__img .text-contact {
  width: clamp(200px, 59.8828696925vw, 818px);
}
.c-body {
  background: #fcfdf4;
}


.c-breadcrumb__wrap {
  position: absolute;
  top: 100px;
  right: clamp(20px, 5.8565153734vw, 80px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 101;
}
@media screen and (min-width:768px) {
  .c-breadcrumb__wrap {
    top: 164px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 20.36px;
  margin-right: 18.36px;
  width: 10.28px;
  height: 12.26px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 20px;
  right: 20px;
  width: 80px;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #303332;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F2F4DC;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .p-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.drawer__menu-list .p-header__link .text-en {
  margin-top: 0;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 16px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:100%;
}


.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}
