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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #000;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  background: #fff;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.46666;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  padding-top: 97px;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

.wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px), print {
  .wrapper {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1023.98px) {
  .lg {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px), print {
  .md-sm {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 228px;
          flex: 0 0 228px;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .header__actions {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__cta {
    display: none;
  }
}
.header__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 204px;
  height: 40px;
  padding: 10px;
  border: 1px solid #181818;
  color: #181818;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .header__cta-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__cta-link:hover {
    opacity: 0.8;
  }
}
.header__lang {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .header__lang {
    display: none;
  }
}
.header__lang-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__lang-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
.header__lang-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__lang-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateX(-50%) translateY(6px);
      -ms-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(24, 24, 24, 0.14);
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  list-style: none;
  pointer-events: none;
}
.header__lang.is-open .header__lang-menu {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header__lang-link {
  display: block;
  padding: 10px 18px;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
.header__menu {
  position: relative;
}
.header__menu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-button {
    width: 32px;
    height: 32px;
  }
}
.header__menu-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 2px;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  background-color: currentcolor;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon {
    width: 32px;
  }
}
.header__menu-icon::before, .header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease, -webkit-transform 0.25s ease;
  background-color: currentcolor;
}
.header__menu-icon::before {
  top: -10px;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon::before {
    top: -8px;
  }
}
.header__menu-icon::after {
  bottom: -10px;
}
@media only screen and (max-width: 767.98px) {
  .header__menu-icon::after {
    bottom: -8px;
  }
}
.header__drawer {
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.header__drawer.is-open {
  pointer-events: auto;
}
.header__drawer.is-open .header__drawer-overlay {
  opacity: 1;
}
.header__drawer.is-open .header__drawer-panel {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header__drawer-overlay {
  position: absolute;
  inset: 0;
  padding: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  border: 0;
  opacity: 0;
  background: rgba(24, 24, 24, 0.36);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__drawer-panel {
  width: min(420px, 100% - 56px);
  height: 100%;
  margin-left: auto;
  -webkit-transform: translateX(125%);
      -ms-transform: translateX(125%);
          transform: translateX(125%);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  background: #fff;
  -webkit-box-shadow: -18px 0 44px rgba(0, 0, 0, 0.14);
          box-shadow: -18px 0 44px rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-panel {
    width: min(100%, 320px);
  }
}
.header__drawer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 28px 28px 36px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-inner {
    padding: 20px 18px 24px;
  }
}
.header__drawer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-top {
    margin-bottom: 28px;
  }
}
.header__drawer-logo {
  display: block;
}
.header__drawer-logo img {
  display: block;
  width: 100%;
  height: auto;
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-logo img {
    width: 140px;
  }
}
.header__drawer-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-close {
    width: 36px;
    height: 36px;
  }
}
.header__drawer-close-icon {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-close-icon {
    width: 22px;
    height: 22px;
  }
}
.header__drawer-close-icon::before, .header__drawer-close-icon::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #181818;
}
.header__drawer-close-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drawer-close-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__drawer-language {
  position: relative;
  margin-top: 26px;
}
.header__drawer-language-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__drawer-language-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe.svg") 0 0/100% auto no-repeat;
}
.header__drawer-language-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__drawer-language-menu {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  left: 0;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(24, 24, 24, 0.14);
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  list-style: none;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-language-menu {
    min-width: 148px;
  }
}
.header__drawer-language.is-open .header__drawer-language-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header__drawer-language-link {
  display: block;
  padding: 10px 18px;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-language-link {
    padding: 10px 14px;
  }
}
.header__drawer-link {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.12);
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-link {
    padding: 14px 0;
    font-size: 24px;
  }
}
.header__drawer-footer {
  margin-top: auto;
  padding-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-footer {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__drawer-footer .header__cta-link {
    min-width: 100%;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__wrapper {
  display: grid;
  gap: 72px;
}
.footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(420px, 1fr);
  gap: 72px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer__brand {
  max-width: 420px;
}
@media only screen and (max-width: 767.98px) {
  .footer__brand {
    max-width: none;
  }
}
.footer__logo {
  display: block;
  width: 228px;
  margin-bottom: 28px;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__lead {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.footer__description {
  margin: 0 0 28px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
@media only screen and (max-width: 767.98px) {
  .footer__description {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.footer__lang {
  position: relative;
}
.footer__lang-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer__lang-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("../img/common/icon_globe_white.svg") 0 0/100% auto no-repeat;
}
.footer__lang-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.footer__lang-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 172px;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  background: #111;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  list-style: none;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .footer__lang-menu {
    min-width: 148px;
  }
}
.footer__lang.is-open .footer__lang-menu {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.footer__lang-link {
  display: block;
  padding: 10px 18px;
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .footer__lang-link {
    padding: 10px 14px;
  }
}
.footer__nav-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 48px 96px;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media only screen and (max-width: 767.98px) {
  .footer__nav-group {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__nav-title {
  margin: 0 0 18px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.footer__nav-link {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__nav-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__nav-link:hover {
    opacity: 0.8;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__copyright {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 48px;
}
@media only screen and (max-width: 1023.98px) {
  .footer__socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
@media (hover: hover) {
  .footer__social-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__social-link:hover {
    opacity: 0.8;
  }
}
.footer__social-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__social-link--x::before {
  background-image: url("../img/common/footer_sns_x.svg");
}
.footer__social-link--spotify::before {
  background-image: url("../img/common/footer_sns_spotify.svg");
}
.footer__social-link--threads::before {
  background-image: url("../img/common/footer_sns_threads.svg");
}
.footer__social-link--facebook::before {
  background-image: url("../img/common/footer_sns_facebook.svg");
}
.footer__social-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 340px;
  min-height: 72px;
  padding: 18px 20px;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .btn {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .btn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn {
    min-width: 100%;
    min-height: 60px;
    padding: 16px 20px;
    font-size: 20px;
  }
}

.btn--section {
  min-width: 220px;
  min-height: 64px;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .btn--section {
    min-width: 180px;
    min-height: 54px;
    padding: 12px 18px;
    font-size: 18px;
  }
}

.bottom-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  background: #797979;
  color: #fff;
}
.bottom-cta__wrapper {
  display: grid;
  gap: 48px;
  position: relative;
}
.bottom-cta__inner {
  display: grid;
  grid-template-columns: 1fr clamp(250px, 33vw, 400px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023.98px) {
  .bottom-cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
}
.bottom-cta__content {
  text-align: center;
}
.bottom-cta__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(36px, 36px + (12) * (100vw - 1024px) / (416), 48px);
}
.bottom-cta__title-ja {
  margin: 20px 0 0;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(30px, 30px + (10) * (100vw - 1024px) / (416), 40px);
}
.bottom-cta__lead {
  margin: 34px 0 0;
  line-height: 1.5;
  font-size: clamp(18px, 18px + (6) * (100vw - 1024px) / (416), 24px);
}
.bottom-cta__visual {
  width: 100%;
}
.bottom-cta__visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .bottom-cta__visual img {
    max-width: 348px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .bottom-cta__visual img {
    max-width: 480px;
    margin: 0 auto;
  }
}
.bottom-cta__image {
  display: block;
  width: 100%;
  height: auto;
}
.bottom-cta__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .bottom-cta__action {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .bottom-cta__button {
    width: 100%;
  }
}

.blog-card {
  min-width: 0;
}
.blog-card__inner {
  display: block;
  height: 100%;
  padding: 28px;
}
@media only screen and (max-width: 767.98px) {
  .blog-card__inner {
    padding: 18px;
  }
}
.blog-card__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blog-card__media {
  position: relative;
  overflow: hidden;
  background: #efefef;
  aspect-ratio: 360/240;
}
.blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding: 4px 18px;
  border-radius: 999px;
  background: rgba(145, 145, 145, 0.9);
  color: #fff;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.blog-card__content {
  padding-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .blog-card__content {
    padding-top: 18px;
  }
}
.blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  gap: 12px 20px;
}
.blog-card__date {
  white-space: nowrap;
}
.blog-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.blog-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 36px;
  padding: 6px 18px;
  border: 1px solid #181818;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.blog-card__title {
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.blog-card__title-link {
  color: inherit;
  text-decoration: none;
}

.archive-list {
  padding: 56px 0 72px;
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  .archive-list {
    padding: 32px 0 48px;
  }
}
.archive-list__title {
  margin: 0 0 34px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .archive-list__title {
    margin-bottom: 22px;
    font-size: 44px;
  }
}
.archive-list__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
}
@media only screen and (max-width: 767.98px) {
  .archive-list__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.blog-card--archive {
  border: 1px solid rgba(24, 24, 24, 0.12);
  background: #efefef;
}

.pagination {
  margin-top: 56px;
}
@media only screen and (max-width: 767.98px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767.98px) {
  .pagination__list {
    gap: 8px;
  }
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  min-height: 64px;
  padding: 0 18px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 1px solid rgba(24, 24, 24, 0.18);
  background: #fff;
  color: #181818;
  font-family: "Host Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .pagination__link {
    min-width: 46px;
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.pagination__item--prev .pagination__link, .pagination__item--next .pagination__link {
  min-width: 132px;
  padding: 0 24px;
}
@media only screen and (max-width: 767.98px) {
  .pagination__item--prev .pagination__link, .pagination__item--next .pagination__link {
    min-width: 88px;
    padding: 0 14px;
  }
}
.pagination__item--active .pagination__link {
  border-color: #181818;
  background: #181818;
  color: #fff;
}
.pagination__item--ellipsis .pagination__link {
  min-width: auto;
  padding: 0 10px;
  border-color: transparent;
  background: transparent;
}
@media only screen and (max-width: 767.98px) {
  .pagination__item--ellipsis .pagination__link {
    padding: 0 6px;
  }
}
.pagination__item--disabled .pagination__link {
  border-color: rgba(24, 24, 24, 0.1);
  color: rgba(24, 24, 24, 0.35);
  pointer-events: none;
}
@media (hover: hover) {
  .pagination__item:not(.pagination__item--active, .pagination__item--disabled, .pagination__item--ellipsis) .pagination__link:hover {
    border-color: #181818;
    background: #f3f3f3;
  }
}

.section-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 28px;
  }
}
.section-heading__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-heading__title {
    font-size: 44px;
  }
}
.section-heading__lead {
  margin: 14px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
@media only screen and (max-width: 767.98px) {
  .section-heading__lead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.45;
  }
}
.section-heading--left {
  text-align: left;
}

.post-detail,
.post-recommend {
  background: #fff;
}

.post-detail {
  padding: 42px 0 64px;
}
@media only screen and (max-width: 767.98px) {
  .post-detail {
    padding: 28px 0 48px;
  }
}
.post-detail__wrapper {
  max-width: 1260px;
}
.post-detail__title {
  margin: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__title {
    font-size: 42px;
  }
}
.post-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__meta {
    gap: 8px 12px;
    font-size: 14px;
  }
}
.post-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
    gap: 12px;
  }
}
.post-detail__author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-detail__author-avatar {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 50%;
}
.post-detail__author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail__author-name {
  font-size: 32px;
  font-weight: 700;
}
.post-detail__date {
  font-size: 32px;
  font-weight: 700;
}
.post-detail__category, .post-detail__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(24, 24, 24, 0.22);
  background: #fff;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.post-detail__category {
  min-width: 276px;
  min-height: 65px;
  font-size: 24px;
}
.post-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.post-detail__hero {
  margin-top: 28px;
  overflow: hidden;
  background: #efefef;
  aspect-ratio: 920/420;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__hero {
    margin-top: 20px;
    aspect-ratio: 1/0.72;
  }
}
.post-detail__hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail__body {
  margin-top: 28px;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__body {
    margin-top: 22px;
  }
}
.post-detail__body > :first-child {
  margin-top: 0;
}
.post-detail__body p,
.post-detail__body li,
.post-detail__body blockquote {
  font-size: 20px;
  line-height: 1.95;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__body p,
  .post-detail__body li,
  .post-detail__body blockquote {
    font-size: 15px;
    line-height: 1.8;
  }
}
.post-detail__body p {
  margin: 0;
}
.post-detail__body p + p {
  margin-top: 14px;
}
.post-detail__body h2 {
  margin: 28px 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__body h2 {
    font-size: 22px;
  }
}
.post-detail__body h3,
.post-detail__body h4,
.post-detail__body h5,
.post-detail__body h6 {
  margin: 22px 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__body h3,
  .post-detail__body h4,
  .post-detail__body h5,
  .post-detail__body h6 {
    font-size: 18px;
  }
}
.post-detail__body ul,
.post-detail__body ol {
  margin: 14px 0 0;
  padding-left: 1.5em;
}
.post-detail__body figure,
.post-detail__body .wp-block-image,
.post-detail__body .wp-block-embed {
  margin: 28px 0;
}
.post-detail__body img {
  max-width: 100%;
  height: auto;
}
.post-detail__body .ez-toc-custom {
  width: 100% !important;
  margin: 40px 0 !important;
  padding: 32px 32px 24px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #eaeaea !important;
}
.post-detail__body .ez-toc-custom .ez-toc-title-container {
  margin-bottom: 12px;
}
.post-detail__body .ez-toc-custom li {
  margin: 0.5em 0 !important;
}
.post-detail__lead, .post-detail__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.95;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__lead, .post-detail__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.post-detail__lead + .post-detail__lead, .post-detail__text + .post-detail__text {
  margin-top: 14px;
}
.post-detail__toc {
  margin: 28px 0 34px;
  padding: 18px 20px;
  background: #d9d9d9;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__toc {
    margin: 24px 0 28px;
    padding: 16px;
  }
}
.post-detail__toc-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.post-detail__toc-list {
  margin: 0;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.75;
}
.post-detail__section + .post-detail__section {
  margin-top: 28px;
}
.post-detail__section-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__section-title {
    font-size: 22px;
  }
}
.post-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .post-detail__actions {
    gap: 10px;
    margin-top: 28px;
  }
}
.post-detail .btn--section {
  min-width: 260px;
  min-height: 72px;
  font-size: 20px;
  font-weight: 700;
}

.post-recommend {
  padding: 100px 0;
}
@media only screen and (max-width: 767.98px) {
  .post-recommend {
    padding: 0 0 48px;
  }
}
.post-recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
}
@media only screen and (max-width: 767.98px) {
  .post-recommend__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.post-recommend .section-heading {
  margin-bottom: 28px;
}/*# sourceMappingURL=post.css.map */
