@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*===============*/
/* donations */
/*===============*/
.donations .btn-area {
  text-align: center;
}
.donations .com-bt02, .donations .com-bt03 {
  padding: 12px 24px;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  border-radius: 8px;
  font-size: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  color: #333;
  display: block;
  margin-bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .donations .com-bt02, .donations .com-bt03 {
    font-size: 18px;
  }
}
.donations .com-bt02 img, .donations .com-bt03 img {
  vertical-align: middle;
  margin-right: 16px;
}
.donations .com-bt02:hover, .donations .com-bt03:hover {
  opacity: 0.7;
}
.donations .com-bt02 {
  background: linear-gradient(90deg, rgba(255, 242, 154, 0.9) 0%, rgba(255, 186, 196, 0.9) 50%, rgba(182, 224, 229, 0.9) 100%);
}
.donations .com-bt03 {
  background: linear-gradient(90deg, #d0cce6 0%, #9bd6c8 50%, #c2e1ba 100%);
}
.donations .list-disc li {
  list-style: disc;
  margin-left: 24px;
  margin-bottom: 8px;
}
.donations .contact {
  text-align: center;
}
.donations .contact .addr span {
  display: block;
  font-size: 24px;
}
.donations .contact .pink {
  color: #DB4B83;
}
.donations .contact .pink img {
  vertical-align: middle;
}
.donations .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 999;
}
.donations .modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
}
.donations .modal .mediabox {
  display: none;
  position: absolute;
  transform: translateY(50%) translateX(50%);
  bottom: 50%;
  right: 50%;
  width: 90%;
  max-height: 90%;
  overflow: auto;
}
.donations .modal .mediabox .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .donations .modal .mediabox .inner {
    display: block;
  }
}
.donations .modal .mediabox .inner .txt {
  margin-right: 24px;
  width: 50%;
}
@media (max-width: 767px) {
  .donations .modal .mediabox .inner .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.donations .modal .mediabox .inner figure {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .donations .modal .mediabox .inner figure {
    width: 100%;
  }
}
.donations .modal .mediabox .inner figure div:not(:last-of-type) {
  padding-right: 8px;
}
.donations .modal .mediabox .inner figure img {
  width: auto;
}
.donations .modal .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  cursor: pointer;
}
.donations .modal .close::before, .donations .modal .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 30px;
  background: #333;
}
.donations .modal .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.donations .modal .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.donations .modal .close:hover {
  opacity: 0.7;
}
.donations .lead {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .donations .lead {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
.donations .lead .mv {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .donations .lead .mv {
    margin-bottom: 8px;
  }
}
.donations .lead .list-nv {
  margin-bottom: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .donations .lead .list-nv {
    padding-top: 24px;
    flex-wrap: nowrap;
  }
}
.donations .lead .list-nv li {
  margin: 0 16px;
}
.donations .sec01 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .donations .sec01 {
    padding-bottom: 24px;
  }
}
.donations .sec01 dl dt {
  background-color: #97DDDB;
  border-radius: 8px;
  position: relative;
  padding: 12px 16px;
  font-size: 18px;
  cursor: pointer;
  /*a {
  	color: #333;
  	text-decoration: none;
  	&:hover {
  		text-decoration: underline;
  	}
  }*/
}
@media (max-width: 767px) {
  .donations .sec01 dl dt {
    font-size: 16px;
    padding-right: 48px;
  }
}
.donations .sec01 dl dt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 62%;
  right: 32px;
  transform: translateY(50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .donations .sec01 dl dt::after {
    right: 16px;
    width: 14px;
    height: 14px;
  }
}
.donations .sec01 dl dt:hover {
  opacity: 0.7;
}
.donations .sec01 dl dt:not(:first-of-type) {
  margin-top: 24px;
}
.donations .sec01 dl dt.open::after {
  transform: translateY(50%) rotate(135deg) rotate3d(1, 0, 0, 0deg);
  bottom: 41%;
}
.donations .sec01 dl dd {
  display: none;
  padding-top: 24px;
  margin-bottom: 24px;
}
.donations .sec01 .qo {
  border-left: 5px solid #BBB;
  padding: 8px 16px;
}
.donations .sec02 h2 + p {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .donations .sec02 h2 + p {
    text-align: left;
    margin-bottom: 24px;
  }
}
.donations .sec02 h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .donations .sec02 h3 img {
    max-height: 70px;
  }
}
.donations .sec02 h3 span {
  display: block;
  color: #636466;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  padding-top: 12px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .donations .sec02 h3 span {
    font-size: 16px;
  }
}
.donations .sec02 .ttl {
  font-size: 20px;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .donations .sec02 .ttl {
    font-size: 18px;
  }
}
.donations .sec02 .btn-area {
  margin-bottom: 0;
}
.donations .sec02 .btn-area a {
  margin-bottom: 0;
}

/*# sourceMappingURL=donations.css.map */
