@charset "UTF-8";
/*使い回しパーツ*/
html {
  font-size: 62.5%; /* 10px相当（16px × 62.5%） */
}

body {
  color: #333333;
  font-family: "A1 Mincho StdN", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp-only {
    display: block;
  }
}

.img-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

/*共通*/
.cause__inner {
  width: 100%;
  max-width: 1064px;
  margin-inline: auto;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .cause__inner {
    padding-inline: 1.6rem;
  }
}

.c-red {
  color: #8E2525;
}

.c-green {
  color: #2F6A19;
}

.top-left {
  top: 0;
  bottom: auto;
  left: 0;
}

.top-right {
  top: 0;
  bottom: auto;
  right: 0;
}

.bottom-left {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 5%;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bottom-left {
    left: 5%;
    font-size: 0.8rem;
  }
}

/* リニューアル追加 */
@media screen and (max-width: 768px) {
  .kodo-cap-sp {
    font-size: 1.7rem !important;
  }
}

.mv-copy {
  letter-spacing: 0.02em;
}
.mv-copy .letter-space {
  letter-spacing: -0.1em;
}

.mv-copy .text {
  font-size: 3vw;
}
@media only screen and (max-width: 1100px) {
  .mv-copy .text {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv-copy .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 450px) {
  .mv-copy .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 390px) {
  .mv-copy .text {
    font-size: 1.5rem;
  }
}

.mv-copy .middle-text {
  font-size: 3.8vw;
}
@media only screen and (max-width: 1100px) {
  .mv-copy .middle-text {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv-copy .middle-text {
    font-size: 2rem;
  }
}

.mv-copy .large-text {
  font-size: 4vw;
}
@media only screen and (max-width: 1100px) {
  .mv-copy .large-text {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv-copy .large-text {
    font-size: 2.2rem;
  }
}

.mv-copy .small-text {
  margin-right: 0.5rem;
  font-size: 1.2vw;
}
@media only screen and (max-width: 767px) {
  .mv-copy .small-text {
    font-size: 0.9rem;
  }
}

.top-section {
  width: 100%;
  position: relative;
}
.top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/top-section-bg.png) no-repeat center center/cover;
  z-index: -1;
}

.cause__heading-bg {
  width: 100%;
  padding-block: 3.4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cause__heading-bg {
    padding-block: 2.4rem;
    padding-inline: 1.6rem;
  }
}
.cause__heading-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/cause-bg.png) no-repeat center center/cover;
  z-index: -1;
}

.cause__heading {
  width: 33.8%;
  aspect-ratio: 568/211;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .cause__heading {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cause__heading {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .cause__heading {
    width: 95%;
  }
}
.cause__heading img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cause__content {
  padding-block: 7.3rem 5.1rem;
}
@media screen and (max-width: 1024px) {
  .cause__content {
    padding-block: 4rem 2rem;
  }
  .cause__content:not(:first-child) {
    padding-block: 2rem;
  }
}
.cause__content a {
  display: block;
  color: inherit;
}

.cause__content-text-number {
  width: 8rem;
  height: 8.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .cause__content-text-number {
    width: 4rem;
    height: 4.5rem;
  }
}
.cause__content-text-number img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cause__content-text-heading {
  margin-top: 5.2rem;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cause__content-text-heading {
    margin-top: 2.6rem;
    font-size: 2.8rem;
  }
}

.cause__content-text-copy {
  margin-top: 3.8rem;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cause__content-text-copy {
    margin-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.cause__content-img {
  margin-top: 8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1680px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .cause__content-img {
    padding-inline: 1.6rem;
    margin-top: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cause__content-img .cause__content-img-main {
  flex: 0 0 60%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cause__content-img .cause__content-img-main {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cause__content-img .cause__content-img-main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cause__content-img-text {
  width: 26.6666666667%;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: center;
  align-items: center;
  margin-right: -5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cause__content-img-text {
    width: 80%;
    gap: 2.5rem;
    flex-wrap: nowrap;
    margin-inline: auto;
    margin-bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  .cause__content-img-text {
    gap: 3%;
    width: 90%;
  }
}

.cause__content-img-text-item {
  width: 48%;
  height: 48%;
  margin-inline: auto;
}
.cause__content-img-text-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  object-fit: contain;
}

.cause__content-img-sub-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -13%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .cause__content-img-sub-wrap {
    margin-top: 2.6rem;
    margin-inline: auto;
  }
}

.cause__content-img-sub-wrap-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .cause__content-img-sub-wrap-inner {
    width: 100%;
    gap: 1rem;
  }
}
.cause__content-img-sub-wrap-inner:not(:last-child) {
  margin-bottom: 1.5rem;
}

.cause__content-img-sub {
  width: 27%;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cause__content-img-sub {
    width: 100%;
  }
}

.cause__content-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-height: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  background: linear-gradient(to bottom, rgba(47, 106, 25, 0.2), rgb(47, 106, 25));
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cause__content-heading {
    font-size: 1.2rem;
    min-height: 3rem;
  }
}
.cause__content-heading .text {
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}

/* 02 */
@media screen and (max-width: 1024px) {
  .cause__content-02 .cause__content-img-main {
    margin-top: 2rem;
  }
}
.cause__content-02 .cause__content-img-sub-wrap-inner--02 .cause__content-img-sub {
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .cause__content-02 .cause__content-img-sub-wrap-inner--02 .cause__content-img-sub {
    width: 30%;
  }
}

/* 03 */
.cause__content-03 .cause__content-img {
  gap: 3.5%;
}
@media screen and (max-width: 1024px) {
  .cause__content-03 .cause__content-img {
    flex-direction: column-reverse;
  }
}
.cause__content-03 .cause__content-img-item-wrap {
  margin-left: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .cause__content-03 .cause__content-img-item-wrap {
    width: 100%;
    margin-inline: auto;
    margin-top: 2rem;
  }
}
.cause__content-03 .cause__content-img-item {
  position: relative;
}
.cause__content-03 .cause__content-img-item img {
  display: block;
  width: 100%;
}

/* 04 */
@media only screen and (max-width: 1350px) {
  .cause__content-04 .cause__content-img-sub-wrap {
    margin-left: -7.5%;
  }
}
@media screen and (max-width: 1024px) {
  .cause__content-04 .cause__content-img-sub-wrap {
    margin-inline: auto;
  }
}
.cause__content-04 .cause__content-img-sub {
  position: relative;
  aspect-ratio: 320/240;
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .cause__content-04 .cause__content-img-sub {
    width: 45%;
  }
}
.cause__content-04 .cause__content-img-sub-wrap-inner.second .cause__content-img-sub {
  width: 67%;
  aspect-ratio: 320/240;
}
@media screen and (max-width: 1024px) {
  .cause__content-04 .cause__content-img-sub-wrap-inner.second .cause__content-img-sub {
    width: 45%;
  }
}

/* 05 */
.cause__content-05 .cause__content-text-img {
  margin-top: 5rem;
  border-bottom: 1px solid #2F6A19;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .cause__content-05 .cause__content-text-img {
    margin-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
.cause__content-05 .cause__content-text-img img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .cause__content-05 .cause__content-text-img img {
    width: 90%;
    margin-inline: auto;
  }
}
.cause__content-05 .cause__content-img-main {
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .cause__content-05 .cause__content-img-main figure picture {
    display: block;
    overflow-x: auto;
  }
  .cause__content-05 .cause__content-img-main figure picture img {
    width: 145vw;
    max-width: none;
  }
  .cause__content-05 .cause__content-img-main figure .scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    visibility: visible !important;
  }
  .cause__content-05 .cause__content-img-main figure .scroll-icon img {
    width: 100%;
    animation: swipeIcon 6s ease-in-out 0.8s both infinite;
  }
  @keyframes swipeIcon {
    0% {
      transform: translateX(0);
    }
    10% {
      transform: translateX(-20px);
    }
    20% {
      transform: translateX(0);
    }
    30% {
      transform: translateX(-20px);
    }
    40%, 100% {
      transform: translateX(0);
    }
  }
}
.cause__content-05 .cause__content-img-main--detail-btn {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 51.4%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .cause__content-05 .cause__content-img-main--detail-btn {
    margin-top: 3.5rem;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
  }
}
.cause__content-05 .cause__content-img-main--detail-btn .detail-btn {
  margin-top: 2.6rem;
  background-color: #2F6A19;
  border: 3px solid currentColor;
  padding-block: 1.5rem;
  font-size: 3.2rem;
  line-height: 1.2;
  display: grid;
  place-items: center;
  border-radius: 3.1rem;
  width: 95%;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .cause__content-05 .cause__content-img-main--detail-btn .detail-btn {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}
.cause__content-05 .cause__content-img-main--detail-btn .detail-btn:hover {
  transform: scale(1.03);
}

.materials {
  width: 100%;
  max-width: 970px;
  margin-inline: auto;
  border: 8px solid #8E2525;
  margin-bottom: 16rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .materials {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .materials {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 500px) {
  .materials {
    padding-bottom: 5rem;
  }
}
.materials > a {
  display: block;
  color: inherit;
  padding: 3rem 3rem 10rem;
}
@media screen and (max-width: 1024px) {
  .materials > a {
    padding: 1.5rem 1.5rem 6rem;
  }
}

.materials-media {
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .materials-media {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.materials-media .img-wrapper {
  flex: 0 0 55%;
}

.materials-item-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.materials-item-text {
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .materials-item-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .materials-item-text {
    font-size: 2.2rem;
  }
}

.materials-point {
  width: 76rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .materials-point {
    width: 95%;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .materials-point {
    width: 100%;
  }
}

.materials-point-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
@media screen and (max-width: 500px) {
  .materials-point-inner {
    gap: 0.5rem;
  }
}
.materials-point-inner .materials-point-item {
  aspect-ratio: 1/1;
  background-color: #D3CDC3;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  .materials-point-inner .materials-point-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .materials-point-inner .materials-point-item {
    font-size: 1.3rem;
  }
}

.materials-btn {
  width: 64.8rem;
  min-height: 12rem;
  margin-inline: auto;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .materials-btn {
    bottom: -3rem;
    width: 90%;
    min-height: 6rem;
  }
}
.materials-btn .btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8E2525;
  border-radius: 6rem;
  padding-block: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.materials-btn .btn:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .materials-btn .btn {
    padding-block: 1rem;
  }
}
.materials-btn .btn .btn-heading {
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #DDD050;
}
@media screen and (max-width: 1024px) {
  .materials-btn .btn .btn-heading {
    font-size: 2.5rem;
  }
}
.materials-btn .btn .btn-text {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .materials-btn .btn .btn-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}/*# sourceMappingURL=home.css.map */