@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
@font-face {
  font-family: "DIN";
  src: url("../lib/fonts/Din/din_medium-webfont.woff2") format("woff2"), url("../lib/fonts/Din/din_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("../lib/fonts/Din/DIN-Bold.woff2") format("woff2"), url("../lib/fontsDin/DIN-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  -webkit-appearance: none;
}

:-webkit-direct-focus {
  outline-width: 0 !important;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: color(white);
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: color(cod-gray);
  background-color: color(white);
}
@media all and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.wrapper {
  width: 1165px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap {
  position: relative;
  overflow: hidden;
}

@keyframes fullwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fullheight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media all and (max-width: 767px) {
  .show-sp {
    display: block;
  }
}

.single-content h2 {
  font-size: 32px;
  margin: 40px 0;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .single-content h2 {
    font-size: 24px;
  }
}
.single-content h3,
.single-content h4 {
  font-size: 28px;
  font-weight: 600;
  margin: 34px 0;
}
@media all and (max-width: 767px) {
  .single-content h3,
  .single-content h4 {
    font-size: 600;
  }
}
@media all and (max-width: 767px) {
  .single-content h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .single-content h4 {
    font-size: 16px;
  }
}
.single-content p {
  font-size: 14px;
  letter-spacing: -0.035em;
  line-height: 1.87;
  margin: 22px 0;
}
.single-content img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 22px 0;
  height: auto;
}
.single-content ol,
.single-content ul {
  font-size: 14px;
  letter-spacing: -0.035em;
  line-height: 1.87;
  margin: 22px 0;
}
.single-content ul {
  list-style-type: square;
  padding-left: 20px;
}
.single-content ul ul,
.single-content ul ol {
  margin: 0;
}
.single-content ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.single-content ol ul,
.single-content ol ol {
  margin: 0;
}
.single-content h2 span,
.single-content h3 span,
.single-content h4 span,
.single-content p span,
.single-content li span {
  white-space: normal;
  font-weight: inherit !important;
}
.single-content span {
  white-space: normal;
  font-weight: inherit !important;
}

@media all and (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 38px;
  position: relative;
}
@media all and (max-width: 1230px) {
  .header-content {
    padding: 33px 20px;
  }
}
@media all and (max-width: 767px) {
  .header-content {
    justify-content: center;
    padding: 25px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}
@media all and (max-width: 767px) {
  .is-open .header-content {
    background-color: black;
  }
}
.header-logo {
  width: 200px;
  display: inline-block;
}
@media all and (max-width: 1230px) {
  .header-logo {
    width: 160px;
  }
}
@media all and (max-width: 767px) {
  .header-logo {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .is-open .header-logo {
    pointer-events: none;
  }
}
.header-logo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 0 46px;
}
@media all and (max-width: 1230px) {
  .header-links {
    gap: 0 25px;
  }
}
@media all and (max-width: 767px) {
  .header-links {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 20px;
  }
}
@media all and (max-width: 767px) {
  .header-links .sns {
    display: none;
  }
}
.header-lang {
  font-family: "DIN";
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .is-open .header-lang {
    pointer-events: none;
  }
}
.header-lang span {
  cursor: pointer;
}

.footer {
  padding: 0 38px;
  margin-top: 310px;
}
@media all and (max-width: 1230px) {
  .footer {
    padding: 0 20px;
    margin-top: 100px;
  }
}
.home .footer, .about-page .footer {
  margin-top: 0;
}
.footer-inner {
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo {
  width: 174px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .footer-logo {
    width: 137px;
  }
}
.footer-logo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 0 44px;
}
@media all and (max-width: 1230px) {
  .footer-links {
    gap: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav-list {
  align-items: center;
  gap: 0 42px;
}
@media all and (max-width: 1230px) {
  .footer-nav-list {
    gap: 0 20px;
  }
}
.footer-nav-list-en {
  display: none;
}
.is-en .footer-nav-list-en {
  display: flex;
}
.footer-nav-list-jp {
  display: flex;
}
.is-en .footer-nav-list-jp {
  display: none;
}
.footer-nav-link {
  color: #000;
  font-weight: bold;
}
.footer-nav-link.is-active {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-support {
  color: white;
  background-color: #1D1C1C;
  display: inline-block;
  padding: 27px 83px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1230px) {
  .footer-support {
    padding: 12px 30px;
  }
}
@media all and (max-width: 767px) {
  .footer-support {
    display: none;
  }
}
.footer-support-en {
  display: none;
}
.is-en .footer-support-en {
  display: block;
}
.footer-support-jp {
  display: block;
}
.is-en .footer-support-jp {
  display: none;
}
.footer-lang {
  font-family: "DIN";
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .footer-lang {
    display: none;
  }
}
.footer-lang-en {
  cursor: pointer;
}
.footer-lang-jp {
  cursor: pointer;
}
.footer-sns .sns-list {
  gap: 0 31px;
}
@media all and (max-width: 1230px) {
  .footer-sns .sns-list {
    gap: 0 20px;
  }
}
.footer-sns .sns-icon-instagram {
  width: 30.38px;
  height: 30.38px;
}
@media all and (max-width: 1230px) {
  .footer-sns .sns-icon-instagram {
    width: 19.95px;
    height: 19.95px;
  }
}
.footer-sns .sns-icon-twitter {
  width: 36.91px;
  height: 30.38px;
}
@media all and (max-width: 1230px) {
  .footer-sns .sns-icon-twitter {
    width: 24.24px;
    height: 19.95px;
  }
}
.footer-sns .sns-icon-youtube {
  width: 43.4px;
  height: 30.38px;
}
@media all and (max-width: 1230px) {
  .footer-sns .sns-icon-youtube {
    width: 28.49px;
    height: 19.95px;
  }
}
.footer-sns .sns-icon-facebook {
  width: 16.15px;
  height: 30.38px;
}
@media all and (max-width: 1230px) {
  .footer-sns .sns-icon-facebook {
    width: 10.6px;
    height: 19.95px;
  }
}
.footer-copyright {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #1D1C1C;
}
.footer-copyright small {
  text-transform: uppercase;
  font-family: "DIN";
  font-weight: 700;
  letter-spacing: 0.25em;
  font-size: 12px;
}

.heading {
  font-family: "DIN";
  font-size: 140px;
  color: rgba(0, 0, 0, 0.04);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media all and (max-width: 1230px) {
  .heading {
    font-size: 80px;
  }
}
@media all and (max-width: 767px) {
  .heading {
    font-size: 50px;
  }
}

.cta-link, .thanks-cta, .archive-article-cards-wrap .loadMoreBtn, .modal-checkout-stripe {
  font-size: 16px;
  background-color: #1D1C1C;
  color: white;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  padding: 19px 26px;
  gap: 0 24px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.cta-link:hover, .thanks-cta:hover, .archive-article-cards-wrap .loadMoreBtn:hover, .modal-checkout-stripe:hover {
  background-color: #F7D75A;
  color: #1D1C1C;
}
.cta-link:hover .cta-icon, .thanks-cta:hover .cta-icon, .archive-article-cards-wrap .loadMoreBtn:hover .cta-icon, .modal-checkout-stripe:hover .cta-icon {
  box-shadow: inset 0 0 0 2px #1D1C1C;
}
.cta-link:hover .cta-icon svg, .thanks-cta:hover .cta-icon svg, .archive-article-cards-wrap .loadMoreBtn:hover .cta-icon svg, .modal-checkout-stripe:hover .cta-icon svg {
  stroke: #1D1C1C;
}
.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white;
  width: 23px;
  height: 23px;
}
.cta-icon svg {
  display: block;
  height: 6px;
  width: 6px;
  flex-shrink: 0;
  stroke: white;
}

.menu {
  position: fixed;
  bottom: 173px;
  left: 45px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  z-index: 11;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .menu {
    top: 22px;
    left: 15px;
    z-index: 100;
    height: 35px;
    width: 35px;
    gap: 3px 0;
    position: absolute;
  }
}
.menu-dash {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 4px;
  background-color: #1D1C1C;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-dash {
    margin: 2px 0;
  }
}
@media all and (max-width: 767px) {
  .menu-dash {
    width: 20px;
    height: 2px;
    background-color: #000;
  }
}
@media all and (max-width: 767px) {
  .is-open .menu-dash {
    background-color: black;
  }
}
.is-open .menu-dash:nth-of-type(1), .is-open .menu-dash:nth-of-type(3) {
  width: 0;
}
.is-open .menu-dash:nth-of-type(2) {
  rotate: -45deg;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .is-open .menu-dash:nth-of-type(2) {
    transform: rotate(-45deg);
  }
}
.menu-dash:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .menu-dash:last-of-type {
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.is-open .menu-dash:last-of-type {
  rotate: 45deg;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .is-open .menu-dash:last-of-type {
    top: 46%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.mega-menu {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 5;
}
.mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mega-menu-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  gap: 62px 0;
}
@media all and (max-width: 767px) {
  .mega-menu-inner {
    gap: 0;
    padding: 0 20px;
  }
}
.mega-menu-list {
  width: 100%;
}
.mega-menu-item {
  border-bottom: 1px solid white;
}
@media all and (max-width: 767px) {
  .mega-menu-item {
    margin-bottom: 30px;
  }
}
.mega-menu-link {
  color: white;
  display: flex;
  align-items: center;
  padding: 34px 0;
}
@media all and (max-width: 767px) {
  .mega-menu-link {
    padding: 0 0 17px;
    gap: 0 15px;
  }
}
.mega-menu-link-en {
  font-family: "DIN";
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.2em;
  width: 164px;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .mega-menu-link-en {
    font-size: 20px;
    width: auto;
    letter-spacing: 0.17em;
  }
}
.mega-menu-link-jp {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .mega-menu-link-jp {
    font-size: 14px;
  }
}
.is-en .mega-menu-link-jp {
  display: none;
}
.mega-menu-lang {
  font-family: "DIN";
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.2em;
  cursor: pointer;
}
.mega-menu-lang-en {
  cursor: pointer;
}
.is-en .mega-menu-lang-en {
  text-decoration: underline;
}
.mega-menu-lang-jp {
  cursor: pointer;
  text-decoration: underline;
}
.is-en .mega-menu-lang-jp {
  text-decoration: none;
}

.related-heading {
  font-size: 30px;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .related-heading {
    font-size: 18px;
  }
}
.related-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media all and (max-width: 767px) {
  .related-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.related-cta {
  text-align: center;
  margin-top: 43px;
}

@media all and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 0 42px;
}
@media all and (max-width: 1230px) {
  .nav-list {
    gap: 0 20px;
  }
}
.is-en .nav-list-jp {
  display: none;
}
.nav-list-en {
  display: none;
}
.is-en .nav-list-en {
  display: flex;
}
.nav-link {
  letter-spacing: 0.05em;
  font-weight: bold;
}
.nav-link.is-active {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sns-list {
  display: flex;
  align-items: center;
  gap: 0 27px;
}
@media all and (max-width: 1230px) {
  .sns-list {
    gap: 0 20px;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .sns-item {
    margin: 0 5px;
  }
}
@media all and (max-width: 1230px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .sns-item {
      margin: 0 5px;
    }
  }
}
.sns-icon {
  display: block;
}
.sns-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sns-icon-instagram {
  width: 19.95px;
  height: 19.95px;
}
.sns-icon-twitter {
  width: 24.24px;
  height: 19.95px;
}
.sns-icon-youtube {
  width: 28.49px;
  height: 19.95px;
}
.sns-icon-facebook {
  width: 10.6px;
  height: 19.95px;
}

@media all and (max-width: 767px) {
  .mv {
    margin-bottom: 42px;
  }
}
.mv-inner {
  height: 695px;
  height: calc(100vh - 126px);
}
@media all and (max-width: 767px) {
  .mv-inner {
    height: auto;
  }
}
.mv-slider {
  width: calc(100% + (100vw - 100%) / 2);
  position: relative;
}
@media all and (max-width: 767px) {
  .mv-slider {
    width: 100%;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
  }
}
.mv-scroll {
  position: absolute;
  bottom: 40px;
  right: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 10px 0;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .mv-scroll {
    opacity: 0;
    pointer-events: none;
  }
}
.mv-scroll-text {
  color: white;
  font-size: 12px;
  font-family: "DIN";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.mv-scroll-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white;
}
.mv-scroll-icon svg {
  display: block;
  height: 6px;
  width: 6px;
  flex-shrink: 0;
  stroke: white;
  rotate: 90deg;
}
.mv-dots {
  position: absolute;
  top: 88px;
  left: -95px;
  width: 150px;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .mv-dots {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 11px;
    width: 100%;
  }
}
.mv-dots-list {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
@media all and (max-width: 767px) {
  .mv-dots-list {
    flex-direction: row;
  }
}
.mv-dots-list .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #1D1C1C;
  color: #1D1C1C;
  font-size: 12px;
  font-family: "DIN";
  font-weight: 700;
  background-color: transparent;
}
.mv-dots-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #1D1C1C;
  color: #1D1C1C;
  font-size: 12px;
  font-family: "DIN";
  font-weight: 700;
  position: relative;
}
.mv-dots-circle.swiper-pagination-bullet-active {
  background-color: #1D1C1C;
  color: white;
}
.mv-dots-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
  width: 121px;
  height: 1px;
  display: block;
}
@media all and (max-width: 767px) {
  .mv-dots-line {
    height: 60px;
    width: 1px;
    top: 30px;
    left: 50%;
    translate: 0 0;
  }
}
.mv-dots-line-inner {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1D1C1C;
  display: block;
}
@media all and (max-width: 767px) {
  .mv-dots-line-inner {
    width: 100%;
    height: 0;
  }
}
.swiper-pagination-bullet-active .mv-dots-line-inner {
  animation: fullwidth 3s linear forwards;
}
@media all and (max-width: 767px) {
  .swiper-pagination-bullet-active .mv-dots-line-inner {
    animation-name: fullheight;
  }
}
@media all and (max-width: 767px) {
  .mv-slide {
    min-height: 280px;
    background-color: white;
  }
}
.mv-article {
  height: 695px;
  height: calc(100vh - 126px);
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .mv-article {
    display: block;
    height: auto;
    background-color: white;
  }
}
.mv-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 695px;
  height: calc(100vh - 126px);
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 767px) {
  .mv-image {
    position: static;
    height: 226px;
    margin-bottom: 4px;
  }
}
.mv-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 130px 60px 58px;
}
@media all and (max-width: 767px) {
  .mv-content {
    background-color: white;
    padding: 0;
  }
}
.mv-categories {
  display: flex;
  gap: 0 6px;
  margin-bottom: 21px;
}
@media all and (max-width: 767px) {
  .mv-categories {
    display: none;
  }
}
.mv-category {
  background-color: #1D1C1C;
  color: white;
  border-radius: 50px;
  display: inline-block;
  padding: 9px 16px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.mv-heading {
  font-size: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1D1C1C;
  padding: 7px 60px 0 16px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .mv-heading {
    font-size: 18px;
    padding: 0;
    margin-bottom: 5px;
  }
}
.mv-description {
  padding: 10px 0 11px 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
}
@media all and (max-width: 767px) {
  .mv-description {
    padding: 0;
  }
}
.mv-desc {
  color: #1D1C1C;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.045em;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
@media all and (max-width: 767px) {
  .mv-desc {
    font-size: 12px;
    line-height: normal;
  }
}

.mv-archive {
  margin-bottom: 68px;
}
@media all and (max-width: 767px) {
  .mv-archive {
    margin-bottom: 41px;
  }
}
.mv-archive-inner {
  position: relative;
}
.mv-archive-container {
  width: 100vw;
  width: calc(100% + (100vw - 100%) / 2);
  height: 488px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .mv-archive-container {
    width: 100%;
    height: 462px;
  }
}
@media all and (max-width: 425px) {
  .mv-archive-container {
    width: 355px;
    margin-left: -20px;
  }
}
.mv-archive-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .mv-archive-dots {
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}
.mv-archive-dots-list {
  display: flex;
  gap: 0 5px;
}
.mv-archive-dots-circle {
  z-index: 1;
  font-family: "DIN";
  font-weight: 700;
  font-size: 12px;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px #1D1C1C;
  border-radius: 50%;
  cursor: pointer;
}
.mv-archive-bullet-active {
  background-color: #1D1C1C;
  color: white;
}
.mv-archive-slider {
  width: 676px;
  height: 413px;
}
@media all and (max-width: 767px) {
  .mv-archive-slider {
    width: 100%;
  }
}
.mv-archive-slider .swiper {
  overflow: visible;
}
.mv-archive-slide {
  height: 413px;
  width: 676px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 31px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .mv-archive-slide {
    width: 100%;
    padding: 0 20px;
  }
}
.mv-archive-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .mv-archive-categories {
    display: none;
  }
}
.mv-archive-category {
  background-color: #1D1C1C;
  color: white;
  border-radius: 50px;
  display: inline-block;
  padding: 9px 16px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.mv-archive-heading {
  color: #1D1C1C;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .mv-archive-heading {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.mv-archive-heading-text {
  display: inline;
  background: linear-gradient(transparent 14%, rgba(255, 255, 255, 0.8) 0);
  line-height: 1.4;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .mv-archive-heading-text {
    background: none;
    display: block;
    padding: 5px 10px;
  }
}

.highlight {
  margin-bottom: 98px;
}
.highlight-inner {
  padding-top: 96px;
}
@media all and (max-width: 767px) {
  .highlight-inner {
    padding-top: 0;
  }
}
.highlight-heading {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .highlight-heading {
    margin-bottom: 6px;
  }
}
.highlight-desc {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 61px;
  color: #000;
}
@media all and (max-width: 767px) {
  .highlight-desc {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
.highlight-select {
  position: relative;
}
@media all and (max-width: 767px) {
  .highlight-select {
    height: 50px;
    border: 1px solid #1D1C1C;
    border-radius: 20px;
    margin-bottom: 33px;
    width: 84%;
  }
}
.highlight-select-text {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "DIN";
  display: none;
  color: #000;
  height: 100%;
  align-items: center;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC41NDkiIGhlaWdodD0iMTAuNTQ5IiB2aWV3Qm94PSIwIDAgMTAuNTQ5IDEwLjU0OSI+CiAgPHBhdGggaWQ9IlBhdGhfMzcwIiBkYXRhLW5hbWU9IlBhdGggMzcwIiBkPSJNLjAzLDAsLjAxMSw2LjAxMSw2LjkwOCw2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjcwNCA0Ljg4OCkgcm90YXRlKC00NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMWMxYyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 35px;
}
@media all and (max-width: 767px) {
  .highlight-select-text {
    display: flex;
  }
}
.highlight-checkbox {
  display: none;
}
.highlight-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .highlight-categories {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 1;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: white;
    min-height: 120px;
    margin-bottom: 0;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #1D1C1C;
  }
}
@media all and (max-width: 767px) {
  .highlight-categories.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
.highlight-category {
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #ADADAD;
  letter-spacing: 0.12em;
  border-bottom: 7px solid #F5F5F5;
  padding: 18px 0;
  display: block;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .highlight-category {
    border-bottom: none;
    text-align: left;
    padding: 10px 20px;
    color: #000;
  }
}
.highlight-category:first-of-type {
  font-family: "DIN";
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .highlight-category:first-of-type {
    font-weight: 500;
  }
}
.highlight-category::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
  width: 100%;
  height: 7px;
  opacity: 0;
  pointer-events: none;
  border-radius: 50px;
  background-color: #1D1C1C;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 767px) {
  .highlight-category::before {
    display: none;
  }
}
.highlight-category:hover, .highlight-category.is-active {
  color: #1D1C1C;
}
@media all and (max-width: 767px) {
  .highlight-category:hover, .highlight-category.is-active {
    font-weight: 700;
  }
}
.highlight-category:hover::before, .highlight-category.is-active::before {
  opacity: 1;
}
.highlight-article {
  display: none;
}
.highlight-article.is-open {
  display: block;
}
.highlight-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 45px 42px;
  margin-bottom: 41px;
}
@media all and (max-width: 767px) {
  .highlight-cards {
    grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  }
}
@media all and (max-width: 767px) {
  .highlight-cards .card-article-frame {
    height: 210px;
  }
}
.highlight-cta {
  display: flex;
  justify-content: center;
}

.card-article {
  border-bottom: 2px solid #1D1C1C;
  display: block;
}
.card-article:hover .card-article-frame {
  box-shadow: 0 0 0 1px #707070;
}
.card-article-frame {
  height: 241px;
  margin-bottom: 1px;
  margin-bottom: 21px;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 767px) {
  .card-article-frame {
    height: 110px;
    margin-bottom: 12px;
  }
}
.card-article-frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-article-texts {
  padding: 0 0 20px;
}
@media all and (max-width: 767px) {
  .card-article-texts {
    padding: 0 0 20px;
  }
}
.card-article-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .card-article-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
.card-article-info {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .card-article-info {
    display: grid;
    grid-template-areas: "image name" "image date";
    grid-template-columns: auto 1fr;
  }
}
.card-article-author {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.024em;
  display: flex;
  align-items: center;
  margin-left: 16px;
}
@media all and (max-width: 767px) {
  .card-article-author {
    grid-area: name;
    margin-left: 0;
    font-size: 12px;
  }
}
.card-article-author-avatar {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: teal;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .card-article-author-avatar {
    width: 30px;
    height: 30px;
    grid-area: image;
    margin-right: 5px;
  }
}
.card-article-date {
  font-family: "DIN";
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-left: auto;
}
@media all and (max-width: 767px) {
  .card-article-date {
    grid-area: date;
    margin-left: 0;
    font-size: 8px;
  }
}

.card-activity {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 767px) {
  .card-activity {
    gap: 0 10px;
  }
}
.card-activity.activity-main {
  flex-direction: column;
  align-items: stretch;
  grid-area: one;
}
@media all and (max-width: 767px) {
  .card-activity.activity-main {
    flex-direction: row;
  }
}
.card-activity.activity-main .card-activity-frame {
  min-height: 282px;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .card-activity.activity-main .card-activity-frame {
    min-height: 78px;
    max-width: 113px;
  }
}
.card-activity.activity-main .card-activity-content {
  height: 100%;
  border-color: #F7D75A;
  padding-bottom: 10px;
}
.card-activity.activity-main .card-activity-title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .card-activity.activity-main .card-activity-title {
    font-size: 16px;
  }
}
.card-activity.activity-main .card-activity-donation {
  background-color: #F7D75A;
}
.card-activity:nth-of-type(2) {
  grid-area: two;
}
.card-activity:nth-of-type(3) {
  grid-area: three;
}
.card-activity-frame {
  min-height: 205px;
  max-width: 293px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .card-activity-frame {
    max-width: 113px;
    min-height: 78px;
  }
}
.card-activity-content {
  border-bottom: 2px solid #F7D75A;
  width: 100%;
}
@media all and (max-width: 767px) {
  .card-activity-content {
    padding-bottom: 10px;
  }
}
.card-activity-title {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: normal;
}
@media all and (max-width: 767px) {
  .card-activity-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.card-activity-donation {
  display: inline-block;
  padding: 7px 7px;
  color: white;
  background-color: #1D1C1C;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media all and (max-width: 767px) {
  .card-activity-donation {
    font-size: 8px;
  }
}
.card-activity-description {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .card-activity-description {
    font-size: 12px;
  }
}

.card-member {
  border-bottom: 2px solid #1D1C1C;
  background-color: white;
}
.card-member-frame {
  padding-top: 133.3333333333%;
  position: relative;
}
.card-member-frame img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-member-content {
  padding: 10px 23px 12px;
}
@media all and (max-width: 767px) {
  .card-member-content {
    padding: 10px 0 12px;
  }
}
.card-member-name {
  font-size: 22px;
  letter-spacing: 0.14em;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .card-member-name {
    font-size: 16px;
  }
}
.card-member-statement {
  font-size: 13px;
  white-space: pre-line;
  line-height: 1.35;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .card-member-statement {
    font-size: 12px;
  }
}
.card-member-link {
  font-size: 15px;
  font-weight: bold;
  font-family: "DIN";
  color: #1D1C1C;
  opacity: 0.2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  gap: 0 5px;
}
@media all and (max-width: 767px) {
  .card-member-link {
    font-size: 10px;
  }
}
.card-member-link-icon {
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #1d1c1c;
}
.card-member-link-icon svg {
  display: block;
  width: 6px;
  height: 6px;
  stroke: #1d1c1c;
}

.advocacy {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .advocacy {
    z-index: auto;
  }
}
.advocacy-heading-wrap {
  margin-bottom: -13px;
  height: 140px;
  position: relative;
}
@media all and (max-width: 767px) {
  .advocacy-heading-wrap {
    height: auto;
    margin-bottom: 0;
  }
}
.advocacy-heading {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 767px) {
  .advocacy-heading {
    position: static;
    overflow: hidden;
    translate: none;
    text-align: center;
  }
}
.advocacy-content {
  position: relative;
  padding: 0 60px 97px;
  text-align: center;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .advocacy-content {
    padding: 0;
    text-align: left;
    padding-bottom: 39px;
  }
}
.advocacy-content::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82%;
  background-color: #F7D75A;
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .advocacy-content::before {
    width: 100vw;
    left: -20px;
  }
}
.advocacy-image {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .advocacy-image {
    height: 200px;
    margin-bottom: 44px;
  }
}
.advocacy-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 767px) {
  .advocacy-image img {
    height: 100%;
  }
}
.advocacy-label {
  font-size: 32px;
  letter-spacing: -0.06em;
  margin-bottom: 31px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .advocacy-label {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 31px;
  }
}
.advocacy-desc {
  font-size: 14px;
  white-space: pre-line;
  letter-spacing: -0.04em;
  line-height: 2.13;
}
@media all and (max-width: 767px) {
  .advocacy-desc {
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
@media all and (max-width: 767px) {
  .advocacy-desc br {
    display: none;
  }
}
.advocacy-cta {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .advocacy-cta {
    margin-top: 0;
  }
}
.advocacy-cta-link:hover {
  box-shadow: inset 0 0 0 1px #1D1C1C;
}

.reach-out {
  margin-top: -193px;
  position: relative;
}
@media all and (max-width: 767px) {
  .reach-out {
    margin-top: 0;
    background-color: #000;
  }
}
.reach-out::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 93vw;
  content: "";
  background-color: #1D1C1C;
}
@media all and (max-width: 767px) {
  .reach-out::before {
    display: none;
  }
}
.reach-out-inner {
  padding: 288px 58px 132px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .reach-out-inner {
    padding: 33px 0 23px;
  }
}
.reach-out-heading {
  color: rgba(255, 255, 255, 0.1);
  font-size: 105px;
  margin-bottom: 59px;
}
@media all and (max-width: 767px) {
  .reach-out-heading {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.reach-out-label {
  font-size: 32px;
  color: white;
  letter-spacing: -0.07em;
  margin-bottom: 37px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .reach-out-label {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
.reach-out-desc {
  white-space: pre-line;
  font-size: 14px;
  color: white;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: -0.027em;
}
@media all and (max-width: 767px) {
  .reach-out-desc {
    line-height: 1.5;
    margin-bottom: 26px;
  }
}
.reach-out-desc br {
  display: none;
}
@media all and (max-width: 767px) {
  .reach-out-desc br {
    display: block;
  }
}
.reach-out-cta {
  margin-top: 77px;
}
@media all and (max-width: 767px) {
  .reach-out-cta {
    margin-top: 0;
  }
}
.reach-out-cta-link {
  box-shadow: inset 0 0 0 1px white;
}
@media all and (max-width: 767px) {
  .reach-out-cta-link {
    background-color: #000;
  }
}

.banner {
  position: relative;
  z-index: -1;
}
.banner-inner {
  display: flex;
}
.banner-left {
  position: relative;
  width: 443px;
  flex-shrink: 0;
  z-index: 1;
  padding-bottom: 48px;
  padding-top: 68px;
}
@media all and (max-width: 767px) {
  .banner-left {
    width: 168px;
    padding-top: 35px;
    padding-bottom: 19px;
  }
}
.banner-left::before {
  position: absolute;
  width: 756px;
  content: "";
  top: 0;
  right: 0;
  background-color: #1D1C1C;
  height: 695px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .banner-left::before {
    height: 300px;
    width: 51vw;
  }
}
.banner-heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: white;
}
@media all and (max-width: 767px) {
  .banner-heading {
    gap: 14px;
  }
}
.banner-heading-big {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .banner-heading-big {
    font-size: 20px;
  }
}
.banner-heading-small {
  font-size: 16px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.is-en .banner-heading-small {
  opacity: 0;
}
@media all and (max-width: 767px) {
  .banner-heading-small {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.21em;
  }
}
.banner-heading-en {
  display: none;
}
.is-en .banner-heading-en {
  display: block;
}
.banner-heading-jp {
  display: block;
}
.is-en .banner-heading-jp {
  display: none;
}
.banner-right {
  flex-grow: 1;
  padding-left: 29px;
  padding-top: 31px;
}
@media all and (max-width: 1230px) {
  .banner-right {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 3px;
  }
}
.banner-label {
  color: #F5F5F5;
  font-family: "DIN";
  font-size: 141px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.155em;
}
@media all and (max-width: 1230px) {
  .banner-label {
    letter-spacing: normal;
    font-size: 90px;
    letter-spacing: -0.05em;
  }
}
@media all and (max-width: 767px) {
  .banner-label {
    font-size: 40px;
  }
}

.postcard {
  display: grid;
  border-bottom: 1px solid #707070;
  padding-top: 84px;
  padding-bottom: 79px;
  grid-template-areas: "title image" "description image";
  grid-template-rows: auto 1fr;
}
@media all and (max-width: 767px) {
  .postcard {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.postcard-heading {
  font-size: 38px;
  font-family: "DIN";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
  grid-area: title;
}
@media all and (max-width: 767px) {
  .postcard-heading {
    font-size: 32px;
  }
}
.postcard-content {
  grid-area: description;
  max-width: 445px;
  width: 100%;
}
.postcard-desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.035em;
  font-weight: 400;
  white-space: pre-line;
}
.is-en .postcard-desc {
  letter-spacing: normal;
  margin-bottom: 10px;
  font-weight: 500;
}
.postcard-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: image;
}
@media all and (max-width: 767px) {
  .postcard-frame {
    margin-bottom: 10px;
  }
}
.postcard-frame img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.postcard-one .postcard-frame img {
  max-width: 307px;
}
.postcard-two .postcard-frame img {
  max-width: 258px;
}
.postcard-three .postcard-frame img {
  max-width: 310px;
}
.postcard-four .postcard-frame img {
  max-width: 375px;
}
@media all and (max-width: 767px) {
  .postcard-one .postcard-desc br, .postcard-two .postcard-desc br {
    display: none;
  }
}

.policy {
  border: 2px solid #707070;
  border-radius: 15px;
  padding-top: 18px;
  padding-bottom: 49px;
  margin-bottom: 98px;
}
@media all and (max-width: 767px) {
  .policy {
    border: none;
    max-width: 295px;
    width: 100%;
    margin: 0 auto 98px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .is-en .policy {
    max-width: 100%;
  }
}
.policy-top {
  text-align: center;
  margin-bottom: 76px;
}
@media all and (max-width: 767px) {
  .policy-top {
    display: flex;
    text-align: left;
    gap: 0 10px;
    margin-bottom: 0;
  }
}
.policy-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 27px;
  position: relative;
}
@media all and (max-width: 767px) {
  .policy-icon {
    width: 65px;
    height: 65px;
  }
}
.policy-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  content: "";
}
.policy-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.policy-heading {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .policy-heading {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  .policy-heading span {
    display: block;
  }
}
.is-en .policy-heading {
  letter-spacing: normal;
}
.policy-content {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  counter-reset: count;
}
@media all and (max-width: 767px) {
  .policy-content {
    padding: 0;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .is-en .policy-content {
    gap: 25px 0;
  }
}
.policy-group {
  width: 273px;
}
@media all and (max-width: 767px) {
  .policy-group {
    width: 100%;
    display: grid;
    grid-template-areas: "title image" "description description";
    grid-template-rows: 1fr auto;
  }
}
.policy-group-one .policy-image {
  width: 175px;
  min-height: 175px;
}
@media all and (max-width: 767px) {
  .policy-group-one .policy-image {
    width: 148px;
    min-height: 148px;
  }
}
.policy-group-two .policy-image {
  width: 183px;
  min-height: 183px;
}
@media all and (max-width: 767px) {
  .policy-group-two .policy-image {
    width: 167px;
    min-height: 167px;
  }
}
.policy-group-three .policy-image {
  width: 192px;
  min-height: 150px;
}
@media all and (max-width: 767px) {
  .policy-group-three .policy-image {
    width: 151px;
    min-height: 115px;
  }
}
@media all and (max-width: 767px) {
  .policy-group-top {
    grid-area: title;
    width: 125px;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .is-en .policy-group-top {
    width: 100%;
  }
}
.policy-label {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .policy-label {
    font-weight: 600;
    display: block;
    font-size: 22px;
  }
}
.policy-label::before {
  position: relative;
  content: counter(count);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1D1C1C;
  color: white;
  font-family: "DIN";
  counter-increment: count;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .policy-label::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right: 3px;
    top: -2px;
  }
}
.is-en .policy-label::before {
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .policy-label span {
    display: block;
    font-size: 16px;
  }
}
.is-en .policy-label {
  letter-spacing: normal;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .is-en .policy-label {
    line-height: 1.2;
    font-size: 18px;
  }
}
.policy-image {
  margin: 0 auto 15px;
  display: block;
  min-height: 185px !important;
}
@media all and (max-width: 767px) {
  .policy-image {
    grid-area: image;
    margin-bottom: 0;
  }
}
.policy-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.policy-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .policy-description {
    grid-area: description;
  }
}
.is-en .policy-description {
  letter-spacing: normal;
}

.project {
  padding-bottom: 89px;
}
.project-heading {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .project-heading {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.project-activity .card-activity-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.activity {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  grid-template-areas: "one two" "one three";
  gap: 60px;
}
@media all and (max-width: 767px) {
  .activity {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
}

.progress {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .progress {
    justify-content: flex-start;
  }
}
.progress-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 109px;
  counter-reset: item;
  position: relative;
}
@media all and (max-width: 767px) {
  .progress-inner {
    gap: 0;
    width: 100%;
  }
}
.progress-inner::before {
  position: absolute;
  top: 15px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 83%;
  height: 2px;
  background-color: #1D1C1C;
}
@media all and (max-width: 767px) {
  .progress-inner::before {
    width: 75%;
  }
}
.progress-item {
  letter-spacing: -0.065em;
  display: block;
  font-size: 21px;
  position: relative;
  z-index: 1;
  max-width: 118px;
}
@media all and (max-width: 767px) {
  .progress-item {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
.is-en .progress-item {
  text-align: center;
  letter-spacing: normal;
}
.progress-item.is-active::before {
  background-color: #1D1C1C;
  color: white;
}
.progress-item::before {
  counter-increment: item;
  content: counter(item);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
  color: #1D1C1C;
  border-radius: 50%;
  font-size: 14px;
  font-family: "DIN";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px #1D1C1C;
  font-weight: bold;
  background-color: white;
  padding-right: 1px;
}
.is-en .progress-item-jp {
  display: none;
}
.progress-item-en {
  display: none;
}
.is-en .progress-item-en {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(29, 28, 28, 0.5);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-inner {
  max-width: 808px;
  width: 100%;
  background-color: white;
  padding: 55px 65px;
  position: relative;
}
@media all and (max-width: 767px) {
  .modal-inner {
    padding: 65px 0 25px;
  }
}
.modal-close {
  position: absolute;
  top: 22px;
  right: 27px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .modal-close {
    width: 15px;
    height: 15px;
  }
}
.modal-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-content {
  max-height: 75vh;
  overflow-y: auto;
  padding: 0 10px 20px;
}
@media all and (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .modal-block {
    padding: 0 20px;
  }
}
.modal-frame {
  height: 360px;
  width: 100%;
  background-color: teal;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .modal-frame {
    height: 180px;
  }
}
.modal-heading {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.14em;
  margin-bottom: 21px;
}
@media all and (max-width: 767px) {
  .modal-heading {
    font-size: 18px;
  }
}
.modal-donation {
  display: inline-block;
  padding: 7px 7px;
  color: white;
  background-color: #1D1C1C;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media all and (max-width: 767px) {
  .modal-donation {
    font-size: 16px;
  }
}
.modal-donation.is-main {
  background-color: #F7D75A;
}
.modal-desc {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: 500;
  white-space: pre-line;
}
.modal-checkout {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 70px;
  background-color: #F5F5F5;
}
@media all and (max-width: 767px) {
  .modal-checkout {
    flex-direction: column;
    margin: 70px 20px 0;
  }
}
.modal-checkout-photo {
  height: 210px;
  max-width: 220px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .modal-checkout-photo {
    height: 200px;
    max-width: 100%;
  }
}
.modal-checkout-content {
  flex-grow: 1;
  padding: 18px 35px 10px 47px;
}
@media all and (max-width: 767px) {
  .modal-checkout-content {
    padding: 20px;
  }
}
.modal-checkout-top {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 22px;
}
.modal-checkout-heading {
  font-size: 18px;
  color: #1D1C1C;
  white-space: pre-line;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  max-width: 225px;
  width: 100%;
}
.modal-checkout-label {
  color: white;
  background-color: #F7D75A;
  padding: 5px 10px 5px 7px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
.modal-checkout-stripe {
  background-color: #F7D75A;
  color: #1D1C1C;
  font-size: 14px;
  padding: 8px 30px;
  font-weight: 500;
  gap: 0 15px;
  margin-top: 22px;
}
@media all and (max-width: 767px) {
  .modal-checkout-stripe {
    justify-content: center;
    width: 100%;
  }
}
.modal-checkout-stripe.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.modal-checkout-stripe .cta-icon {
  box-shadow: inset 0 0 0 1.5px #1D1C1C;
}
.modal-checkout-stripe .cta-icon svg {
  stroke: #1D1C1C;
}
.modal-checkout-stripe:hover {
  background-color: #1D1C1C;
  color: white;
}
.modal-checkout-stripe:hover .cta-icon {
  box-shadow: inset 0 0 0 1.5px white;
}
.modal-checkout-stripe:hover .cta-icon svg {
  stroke: white;
}

.loading-search {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-search span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}
.loading-search span:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-search span:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-search span:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article {
  margin-bottom: 180px;
}
@media all and (max-width: 767px) {
  .article {
    margin-bottom: 0;
  }
}
.article-inner {
  max-width: 891px;
  width: 100%;
  margin: 0 auto 90px;
}
.article-top {
  margin-bottom: 51px;
}
.article-heading {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .article-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.article-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1D1C1C;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .article-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.article-author {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .article-author {
    gap: 0 10px;
    margin-bottom: 23px;
  }
}
.article-author-avatar {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .article-author-avatar {
    height: 40px;
    width: 40px;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .article-author-avatar {
      margin-right: 5px;
    }
  }
}
.article-author-name {
  font-size: 14px;
  letter-spacing: 0.07em;
}
.article-categories {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.article-category {
  display: inline-block;
  background-color: #1D1C1C;
  color: white;
  border-radius: 50px;
  font-size: 12px;
  padding: 8px 14px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 767px) {
  .article-category {
    padding: 9px 14px;
  }
}
.article-category:hover {
  background-color: #F7D75A;
  color: #1D1C1C;
}
.article-featured {
  height: 476px;
}
@media all and (max-width: 767px) {
  .article-featured {
    height: 250px;
  }
}
.article-featured img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-cta {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.article-cta-link {
  background-color: white;
  color: #1D1C1C;
  text-align: center;
  box-shadow: 0 0 0 2px #1D1C1C;
  padding: 20px 37px;
  letter-spacing: 0.045em;
}
.article-cta-link .cta-icon {
  display: none;
}

.about {
  position: relative;
  z-index: 1;
}
.about-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .about-img {
    height: 238px;
  }
}
.about-belief {
  text-align: center;
  padding: 87px 0;
}
@media all and (max-width: 767px) {
  .about-belief {
    text-align: left;
    padding: 32px 0 18px;
  }
}
.about-belief h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  .about-belief h5 {
    font-size: 16px;
    white-space: pre-line;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
.about-belief p {
  font-size: 14px;
  white-space: pre-line;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
  line-height: 2.2;
}
@media all and (max-width: 767px) {
  .about-belief p {
    font-size: 16px;
    white-space: normal;
    letter-spacing: normal;
    line-height: 1.4;
    margin-bottom: 22px;
  }
}
.is-en .about-belief p {
  letter-spacing: normal;
}
@media all and (max-width: 767px) {
  .is-en .about-belief p {
    font-size: 14px;
  }
}
.about-postcards {
  max-width: 825px;
  width: 100%;
  margin: 0 auto 120px;
  border-top: 1px solid #707070;
}
@media all and (max-width: 767px) {
  .about-postcards {
    margin-bottom: 40px;
  }
}

.archive-article-filter {
  margin-bottom: 52px;
}
.archive-article-fields {
  margin-bottom: 21px;
  background-color: #1D1C1C;
  border-radius: 50px;
}
@media all and (max-width: 767px) {
  .archive-article-fields {
    border-radius: 0;
    background-color: transparent;
  }
}
.archive-article-forms-inner {
  display: flex;
  width: 100%;
  border-radius: 50px;
  align-items: center;
  border: 2px solid #1D1C1C;
  border-radius: 50px;
  height: 75px;
}
@media all and (max-width: 767px) {
  .archive-article-forms-inner {
    flex-direction: column;
    height: auto;
    border: none;
    border-radius: 0;
    gap: 20px 0;
  }
}
.archive-article-select {
  width: 240px;
  flex-shrink: 0;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 18px;
  padding-left: 35px;
  border-right: 2px solid #1D1C1C;
  background-color: #1D1C1C;
  position: relative;
}
@media all and (max-width: 767px) {
  .archive-article-select {
    height: 50px;
    padding-left: 20px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
}
.archive-article-select::after {
  position: absolute;
  top: 0;
  right: 0;
}
.archive-article-select select {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  color: white;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4yNjMiIGhlaWdodD0iMTYuMjYzIiB2aWV3Qm94PSIwIDAgMTYuMjYzIDE2LjI2MyI+CiAgPHBhdGggaWQ9IlBhdGhfMzA4IiBkYXRhLW5hbWU9IlBhdGggMzA4IiBkPSJNMCwwVjEwSDEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjA2MSA3LjA3MSkgcm90YXRlKC00NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 35px;
}
@media all and (max-width: 767px) {
  .archive-article-select select {
    background-position: center right 20px;
  }
}
.archive-article-input {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 75px;
  background-color: white;
}
@media all and (max-width: 767px) {
  .archive-article-input {
    height: 50px;
    border: 1px solid #000;
    border-radius: 20px;
  }
}
.archive-article-input input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .archive-article-input input {
    font-size: 16px;
  }
}
.archive-article-button {
  display: block;
  height: 70px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 35px;
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .archive-article-button {
    right: 10px;
  }
}
.archive-article-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.archive-article-button-icon svg {
  display: inline-block;
  width: 18.14px;
  height: 25.3px;
}
.archive-article-categories {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .archive-article-categories {
    gap: 7px;
  }
}
.archive-article-category {
  display: inline-block;
  background-color: #F5F5F5;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 14px;
  letter-spacing: 0.052em;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.archive-article-category:hover {
  background-color: #1D1C1C;
  color: white;
}
.archive-article-radio {
  display: none;
}
.archive-article-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .archive-article-heading {
    font-size: 22px;
  }
}
.archive-article-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media all and (max-width: 767px) {
  .archive-article-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.archive-article-cards-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.archive-article-cards-wrap .loadMoreBtn {
  margin-top: 49px;
}
.is-en .archive-article-cards-wrap .loadMoreBtn .loadMoreBtn-label {
  font-size: 0;
}
.is-en .archive-article-cards-wrap .loadMoreBtn .loadMoreBtn-label::before {
  content: "View more";
  font-size: 16px;
}
.archive-article-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.archive-article-cta-link, .archive-article-cards-wrap .loadMoreBtn {
  background-color: white;
  box-shadow: inset 0 0 0 2px #1D1C1C;
  color: #1D1C1C;
  font-weight: 600;
  padding: 19px 42px;
}
.archive-article-cta-link .cta-icon, .archive-article-cards-wrap .loadMoreBtn .cta-icon {
  box-shadow: inset 0 0 0 2px #1D1C1C;
}
.archive-article-cta-link .cta-icon svg, .archive-article-cards-wrap .loadMoreBtn .cta-icon svg {
  stroke: #1D1C1C;
}
.archive-article-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
}
.archive-article-overlay.is-visible {
  display: flex;
}

.archive-member-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 65px 30px;
}
@media all and (max-width: 767px) {
  .archive-member-cards {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 65px 20px;
  }
}

.member-info {
  display: flex;
  gap: 0 73px;
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .member-info {
    flex-direction: column;
  }
}
.member-profile {
  flex-shrink: 0;
  max-width: 525px;
  width: 100%;
  height: 600px;
  background-color: teal;
}
@media all and (max-width: 767px) {
  .member-profile {
    height: 380px;
    max-width: 100%;
  }
}
.member-profile img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-details {
  width: 100%;
  padding-top: 42px;
}
.member-statement {
  font-size: 38px;
  font-weight: bold;
  white-space: pre-line;
  letter-spacing: 0.015em;
  line-height: 1.6;
  border-bottom: 1px solid #1D1C1C;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
@media all and (max-width: 767px) {
  .member-statement {
    font-size: 20px;
    white-space: normal;
  }
}
.member-name {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  .member-name {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.member-description {
  font-size: 14px;
  white-space: pre-line;
  line-height: 1.9;
  letter-spacing: -0.025em;
}
.member-sns {
  margin-top: 45px;
}
.member-sns-list {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
@media all and (max-width: 767px) {
  .member-sns-list {
    gap: 0 20px;
  }
}
.member-sns-platform {
  display: block;
}
.member-sns-instagram {
  width: 30px;
  height: 30px;
}
@media all and (max-width: 767px) {
  .member-sns-instagram {
    width: 25px;
    height: 25px;
  }
}
.member-sns-twitter {
  width: 37px;
  height: 30px;
}
@media all and (max-width: 767px) {
  .member-sns-twitter {
    width: 29px;
    height: 25px;
  }
}
.member-sns-facebook {
  width: 17px;
  height: 30px;
}
@media all and (max-width: 767px) {
  .member-sns-facebook {
    width: 14px;
    height: 25px;
  }
}
.member-sns-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.member-sns-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.member-activities {
  margin-bottom: 41px;
}
.member-activities-heading {
  font-family: "DIN";
  font-size: 37px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 43px;
}
.member-activities-cards {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  grid-template-areas: "one two" "one three";
  gap: 60px;
}
@media all and (max-width: 767px) {
  .member-activities-cards {
    display: flex;
    gap: 20px;
  }
}
.member-activities .activity-main .card-activity-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media all and (max-width: 767px) {
  .member-activities .activity-main .card-activity-content {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .member-activities .card-activity-donation {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
  }
}
.member-activities .card-activity-description {
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
@media all and (max-width: 767px) {
  .member-activities .card-activity-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
}
.member-activity-card {
  cursor: pointer;
  position: relative;
}
.member-cta {
  display: flex;
  justify-content: center;
}
.member-cta-link {
  padding: 19px 17px;
}
.member-related {
  margin-top: 97px;
}

.contact-inner {
  background-color: white;
  padding: 86px 89px 10px;
}
@media all and (max-width: 767px) {
  .contact-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-description {
  text-align: center;
  white-space: pre-line;
  margin-bottom: 69px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.06em;
}
.contact-description-jp {
  display: block;
}
.is-en .contact-description-jp {
  display: none;
}
.contact-description-en {
  letter-spacing: normal;
  display: none;
}
.is-en .contact-description-en {
  display: block;
}
.contact-heading {
  text-align: center;
  font-family: "DIN";
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 0.12em;
}
.contact-progress {
  margin-bottom: 79px;
}
.contact-form {
  background-color: #F5F5F5;
  padding: 60px 47px 100px;
}
@media all and (max-width: 767px) {
  .contact-form {
    padding: 0;
    background-color: transparent;
  }
}
.mw_wp_form_confirm .contact-form-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form-inner {
    width: 100%;
  }
}
.contact-field {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .contact-field {
    flex-direction: column;
    width: 100%;
  }
}
.mw_wp_form_confirm .contact-field {
  display: inline-flex;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
}
.contact-field:not(:last-of-type) {
  margin-bottom: 92px;
}
@media all and (max-width: 767px) {
  .contact-field:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.contact-label {
  width: 171px;
  flex-shrink: 0;
  padding-top: 23px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .contact-label {
    padding-top: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.mw_wp_form_confirm .contact-label {
  padding-top: 0;
  line-height: 1.5;
}
.is-en .contact-label-jp {
  display: none;
}
.contact-label-en {
  display: none;
  letter-spacing: normal;
}
.is-en .contact-label-en {
  display: block;
}
.contact-label label {
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}
.contact-label label::after {
  content: "*";
  color: red;
}
.mw_wp_form_confirm .contact-label label::after {
  display: none;
}
.contact-input {
  width: 100%;
}
.mw_wp_form_confirm .contact-input {
  line-height: 1.5;
  width: auto;
  padding-right: 30px;
}
.contact-input input[type=text] {
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  height: 60px;
  width: 100%;
  padding: 0 22px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
}
@media all and (max-width: 767px) {
  .contact-input input[type=text] {
    height: 48px;
    font-size: 16px;
  }
}
.contact-input textarea {
  width: 100%;
  border: 1px solid #E1E1E1;
  resize: none;
  background-color: white;
  border-radius: 15px;
  height: 150px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 22px;
}
@media all and (max-width: 767px) {
  .contact-input textarea {
    font-size: 16px;
  }
}
.contact input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 19px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #E1E1E1;
  flex-shrink: 0;
  cursor: pointer;
  background-color: white;
  margin: 0;
}
.contact input[type=checkbox]:checked {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjkxOCIgaGVpZ2h0PSI3LjA4NSIgdmlld0JveD0iMCAwIDkuOTE4IDcuMDg1Ij4KICA8cGF0aCBpZD0iY2hlY2stc29saWQiIGQ9Ik00MS42MzYsOTYuMjMzYS43MDkuNzA5LDAsMCwxLDAsMUwzNS45NjksMTAyLjlhLjcwOS43MDksMCwwLDEtMSwwbC0yLjgzMy0yLjgzM2EuNzA5LjcwOSwwLDAsMSwxLTFsMi4zMzMsMi4zMzEsNS4xNjctNS4xNjRhLjcwOS43MDksMCwwLDEsMSwwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxLjkyNSAtOTYuMDI1KSIgZmlsbD0iIzBlMzA0ZCIvPgo8L3N2Zz4K);
}
.contact-policy {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  letter-spacing: 0.05em;
  display: none;
}
@media all and (max-width: 767px) {
  .contact-policy {
    font-size: 16px;
    line-height: 1.5;
  }
}
.mw_wp_form_confirm .contact-policy {
  display: none;
}
.contact-policy a {
  text-decoration: underline;
}
.contact-policy input[type=checkbox] {
  margin: 0 12px 0 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .contact-policy input[type=checkbox] {
    top: 5px;
    margin-right: 6px;
  }
}
.contact-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .contact-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.contact-button {
  border: none;
  border-radius: 50px;
  padding: 18px 34px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 767px) {
  .contact-button {
    width: 100%;
    text-align: center;
  }
}
.contact-button:hover {
  color: white;
  background-color: #1D1C1C;
}
.is-en .contact-button-jp {
  display: none;
}
.contact-button-en {
  display: none;
  letter-spacing: normal;
}
.is-en .contact-button-en {
  display: block;
}
.contact-submit, .contact-confirm {
  background-color: #F7D75A;
}
.contact-confirm.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.contact-back {
  box-shadow: inset 0 0 0 1px #1D1C1C;
}
@media all and (max-width: 767px) {
  .contact-back {
    box-shadow: none;
  }
}

.mw_wp_form .error {
  margin-top: 10px;
  font-size: 10px !important;
}
.mw_wp_form .error ~ .contact-error-jp {
  display: block;
}
.is-en .mw_wp_form .error .contact-error-jp {
  display: none;
}
.is-en .mw_wp_form .error .contact-error-en {
  display: block;
}

.is-en .mw_wp_form .error ~ .contact-error-en {
  display: block;
}
.is-en .mw_wp_form .error ~ .contact-error-jp {
  display: none;
}

.mw_wp_form .error ~ .contact-error-jp {
  display: block;
}
.mw_wp_form .error ~ .contact-error-en {
  display: none;
}

.contact-error-jp,
.contact-error-en {
  display: none;
  color: red;
  font-size: 10px;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 126px - 209px);
  gap: 50px 0;
}
.page-404-heading {
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 22px;
}
.page-404-heading span {
  display: block;
  font-size: 25px;
}

.error404 .footer {
  margin-top: 0;
}

.thanks {
  text-align: center;
  height: calc(100vh - 209px - 126px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks-title {
  font-size: 42px;
  font-family: "DIN";
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .thanks-title {
    font-size: 32px;
  }
}
.thanks-desc {
  white-space: pre-line;
  margin-bottom: 22px;
  line-height: 1.5;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .thanks-desc {
    font-size: 13px;
  }
}
.thanks-qrc {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .thanks-qrc {
    display: none;
  }
}
.thanks-cta {
  background-color: #F7D75A;
  color: #1D1C1C;
  padding: 19px 60px;
  margin-top: 30px;
  display: none;
}
@media all and (max-width: 767px) {
  .thanks-cta {
    padding: 15px 60px;
    font-size: 12px;
    display: inline-flex;
  }
}
.thanks-cta:hover {
  background-color: #1D1C1C;
  color: white;
}

.thank-you-page .footer {
  margin-top: 0;
}
