.page-supporter .mainvisual {
  position: relative;
}

@media only screen and (max-width: 1064px) {
  .page-supporter .mainvisual {
    margin-top: 70px;
    padding-bottom: 32px;
    background: #f8f2e4;
  }
}

.page-supporter .mainvisual .mv_btn {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: #81C90D;
  color: #fff;
  padding: 1.5em;
  width: calc(100% - 32px);
  border-radius: 10px;
  margin: 32px auto 0;
}

@media only screen and (min-width: 768px) {
  .page-supporter .mainvisual .mv_btn {
    position: absolute;
    max-width: 368px;
    bottom: 15%;
    left: 8.6%;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.page-supporter .mainvisual .mv_btn:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .mainvisual .mv_btn {
    font-size: 16px;
  }
}

.page-supporter .mainvisual .mv_btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../../img/pages/supporter/icon_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}

.page-supporter p {
  line-height: 1.7;
}

.page-supporter .cta {
  background: #90B023;
  padding: 48px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-supporter .cta .page_anker {
  background: #fff;
  border-radius: 10px;
  height: 65px;
  width: 100%;
  max-width: 368px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4A423A;
  font-size: 16px;
  font-weight: 700;
}

.page-supporter .cta p {
  color: #fff;
  margin-top: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.page-supporter .cta p a {
  color: #F6CA1A;
  text-decoration: underline;
}

@media only screen and (min-width: 481px) {
  .page-supporter .cta p br {
    display: none;
  }
}

.page-supporter .supporter-section:last-child {
  margin-bottom: 8rem;
}


@media only screen and (max-width: 540px) {
  .page-supporter .supporter-section:last-child {
    margin-bottom: 0;
  }
}

.page-supporter .supporter-section .inner {
  padding: 72px 28px 60px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section .inner {
    max-width: 926px;
    width: 100%;
    margin: 0 auto;
  }
}

.page-supporter .supporter-section h2 {
  color: #fff;
  font-size: 9vw;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 36px;
  text-align: right;
  letter-spacing: 3px;
}

@media only screen and (min-width: 481px) {
  .page-supporter .supporter-section h2 {
    font-size: 68px;
  }
}

.page-supporter .supporter-section h2 span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section h2 span {
    font-size: 32px;
  }
}

.page-supporter .supporter-section .content_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 36px;
}

.page-supporter .supporter-section .content_block .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section .content_block .img img {
    width: 431px;
    height: auto;
  }
}

.page-supporter .supporter-section .content_block .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 36px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section .content_block .text {
    width: 398px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.page-supporter .supporter-section .content_block .text h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section .content_block .text h3 {
    text-align: left;
    font-size: 28px;
  }
}

.page-supporter .supporter-section .content_block .text h3 span {
  color: #90B023;
}

.page-supporter .supporter-section .content_block .text p {
  line-height: 1.8;
  color: #4A423A;
  font-size: 16px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section .content_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 90px;
    gap: 60px;
  }

  .page-supporter .supporter-section .content_block.last .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-supporter .supporter-section .content_block.last .img img {
    width: 408px;
    height: auto;
  }

  .page-supporter .supporter-section .content_block.last .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.page-supporter .supporter-section#issue {
  background: url("../../img/pages/supporter/bg01.jpg");
  background-size: cover;
  background-position: top center;
}

.page-supporter .supporter-section#issue .mask {
  aspect-ratio: 390/94;
  width: 100%;
  height: auto;
  background: url("../../img/pages/supporter/bg02.jpg");
  background-size: cover;
  background-position: top center;
  -webkit-mask-image: url("../../img/pages/supporter/mask.svg");
  mask-image: url("../../img/pages/supporter/mask.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#issue .mask {
    aspect-ratio: 1055/150;
    width: 100%;
    height: auto;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("../../img/pages/supporter/mask_pc.svg");
    mask-image: url("../../img/pages/supporter/mask_pc.svg");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}

.page-supporter .supporter-section#issue .issue_message p {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#issue .issue_message p {
    font-size: 24px;
  }
}

.page-supporter .supporter-section#issue .issue_message p b {
  font-size: 25px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#issue .issue_message p b {
    font-size: 35px;
  }
}

.page-supporter .supporter-section#issue .issue_message p b strong {
  color: #90B023;
}

.page-supporter .supporter-section#issue .issue_movie {
  margin-top: 4em;
}

.page-supporter .supporter-section#issue .issue_movie h5 {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-supporter .supporter-section#issue .issue_movie h5:after,
.page-supporter .supporter-section#issue .issue_movie h5:before {
  content: "";
  height: 1px;
  width: calc(50% - 120px);
  background: #675B4F;
  display: block;
}

.page-supporter .supporter-section#issue .issue_movie .movie_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#issue .issue_movie .movie_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-supporter .supporter-section#issue .issue_movie .movie_wrap .movie_block {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#issue .issue_movie .movie_wrap .movie_block {
    width: calc(50% - 10px);
  }
}

.page-supporter .supporter-section#issue .issue_movie .movie_wrap .movie_block iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

.page-supporter .supporter-section#features {
  background: url("../../img/pages/supporter/bg02.jpg");
  background-size: cover;
  background-position: top center;
}

.page-supporter .supporter-section#features h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 24px;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features h4 {
    font-size: 28px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 56px;
  }

  .page-supporter .supporter-section#features .features_block .img {
    width: 468px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .page-supporter .supporter-section#features .features_block .img img {
    width: 100%;
    height: auto;
  }
}

.page-supporter .supporter-section#features .features_block p {
  line-height: 1.8;
}

.page-supporter .supporter-section#features .features_comment .comment_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-supporter .supporter-section#features .features_comment .comment_block .thumb {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background: #ccc;
  width: 68px;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_comment .comment_block .thumb {
    width: 136px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-supporter .supporter-section#features .features_comment .comment_block .thumb img {
    width: 100%;
    height: auto;
  }
}

.page-supporter .supporter-section#features .features_comment .comment_block .comment {
  width: calc(100%);
  margin-left: 16px;
  border-radius: 10px;
  position: relative;
  padding: 20px 14px;
  line-height: 1.7;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_comment .comment_block .comment {
    width: calc(100% - 176px);
    height: 136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 26px 36px 20px;
    margin-bottom: 28px;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#features .features_comment .comment_block .comment p {
  margin: 0;
}

.page-supporter .supporter-section#features .features_comment .comment_block .comment b {
  font-weight: 700;
  color: #90B023;
}

.page-supporter .supporter-section#features .features_comment .comment_block .comment:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #C8AE95;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 3px, 7px 3px, 100% calc(100% - 4px), 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0%, 100% 3px, 7px 3px, 100% calc(100% - 4px), 100% 100%, 0 0);
  display: block;
  position: absolute;
  top: 64px;
  left: -29px;
}

.page-supporter .supporter-section#features .features_comment .comment_block .comment:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #C8AE95;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 66px, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 82px, 10% 128px, 10% 64px);
  clip-path: polygon(0% 66px, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 82px, 10% 128px, 10% 64px);
}

.page-supporter .supporter-section#features .features_comment .comment_block:nth-child(2n+2) .thumb {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.page-supporter .supporter-section#features .features_comment .comment_block:nth-child(2n+2) .comment {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0px;
  margin-right: 13px;
}

.page-supporter .supporter-section#features .features_comment .comment_block:nth-child(2n+2) .comment:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #C8AE95;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0 100%, 0 calc(100% - 4px), calc(100% - 7px) 3px, 0 3px);
  clip-path: polygon(0% 0%, 100% 0%, 0 100%, 0 calc(100% - 4px), calc(100% - 7px) 3px, 0 3px);
  display: block;
  position: absolute;
  top: 64px;
  right: -23px;
  left: auto;
}

.page-supporter .supporter-section#features .features_comment .comment_block:nth-child(2n+2) .comment:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #C8AE95;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 64px, 90% 64px, 90% 82px, 100% 88px, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 64px, 90% 64px, 90% 82px, 100% 88px, 100% 100%, 0% 100%);
}

.page-supporter .supporter-section#features .features_card {
  overflow: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  margin-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card {
    overflow: auto;
    max-width: 926px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 28px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  padding: 16px;
  height: 302px;
  width: 302px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block {
    width: calc(50% - 12px);
    height: 385px;
    padding: 42px 42px 24px;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block h3 {
  font-size: 20px;
  color: #C8AE95;
  line-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block h3 {
    font-size: 36px;
  }

  .page-supporter .supporter-section#features .features_card .features_card_block h3.small {
    font-size: 21px;
  }

  .page-supporter .supporter-section#features .features_card .features_card_block h3.small b {
    line-height: 100%;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block h3 b {
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #90B023;
  padding: 0 2px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block h3 b {
    font-size: min(6.2vw, 64px);
    line-height: 80%;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block h4 {
  color: #826C56;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 26px auto 14px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block h4 {
    margin-bottom: 16px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block h4 .sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block h4 .sp {
    display: none;
  }
}

.page-supporter .supporter-section#features .features_card .features_card_block p {
  line-height: 1.8;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_card .features_card_block p {
    margin-bottom: 0;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#features .features_message p {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_message p {
    font-size: 24px;
  }
}

.page-supporter .supporter-section#features .features_message p b {
  font-size: 25px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_message p b {
    font-size: 35px;
  }
}

.page-supporter .supporter-section#features .features_message p b strong {
  color: #90B023;
}

.page-supporter .supporter-section#features .features_message p .pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_message p .pc {
    display: block;
  }
}

.page-supporter .supporter-section#features .features_message p .sp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#features .features_message p .sp {
    display: none;
  }
}

.page-supporter .supporter-section#official_supporter {
  background: url("../../img/pages/supporter/bg03.jpg");
  background-size: contain;
  background-position: top center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter h2 {
    font-size: 54px;
  }

  .page-supporter .supporter-section#official_supporter h2 br {
    display: contents;
  }
}

.page-supporter .supporter-section#official_supporter h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter h4 {
    text-align: right;
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 80px;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_block p {
    max-width: 378px;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_block .img {
    width: 367px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_block .img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 38px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block {
    width: calc(33% - 24px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block:nth-child(1) {
    margin-top: 116px;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block:nth-child(2) {
    margin-top: 66px;
  }

  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block:nth-child(3) {
    margin-top: 16px;
  }
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_header .icon {
  margin-bottom: 8px;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_header h4 {
  font-size: 21px;
  font-weight: 700;
  color: #826C56;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_header h4 span {
  font-size: 16px;
  display: block;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list {
  margin-bottom: 22px;
  padding: 0 30px;
  width: 100%;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #B8AAAA;
  padding: 12px 0;
  width: 100%;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl:first-child {
  border-top: 1px dashed #B8AAAA;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl dt {
  font-size: 18px;
  font-weight: 700;
  width: 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 1.4;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl dd {
  width: 100%;
  padding-left: 26px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl dd a {
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #675B4F;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_list dl dd a:hover {
  opacity: .8;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege {
  background: #BDD95F;
  padding: 30px;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege {
    padding: 15px;
    height: 374px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege p {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege p:before,
.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege p:after {
  content: "";
  height: 1px;
  width: 76px;
  display: block;
  background: #4A423A;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege ul {
  margin: 8px 0 0;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege ul li {
  color: #4A423A;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 1em;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege ul li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block .card_block_privilege img {
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: block;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special {
  padding: 36px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F6CA1A;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 36px 46px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special h4 {
    margin-bottom: 0;
  }
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li {
  color: #4A423A;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 1em;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li:last-child {
  margin-left: 0;
  margin-top: 8px;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li:last-child:before {
  display: none;
}

.page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter .official_supporter_card .official_supporter_card_block_special ul li img {
    width: 248px;
  }
}

.page-supporter .supporter-section#official_supporter #apply h2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-supporter .supporter-section#official_supporter #apply h2 span {
  text-align: left;
}

.page-supporter .supporter-section#official_supporter #apply .select_btn_block .junior,
.page-supporter .supporter-section#official_supporter #apply .select_btn_block .supporter {
  display: none;
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide {
    padding: 30px 64px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 32px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header .icon {
  margin-bottom: 13px;
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #826C56;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header h4 {
    text-align: left;
    font-size: 28px;
    line-height: 1.4;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header p {
  color: #4A423A;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .card_block_header p {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide a.btn {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background: #81C90D;
  color: #fff;
  height: 65px;
  width: calc(100% - 32px);
  border-radius: 10px;
  margin: 32px auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide a.btn {
    max-width: 368px;
    margin: 0 auto 32px;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide a.btn:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide a.btn {
    font-size: 16px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide a.btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../../img/pages/supporter/icon_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .select_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .select_wrap {
    width: calc(100% - 260px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .select_wrap .select_btn_block {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .select_wrap .select_btn_block {
    width: calc(65% - 8px);
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .select_wrap .select_btn_block:last-child {
    width: calc(35% - 8px);
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .add_to_cart_btn.disable::after {
  content: "選択してください";
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .donate_select_area .add_to_cart_btn::after {
  content: "申し込みに進む";
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide ul {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide ul {
    width: 100%;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide ul li {
  color: #4A423A;
  font-size: 14px;
  line-height: 1.6;
  margin-left: 1em;
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide ul li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .corp_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .corp_btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .form_btn {
  width: 100%;
  max-width: 368px;
  height: 65px;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #81C90D;
  border-radius: 10px;
  margin-bottom: 14px;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .form_btn {
    width: calc(50% - 12px);
    margin-bottom: 0;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .form_btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../../img/pages/supporter/icon_arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .download_btn {
  width: 100%;
  max-width: 368px;
  height: 65px;
  color: #4A423A;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 14px;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .download_btn {
    width: calc(50% - 12px);
    margin-bottom: 0;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#official_supporter #apply .donate_btn_hide .download_btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("../../img/pages/supporter/icon_pdf.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
}

.page-supporter .supporter-section#corporate_supporter {
  background: url("../../img/pages/supporter/bg02.jpg");
  background-size: cover;
  background-position: top center;
}

.page-supporter .supporter-section#corporate_supporter h2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter h2 br {
    display: contents;
  }
}

.page-supporter .supporter-section#corporate_supporter h2 span {
  text-align: left;
  line-height: 1.4;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large {
  background: #fff;
  border-radius: 8px 0 8px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 68px 18px 36px;
  margin-bottom: 48px;
  margin-top: 48px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large {
    padding: 68px 30px 36px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large:before {
  content: "アニドネ公式エグゼクティブ法人サポーター";
  width: calc(100% - 20px);
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #4A423A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 17px;
  background: #BDD95F;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large:before {
    width: 360px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_block_large_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_block_large_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_block_large_header .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_block_large_header .content {
    display: block;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .logo {
  text-align: center;
  margin: 0 auto 8px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .logo {
    margin-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 170px;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .logo img {
    width: 100%;
    height: auto;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .corporate_name {
    text-align: left;
    font-size: 18px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large p {
  text-align: justify;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large p {
    width: 100%;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large a {
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large a:after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  -webkit-mask-image: url("../../img/pages/supporter/icon_arrow.svg");
  mask-image: url("../../img/pages/supporter/icon_arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background: #81C90D;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview {
  border-radius: 10px;
  border: 3px solid #C8AE95;
  padding: 30px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview {
    margin-top: 24px;
    padding: 40px 56px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 194px 1fr;
    grid-template-columns: 194px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0;
    position: relative;
    border: none;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview:before {
    content: "";
    width: 26px;
    height: 26px;
    background: #C8AE95;
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%, calc(100% - 4px) 100%, 3px 7px, 3px 100%);
    clip-path: polygon(0 100%, 0 0, 100% 100%, calc(100% - 4px) 100%, 3px 7px, 3px 100%);
    display: block;
    position: absolute;
    top: -23px;
    left: 172px;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #C8AE95;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: polygon(180px 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%, 200px 0%, 200px 3px, 180px 3px);
    clip-path: polygon(180px 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%, 200px 0%, 200px 3px, 180px 3px);
  }
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview .interview_image {
    grid-column: 1/2;
    grid-row: 1/2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview .interview_image img {
    width: 122px;
    height: auto;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview .interview_name {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview .interview_name {
    grid-column: 1/2;
    grid-row: 2 / 3;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 12px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_large .interview p {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 12px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap:after {
  content: "";
  width: calc(50% - 6px);
  height: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap {
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap:after {
    content: "";
    width: calc(25% - 15px);
    height: 0;
    display: block;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small {
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 6px);
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small {
    width: calc(25% - 15px);
    aspect-ratio: 205/273;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small .logo {
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small .corporate_name {
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small .corporate_name {
    width: 100%;
    margin: 12px 0;
    font-size: 16px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small a {
  margin-bottom: 8px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small a:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small a {
    font-size: 16px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  -webkit-mask-image: url("../../img/pages/supporter/icon_arrow.svg");
  mask-image: url("../../img/pages/supporter/icon_arrow.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  background: #81C90D;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap .corporate_block_small a:after {
    width: 19px;
    height: 19px;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small:after {
  content: "";
  width: calc(25% - 10px);
  height: 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small {
    gap: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small:after {
    content: "";
    width: calc(100%/6 - 7px);
    height: 0;
    display: block;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small .corporate_block_small {
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(25% - 10px);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small .corporate_block_small:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small .corporate_block_small {
    width: calc(100%/6 - 7px);
    aspect-ratio: 264/164;
  }
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small .corporate_block_small .logo {
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-supporter .supporter-section#corporate_supporter .corporate_block_wrap_small .corporate_block_small .logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}