@charset "UTF-8";
#loading {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #00ab8d;
  background: linear-gradient(to right, #00ab8d 10%, rgba(34, 181, 174, 0) 42%);
  animation: load 1.4s infinite linear;
  transform: translateZ(0);
}
#loading div:before {
  width: 50%;
  height: 50%;
  background: #00ab8d;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loading div:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.s_lead1 {
  margin-top: 70px;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2;
}
.s_lead1 .small {
  font-size: 0.85em;
}

@media screen and (max-width: 600px) {
  .s_lead1 {
    margin-top: 50px;
  }
}
#s_main.p_ttl1 {
  background: url("../img/donate_main_bg.webp") no-repeat center bottom/1250px;
  padding-top: 270px;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 {
    background: url("../img/donate_main_bg_sp.webp") no-repeat center top/contain;
    padding-top: 0;
  }
}
#s_main.p_ttl1 .ttl {
  opacity: 0;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 .ttl {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -35px;
  }
}
#s_main.p_ttl1 .ttl .ja {
  margin-top: 22px;
}
@media screen and (max-width: 600px) {
  #s_main.p_ttl1 .ttl .ja {
    margin-top: 10px;
  }
}

#s_index {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 45px 0 90px;
}
@media screen and (max-width: 600px) {
  #s_index {
    padding: 75px 0 80px;
  }
}
#s_index::after {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #f5f5f5;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
#s_index .p_lead1 {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  #s_index .p_lead1 {
    font-size: 1.6em;
    line-height: 2;
  }
}
#s_index .p_lead2 {
  margin-top: 40px;
  color: #000;
}
@media screen and (max-width: 600px) {
  #s_index .p_lead2 {
    width: 80%;
    margin: 30px auto 0;
    text-align: left;
  }
}
#s_index .p_lead2 p {
  font-family: 'brandon-grotesque', 'A1ゴシック R', 'A1 Gothic R', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_index .p_lead2 p {
    margin-right: -1em;
    font-size: 1.4em;
  }
}
#s_index .p_lead2 p + p {
  margin-top: 2em;
}
#s_index .donate {
  width: 960px;
  margin: 70px auto 0;
  background: #f5f5f5;
  position: relative;
  padding: 0 0 85px;
  clip-path: polygon(0 60px, 100% 0, 100% calc( 100% - 60px ), 0 100%);
}
@media screen and (max-width: 600px) {
  #s_index .donate {
    width: 86.7%;
    margin: 30px auto 0;
    padding: 0 0 50px;
    clip-path: polygon(0 5.3vw, 100% 0, 100% calc( 100% - 5.3vw ), 0 100%);
  }
  #s_index .donate .logo {
    width: 110px;
  }
  #s_index .donate .logo img {
    width: 100%;
    height: auto;
  }
}
#s_index .donate .img {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 442px;
  background: url("../img/donate_donate.webp") no-repeat center center/cover;
  clip-path: polygon(0 60px, 100% 0, 100% calc( 100% - 60px ), 0 100%);
}
@media screen and (max-width: 600px) {
  #s_index .donate .img {
    height: auto;
    aspect-ratio: 650 / 454;
    clip-path: polygon(0 5.3vw, 100% 0, 100% calc( 100% - 5.3vw ), 0 100%);
    gap: 12px;
    background: url("../img/donate_donate_sp.webp") no-repeat center center/cover;
  }
}
#s_index .donate .ttl {
  padding-top: 36px;
  color: #fff;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
}
@media screen and (max-width: 600px) {
  #s_index .donate .ttl {
    padding-top: 0;
    font-size: 2em;
  }
}
#s_index .donate .lead {
  margin-top: 25px;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_index .donate .lead {
    width: 73.3vw;
    margin: 20px auto 0;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.8;
  }
  #s_index .donate .lead br {
    display: none;
  }
}
#s_index .donate .lead .monthly {
  color: #f85d62;
}
#s_index .donate .lead .once {
  color: #ff9f15;
}
#s_index .donate .btn_pin {
  margin-top: 24px;
  width: 225px;
}
@media screen and (max-width: 600px) {
  #s_index .donate .btn_pin {
    width: 145px;
    height: 40px;
    border-radius: 9999px;
    line-height: 40px;
  }
  #s_index .donate .btn_pin::after {
    height: 40px;
  }
}
#s_index .bequest,
#s_index .corp {
  width: 960px;
  margin: 4px auto 0;
  background: #f5f5f5;
  clip-path: polygon(0 60px, 100% 0, 100% calc( 100% - 60px ), 0 100%);
  display: flex;
}
@media screen and (max-width: 600px) {
  #s_index .bequest,
  #s_index .corp {
    width: 86.7%;
    clip-path: polygon(0 5.3vw, 100% 0, 100% calc( 100% - 5.3vw ), 0 100%);
    margin: 10px auto 0;
    flex-flow: column;
    padding-bottom: 50px;
  }
}
#s_index .bequest > *,
#s_index .corp > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #s_index .bequest > *,
  #s_index .corp > * {
    width: auto;
  }
}
#s_index .bequest > *:first-child,
#s_index .corp > *:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #s_index .bequest > *:first-child,
  #s_index .corp > *:first-child {
    margin-top: 0;
  }
}
#s_index .bequest > *:last-child,
#s_index .corp > *:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #s_index .bequest > *:last-child,
  #s_index .corp > *:last-child {
    margin-bottom: 0;
  }
}
#s_index .bequest .img,
#s_index .corp .img {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 335px;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .img,
  #s_index .corp .img {
    height: auto;
    aspect-ratio: 650 / 454;
    clip-path: polygon(0 5.3vw, 100% 0, 100% calc( 100% - 5.3vw ), 0 100%);
    order: 1;
  }
}
#s_index .bequest .img p,
#s_index .corp .img p {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.5em;
  letter-spacing: .05em;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .img p,
  #s_index .corp .img p {
    font-size: 2.8em;
  }
}
#s_index .bequest .txt,
#s_index .corp .txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .txt,
  #s_index .corp .txt {
    order: 2;
    padding: 25px 0 0;
  }
}
#s_index .bequest .txt p,
#s_index .corp .txt p {
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .txt p,
  #s_index .corp .txt p {
    width: 73.3vw;
    text-align: left;
  }
  #s_index .bequest .txt p br,
  #s_index .corp .txt p br {
    display: none;
  }
}
#s_index .bequest .ttl,
#s_index .corp .ttl {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2em;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .ttl,
  #s_index .corp .ttl {
    font-size: 1.6em;
  }
}
#s_index .bequest .ttl .small,
#s_index .corp .ttl .small {
  font-size: .8em;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .ttl .small,
  #s_index .corp .ttl .small {
    font-size: .75em;
  }
}
#s_index .bequest .btn_more_en2,
#s_index .corp .btn_more_en2 {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #s_index .bequest .btn_more_en2,
  #s_index .corp .btn_more_en2 {
    margin-top: 20px;
  }
}
#s_index .bequest .img {
  background: url("../img/donate_bequest.webp") no-repeat center center/cover;
}
#s_index .corp .img {
  background: url("../img/donate_corp.webp") no-repeat center center/cover;
}

#s_other {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #s_other {
    padding: 100px 0 60px;
  }
}
#s_other::before {
  content: '';
  display: block;
  width: 1675px;
  height: 100px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  right: 50%;
}
#s_other .s_ttl {
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #989898;
  font-size: 1.6em;
}
#s_other .s_ttl::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #00ab8d;
  margin: 23px auto 0;
}
#s_other .anc {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  width: 960px;
  height: 70px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 9999px;
  padding: 18px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #s_other .anc {
    width: 78.7%;
    height: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    flex-flow: column;
    text-align: left;
  }
}
#s_other .anc li {
  position: relative;
}
@media screen and (max-width: 600px) {
  #s_other .anc li {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
}
#s_other .anc li + li::before {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: calc( 50% - 12.5px );
}
@media screen and (max-width: 600px) {
  #s_other .anc li + li::before {
    display: none;
  }
}
#s_other .anc a {
  display: block;
  height: 32px;
  padding: 0 38px;
  line-height: 34px;
  overflow: hidden;
  text-decoration: none;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 2px;
  color: #000;
}
@media screen and (max-width: 600px) {
  #s_other .anc a {
    height: auto;
    padding: 11px 0;
    line-height: 1.5;
    border-radius: 0;
  }
}
#s_other .anc a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 100%;
  background: url("../img/arr1_down_gre.svg") no-repeat left center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  #s_other .anc a::before {
    height: 1.5em;
  }
}
@media (any-hover: hover) and (min-width: 601px) {
  #s_other .anc a:hover {
    background: #f5f5f5;
  }
}
#s_other .other_group {
  width: 92%;
  max-width: 1150px;
  background: #fff;
  margin: 50px auto 0;
  padding: 85px 0 95px;
}
@media screen and (max-width: 600px) {
  #s_other .other_group {
    margin: 40px auto 0;
    padding: 50px 0 65px;
  }
}
#s_other .other_group > .ttl {
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  font-feature-settings: 'palt';
  letter-spacing: .06em;
}
@media screen and (max-width: 600px) {
  #s_other .other_group > .ttl {
    font-size: 2.5em;
    line-height: 1.4;
  }
}
#s_other .other {
  width: 860px;
  margin: 50px auto 0;
  border-top: 1px solid #eaeaea;
  padding-top: 65px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 6px 35px;
}
@media screen and (max-width: 600px) {
  #s_other .other {
    width: 78.7vw;
    margin: 35px auto 0;
    flex-flow: column;
    gap: 0;
    padding-top: 50px;
  }
}
#s_other .other > .ttl {
  width: 100%;
  color: #000;
  font-family: 'brandon-grotesque', 'A1ゴシック M', 'A1 Gothic M', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
}
@media screen and (max-width: 600px) {
  #s_other .other > .ttl {
    font-size: 1.6em;
    line-height: 1.75;
  }
}
#s_other .other > .ttl::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #00ab8d;
  margin: 25px auto 0;
}
@media screen and (max-width: 600px) {
  #s_other .other > .ttl::after {
    margin: 20px auto 0;
  }
}
#s_other .other .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 165px;
}
@media screen and (max-width: 600px) {
  #s_other .other .img {
    margin-top: 25px;
    max-width: 90%;
    height: auto;
  }
  #s_other .other .img img {
    width: 100%;
    height: auto;
  }
}
#s_other .other .txt {
  margin-top: 45px;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #s_other .other .txt {
    margin-top: 10px;
    text-align: center;
  }
}
#s_other .other .txt p {
  font-size: 1.4em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #s_other .other .txt p {
    text-align: left;
  }
}
#s_other .other .txt .txtlink {
  margin-top: 30px;
  font-size: 1.4em;
}
@media screen and (max-width: 600px) {
  #s_other .other .txt .txtlink {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
