* {
  overflow-wrap: break-word;
}

/* header / footer
------------------------------- */

/* header */
header {
    position: fixed;
    width: 100%;
    padding: 10px 20px;
    background: #FFF;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(51,51,51,.15);
}
header .logo {
    width: 60px;
}
header .donate {
    margin-left: 30px;
    width: 70px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}
header .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2000;
  position: fixed;
  top: 13px;
  left: 13px;
  color: #333;
}
header .hamburger::after {
    content: "menu";
    position: fixed;
    top: 46px;
    left: 14px;
}
header .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}
header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}
header .hamburger.active::after {
    content: "close";
}
header .menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(232,70,77,.95);
  color: #fff;
  transition: right 0.3s ease;
  padding: 20px;
  z-index: 1000;
  overflow: scroll;
  padding-bottom: 30px;
}
header .menu .logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
header .menu .logo img {
    width: 80px;
}
header .menu.active {
  right: 0;
}
header .menu ul {
  list-style: none;
  padding: 5px;
}
header .menu ul li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px dashed #FFF;
  font-size: 16px;
  line-height: 120%;
}
header .menu ul li:last-child {
  border-bottom: 1px dashed #FFF;
}
header .menu ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}
header .menu ul li a::after {
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    margin-right: 10px;
}
header .menu ul li small {
    display: block;
    font-size: 13px;
    line-height: 140%;
}
header .menu ul li ul {
    background: #FFF;
    padding: 0;
    margin-top: 0;
    border-radius: 2px;
}
header .menu ul li ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 140%;
    border: none;
}
header .menu ul li ul li a {
    color: #333;
    justify-content: flex-start;
    padding: 0 0 10px 0;
}
header .menu ul li ul li:last-child a {
    padding: 0;
}
header .menu ul li ul li a::before {
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    margin-right: 10px;
}
header .menu ul li ul li a::after {
    display: none;
}
header .menu .toggle {
	display: none;
}
header .menu .Label {
	display: block;
}
header .menu .Label::before {
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 8px;
	transform: rotate(135deg);
}
header .menu .Label,
header .menu .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
header .menu .content {
	height: 0;
	overflow: hidden;
    font-family: "Noto Serif JP", serif;
}
header .menu .toggle:checked + .Label + .content {
	height: auto;
	padding: 10px;
    margin-top: 10px;
	transition: all .3s;
}
header .menu .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
header .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
header .sns a {
  margin: 0 10px;
  font-size: 30px;
  opacity: 0.7;
  color: #FFF;
}
header .sns a:hover {
  opacity: 1;
}

/* footer */
footer {
  background: #e8464d;
  color: #FFF;
  padding: 40px 20px;
}
footer a {
  color: #FFF;
}
footer .logo {
    width: 40%;
    margin: 0 auto;
}
footer h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin: 20px 0 10px 0 !important;
}
footer .list {
  margin-top: 20px;
}
footer .list li a,
footer .list li p {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0;
}
footer .list li a:hover {
  text-decoration: none;
}
footer .list li a::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
footer .list li.under a::before,
footer .list li p::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-chevron-down%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
footer .list li li {
  margin-left: 10px;
}
footer .list li li a {
  font-weight: 400;
}
footer .list li li a::before {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-dash%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M4%208a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7A.5.5%200%200%201%204%208%22%2F%3E%3C%2Fsvg%3E') no-repeat !important;
  background-size: 100%;
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
footer .sns a {
  margin: 0 10px;
  font-size: 30px;
  opacity: 0.7;
}
footer .sns a:hover {
  opacity: 1;
}
.copyright {
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.floatbnr {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 360px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: bottom 0.5s ease-in-out;
  z-index: 999;
}
.floatbnr a:hover img {
  opacity: .9;
}
.floatbnr button {
  border: none;
  color: #FFF;
  font-size: 30px;
  cursor: pointer;
  background: rgba(51, 51, 51, .9);
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 100%;
}

/* page style
------------------------------- */
h2 {
  font-size: 32px;
  line-height: 120%;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  margin-bottom: 40px !important;
}
h2 small {
  font-size: 16px;
  line-height: 120%;
  display: block;
}
a.btn_block,
a .btn_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_block {
  background: #333;
  color: #FFF;
  height: 40px;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  position: relative;
  transition: .5s;
}
.btn_block::after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleChevronRightFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zM9.793%208.707a1%201%200%200%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.414-1.414L13.086%2012%209.793%208.707z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.btn_block:hover,
a:hover .btn_block {
  background: #111;
}
.btn_red {
  background: #e8464d;
}
.btn_red:hover,
a:hover .btn_red {
  background: #b10f16;
}
.btn_big {
  max-width: 250px;
  height: 70px;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(51,51,51,.15);
}
.btn_big::after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 20px;
}
.fade {
  aspect-ratio: 16 / 9;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.fade.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* top
------------------------------- */
#toppage section {
  padding: 40px 20px;
}

/* main */
#toppage main {
  margin-top: 71px;
  background: #e8464d;
  color: #FFF;
}
#toppage main #keyvisual {
  position: relative;
  width: 100%;
}
#toppage main #keyvisual .splide__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}
#toppage main .txt {
    padding: 30px;
}
#toppage main .txt h1 {
  text-align: center;
  margin-bottom: 30px;
}
#toppage main .txt h1 img {
  width: 40%;
}
#toppage main .txt p {
  margin: 0;
}

/* actions */
#toppage #actions {
  background: #f9f2f2;
  padding: 40px 0;
}
#toppage #actions .inner {
    margin: 0 20px;
}
#toppage #actions #actionslist {
    padding-bottom: 50px;
}
#toppage #actions .splide__slide {
  flex: 0 0 80vw !important;
  box-sizing: border-box;
  transition: .5s;
  width: 80vw !important;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #FFF;
  padding-bottom: 20px;
}
#toppage #actions .splide__slide:last-child {
  margin-right: 0 !important;
}
#toppage #actions .splide__slide.is-active.is-visible {
  box-shadow: 0 0 20px rgba(51,51,51,.15);
}
#toppage #actions .splide__slide .photo img {
  opacity: .7;
  transition: .5s;
}
#toppage #actions .splide__slide.is-active.is-visible .photo img {
  opacity: 1;
}
#toppage #actions .splide__slide .txt {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
#toppage #actions .splide__slide .txt .ttl {
  margin-bottom: 20px;
}
#toppage #actions .splide__slide .txt .ttl h3 {
  font-size: 24px;
  line-height: 140%;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  margin-bottom: 0 !important;
}
#toppage #actions .splide__slide .txt .ttl p {
  font-size: 18px;
  line-height: 140%;
}
#toppage #actions .splide__slide .btn {
  margin-top: auto;
  padding: 0 20px;
}

/* topics */
#toppage #topics {
  padding: 40px 20px 20px 20px;
}
#toppage #topics .ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#toppage #topics .ttl .btn {
    width: 50%;
}
#toppage #topics .ttl .btn a {
    height: 40px;
}
#toppage #topics .ttl .btn a::after {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleChevronRightFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zM9.793%208.707a1%201%200%200%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.414-1.414L13.086%2012%209.793%208.707z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}
#toppage #topics .ttl h2 {
    margin: 0 !important;
}
#toppage #topics .posts ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#toppage #topics .posts ul li {
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
#toppage #topics .posts ul li a {
  text-decoration: none;
}
#toppage #topics .posts ul li .image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  background: #f9f2f2;
}
#toppage #topics .posts ul li .image img {
  transition: transform .6s ease;
  max-width: 100%;
  max-height: 100%;
}
#toppage #topics .posts ul li .image a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
#toppage #topics .posts ul li .txt .info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#toppage #topics .posts ul li .txt .info .date {
  margin: 0;
}
#toppage #topics .posts ul li .txt .info .cat {
  border-radius: 5px;
  border: 1px solid;
  padding: 3px 10px;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #FFF;
}
#toppage #topics .posts ul li .txt .info .cat.news {
  color: #e8464d;
  border-color: #e8464d;
}
#toppage #topics .posts ul li .txt .info .cat.report {
  color: #4678e8;
  border-color: #4678e8;
}
#toppage #topics .posts ul li .txt .info .cat.message {
  color: #21a151;
  border-color: #21a151;
}
#toppage #topics .posts ul li .txt .postttl {
  margin-bottom: 10px;
}
#toppage #topics .posts ul li .btn {
  margin-top: auto;
}

/* supporter */
#toppage .supporter {
  text-align: center;
  margin: 20px;
}

/* message */
#toppage #message {
  background: #f9f2f2;
}
#toppage #message .box {
  margin-bottom: 30px;
}
#toppage #message .box:last-child {
  margin-bottom: 0;
}
#toppage #message .box .photo {
  position: relative;
  margin-bottom: 10px;
}
#toppage #message .box .photo .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e8464d;
  color: #FFF;
  padding: 10px;
  text-align: center;
  line-height: 120%;
}
#toppage #message .box .photo .name small {
  display: block;
  line-height: 120%;
}
#toppage #message .box .comment h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 15px;
}

/* gallery */
#toppage #gallery {
  padding: 40px 0;
}
#toppage #gallery .inner {
    margin: 0 20px;
}
#toppage #gallery .splide__slide a {
  position: relative;
}
#toppage #gallery .splide__slide a::before {
  content: "";
  display: block;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-zoom-in%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%2012a5.5%205.5%200%201%200%200-11%205.5%205.5%200%200%200%200%2011M13%206.5a6.5%206.5%200%201%201-13%200%206.5%206.5%200%200%201%2013%200%22%2F%3E%20%3Cpath%20d%3D%22M10.344%2011.742q.044.06.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1%201%200%200%200-.115-.1%206.5%206.5%200%200%201-1.398%201.4z%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%203a.5.5%200%200%201%20.5.5V6h2.5a.5.5%200%200%201%200%201H7v2.5a.5.5%200%200%201-1%200V7H3.5a.5.5%200%200%201%200-1H6V3.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

/* links */
.links {
  background: #f9f2f2;
}
.links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.links ul li {
  width: 50%;
  padding: 5px;
}