@charset "UTF-8";

.p-fv {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
}

.p-fv__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: clamp(100px, 21.9619326501vw, 300px);
  padding-bottom: clamp(20px, 5.9297218155vw, 81px);
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .p-fv__head {
    padding-left: clamp(40px, 6.8814055637vw, 94px);
  }
}

.p-fv__title {
  padding: 4px 7px 7px;
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  font-size: clamp(24px, 2.8333333333vw, 34px);
  line-height: 1.4411764706;
  font-weight: 600;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-fv__title + .p-fv__title {
  margin-top: 10px;
}

.p-fv__text {
  position: absolute;
  top: 27%;
  left: 60.0292825769vw;
  width: clamp(120px, 72.6939970717vw, 993px);
  aspect-ratio: 993/514;
  opacity: 0.88;
  z-index: 1;
}
@media screen and (min-width:1024px) {
  .p-fv__text {
    top: auto;
    bottom: 10px;
  }
}

.p-fv__girl {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: clamp(300px, 38.7994143485vw, 530px);
  aspect-ratio: 530/574;
  z-index: 4;
}
.p-fv__girl img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-fv__cta {
  margin-left: 20px;
  padding-bottom: clamp(40px, 3.5871156662vw, 49px);
  max-width: 185px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .p-fv__cta {
    margin-left: clamp(40px, 6.8814055637vw, 94px);
  }
}

.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;
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  z-index: -1;
}
.p-fv__bg img {
  border-radius: 40px;
    -webkit-filter: blur(4px);
          filter: blur(4px);
  transform: scale(1.1);

}


.p-top__container {
  margin-top: max(100vh, 600px);
  margin-top: max(96dvh, 600px);
  padding-top: clamp(135px, 22.5vw, 270px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(252, 253, 244, 0)), color-stop(9%, rgba(252, 253, 244, 0.9019607843)), color-stop(20%, rgba(252, 253, 244, 0.9176470588)), color-stop(40%, #fcfdf4), to(#fcfdf4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(252, 253, 244, 0) 0%, rgba(252, 253, 244, 0.9019607843) 5%, rgba(252, 253, 244, 0.9176470588) 20%, #fcfdf4 40%, #fcfdf4 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 1;
}

.p-sv {
  padding-top: clamp(135px, 22.5vw, 270px);
  padding-bottom: clamp(180px, 24.25vw, 291px);
}

@media screen and (min-width:1024px) {
  .p-sv__wrap {
    max-width: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.p-sv__content {
  max-width: 394px;
  color: #B32518;
}

.p-sv__title {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(28px, 2.8333333333vw, 34px);
  line-height: 1.4411764706;
  letter-spacing: 2.04px;
  font-weight: 600;
}

.p-sv__texts {
  margin-top: clamp(32px, 4.19921875vw, 43px);
}
.p-sv__texts .text {
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.8571428571;
  letter-spacing: 0.84px;
  font-weight: 600;
}
.p-sv__texts .text + .text {
  margin-top: clamp(20px, 2.734375vw, 28px);
}

.p-sv__images {
  max-width: 427px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  margin-top: 72px;
}
@media screen and (min-width:1024px) {
  .p-sv__images {
    margin: 0;
  }
}

.img-main {
  max-width: clamp(200px, 31.2591508053vw, 427px);
  aspect-ratio: 427/449;
  border-radius: 5px;
}
.img-main img {
  border-radius: 5px;
}

.img-r {
  position: absolute;
  top: clamp(-127px, -9.2972181552vw, -60px);
  right: clamp(-121px, -8.8579795022vw, -60px);
  max-width: clamp(80px, 11.7130307467vw, 160px);
  aspect-ratio: 1/1;
  border-radius: 5px;
  z-index: 1;
}
.img-r img {
  border-radius: 5px;
}

.logo-r {
  position: absolute;
  top: clamp(12px, 1.9765739385vw, 27px);
  right: clamp(-101px, -7.3938506589vw, -50px);
  max-width: clamp(60px, 8.8579795022vw, 121px);
  aspect-ratio: 121/123;
}

.img-l {
  position: absolute;
  bottom: clamp(-173px, -12.6647144949vw, -87px);
  left: clamp(-199px, -14.5680819912vw, -99px);
  max-width: clamp(137px, 20.0585651537vw, 274px);
  aspect-ratio: 274/146;
  border-radius: 5px;
}
.img-l img {
  border-radius: 5px;
}

.logo-l {
  position: absolute;
  bottom: clamp(-73px, -5.3440702782vw, -36px);
  left: clamp(-115px, -8.4187408492vw, -57px);
  max-width: clamp(95px, 13.9092240117vw, 190px);
  aspect-ratio: 1/1;
}

.p-commit {
  padding-top: clamp(160px, 28.1666666667vw, 338px);
  padding-bottom: clamp(40px, 10.6770833333vw, 82px);
  position: relative;
}

.p-commit__head {
  padding-left: clamp(20px, 6.9546120059vw, 95px);
  padding-right: clamp(60px, 11.03515625vw, 113px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.p-commit__head .c-section__title-ja {
  font-size: clamp(21px, 3.3203125vw, 34px);
  letter-spacing: 0;
}
.p-commit__head .p-commint__title-en {
  margin-top: 13px;
  font-family: "Lato", sans-serif;
  font-size: clamp(14px, 1.7578125vw, 18px);
  line-height: 1;
  letter-spacing: 1.26px;
  font-weight: 500;
}
.p-commit__head::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: clamp(40px, 7.91015625vw, 81px);
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-red.svg) no-repeat center center/contain;
}

.p-commint__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-commint__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #777777;
  z-index: 1;
  opacity: 0.38;
  pointer-events: none;
}

.p-product {
  padding-top: clamp(80px, 11.6666666667vw, 140px);
}

@media screen and (min-width:1024px) {
  .p-product__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}

.p-product__content {
  max-width: 394px;
}
@media screen and (min-width:1024px) {
  .p-product__content {
    margin-top: clamp(60px, 6.0761346999vw, 83px);
  }
}

.p-product__title {
  color: #B32518;
}
.p-product__title .title-logo {
  width: clamp(40px, 5.0512445095vw, 69px);
  aspect-ratio: 69/64;
}

.p-product__text {
  color: #B32518;
  margin-top: clamp(16px, 3.2552083333vw, 25px);
  font-size: clamp(13px, 1.8229166667vw, 14px);
  line-height: 1.9285714286;
  letter-spacing: 0.84px;
  font-weight: 600;
}

.p-product__items {
  margin-top: 32px;
  max-width: 600px;
  margin-inline: auto;
  border-top: 1px solid #d3d3d3;
}
@media screen and (min-width:768px) {
  .p-product__items.is-ready .item-img {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (min-width:1024px) {
  .p-product__items {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-product__item {
  display: block;
  padding-top: clamp(24px, 4.39453125vw, 45px);
  padding-bottom: clamp(26px, 4.6875vw, 48px);
  border-bottom: 1px solid #d3d3d3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-product__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -6px;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-red.svg) no-repeat center center/contain;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .p-product__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-product__item::after {
    right: 0;
    width: 42px;
    background-image: url(../images/ivon-arrow-gray.svg);
    -webkit-transition: width 0.3s ease, background-image 0.3s ease;
    transition: width 0.3s ease, background-image 0.3s ease;
  }
  .p-product__item .item-img {
    right: clamp(16px, 2.25vw, 27px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .p-product__item:hover::after {
    right: -6px;
    width: 54px;
    background-image: url(../images/icon-arrow-red.svg);
  }
  .p-product__item:hover .item-img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-product__item .item-head {
  color: #B32518;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 3.6458333333vw, 28px);
}
.p-product__item .item-num {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 1.44px;
  font-weight: 600;
}
.p-product__item .item-title {
  font-family: "Kaisei Opti", serif;
  font-size: clamp(20px, 2.3333333333vw, 28px);
  line-height: 1.4285714286;
  letter-spacing: 1.68px;
  font-weight: 600;
}
.p-product__item .item-img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  width: clamp(80px, 15vw, 180px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.p-product__item .item-img img {
  border-radius: 50%;
}

.p-product__img {
  margin-top: 48px;
  max-width: 528px;
  aspect-ratio: 528/174;
}
@media screen and (min-width:1024px) {
  .p-product__img {
    margin-left: 36px;
  }
}

.p-recipe {
  padding-top: clamp(60px, 8.3333333333vw, 100px);
}

@media screen and (min-width:768px) {
  .p-recipe__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.p-recipe__title {
  color: #B32518;
}
.p-recipe__title .title-logo {
  width: clamp(40px, 5.5636896047vw, 76px);
  aspect-ratio: 76/46;
}

.p-recipe__btn {
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .p-recipe__btn {
    margin: 0;
  }
}
.p-recipe__items {
  margin-top: clamp(40px, 4.98046875vw, 51px);
}
.p-recipe__items .webgene-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 40px;
}
@media screen and (min-width:1024px) {
  .p-recipe__items .webgene-blog {
    grid-template-columns: repeat(2, 1fr);
  }
}


.p-recipe__item {
  padding-bottom: clamp(16px, 2.734375vw, 28px);
    max-width: 450px;
  margin-inline: auto;
  position: relative;
}
.p-recipe__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dash-line.svg) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .p-recipe__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recipe__item {
    margin-inline: 0;
  }
}

.p-recipe__item-head {
  max-width: 200px;
  aspect-ratio: 200/145;
  min-width: 160px;
  border-radius: 10px;
}
.p-recipe__item-head img {
  border-radius: 10px;
}
@media screen and (min-width:1024px) {
  .p-recipe__item-head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-recipe__item-body {
  margin-top: 16px;
}
@media screen and (min-width:768px) {
  .p-recipe__item-body {
    max-width: 274px;
  }
}
@media screen and (min-width:1024px) {
  .p-recipe__item-body {
    margin-top: 0;
  }
}

.p-recipe__item-title {
  font-family: "Kaisei Opti", serif;
  color: #B32518;
  -webkit-text-stroke: 0.5px #B32518;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 1.08px;
  font-weight: 500;
}

.p-recipe__item-text {
  margin-top: 13px;
  color: #3c3c3c;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.6923076923;
  letter-spacing: 0.78px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width:768px) {
  .p-recipe__item-text {
    -webkit-line-clamp: 3;
  }
}

.p-recipe__item-tag span {
  margin-top: 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 7px;
  color: #216D42;
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
  background: #DCEDDE;
  border-radius: 11px;
  text-align: center;
}

.p-news {
  padding-top: clamp(80px, 10.8333333333vw, 130px);
  padding-bottom: clamp(80px, 10.25vw, 123px);
}

.p-news__title {
  color: #B32518;
}
.p-news__title .title-logo {
  width: clamp(40px, 5.0512445095vw, 69px);
  aspect-ratio: 69/49;
}

.p-news__btn {
  margin-left: auto;
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .p-news__btn {
    margin: 0;
  }
}

.p-news__items {
  margin-top: clamp(24px, 5.2083333333vw, 40px);
}
.p-news__items .webgene-item + .webgene-item {
  margin-top: 14px;
}

.p-news__item {
  padding-block: clamp(20px, 2.83203125vw, 29px);
  padding-inline: clamp(20px, 3.90625vw, 40px);
  background: #ffffff;
  border: 1px solid #dee2c2;
  border-radius: 42px;
  position: relative;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: clamp(20px, 3.90625vw, 40px);
  width: clamp(13px, 2.5390625vw, 26px);
  aspect-ratio: 1/1;
  background: #e60013;
  border: clamp(5px, 0.9765625vw, 10px) solid #ebebeb;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media (any-hover: hover) {
  .p-news__item:hover::after {
    border-width: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width:768px) {
  .p-news__item-meta {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-news__item-date {
  color: #7e7e7e;
  font-size: clamp(11px, 1.171875vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
}

.p-news__item-tag span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 7px;
  color: #216d42;
  font-size: clamp(11px, 1.5625vw, 12px);
  line-height: 1.4166666667;
  letter-spacing: 0.72px;
  font-weight: 600;
  background: #dcedde;
  border-radius: 11px;
  text-align: center;
  white-space: nowrap;
}

.p-news__item-title {
  margin-top: 6px;
  padding-right: clamp(24px, 2.9296875vw, 30px);
  color: #3C3C3C;
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.4705882353;
  letter-spacing: 1.02px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width:768px) {
  .p-news__item-title {
    margin-top: 0;
  }
}