@charset "utf-8";

:root {
  --primary-dark: #400602;
  --primary-highwhite: white;
  --primary-white: #F2F2F2;
  --primary-opa-white: rgba(242, 242, 242, 0.9);
  --primary-medium: #8D745E;
  --primary-green: #808B23;
  --primary-yellow: #F2E1AD;
  --praimaru-red: #8C1C04;
  --borderradius: 30px;
}
* {
  transition: all 1.5s ease; 
}
html {
  font-size: 62.5%;
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: AdjustedYuGothic, "Yu Gothic", YuGothic, sans-serif;
    font-style: normal;
    color: var(--primary-dark);
    background-color: var(--primary-white);
    line-height: 2;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    overflow-x: hidden;
}
img {
    width: 100%;
    height: auto;
}
h1,h2,h3,h4 {
  font-family: "Shippori Mincho", serif;
  color: var(--primary-medium);
  text-align: center;
}
h2{
  font-size: 5.6rem;
  letter-spacing: calc(16px * 0.23);
  font-weight: 400;
  color: var(--primary-dark);
}

@media screen and (max-width: 733px) {
  h2 {
    font-size: 4.7rem;
  }
  h3 {
    font-size: 2.7rem;
  }
  p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 428px) {
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.3rem;
    font-weight: 400;
  }
}
.break {
  display: block;
}
.compact-btn {
  display: block;
  width: 19.3vw;
  height: 3.13vw; 
  line-height: 3.13vw;
  border-radius: var(--borderradius);
  background-color: var(--primary-green);
  color: var(--primary-white);
  font-size: 1.25vw; 
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.btn-mark {
  display: block;
  position: absolute;
  right: 17px;
  top: 29%;
}
@media screen and (max-width: 428px) {
  .button-container {
    position: absolute;
    bottom: 13vw;
    left: 50%;
    transform: translate(-50%, 0%);

  }
  .compact-btn {
    width: 195px;
    height: 38px;
    line-height: 38px;
    font-size: 1.4rem;
}
}

.header__container {
  display: flex;
  align-items: center;
  height: 85px;
  justify-content: space-between;
  background-color: rgb(0, 0, 0, 0);
  position: fixed;
  width: 100vw;
  z-index: 2;
}
.header__title {
  padding-left: 9.06vw;
}
.header__ul {
  display: flex;
  padding-right: 8.44vw;
  gap: 6.48vw;
}
.header__ul li a{
  font-family: "Shippori Mincho", serif;
  color: var(--primary-dark);
}
@media screen and (max-width: 428px) {
  .header__container {
    width: 100vw;
  }
  .header__ul {
    display: none;
  }
}

.background-video {
  position: relative;
  aspect-ratio: 80 / 49;
  z-index: -1;
}
.background-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.background-video .content {
  position: relative;
  color: white;
  text-align: center;
  z-index: 1;
  padding: 20px;
}
.top-image__title {
  width: 25.47vw;
  top: 7vw;
  position: absolute;
  right: 11.72%;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.34vw;
}
.top-image__title-1,.top-image__title-2,.top-image__title-3 {
  display: block;
}
.top-image__title-1 {
  padding-top: 5%;
}
.top-image__title-2 {
  padding-top: 15%;
}
.top-image__title-3 {
  padding-top:30%;
}
.top-image__mark {
  width: 42.66vw;
  gap: 3.28vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 428px) {
.top-image__title-sp {
  display: none;
}
}
@media screen and (max-width: 428px) {
  .background-video {
    height: 100vh;
    width: 100%;
  }
  .top-image__title {
    position: relative;
    top: auto;
    right: auto;
    display: block;
  }
  .top-image__title-1,.top-image__title-2,.top-image__title-3 {
    display: none;
  }
  .top-image__title-sp{
    display: block;
    width: 100vw;
    position: absolute;
    left: -11%;
    top: 107vw;

  }
  .top-image__title-sp img {
  width: 86%;
  }
}

.about {
    text-align: center; 
  }
  .about__title {
    padding-top: 192px;
  }
  .about__content {
    position: relative;
    background-color: var(--primary-white);
    padding-bottom: 4.24vw;
  }
  .about__back1 {
    position: absolute;
    width: 327px;
    height: 482px;
    z-index: 1;
    background: url(../images/back_about.png) no-repeat center center/contain;
    mix-blend-mode: multiply;
  }
  .about__back2 {
    position: absolute;
    right: 0;
    width: 327px;
    height: 482px;
    transform: scaleX(-1);
    background: url(../images/back_about.png) no-repeat center center/contain;
    mix-blend-mode: multiply;
  }
  .about__catchcopy {
    margin-top: 125px;
    font-size: 3rem;
  }
  .about__line {
    margin: 65px auto 0;
    height: 1px;
    background-color: var(--primary-dark);
    width: 49.22vw;
  }
  .description01 {
    padding-top: 65px;
      padding-bottom: 5.78vw;
  }
  .description02 {
    padding-bottom: max(140px, 6.78vw);
  }
.about__description strong {
  font-size: 3.5rem;
  color: var(--primary-medium);
}
@media screen and (max-width: 733px) {
  .about__catchcopy {
    font-size: 2.7rem;
  }
  .about__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 428px) {
    .about {
      margin-bottom: 50px;
  }
  .about__title {
    padding-top: 150px;
  }
  .about__catchcopy {
    font-size: 1.6rem;
  }
  .about__catchcopy {
    margin-top: 70px;
}
  .about__description {
  padding-top: 60px;
}
  .about__line {
  margin: 20px auto 0;
  width: 100%;
}
.about__description.description02{
  padding-top: 2px;
}
.top-image__mark {
  width: 72.66vw;
}
}

.point {
  padding: 0 8.44vw;
  padding-top: 270px;
  padding-bottom: 50px;
  overflow: hidden;
}
.point__item {
  position: relative;
  display: flex;
  justify-content: end;
  margin-top: 213px;
}
.point__container {
  position: absolute;
  left: 0;
  bottom: 77px;
  width: 45.86vw;
  height: 281px;
  padding: 20px 35px;
  background-color: var(--primary-opa-white);
  box-sizing: border-box;
  z-index: 1;
}
.point__container * {
  text-align: left;
  line-height: 1;
}
.point__container-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point__count {
  font-size: 6.4rem;
  font-weight: lighter;
}
.point__line {
  height: 1px;
  width: 357px;
  background-color: var(--primary-dark);
}
.point__subtitle {
  margin-top: 20px;
  font-size: 2.5rem;
}
.point__item p {
margin-top: 30px;
font-size: 1.6rem;
line-height: 2;
}
.button-container {
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.point__item button {
  bottom: -38px;
  width: 247px;
  height: 40px;
  border-radius: var(--borderradius);
  background-color: var(--primary-green);
  color: var(--primary-white);
  font-size: 1.6rem;
  text-align: center;
}
.point__image {
  width: 51.08%;
  height: 474px;
  position: relative;
}
.point__imgfont {
  position: absolute;
  top: -6.09%;
  left: -9.23%;
  z-index: 1;
  width: 54.68%;
}
.point__back {
  position: absolute;
  top: -40px;
  left: -37.4vw;
  width: 100vw;
  height: 274px;
  background: linear-gradient(90deg, #F2F2F2, #F2E1AD);
  z-index: -1;
}
.point__item.point02 {
  justify-content: start;
}
.point__container.point02 {
  left: auto;
  right: 0;
  height: 292px;
}
  .point__back.point02 {
    left: auto;
    right: -37.4vw;
    background: linear-gradient(90deg, #F2E1AD, #D8C5B4);
  }
  .point__imgfont.point02 {
    left: auto;
    right: -9.23%;
  }
  .point__back.point03 {
    background: linear-gradient(90deg, #F2F2F2,  #D8C5B4, #8D745E);
  }
  @media screen and (max-width: 863px) {
    .point__container {
      width: 54.86vw;
    }
  }
  @media screen and (max-width: 721px) {
    .point__container {
      width: 56.86vw;
    }
    .point__subtitle {
      margin-top: 20px;
      font-size: 2.2rem;
  }
  .point__count {
    font-size: 5.3rem;
  }
  .point__item p {
    margin-top: 26px;
    font-size: 1.4rem;
}
}
@media screen and (max-width: 630px) {
  .point__container {
    width: 70.86vw;
}
.point__subtitle {
  margin-top: 17px;
}
.point__item p {
  margin-top: 18px;}
}
@media screen and (max-width: 428px) {
  .point {
    padding-top: 160px;
  }
  .point__item {
    display: flex;
    flex-direction: column;
    margin-top: 230px;
  }
  .point__container {
    position: static;
    margin-top: 48px;
    width: calc(100vw - 7.95vw);
    padding: 24px 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    order: 2;
  }
  .point__count {
    font-size: 5rem;
  }
  .point__subtitle {
    font-size: 1.8rem;
    margin-left: 18px;
  }
  .point__txt {
    font-size: 1.3rem;
  }
  .point__item p {
    margin-top: 20px;
  }
  .point__image {
    width: 265px;
    height: 162px;
    margin: 0 auto;
    order: 1;
  }
  .point__back {
    width: 100vw;
    left: 10%;
  }
  .point__container .button-container {
    bottom: 11vw;
    left: 45.3%;
  }
  .point__container .button-container button {
      bottom: -90px;
} 
.point__back.point02 {
  left: -10%;
  right: auto;
}
.point__back.point03 {
  left: -10%;
  right: auto;
}
.point {
  padding-bottom: 130px;
}
  }

  .trial {
    margin-top: 295px;
    aspect-ratio: 1280 / 1246; 
    background: url(../images/buyback.png) no-repeat center center/contain;
    color: white;
  }
   .trial__title {
    aspect-ratio: 1280 / 308; 
    display: flex;
    align-items: center; 
    justify-content: center;
   }
   .trial__title img{
width: min(65.86vw, 843px);
margin-bottom: -5.78vw;
   }
   .trial__container {
    width: 84.61vw; 
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
   }
   .trial__figure {
    position: relative;
   }
   .trial__caption {
    position: absolute;
    width: 31.25vw;
    height: 4.69vw;
    background-color: var(--primary-dark);
    text-align: center;
    line-height: 4.69vw;
    font-size: 1.56vw;
    bottom: 2.8vw;
   }
   .trial__price-pc {
    width: 87vw;
    margin: 0 auto;
   }
   .trial__price-pc img {
    margin-top: -5.5vw;
   }
   .big-button{
    display: block;
    width: 52.34vw;
    height: 7.97vw;
    font-size: 1.6rem;
    border-radius: var(--borderradius);
    background-color: var(--primary-green);
    color: var(--primary-white);
    text-align: center;
    margin: 0 auto;
   }
@media screen and (max-width: 428px) {
  .trial {    
    aspect-ratio: auto;
    width: 100%;
    height: 1558px;
    margin-top: 166px;
      background: url(../images/SP/trial_sp-back.png);
      background-size: cover;
    }
  .trial__title {
    padding-top: 93px;
  }
  .trial__container {
    display: block;
    width: 100vw;
  }
  .trial__figure {
    margin-top: 62px;
  }
  .trial__price {
    font-size: 1.8rem;
    margin-top: 32px;
  }
  .trial__price button {
    margin-top: 13px;
  }
  .trial__price-catch {
    margin-top: 42px;

  }
  .trial__price-highlight {

  }
  .trial__price-number {
    font-size: 4.4rem;
  }
  .trial__price-catch {
    display: block;
    width: 252px;
    margin: 0 auto;
  }
  .trial__price-value {
    width: 223px;
    margin: 0 auto;
  }
  .nth-child-2 {
    margin-top: 120px;
  }
}

   .greeting {
    background-color: var(--primary-yellow);
    padding-top: 236px;
   }

   .greeting__title {
    letter-spacing: 12.88px;
   }
   .greeting__subtitle {
    font-size: 3rem;
    margin-top:  172px;
   }

   .greeting__container {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: relative;
    background: url(../images/back_greeting.png) no-repeat center center;
    background-size: 100%;
    background-position: 0 -5.91vw;
    padding-bottom: 246px;   
   }

   .greeting__card {
    width: 42.19vw;
    margin-top: 192px;
    padding-bottom: 35px;
    border: 2px dashed #400602;
    background-color: var(--primary-white);
    display: flex;
    flex-wrap: wrap;
   }

   .greeting__character {
    width: 33.83vw;
    order: 1;
   }
   .greeting__txtcontainer {
    order: 0;
    width: 8.35vw;
    box-sizing: border-box;
      writing-mode: vertical-rl;
      font-family: "Shippori Mincho", serif;
      display: flex;
      flex-direction: column;
      position: relative;
      letter-spacing: 8px;
   }
   .greeting__card-farm {
    box-sizing: border-box;
    margin-top: 24px;
    padding-right: 0.6vw;
    font-family: AdjustedYuGothic, "Yu Gothic", YuGothic, sans-serif;
    font-size: min(20px, 1.56vw);
    line-height: 2.4;
   }
   .vertical-line {
    width: 1px;
    height: 7.34vw;
    background-color: #000;
    margin: 0 auto;
    position: absolute;
    bottom: 3.36vw;
    right: 2.4vw;
  }
  .vertical-line.vertical-02 {
    height: 3.34vw;
  }
   .greeting__card-name {
    order: 1;
    padding-left: 0.6vw;
    font-size: min(35px, 2.73vw);
    position: absolute;
    left: -6px;
    margin-top: 65px;
   }
   .greeting__card-title {
    order: 2;
    text-align: center;
    margin: 0 auto;
   }
   .greeting__card-description {
    order: 2;
    text-align: center;
    margin: 0 auto;
   }
   .greeting__card-title {
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    margin-top: 27px;
    padding: 0 4.69vw;
   }
   .greeting__card-description {
    font-size: 2rem;
    line-height: 2;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 36px;
    padding: 0 3.52vw;
   }
   @media screen and (max-width: 796px) {
    .greeting__card-name {
      padding-left: 1.5vw;
      font-size: 2.1vw;}

   }
   @media screen and (max-width: 962px) {
    .greeting__card-title {
      margin: 0 auto;
      font-size: 2.4rem;
    }
    .greeting__card-description {
      font-size: 1.6rem; 
    }
    .greeting__container {
background-position: -6px 284px;
  }
   }
   @media screen and (max-width: 670px) {
    .greeting {
      padding-top: 140px;
    }
    .greeting__subtitle {
      font-size: 1.6rem;
      margin-top: 73px;
    }
    .greeting__container {
      flex-direction: column;
      margin-top: 92px;
      padding-bottom: 130px;
      gap: 58px;
      background-position: -14px 60.09vw;
    }
    @media screen and (max-width: 428px) {
      .greeting__container {
           background-position: -6px 108.09vw;
    }
  }
    .greeting__card {
      width: 345px;
      margin: 0 auto;
      flex-direction: column;
      justify-content: center;
      align-items:center; 
    }
    .greeting__card-title {
      order: 1;
      font-size: 1.6rem;
      margin: 0;
      height: 98px;
      display: flex;
      align-items: center;
    }
    .greeting__character {
      order: 2;
      width: 238px;
    }
    .greeting__txtcontainer {
      order: 3;
      writing-mode: horizontal-tb;
      width: auto;
      letter-spacing: 0px;
      flex-direction: row;
      align-items: center;
      gap: 33px;
    }
    .greeting__card-name {
      font-size: 1.8rem;
      font-weight: bold;
      position: static;
      margin-top: 0;
      order: 1;
    }
    .greeting__card-farm {
      font-size: 1.3rem;
      font-weight: bold;
      margin-top: 0;
      order: 2;
    }
    .greeting__card-description {
      order: 4;
      font-size: 1.3rem;
      margin-top: 27px;
      margin-bottom: 50px;
    }
   }
   .vegetables {
    margin-top: 235px;
   }
   .vegetables__subtitle {
    text-align: center;
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
    margin-top: 170px;
   }
   .vegetables__container {
    margin-top: 233px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .vegetables__inner {
    display: inline-block;
    animation: scroll-horizontal 20s linear infinite; 
  }
  
  .vegetables__item {
    width: 220px;
    height: 220px;
    margin-left: 100px;
    display: inline-block;
  }
  @keyframes scroll-horizontal {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); 
    }
  }
  
  .vegetables__txttitle {
    margin-top: 240px;
    font-size: 2.5rem;
  }
  .vegetables__txt {
    margin-top: 60px;
    text-align: center;
    font-weight: 400;
    height: 611px;
  }
  .vegetables button {
    margin-top: 120px;
  }
  @media screen and (max-width: 800px) {
    .vegetables__container {
      margin-top: 133px;
      width: 100wv;
    }
    .vegetables__txttitle {
      margin-top: 133px;
    }
  }
  @media screen and (max-width: 733px) {
    .vegetables__subtitle {
      font-size: 2.7rem;
    }
    .vegetables__txt {
      height: 500px;
    }
  }
  @media screen and (max-width: 625px) {
    .vegetables__container {
      margin-top: 125px;
      width: 100wv;
    }
    .vegetables__item {
      width: 28vw;
    }
  }
@media screen and (max-width: 428px) {
  .vegetables {
    margin-top: 115px;
  }
  .vegetables__title {
    font-size: 4.2rem;
  }
  .vegetables__subtitle {
    margin-top: 78px;
    font-size: 1.6rem;
  }
  .vegetables__item {
    width: 132.76px;
    margin-left: 70px;
  }
  .vegetables__txttitle {
    margin-top: 100px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .vegetables__txt {
    height: 530px;
  }
  .vegetables button {
    margin-top: 72px;
  } 
}
  .review {
    aspect-ratio: 1278 / 1266; 
    background: url(../images/back_review.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
  }
  .review__title {
    padding-top:  29.22vw; 
    font-size: min(40px, 3.13vw); 
    color: var(--primary-highwhite);
    line-height: 1.5;
  }
  .review__subtitle-big {
    font-size: min(55px, 4.30vw);
    display: block;
    margin-bottom: min(55px, 4.30vw);
  }
  .review__card {
    width: min(49.45vw, 633px); 
    height: min(588px, 45.94vw);
    border-radius: 3.13vw; 
    flex-shrink: 0;
    background: var(--primary-white);
    margin: 0 4.84vw; 
    padding: min(4.22vw, 54px);
    box-sizing: border-box;
  }
  .review__container {
    display: flex;
    overflow: hidden;
    width: 354.78vw; 
    animation: scroll-horizontal2 20s linear infinite;
  }
@keyframes scroll-horizontal2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}
  .review__titlename {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .review__title-txt {
    margin-top: min(25px, 1.95vw); 
    font-size: min(30px, 2.34vw); 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: min(43px, 3.36vw); 
  }
  .review__name {
    font-size: min(20px, 1.56vw);
  }
  .review__icon {
    width: min(134px, 10.47vw); 
    height: min(138px, 10.78vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .review__text {
    margin-top: min(47px, 3.67vw); 
    font-size: min(23px, 1.80vw);
    font-weight: 400;
  }
  @media screen and (max-width: 428px) {
    .review {
      aspect-ratio: auto;
      width: 100%;
      height: 181.54vw;
      background: url(../images/SP/back_sp_review.png) no-repeat center center;
      background-size: 100%;
    }
    .review__title {
      margin-top: 46.67vw;
      padding-top: 0;
    }
    .review__subtitle-big {
      margin-top: 2.56vw;
      margin-bottom: 60px;
    }
    .review__card {
      width: 312px;
      height: 322px;
    }
    .review__title-txt {
      font-size: 1.8rem;
    }
    .review__icon {
      width: 57.27px;
    }
    .review__text {
      font-size: 1.3rem;
    }
  }

  .trial.trial02 {
    margin-top: 0;
  }
.faq {
  padding: 165px 45px;
}
.faq__container {
  background-color: var(--primary-highwhite);
  padding-bottom: 100px;
  padding: 0 65px;
}
.faq__subtitle {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-top: 195px;
  margin-bottom: 172px;
}
summary {
  list-style: none;
  cursor: pointer;  
  position: relative;
  padding-left: 20px; 
}
.faq__line {
  width: 100%;
  height: 1px; 
  background-color: var(--primary-dark);
  margin: 20px 0;
  position: relative;
}
.faq__plus {
  position: absolute;
  right: 0;
  top: -60px;
}
.faq__plus:hover {
  background-color: #f0f0f0;
  color: #333; 
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.3s ease; 
}
.faq__answer:hover {
  background-color: #f0f0f0; 
  cursor: pointer;
  transition: all 0.3s ease; 
}
.faq__bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .faq__container {
    padding: 0 36px
}
}
@media screen and (max-width: 686px) {
  .faq__subtitle {
      margin: 100px 0;
}
}
@media screen and (max-width: 606px) {
  .faq__container {
      font-size: 1.7rem;
}
}
@media screen and (max-width: 428px) {
  .faq {
    padding: 90px 0;
  }
  .faq__title {
    padding-top: 30px;
    margin-bottom: 80px;
  }
  .faq__container {
    padding: 0 25px;
    font-size: 1.3rem;
  }
  .faq__plus {
    top: -47px
  }
}

.guarantee {
  width: 100%;
  height: 65.08vw; 
  background: url(../images/back_money.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  vertical-align: bottom;
}
.guarantee__title {
  height: 28.75vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.34vw;
}
.guarantee__highlight {
  color: var(--praimaru-red);
}
.guarantee__description {
  height: 24.77vw; 
  width: 42.19vw;
  margin: 0 auto;
  font-size: 1.56vw; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 905px) {
  .guarantee__title {
  font-size: 2.94vw;
}
.guarantee__description {
  font-size: 1.81vw;
}
.guarantee .compact-btn {
  width: 27.3vw;
  height: 4.13vw;
  font-size: 1.65vw;
}
}
@media screen and (max-width: 774px) {
  .guarantee {
    width: 100%;
    height: 568px; 
    background: url(../images/SP/back_money.png) no-repeat center center;
    background-size: 104%;
}
.guarantee__title {
  font-size: 2.4rem;
  height: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
  
.guarantee__description {
  height: 370px;
  width: 79.62vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  }
  .guarantee .compact-btn {
    width: 52.34vw;
    height: 7.97vw;
    line-height: 7.97vw;
    font-size: 1.2rem;
    margin-top: -75px;
}
}
@media screen and (max-width: 428px) {
  .guarantee {
    width: 100%;
    height: 568px; 
    background: url(../images/SP/back_money.png) no-repeat center center;
    background-size: 104%;
}

  .guarantee__title {
    font-size: 1.6rem;
    height: 253px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .guarantee__description {
    height: 234px;
    width: 288px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.6rem;
  }
  .guarantee .compact-btn {
    margin-top: -15px;
}
}
.info {
  height: 372px;
  vertical-align: bottom;
  background-color: var(--primary-medium);
  color: var(--primary-highwhite);
  font-weight: 400;
}
.footer__info {
  display: flex;
  justify-content: space-around;
}
.footer__logo {
  width: 182px;
  padding-top: 106px;
}
.icon {
  filter: brightness(0) invert(1); 
}
.footer__contact {
  padding-top: 106px;
}
.footer__contact a {
  color: var(--primary-highwhite);
}

.footer__copyright {  
  display: block;
  width: 100%;
  margin-top: 120px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 528px) {
  .footer__contact p {
    font-size: 1.4rem;
  }
  .footer__copyright {
    margin-top: 120px;
    font-size: 1rem;
}
}
@media screen and (max-width: 528px) {
  .info {
    padding: 0 45px;
  }
 .footer__info {
  flex-direction: column;
 }
 .footer__logo {
  margin: 0 auto;
  padding-top: 68px;
  width: 124px;
 }
 .footer__contact {
  padding-top: 45px;
 }
 .footer__copyright {
  padding-top: 0;
  margin-top: 67px; 
  font-size: 1rem;
}
}

.big-button .btn-mark,.button-container .btn-mark,.guarantee .btn-mark,.point .btn-mark  {
  top: 50%;
  transform: translateY(-50%); 
}

#logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
}
#logo {
  width: 200px;
  animation: logoShrink 2s ease-in-out forwards;
}
.loding {
  opacity: 0;
  transition: opacity 1s ease; 
  position: relative;
  z-index: 2000;
}
@keyframes logoShrink {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes fadeInVideo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__container,
.top-image__title-1,
.top-image__title-2,
.top-image__title-3
 {
  opacity: 0;
  animation: fadeIn 2s forwards;
}
.video {
  opacity: 0;
  animation: fadeInVideo 2s forwards;
}
.top-image__title-1 { animation-delay: 1.5s; }
.top-image__title-2 { animation-delay: 2.5s; }
.top-image__title-3 { animation-delay: 3.5s; }
.video { animation-delay: 2.5s; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(30px); 
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0); 
  }
}

.top-image__mark-item {
  opacity: 0;
  animation: fadeInItem 2s forwards; 
}
.top-image__mark-item:nth-child(1) {
  animation-delay: 0.45s; 
}
.top-image__mark-item:nth-child(2) {
  animation-delay: 0.65s;
}
.top-image__mark-item:nth-child(3) {
  animation-delay: 0.85s;
}
@keyframes fadeInItem {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
    filter: blur(15px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.about__line,
.point__line,
.faq__line {
  transition: opacity 0.5s ease-out; 
}
@keyframes expandAboutLine {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 49.22vw;
    opacity: 1;
  }
}
@media screen and (max-width: 428px) {
  @keyframes expandAboutLine {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 100%; 
      opacity: 1;
    }
  }
}

@keyframes expandPointLine {
  from {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
  }
  to {
    width: 357px; 
    opacity: 1;
    transform: scaleX(1);
    transform-origin: center;
  }
}
@keyframes expandFaqLine {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%; 
    opacity: 1;
  }
}
.about__line.active {
  animation: expandAboutLine 1.5s forwards;
}

.point__line.active {
  animation: expandPointLine 1.5s forwards;
}

.faq__line.active {
  animation: expandFaqLine 1.5s forwards;
}

.about__content {
  transition: transform 0s ease, margin-top 0s ease;
  position: sticky;
  top: 100px; 
}

.about__title,
.about__catchcopy,
.about__description,
.point__title,
.point__container,
.point__count,
.point__subtitle,
.point__txt,
.point__image,
.trial__title,
.trial__price-pc,
.greeting__title,
.greeting__subtitle,
.greeting__character,
.greeting__card-title,
.greeting__card-description,
.vegetables__title,
.vegetables__subtitle,
.vegetables__txttitle,
.vegetables__txt,
.review,
.review__title,
.faq__title,
.faq__subtitle,
.guarantee__title,
.guarantee__description,
.compact-btn, 
.big-button
{
  opacity: 0;
  transform: translateY(70px);
  filter: blur(10px);
}
.animate {
  animation: slideInUpCustom 0.6s ease-out forwards;
}
@keyframes slideInUpCustom {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}
.trial__item {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(100px);
}
.trial__item.animate {
  animation: fadeInItem 1.5s forwards;
}
.trial__item.nth-child-1 {
  animation-delay: 0.65s;
}
.trial__item.nth-child-2 {
  animation-delay: 0.85s;
}

  .header__ul li a:hover {
    color: var(--primary-green);
  }
@media screen and (max-width: 428px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (min-width: 428px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 428px) {  
  
  .header {
    overflow: hidden;
  }
  .header__container {
  }
  .header__title.open {
    opacity: 0;
    transition: 0.5s;
  }
  .hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    left: 10vw;
    display: block;
    z-index: 2;
  }
  
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 8px;
  }
  .hamburger span:nth-child(3) {
    top: 16px;
  }
.hamburger.open span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0; 
}
.hamburger.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}
  .global-nav {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: #5F432E;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: start;
    transition: 1s;
    overflow: hidden; 
    z-index: 2;
    pointer-events: none; 
  }
  .global-nav__title {
    width: 32.1vw;
    margin-top: 6.9vw;
    margin-left: 9.5vw;
    margin-bottom: 11.5vw;
  }
  .global__line {
    height: 0.3vw;
    width: 100vw;
    background-color: var(--primary-white);
  }
  .global-nav ul {
    flex-direction: column;
    margin-top: 34.1vw;
    padding: 0 3.8vw;
  }
  .global-nav ul li {
    margin-bottom: 7.2vw;
  }
  .global__line-02 {
    height: 0.3vw;
    width: 100%;
    margin-bottom: 5.1vw;
    background-color: var(--primary-white);
  }
  
  .global-nav ul li a {
    color: var(--primary-highwhite);
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
  }
  .no-scroll {
    overflow: hidden;
  }
  .global-nav.open {
    opacity: 0.9;
    pointer-events: auto; 
    transition: 1s;
  }
}

@media screen and (max-width: 428px) {  
.top-image__title-sp {
  opacity: 0;
  transform: translateY(20px);
}
.sp-titlebtn {
  opacity: 0;
  filter: blur(0px);
}
@keyframes fadeInTitleSp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBtn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.fade-in-title-sp {
  animation: fadeInTitleSp 1s ease forwards;
  animation-delay: 0.5s;
}

.fade-in-btn {
  animation: fadeInBtn 1s ease forwards;
  animation-delay: 1.8s;
}
}

  @media screen and (max-width: 1013px) {
    .about__back1 {
      left: 0;
    }
    .about__back2 {
      right: 0; 
    }
  }

  @media screen and (max-width: 1013px) {
    .about__back1,.about__back2 {
      width: 24.84vw;
  }
  .top-image__mark {
    padding-top: 40px;
}
  }

@media screen and (max-width: 815px) {
  .about {
    margin-bottom: 0;
  }
  .about__back1,.about__back2 {
   display: none;
}
}
  @media screen and (max-width: 857px) {
    .header__title {
      padding-left: 4.06vw;
  }
  a {
    font-size: 2.6vw;;
  }
  }
  @media screen and (max-width: 768px) {
  .header__ul {
  
    padding-right: 5.44vw;
    gap: 4.48vw; 
  }
  }
  @media screen and (max-width: 615px) {
  .top-image__title-1,.top-image__title-2,.top-image__title-3 {
    padding-top: 20%;
  }
    .header {
      overflow: hidden;
    }
    .header__nav {
      display: none;
    }
    .header__title.open {
      opacity: 0;
      transition: 0.5s;
    }
    .hamburger {
      width: 30px;
      height: 20px;
      position: relative;
      cursor: pointer;
      display: block;
      left: auto;
      right: 11vw;
      z-index: 2;
    } 
    .hamburger span {
      display: block;
      width: 100%;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 0;
      transition: 0.3s;
    }
    .hamburger span:nth-child(1) {
      top: 0;
    }
    .hamburger span:nth-child(2) {
      top: 8px;
    }
    .hamburger span:nth-child(3) {
      top: 16px;
    }
  .hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
  }
  
  .hamburger.open span:nth-child(2) {
    opacity: 0; 
  }
  
  .hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
    .global-nav {
      display: block;
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      background: #5F432E;
      width: 100vw;
      height: 100vh;
      flex-direction: column;
      align-items: start;
      transition: 1s;
      overflow: hidden; 
      z-index: 2;
      pointer-events: none;
    }
    .global-nav__title {
      width: 32.1vw;
      margin-top: 6.9vw;
      margin-left: 9.5vw;
      margin-bottom: 11.5vw;
    }
    .global__line {
      height: 0.3vw;
      width: 100vw;
      background-color: var(--primary-white);
    }
    .global-nav ul {
      flex-direction: column;
      margin-top: 15.1vw;
      padding: 0 3.8vw;
    }
    .global-nav ul li {
      bottom: 7.2vw;
    }
    .global__line-02 {
      height: 0.3vw;
      width: 100%;
      margin-bottom: 5.1vw;
      background-color: var(--primary-white);
    }
    
    .global-nav ul li a {
      color: var(--primary-highwhite);
      font-family: "Shippori Mincho", serif;
      font-weight: bold;
      display: block; 
      width: 100%;  
      height: 100%;  
      padding: 10px;  
    }
    .no-scroll {
      overflow: hidden;
    }
    .global-nav.open {
      left: 0;
      opacity: 0.9;
      pointer-events: auto;
      transition: 1s;
    }
  }
  @media screen and (max-width: 428px) {
    .global-nav ul li a {
    font-size: 2rem;
    }
  }
  @media screen and (max-width: 670px) {
    .vertical-line {
      display: none;
    }
  }

.faq__item {
  border: none; 
  margin-bottom: 20px;
}
.faq__question {
  cursor: pointer;
  position: relative;
  padding: 15px;
  border-radius: 5px;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  border-radius: 0 0 5px 5px;
}

.faq__item[open] .faq__answer {
  max-height: 500px;
  padding: 15px;
}

/* ボタンの基本スタイル */

  .hovered {
    opacity: 1 !important;
    transform: translateY(0) !important; 
    transition: opacity 0.2s, transform 0.2s, width 0.2s, height 0.2s, background-color 0.2s;
    padding: 8px 4px 10px 4px;
    background-color: #C4DA78 !important;
    transition: 0.1s;
    text-shadow: 0 0 8px  rgba(0, 0, 0, 0.7);
  }
.compact-btn,
.big-button {
  /* 他のスタイル */
  transition: all 0.2s ease; /* すべてのプロパティに対して0.3秒のトランジションを適用 */
}




 
