@charset "UTF-8";
/* animation. */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
.os {
  font-family: 'Oswald', sans-serif;
}

/*-----------------------------------------------
 * donation
-------------------------------------------------*/
.donation {
  /* 寄付先について */
  /* 寄付の方法 */
}

@media screen and (min-width: 768px) {
  .donation__wrapper {
    margin: 0 10px;
  }
}

.donation__inner {
  background-color: #f29600;
}

@media screen and (min-width: 768px) {
  .donation__inner {
    padding: 65px 50px 65px;
  }
}

@media screen and (max-width: 767px) {
  .donation__inner {
    width: 100%;
    padding: 40px 20px;
  }
}

.donation__container {
  max-width: 798px;
  margin: 0 auto;
}

.donation__lastYear {
  padding: 45px;
  color: #fff;
  text-align: center;
  border: 20px solid #fff;
}

@media screen and (max-width: 767px) {
  .donation__lastYear {
    padding: 23px;
    border: 10px solid #fff;
  }
}

.donation__lastYear h2,
.donation__lastYear p {
  line-height: 1;
  letter-spacing: .08em;
}

.donation__lastYear--h2 {
  font-size: 34px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .donation__lastYear--h2 {
    font-size: 16px;
    font-weight: 600;
  }
}

.donation__lastYear--total {
  margin: 22px 0 32px 0;
  font-size: 66px;
}

@media screen and (max-width: 767px) {
  .donation__lastYear--total {
    margin: 16px 0 12px 0;
    font-size: 33px;
    font-weight: 600;
  }
}

.donation__lastYear--note {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .donation__lastYear--note {
    font-size: 12px;
    font-weight: 600;
  }
}

.donation__h2 + .donation__content {
  display: none;
}

.donation__h2 {
  width: 100%;
  max-width: 798px;
  margin: 0 auto 20px;
  padding: 8px 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  border: 5px solid #fff;
  text-align: center;
  letter-spacing: .2em;
  -webkit-transition: .35s;
  transition: .35s;
}

@media screen and (max-width: 767px) {
  .donation__h2 {
    margin: 0 auto 12px;
    padding: 4px 0;
    border: 3px solid #fff;
    font-size: 14px;
  }
}

.donation__h2::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 20px;
  right: 18px;
  background: url(../../assets/img/common/icon_arrow_r.png) no-repeat center center/contain;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .donation__h2::before {
    width: 14px;
    height: 14px;
    top: 10px;
    right: 12px;
  }
}

.donation__h2:hover {
  color: #f29600;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .donation__h2:hover {
    border: 5px solid #fff;
  }
}

.donation__h2:hover::before {
  background: url(../../assets/img/common/icon_arrow_r_orange.png) no-repeat center center/contain;
}

.donation__h2.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.donation__h2.open::after {
  opacity: 0;
}

.donation__content {
  width: 100%;
  max-width: 798px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .donation__content {
    margin: 0 auto 26px;
  }
}

.donation__content p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  .donation__content p {
    font-size: 12px;
    line-height: 1.65;
    font-weight: 600;
  }
}

.donation__content a {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .35s;
  transition: .35s;
}

.donation__content a:hover {
  opacity: .5;
}

.donation__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .donation__img {
    margin-bottom: 10px;
  }
}

.donation__img img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .donation__img img {
    width: 80%;
  }
}

.donation__h3 {
  width: 100%;
  max-width: 798px;
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #f29600;
}

@media screen and (max-width: 767px) {
  .donation__h3 {
    margin-bottom: 12px;
    padding: 8px 0;
    font-size: 12px;
  }
}

.donation__h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .donation__h4 {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* tab */
.donation__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .donation__tab {
    margin-bottom: 6px;
  }
}

.donation__tab li {
  width: 49.5%;
  position: relative;
}

.donation__tab li::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(../../assets/img/common/icon_arrow_r_orange.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .donation__tab li::before {
    width: 14px;
    height: 14px;
    top: 16px;
    right: 12px;
  }
}

.donation__tab li a {
  display: block;
  padding: 24px 0;
  color: #f29600;
  border: 5px solid #f29600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .donation__tab li a {
    padding: 14px 0;
    border: 3px solid #f29600;
    font-size: 12px;
    font-weight: 600;
  }
}

.donation__tab li.active::before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 30px;
  right: 20px;
  background: url(../../assets/img/common/icon_arrow_r.png) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .donation__tab li.active::before {
    width: 14px;
    height: 14px;
    top: 16px;
    right: 12px;
  }
}

.donation__tab li.active a {
  color: #fff;
  background-color: #f29600;
}

.donation__tab li.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: #f29600;
  position: absolute;
  bottom: -12px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .donation__tab li.active a::after {
    bottom: -6px;
    height: 6px;
  }
}

.donation__tabArea {
  display: none;
  opacity: 0;
  margin-bottom: 20px;
}

.donation__tabArea.is-active {
  display: block;
  -webkit-animation-name: ani-tabChange;
          animation-name: ani-tabChange;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes ani-tabChange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ani-tabChange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* qr image */
.qrImg {
	width: 200px;
}

/*comment*/
.partnercomContWrap{
  background-color: #f29600;
  width: calc(100% - 20px);
  margin: 20px 10px 0 10px;
  padding-top: 52px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .partnercomContWrap{
    width: 100%;
    margin: 20px 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.partnerListscom{
  width: 800px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .partnerListscom{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 8px;
  }
}

.partnerListscom p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .partnerListscom p{
    font-size: 1.3rem;
    line-height: 26px;
  }
}

.partnerListscom dt{
  margin-top: 20px;
  border-top: 5px solid #fff;
  padding-top: 20px;
}

.partnerListscom dt img{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .partnerListscom dt img{
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .partnerListscom dd{
    font-size: 12px;
    line-height: 1.65;
  }
}

/**
 * onlineNavLists
 */
 .onlineNavLists {
	display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width:767px){
	.onlineNavLists {
		padding: 0 20px;
	}
}

/* item */
.onlineNavLists__item {
	width: calc((100% - 12px) / 2);
}
.onlineNavLists__item:not(:nth-child(2n + 1)) {
	margin-left: 12px;
}
@media screen and (max-width:767px){
	.onlineNavLists__item {
		width: 80%;
	}
	.onlineNavLists__item:not(:nth-child(2n + 1)) {
		margin-left: 5px;
	}
}

/* link */
.onlineNavLists__link {
	background-color: #fff;
    color: #f29600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    padding: 16px;
    position: relative;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover,
.onlineNavLists__link.is-active {
	background-color: #ed1e79;
	color: #fff;
}
@media screen and (max-width:767px){
	.onlineNavLists__link {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 12px 0;
	}
}

/* before */
.onlineNavLists__link:before {
	content: "";
    background: url(../img/common/icon_arrow_b_o.png) no-repeat 0 0 / 100%;
    width: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover:before,
.onlineNavLists__link.is-active:before {
	background-image: url(../img/common/icon_arrow_b.png);
}
@media screen and (max-width:767px){
	.onlineNavLists__link:before {
		width: 14px;
    	height: 14px;
		right: 10px;
	}
}

/* after */
.onlineNavLists__link:after {
	content: "";
	border: 2px solid #f29600;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all .3s ease-in-out;
}
.onlineNavLists__link:hover:after,
.onlineNavLists__link.is-active:after {
	border-color: #fff;
}

#s01,#s02,#s03,#s04,#s05,#s06,#s07,#s08,#s09{
  display: block;
  padding-top: 80px;
  margin-top:-80px;
}
@media screen and (max-width:767px){
	#s01,#s02,#s03,#s04,#s05,#s06,#s07,#s08,#s09 {
		display: block;
    padding-top: 40px;
    margin-top:-40px;
	}
}

.donation_photo{
  display: flex;
	flex-wrap: wrap;
	justify-content: left;
  margin-top: 25px;
}

.donation_photo li{
  margin-bottom: 20px;
	width: 390px;
}
@media screen and (max-width:767px){
	.donation_photo li {
		width: 100%;
	}
}

.donation_photo li:nth-child(even){
  margin-left: 20px;
}
@media screen and (max-width:767px){
	.donation_photo li:nth-child(even) {
		margin-left: 0;
	}
}

.donation_photo li img{
  width: 390px;
}
@media screen and (max-width:767px){
	.donation_photo li img {
		width: 100%;
	}
}