@charset "UTF-8";
/* 全体の幅など */
div#content {
  background-image: url("/wp-content/uploads/98cebb88bba16f5162699ddd1e49d01f-scaled.webp"),
    url("/wp-content/uploads/bg-01-scaled.webp");
  background-repeat: repeat, no-repeat;
  background-size: contain, cover;
  height: auto !important;
  padding-top: 0;
}

main#main_content {
  max-width: 1310px;
  /* background-image: url("/wp-content/uploads/bg-03.png");
  background-repeat: repeat;
  background-size: cover;
  height: 13403.4px;
  background-position: center; */
  position: relative;

  height: auto;
}

/* main#main_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
/* max-width: 1061px;
  height: 100px;
  background-image: url("/wp-content/uploads/bg-05.png");
  background-repeat: no-repeat;
  background-size: cover; */

/* main#main_content::after */

.l-mainContent__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-mainContent__inner .post_content {
  max-width: 1020px;
  padding: 45px 6.62% 83px 6.62% !important;
  width: 80%;
  background-image: url("/wp-content/uploads/50949e23fa47f16b1e96a2ad31f321d5.png");
  background-repeat: repeat;
  background-position: top;
  background-size: contain;
  filter: drop-shadow(1px 11px 11px rgb(71, 70, 70));
}

/* 共通パーツ */
.charity-txt {
  font-size: 16px;
  color: #735f45 !important;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", sans-serif;
}

.charity-photo-medium {
  max-width: 708px !important;
  margin: 30px auto !important;
}

.charity-sub-title {
  font-size: 25px !important;
  color: #735f45 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.2em !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  /* margin-top: 0 !important; */
  margin-bottom: 30px !important;
}

.wp-block-group.youtube-box
  .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained,
.youtube-box-sp {
  position: relative;
}

.youtube-ttl {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  top: 19%;
  left: 13%;
  font-size: calc(10px + 0.37vw);
  color: #ffffff;
  align-items: center;
  line-height: 1.9;
  letter-spacing: 0.4em;
}

.youtube-ttl-sp {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  left: 8%;
  font-size: 3.7vw;
  color: #ffffff;
  align-items: center;
  line-height: 1.4;
  bottom: 4%;
}

.yellow {
  color: #ffff80;
}
/* project-heroセクション */
h1.c-pageTitle {
  display: none;
}
.project-hero {
  flex-direction: column;
  gap: 50px !important;
}

.wp-block-column.hero__images {
  position: relative;
}

figure.wp-block-image.size-large.project-hero__ttl {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10%;
  top: 40%;
  transform: translateY(-50%);
  width: 40.1%;
  max-width: 339px;
}

/* project-activity活動内容セクション */
.project-activity-title img {
  width: 288px !important;
}

/* project-donationsその他の寄付活動セクション */

.project-donations-title img {
  width: 288px !important;
}

/* project-overview活動紹介セクション */

.project-overview-title img {
  width: 394px !important;
}

/* thoughts-hero慈善活動への考えセクション */

.thoughts-hero {
  flex-direction: column;
  gap: 50px !important;
  margin-top: 70px !important;
}

.thoughts-hero .thoughts-hero__ttl {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: 10%; */
  top: 50%;
  transform: translateY(-50%);
  width: 40.1%;
  max-width: 339px;
  left: 10%;
}

/*タブレット時の見た目*/
@media screen and (max-width: 959px) {
  /* ここにセレクタを指定する */
  div#content {
    padding: 0;
  }

  /* 共通パーツ */
  .charity-section-title img {
    width: 200px !important;
  }

  .charity-sub-title {
    font-size: 20px !important;
  }

  .youtube-ttl {
    top: 14%;
    left: 11%;
    font-size: 1.6vw;
  }

  .youtube-ttl-sp {
    justify-content: center;
    /* left: 5%; */
    font-size: 2.7vw;
    color: #ffffff;
    align-items: center;
    line-height: 1.4;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* project-activity活動内容セクション */

/*スマホ時の見た目*/
@media screen and (max-width: 600px) {
  /* ここにセレクタを指定する */
  div#content {
    /* background-image: none; */
    padding-bottom: 52px !important;
  }


  .l-mainContent__inner .post_content {
    padding: 20px 5.8% 30px 5.8% !important;
    width: 100%;
    margin-top: 0;
    filter: none;
    background-image: none;
    background-color: #ffff;
  }

  /* 共通パーツ */

  h2.wp-block-heading.is-style-section_ttl.charity-section-title {
    margin-bottom: 15px;
  }

  .charity-section-title img {
    width: 150px !important;
  }

  .charity-sub-title {
    font-size: 14px !important;
    color: #432a19 !important;
    line-height: 1.6 !important;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .charity-txt {
    font-size: 12px;
    color: #432a19 !important;
    line-height: 1.8;
    letter-spacing: 0.01em;
    font-family: "Noto Sans JP", sans-serif;
  }

  .youtube-ttl-sp {
    justify-content: center;
    white-space: nowrap;
    position: absolute;
    font-size: 3.7vw;
    color: #ffffff;
    align-items: center;
    line-height: 1.4;
    bottom: 21%;
  }

  /* project-heroセクション */
  .project-hero {
    flex-direction: column;
    gap: 10px !important;
  }
  figure.wp-block-image.size-large.project-hero__img {
    margin-bottom: 0;
  }

  /* project-activity活動内容セクション */

  /* thoughts-hero活動内容セクション */

  div#thoughts-hero {
    margin-top: 29px !important;
    gap: 21px !important;
  }
}
