@charset "UTF-8";
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 1000px) {
  header#header {
    position: absolute;
  }
}

#mainLeft .shapeBox {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(300px, 80%, 57.5rem);
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  #mainLeft .shapeBox {
    width: 80%;
  }
}
#mainLeft .shapeBox__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
#mainLeft .shapeBox__content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#mainLeft .shapeBox__content__title {
  width: 65.5%;
  margin: 25% auto 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 550px) {
  #mainLeft .shapeBox__content__title {
    width: 75%;
  }
}
#mainLeft .shapeBox__content__title.loaded {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#mainLeft .shapeBox__content__humans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
#mainLeft .shapeBox__content__humans .imageBox {
  position: relative;
}
#mainLeft .shapeBox__content__humans .imageBox:nth-of-type(even) {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
#mainLeft .shapeBox__content__humans .imageBox:nth-of-type(1) {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  z-index: 10;
}
#mainLeft .shapeBox__content__humans .imageBox:nth-of-type(2) {
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}
#mainLeft .shapeBox__content__humans .imageBox:nth-of-type(4) {
  -webkit-transform: translate(-20%, 10%);
          transform: translate(-20%, 10%);
  z-index: 10;
}
#mainLeft .shapeBox__content__humans .imageBox:nth-of-type(5) {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
#mainLeft .shapeBox__grass {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#mainLeft .shapeBox__grass__grassBox {
  position: absolute;
  width: 50%;
}
#mainLeft .shapeBox__grass__grassBox img {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 {
  top: 0;
  left: 0;
  height: 35%;
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img {
  position: absolute;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img:nth-of-type(1) {
  top: -63%;
  left: 12%;
  width: 80%;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img:nth-of-type(2) {
  top: -17%;
  right: 20%;
  width: 33%;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img:nth-of-type(3) {
  top: -15%;
  right: 5%;
  width: 25%;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img:nth-of-type(4) {
  top: -20%;
  left: 12%;
  width: 38%;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox1 img:nth-of-type(5) {
  top: 25%;
  left: -18%;
  width: 42.5%;
  -webkit-transform: rotate(-63deg);
          transform: rotate(-63deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox2 {
  top: 0;
  right: 0;
  height: 35%;
}
#mainLeft .shapeBox__grass__grassBox.grassBox2 img {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
#mainLeft .shapeBox__grass__grassBox.grassBox2 img:nth-of-type(1) {
  top: -42%;
  right: 0%;
  width: 80%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox2 img:nth-of-type(2) {
  top: -25%;
  right: -22%;
  width: 53%;
  -webkit-transform: rotate(77deg);
          transform: rotate(77deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 {
  bottom: 0;
  right: 0;
  height: 65%;
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img:nth-of-type(1) {
  top: -57%;
  right: -89%;
  width: 100%;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img:nth-of-type(2) {
  right: -28%;
  top: -30%;
  width: 50%;
  -webkit-transform: rotate(61deg);
          transform: rotate(61deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img:nth-of-type(3) {
  right: -48%;
  top: 4%;
  width: 50%;
  -webkit-transform: rotate(-238deg);
          transform: rotate(-238deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img:nth-of-type(4) {
  right: -50%;
  bottom: 25%;
  width: 50%;
  -webkit-transform: rotate(-224deg);
          transform: rotate(-224deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox3 img:nth-of-type(5) {
  right: -75%;
  bottom: 6%;
  width: 50%;
  -webkit-transform: rotate(-163deg);
          transform: rotate(-163deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox4 {
  left: 0;
  bottom: 0;
  height: 65%;
}
#mainLeft .shapeBox__grass__grassBox.grassBox4 img {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#mainLeft .shapeBox__grass__grassBox.grassBox4 img:nth-of-type(1) {
  top: 10%;
  left: -61%;
  width: 68%;
  -webkit-transform: rotate(-123deg);
          transform: rotate(-123deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox4 img:nth-of-type(2) {
  top: 14%;
  left: -26%;
  width: 50%;
  -webkit-transform: rotate(282deg);
          transform: rotate(282deg);
}
#mainLeft .shapeBox__grass__grassBox.grassBox4 img:nth-of-type(3) {
  bottom: 10%;
  left: -30%;
  width: 27%;
  -webkit-transform: rotate(-142deg);
          transform: rotate(-142deg);
}

#mainRight .hero {
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
#mainRight .hero__deco {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#mainRight .hero__deco__image1 {
  position: absolute;
  top: -5%;
  right: 0;
  width: max(31rem, 180px);
  -webkit-transform: rotate(10deg) translateX(20%);
          transform: rotate(10deg) translateX(20%);
}
@media screen and (max-width: 1000px) {
  #mainRight .hero__deco__image1 {
    width: max(50rem, 180px);
  }
}
#mainRight .hero__deco__image2 {
  position: absolute;
  top: 25%;
  left: 0;
  width: max(27rem, 170px);
  -webkit-transform: rotate(22deg) translateX(-40%);
          transform: rotate(22deg) translateX(-40%);
}
@media screen and (max-width: 1000px) {
  #mainRight .hero__deco__image2 {
    width: max(45rem, 170px);
  }
}
@media screen and (max-width: 550px) {
  #mainRight .hero__deco__image2 {
    width: 100px;
    top: 20%;
    opacity: 0.5;
  }
}
#mainRight .hero__deco__image3 {
  position: absolute;
  top: 40%;
  right: 0;
  width: max(29rem, 180px);
  -webkit-transform: rotate(-18deg) translateX(50%);
          transform: rotate(-18deg) translateX(50%);
}
@media screen and (max-width: 1000px) {
  #mainRight .hero__deco__image3 {
    width: max(47rem, 180px);
  }
}
@media screen and (max-width: 550px) {
  #mainRight .hero__deco__image3 {
    width: 150px;
    top: 40%;
    opacity: 0.5;
  }
}
#mainRight .hero__deco__text1 {
  position: absolute;
  top: 0%;
  left: 5%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: max(18rem, 100px);
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
#mainRight .hero__deco__text2 {
  position: absolute;
  top: 30%;
  right: 5%;
  width: max(15rem, 80px);
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
@media screen and (max-width: 550px) {
  #mainRight .hero__deco__text2 {
    top: 35%;
  }
}
#mainRight .hero__deco__text3 {
  position: absolute;
  top: 65%;
  left: 5%;
  width: max(17.5rem, 90px);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media screen and (max-width: 550px) {
  #mainRight .hero__deco__text3 {
    top: 70%;
  }
}
#mainRight .hero__wrapper {
  padding-top: max(17rem, 100px);
  padding-bottom: max(10rem, 50px);
}
#mainRight .hero__title {
  text-align: center;
}
#mainRight .hero__title h2 {
  font-size: max(3.1rem, 24px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #mainRight .hero__title h2 {
    text-shadow: 0 0 10px white;
  }
}
#mainRight .hero__title p {
  margin-top: max(4rem, 25px);
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #mainRight .hero__title p {
    text-shadow: 0 0 10px white;
  }
}
#mainRight .hero__title__arrow {
  width: max(1.6rem, 10px);
  margin-top: max(3rem, 20px);
  margin-bottom: max(3rem, 20px);
}
#mainRight .hero__public {
  text-align: center;
  margin-top: max(6rem, 40px);
  margin-bottom: max(9rem, 50px);
}
#mainRight .hero__public p {
  font-size: max(2.8rem, 22px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#mainRight .hero__public p b {
  color: #77A370;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#mainRight .hero__public p .enTxt {
  font-size: 1.3em;
  font-weight: 500;
}
#mainRight .hero__public img {
  display: block;
  margin: max(1.5rem, 5px) auto;
  max-width: 450px;
}
#mainRight .hero__btnBox .btn__items {
  position: relative;
  width: max(20%, 90px);
}
#mainRight .hero__btnBox .btn__items__image {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-42.5%, -80%);
          transform: translate(-42.5%, -80%);
}
#mainRight .hero__btnBox .btn__items__look {
  position: absolute;
  z-index: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: -30%;
  bottom: 5%;
  width: 130%;
  -webkit-animation: btnMoving 4s infinite;
          animation: btnMoving 4s infinite;
}
@-webkit-keyframes btnMoving {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  24.9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  74.9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes btnMoving {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  24.9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  74.9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
#mainRight .hero__btnBox .btn__items__look::before {
  content: "";
  position: absolute;
  inset: 5% 1% -2% -0.2%;
  background: #a6d69f;
  z-index: -1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#mainRight .hero__btnBox .btn__text {
  margin: max(4rem, 20px) max(3.5rem, 5px) max(4rem, 20px) max(1rem, 5px);
}
#mainRight .hero__btnBox .btn__text h3 {
  margin-bottom: max(0.5rem, 5px);
  font-size: max(2.2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: max(0.5rem, 5px);
}
#mainRight .hero__btnBox .btn__text p {
  font-size: max(1.4rem, 13px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#mainRight .appeal {
  background: #eae3d2;
}
#mainRight .appeal__wrapper {
  text-align: center;
  padding-top: max(6rem, 30px);
  padding-bottom: max(7.5rem, 50px);
}
#mainRight .appeal h3 {
  font-size: max(2.6rem, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#mainRight .appeal h3 .colorTxt {
  color: #77A370;
}
#mainRight .appeal h3 b {
  font-size: max(4.7rem, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#mainRight .appeal__btn {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: max(3.5rem, 30px);
  padding: max(2.5rem, 20px);
  background: #77A370;
  border-radius: max(0.1rem, 10px);
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
#mainRight .appeal__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-size: 100%;
  background-position: 0 center;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}
#mainRight .appeal__btn span {
  color: #fff;
  font-size: max(3.6rem, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#mainRight .appeal__btn span .enTxt {
  font-size: max(4.4rem, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding-left: max(1rem, 10px);
}
#mainRight .appeal__btn span .enTxt > span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#mainRight .appeal__btn--primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#77A370), color-stop(90%, #77A370), to(#587e51));
  background: linear-gradient(to bottom, #77A370, #77A370 90%, #587e51 100%);
}
#mainRight .appeal__btn--primary::before {
  background-image: url(../images/btn-bg-secondary.webp);
}
#mainRight .appeal__btn:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#mainRight .appeal__btn:hover .split-char {
  -webkit-animation: bounce 1s infinite linear;
          animation: bounce 1s infinite linear;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#mainRight .appeal span.attention {
  text-align: left;
  margin-top: max(3rem, 30px);
}
#mainRight .appeal span.attention b {
  display: block;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.015em;
}
#mainRight .campaign {
  padding-top: max(10rem, 50px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: max(2rem, 20px) max(2rem, 20px) 0 0;
  -webkit-box-shadow: 0 min(-0.6rem, 6px) max(2rem, 20px) rgba(0, 0, 0, 0.1);
          box-shadow: 0 min(-0.6rem, 6px) max(2rem, 20px) rgba(0, 0, 0, 0.1);
}
#mainRight .campaign__wrapper {
  margin-bottom: min(-3rem, -10px);
}
#mainRight .campaign__title {
  text-align: center;
  margin-bottom: max(5rem, 30px);
}
#mainRight .campaign__title h2 {
  font-size: max(2.7rem, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#mainRight .campaign__title h2 img {
  display: block;
  width: max(60%, 400px);
  margin: 0 auto;
  margin-top: max(1rem, 10px);
}
@media screen and (max-width: 550px) {
  #mainRight .campaign__title h2 img {
    width: 100%;
  }
}
#mainRight .campaign__title h2 b {
  display: inline-block;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(4.8rem, 36px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#mainRight .campaign__title h2 .colorTxt {
  color: #77A370;
}
#mainRight .campaign__title h2 .colorTxt > * {
  color: inherit;
}
#mainRight .campaign__title strong {
  font-size: max(2.7rem, 20px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#mainRight .campaign__title strong b {
  color: #77A370;
  font-size: max(6.7rem, 40px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#mainRight .campaign__title__between {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
  margin-top: max(1rem, 10px);
  margin-bottom: max(2rem, 15px);
}
#mainRight .campaign__title__between p {
  color: #77A370;
}
#mainRight .campaign__title__between__arrow {
  position: relative;
  display: grid;
  place-items: center;
  width: max(2.4rem, 24px);
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1/1;
  background: none;
}
#mainRight .campaign__title__between__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: max(1.2rem, 12px) solid transparent;
  border-right: max(1.2rem, 12px) solid transparent;
  border-top: max(2rem, 20px) solid #77A370;
  border-bottom: 0 solid transparent;
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__title__between__arrow::before {
    border-left: max(4rem, 12px) solid transparent;
    border-right: max(4rem, 12px) solid transparent;
    border-top: max(6rem, 20px) solid #77A370;
    border-bottom: 0 solid transparent;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@media screen and (max-width: 768px) {
  #mainRight .campaign__title__between__arrow::before {
    border-left: max(6rem, 20px) solid transparent;
    border-right: max(6rem, 20px) solid transparent;
    border-top: max(8rem, 30px) solid #77A370;
    border-bottom: 0 solid transparent;
  }
}
#mainRight .campaign__btnBox {
  margin-bottom: min(-3.5rem, -20px);
  padding: max(5rem, 30px) 0 max(8.5rem, 50px) 0;
  background: rgba(166, 214, 159, 0.4);
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__btnBox {
    margin-bottom: min(-6.5rem, -20px);
    padding: max(10rem, 30px) 0 max(13.5rem, 50px) 0;
  }
}
#mainRight .campaign__btnBox .btn__text {
  margin: max(4rem, 20px) max(4rem, 5px) max(4rem, 20px) max(8rem, 20px);
  z-index: 0;
}
#mainRight .campaign__btnBox .btn__text__cursive {
  position: absolute;
  right: 0;
  bottom: 0;
  width: max(12rem, 90px);
  z-index: -1;
}
#mainRight .campaign__btnBox .btn__text h3 {
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(2.2rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#mainRight .campaign__btnBox .btn__text__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: max(1rem, 10px);
     -moz-column-gap: max(1rem, 10px);
          column-gap: max(1rem, 10px);
  margin-top: max(1.5rem, 15px);
  padding-right: max(10rem, 30px);
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #mainRight .campaign__btnBox .btn__text__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
#mainRight .campaign__btnBox .btn__text__inner p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #77A370;
  font-size: max(2.4rem, 15px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  #mainRight .campaign__btnBox .btn__text__inner p {
    font-size: 7vw;
  }
}
#mainRight .campaign__btnBox .btn__text__inner p .enTxt {
  letter-spacing: 0.05em;
}
#mainRight .campaign__btnBox .btn__text__inner img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#mainRight .campaign__btnBox .btn__text__inner__cursive {
  position: absolute;
  right: 0;
  bottom: -5%;
  width: max(11.5rem, 80px);
  height: auto;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #mainRight .campaign__btnBox .btn__text__inner__cursive {
    right: -5%;
    bottom: -17%;
    width: 25vw;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
#mainRight .campaign__detail__step1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px max(1rem, 10px);
}
@media screen and (max-width: 1300px) {
  #mainRight .campaign__detail__step1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__detail__step1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mainRight .campaign__detail__step1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #mainRight .campaign__detail__step1 {
    gap: 10px max(1rem, 10px);
  }
}
#mainRight .campaign__detail__step1__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: max(0.4rem, 4px) solid #635651;
  -webkit-box-shadow: max(0.2rem, 2px) max(0.2rem, 2px) 0 rgba(0, 0, 0, 0.15);
          box-shadow: max(0.2rem, 2px) max(0.2rem, 2px) 0 rgba(0, 0, 0, 0.15);
}
#mainRight .campaign__detail__step1__item.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainRight .campaign__detail__step1__item.item1 .item-inner {
  padding: max(4rem, 25px) 10% max(2.5rem, 15px);
}
#mainRight .campaign__detail__step1__item.item1 .campaign__detail__step1__item__title {
  position: relative;
  display: inline-block;
}
#mainRight .campaign__detail__step1__item.item1 .campaign__detail__step1__item__title h3 {
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#mainRight .campaign__detail__step1__item.item1 .campaign__detail__step1__item__title img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#mainRight .campaign__detail__step1__item.item1 .campaign__detail__step1__item__content strong {
  color: #77A370;
  font-size: max(2.9rem, 20px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#mainRight .campaign__detail__step1__item.item1 .campaign__detail__step1__item__content strong .enTxt {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0.05em;
}
#mainRight .campaign__detail__step1__item.item2 .item-inner {
  padding: max(2.5rem, 15px) 15%;
}
#mainRight .campaign__detail__step1__item.item2 .campaign__detail__step1__item__content b {
  color: #77A370;
  font-size: max(4.1rem, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#mainRight .campaign__detail__step1__item.item2 .campaign__detail__step1__item__image {
  width: 100%;
  margin-top: max(1rem, 10px);
}
#mainRight .campaign__detail__step1__between {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
  width: max(3rem, 30px);
  height: auto;
  aspect-ratio: 1/1;
}
#mainRight .campaign__detail__step1__between__plus-row {
  position: absolute;
  top: 0;
  left: 50%;
  width: 7px;
  height: 100%;
  background: #a6d69f;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#mainRight .campaign__detail__step1__between__plus-column {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 7px;
  background: #a6d69f;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#mainRight .campaign__detail__step2 {
  margin-top: max(5rem, 40px);
}
#mainRight .campaign__detail__step2__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: max(0.2rem, 2px) max(0.2rem, 2px) 0 rgba(0, 0, 0, 0.15);
          box-shadow: max(0.2rem, 2px) max(0.2rem, 2px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1300px) {
  #mainRight .campaign__detail__step2__item {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__detail__step2__item {
    width: 100%;
  }
}
#mainRight .campaign__detail__step2__item.item2 {
  margin-top: max(3.5rem, 35px);
  padding: max(2.5rem, 15px) 10%;
  border: max(0.4rem, 4px) solid #77A370;
  background: #edf5ec;
}
#mainRight .campaign__detail__step2__item.item2 h3 {
  color: #77A370;
  font-size: max(2.3rem, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
#mainRight .campaign__detail__step2__item.item2 .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1.5rem, 15px);
}
@media screen and (max-width: 1300px) {
  #mainRight .campaign__detail__step2__item.item2 .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__detail__step2__item.item2 .item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #mainRight .campaign__detail__step2__item.item2 .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mainRight .campaign__detail__step2__item.item2 .campaign__detail__step2__item__textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
#mainRight .campaign__detail__step2__item.item2 .campaign__detail__step2__item__imageBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: max(25.5rem, 200px);
  height: auto;
}
@media screen and (max-width: 1300px) {
  #mainRight .campaign__detail__step2__item.item2 .campaign__detail__step2__item__imageBox {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #mainRight .campaign__detail__step2__item.item2 .campaign__detail__step2__item__imageBox {
    width: max(40rem, 150px);
  }
}
@media screen and (max-width: 768px) {
  #mainRight .campaign__detail__step2__item.item2 .campaign__detail__step2__item__imageBox {
    width: 80%;
    margin: auto;
  }
}
#mainRight .campaign__detail__step2__item__number {
  position: absolute;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  background: #635651;
  border-radius: 25px;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
#mainRight .campaign__detail__step2__item__number span {
  padding: max(0.7rem, 7px) max(2rem, 15px);
  color: #fff;
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* HowTo モーダル */
#mainRight .howtoModal {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 1000px) {
  #mainRight .howtoModal {
    inset: 0;
    width: 100%;
  }
}
#mainRight .howtoModal.is-open {
  display: grid;
  place-items: center;
}
#mainRight .howtoModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(99, 86, 81, 0.9);
  cursor: pointer;
}
#mainRight .howtoModal__dialog {
  position: relative;
  margin-top: 20px;
  max-width: max(40rem, 400px);
  background: #fff;
  border: max(0.2rem, 2px) solid #635651;
}
@media screen and (max-width: 550px) {
  #mainRight .howtoModal__dialog {
    width: 87.5%;
  }
}
#mainRight .howtoModal__close {
  position: absolute;
  display: grid;
  place-items: center;
  top: 0;
  right: 0;
  width: max(5.6rem, 45px);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
  background: #77A370;
  border-radius: 50%;
  border: max(0.2rem, 2px) solid #635651;
  cursor: pointer;
}
#mainRight .howtoModal__close img {
  width: 40%;
}
#mainRight .howtoModal__inner {
  max-height: 80svh;
  margin: max(2rem, 15px);
  border: max(0.2rem, 2px) solid #635651;
  overflow-y: auto;
}
#mainRight .howtoModal__header {
  text-align: center;
  background: #a6d69f;
  border-bottom: max(0.2rem, 2px) solid #635651;
}
#mainRight .howtoModal__header h3 {
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: max(1.5rem, 15px) 5%;
}
#mainRight .howtoModal__body {
  text-align: center;
  padding: max(3rem, 20px);
}
#mainRight .howtoModal__body .howtoModal__steps [data-step-index] {
  display: none;
}
#mainRight .howtoModal__body .howtoModal__steps .is-active {
  display: block;
  -webkit-animation: howtoFadeIn 0.2s ease-out;
          animation: howtoFadeIn 0.2s ease-out;
}
#mainRight .howtoModal__body .howtoModal__steps h4 {
  color: #77A370;
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: max(3.5rem, 15px);
}
#mainRight .howtoModal__body .howtoModal__steps strong {
  display: block;
  color: #77A370;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: max(0.5rem, 5px);
  margin-bottom: max(1rem, 10px);
}
#mainRight .howtoModal__body .howtoModal__steps p {
  font-size: max(1.4rem, 13px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: max(3rem, 25px);
  padding: max(1.5rem, 15px) 5%;
  color: #fff;
  font-size: max(2rem, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: max(1rem, 8px);
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  z-index: 0;
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-size: 100%;
  background-position: 0 center;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: 0;
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn--primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#77A370), color-stop(90%, #77A370), to(#587e51));
  background: linear-gradient(to bottom, #77A370, #77A370 90%, #587e51 100%);
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn--primary::before {
  background-image: url(../images/btn-bg-secondary.webp);
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn--secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#a2a2a2), color-stop(90%, #a2a2a2), to(#6a6a6a));
  background: linear-gradient(to bottom, #a2a2a2, #a2a2a2 90%, #6a6a6a 100%);
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn--secondary::before {
  background-image: url(../images/btn-bg-secondary.webp);
}
#mainRight .howtoModal__body .howtoModal__steps .howtoModal__btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#fixed-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  #fixed-banner {
    width: 100%;
    left: 0;
  }
}
#fixed-banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: max(2rem, 20px) 5%;
  background: rgba(129, 175, 122, 0.9);
  color: #fff;
  font-size: max(2.7rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  #fixed-banner a {
    padding: 10px 5%;
  }
}
#fixed-banner a > span {
  -webkit-transition: text-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: text-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#fixed-banner a > span .enTxt {
  font-size: max(3.5rem, 20px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
#fixed-banner a:hover > span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

html.is-fixed,
body.is-fixed {
  overflow: hidden;
}

@-webkit-keyframes howtoFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes howtoFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}/*# sourceMappingURL=front.css.map */