@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html.wf-loading body {
  visibility: hidden;
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html body {
  opacity: 1;
  transition: opacity 0.3s, background 0.2s;
}

html,
body {
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #E2E2E2;
  color: #2A2A2A;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body.lang-en {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.04em;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  vertical-align: bottom;
}

::-moz-selection {
  background-color: #2A2A2A;
  color: #E2E2E2;
}

::selection {
  background-color: #2A2A2A;
  color: #E2E2E2;
}

::-moz-selection {
  background-color: #2A2A2A;
  color: #E2E2E2;
}

summary {
  list-style: none;
  cursor: pointer;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus,
textarea:focus,
select:focus,
.page--info .form__select select:focus,
[tabindex="0"]:focus,
input[type=submit]:focus,
summary:focus {
  outline: none;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
label:focus:not(:focus-visible),
input:focus:not(:focus-visible),
iframe:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
.page--info .form__select select:focus:not(:focus-visible),
[tabindex="0"]:focus:not(:focus-visible),
input[type=submit]:focus:not(:focus-visible),
summary:focus:not(:focus-visible) {
  box-shadow: none;
}

a:focus-visible,
button:focus-visible,
label:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.page--info .form__select select:focus-visible,
[tabindex]:focus-visible,
input[type=submit]:focus-visible,
summary:focus-visible {
  box-shadow: 0 0 0 2px #0077ff;
  border-color: #0077ff;
  border-radius: 5px;
}

@media (hover: none) and (pointer: coarse) {
  a:focus-visible,
  button:focus-visible,
  label:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  .page--info .form__select select:focus-visible,
  [tabindex]:focus-visible,
  input[type=submit]:focus-visible,
  summary:focus-visible {
    box-shadow: none;
    border-color: inherit;
  }
}
.using-mouse textarea:focus,
.using-mouse select:focus,
.using-mouse .page--info .form__select select:focus {
  box-shadow: none;
  border-color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 60px auto 0;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other {
  font-size: min(1.4rem, 4vw);
}
.block--pager .pager__item--current a,
.block--pager .pager__item--current span,
.block--pager .pager__item--other a,
.block--pager .pager__item--other span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: #2A2A2A;
  transition: opacity 0.3s;
}
.block--pager .pager__item--current span {
  border-color: #2A2A2A;
  background: #2A2A2A;
  color: #F7F7F7;
}
.block--pager .pager__item--newer > span,
.block--pager .pager__item--older > span {
  opacity: 0.5;
}
.block--pager .pager__item--newer {
  margin-right: 1em;
}
.block--pager .pager__item--older {
  margin-left: 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.txt--large {
  font-size: 1.25em;
}

.txt--large + p {
  margin-top: 1em;
}

.txt--link {
  padding-right: 0.8em;
  text-decoration: none;
  position: relative;
}
.txt--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid currentcolor;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.tit--sub {
  display: block;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.en:not(.wovn-switch) {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lang-ja .ja:not(.wovn-switch) {
  font-family: inherit;
}

.nowrap {
  white-space: nowrap;
}

.txt a {
  text-decoration: underline;
}

[data-clamp-lines="2"] {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.2em;
  line-height: 1.6;
  word-break: break-all;
}

[data-clamp-lines="3"] {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.8em;
  line-height: 1.6;
  word-break: break-all;
}

.svg-symbol {
  display: none !important;
}

symbol {
  overflow: visible;
}

svg {
  width: 100%;
  height: 100%;
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
  stroke-width: 1;
  overflow: visible;
  fill: currentColor;
}
svg path,
svg line,
svg use {
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}

.ph,
.thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 0;
  overflow: hidden;
  vertical-align: bottom;
  background: #2A2A2A;
  background-size: cover;
  background-position: center;
}
.ph img,
.thumb img {
  max-height: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}
.ph.square,
.thumb.square {
  aspect-ratio: 1/1;
}
.ph.wide,
.thumb.wide {
  aspect-ratio: 16/9;
}
.ph img,
.thumb img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  margin: auto;
  background-size: contain;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  transform: scale(1.2);
  opacity: 0.8;
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.txt + .txt {
  margin-top: 0.5em;
}
.txt .ph,
.txt .thumb {
  margin: 10px 0;
  max-width: 800px;
  background: transparent !important;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player,
.video {
  position: relative;
  padding-top: 56.25%;
}

.block--player iframe,
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.txt .video {
  margin: 10px 0;
}

.date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 1.3rem;
}

.new .date {
  display: flex;
  align-items: center;
}
.new .date::after {
  content: "NEW";
  display: inline-block;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 0.4em;
  color: #E06428;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  line-height: 1;
}

.category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.8em 0.25em;
  margin-top: 1em;
  margin-right: 1.5em;
  border-radius: 999px;
  border: 1px solid #2A2A2A;
}

body:not(.lang-ja) .category {
  padding: 0.2em 1em 0.15em;
}

.block--sort {
  margin-bottom: 40px;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em 0.5em;
}
.block--category li a {
  margin: 0;
  padding: 0.15em 1em 0.2em;
  font-size: 1.4rem;
}
.block--category li a.current {
  background: #2A2A2A;
  color: #F7F7F7;
  pointer-events: none;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
}
.arrow svg {
  width: 0.9em;
  height: 0.9em;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1;
  overflow: hidden;
}
.arrow.arrow_blod svg {
  stroke-width: 1.3;
}
.arrow.arrow_left svg {
  transform: rotate(-135deg);
}
.arrow.arrow_right svg {
  transform: rotate(45deg);
}
.arrow use {
  transition: transform 0.3s;
}

/* placeholder */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #C7C7C7;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date] {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=date].form__error {
  background: #FFF0ea;
  color: #CF3715;
  border-color: #CF3715;
}
input[type=text].form__error:focus, input[type=text][disabled],
input[type=tel].form__error:focus,
input[type=tel][disabled],
input[type=email].form__error:focus,
input[type=email][disabled],
input[type=password].form__error:focus,
input[type=password][disabled],
input[type=number].form__error:focus,
input[type=number][disabled],
input[type=date].form__error:focus,
input[type=date][disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

input[type=number] {
  padding-right: 0.5em;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none !important;
}

input[type=date] {
  display: inline-block;
  width: auto;
}

/* button */
button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
}
textarea.form__error {
  background: #FFF0ea;
  color: #CF3715;
  border-color: #CF3715;
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  position: relative;
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid currentcolor;
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.5em 1.6em 0.4em 0.8em;
  border-radius: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
}
.form__select select.form__error {
  background: #FFF0ea;
  color: #CF3715;
  border-color: #CF3715;
}
.form__select select.form__error:focus, .form__select select[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
.form__select select {
  color: #2A2A2A;
}
.form__select::after {
  position: absolute;
  left: auto;
  right: 0.7em;
  top: 1.3em;
  border-top: none;
  border-right: none;
}

/* searchBox */
.searchBox {
  position: relative;
}
.searchBox input[type=submit] {
  width: 1.2em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 2;
  transform: translateY(-50%);
  border: none;
  color: #2A2A2A;
  background: transparent;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
.searchBox button[type=submit] {
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 2;
  transform: translateY(-50%);
  background: transparent;
  cursor: pointer;
}
.searchBox button[type=submit] span {
  width: 1.2em;
  border: none;
  color: #2A2A2A;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
}

/* checkbox */
.form__checkbox label {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox label p,
.form__checkbox label > span {
  position: relative;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__checkbox .form__error {
  color: #CF3715;
}
.form__checkbox label p,
.form__checkbox label > span {
  padding-left: 1.6em;
}
.form__checkbox label p::before,
.form__checkbox label > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  top: 50%;
  left: 0;
  border: 1px solid #2A2A2A;
  margin: -0.6em 0 0;
}
.form__checkbox label p::after,
.form__checkbox label > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
  margin: -0.25em 0 0;
  border: 2px solid #2A2A2A;
  border-top: none;
  border-right: none;
}
.form__checkbox :checked ~ p::before,
.form__checkbox :checked ~ span::before {
  border-color: #2A2A2A;
}
.form__checkbox :checked ~ p::after,
.form__checkbox :checked ~ span::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio label p,
.form__radio label > span {
  position: relative;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__radio .form__error {
  color: #CF3715;
}
.form__radio label p,
.form__radio label > span {
  padding-left: 1.6em;
}
.form__radio label p::before,
.form__radio label > span::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #2A2A2A;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before,
.form__radio :checked ~ span::before {
  border-color: #2A2A2A;
  border-width: 0.3em;
}

/* post,confirm */
p + form {
  margin-top: 20px;
}

.form--post,
.form--confirm {
  background: #F7F7F7;
}
.form--post dt,
.form--confirm dt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.form--post dd,
.form--confirm dd {
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.form--post dd:last-child,
.form--confirm dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form--post dd .ph,
.form--post dd img,
.form--confirm dd .ph,
.form--confirm dd img {
  max-width: 500px;
  margin: 0;
}
.form--post .form--horizontal,
.form--confirm .form--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.3em;
}
.form--post .form--horizontal li div,
.form--confirm .form--horizontal li div {
  display: inline-block;
}
.form--post + .txt--sub,
.form--confirm + .txt--sub {
  margin-top: 20px;
}

.form--confirm dt {
  font-size: 1.3rem;
  opacity: 0.8;
}

/* error */
.block--error {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  background: #FFF0ea;
  color: #CF3715;
  font-weight: 500;
}

p + .block--error {
  margin-top: 20px;
}

.icon--required,
.required,
.icon--optional,
.optional {
  display: inline-block;
  padding: 0.3em 0.5em 0.25em;
  margin-left: 0.5em;
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

/* required */
.icon--required,
.required {
  background: #CF3715;
  color: #F7F7F7;
}
.icon--required::before,
.required::before {
  content: "必須";
}

/* optional */
.icon--optional,
.optional {
  background: #DDDDDD;
  color: #2A2A2A;
}
.icon--optional::before,
.optional::before {
  content: "任意";
}

.btn-base-style, .content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  color: #2A2A2A;
}

.btn {
  width: 100%;
  max-width: 350px;
  margin: 1em 0;
  text-align: center;
}
.btn a,
.btn input {
  display: block;
}
.btn.center {
  margin-inline: auto;
}

.content--main > form input[type=submit],
.btn--main,
input.btn--main,
.btn--sub,
input.btn--sub {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.2em 2em;
  border-radius: 2em;
  border: 1px solid #2A2A2A;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.btn--main,
input.btn--main {
  background: #2A2A2A;
  color: #E2E2E2;
}

.content--main > form input[type=submit],
.btn--sub,
input.btn--sub {
  background: transparent;
  color: #2A2A2A;
}

.txt--sub + .btn {
  margin-top: 0.5em;
}

/* detail__btn */
.detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.detail__btn a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.detail__btn a svg {
  width: 0.8em;
  height: 0.8em;
  stroke-width: 1.2;
}

/* list__more */
.list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.list__more a {
  display: flex;
  align-items: center;
  gap: 0.7em;
  padding: 4px 4px 4px 20px;
  margin-bottom: -10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #F7F7F7;
}
.list__more a .arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #2A2A2A;
}
.list__more a .arrow svg {
  width: 0.6em;
  height: 0.6em;
  stroke: #fff;
  stroke-width: 1;
  transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}

.list__more--project {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 1.98em;
  margin-left: auto;
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.list__more--project span:not(.arrow) {
  padding: 0.4em 1.1em;
  border: 1px solid currentColor;
  background: #F7F7F7;
  border-radius: 999px;
}
.list__more--project span.arrow {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.95em;
  height: 1.95em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: transparent;
}
.list__more--project span.arrow svg {
  width: 0.7em;
  height: 0.7em;
  stroke: currentColor;
  stroke-width: 1.2;
  transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}
.list__more--project span.arrow {
  border: 1px solid currentColor;
  z-index: -1;
}

.nav--sns .sns-tit {
  margin-bottom: 1em;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
}

.list--sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 2em;
}
.list--sns li a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.4em 0;
  line-height: 1;
}
.list--sns li a i {
  font-size: 1.8rem;
}
.list--sns li a .sns--txt {
  font-size: 1.2rem;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
  --gap: 1em;
}

/* share */
.block--share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3em;
}
.block--share .tit {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  padding-top: 0.2em;
  margin-right: 0.5em;
}
.block--share li {
  display: inline-block;
  font-size: 1.8rem;
}
.block--share li a {
  padding: 0.2em;
}
.block--share li svg {
  width: 1em;
  margin-bottom: -0.15em;
  fill: currentColor;
}

body:not(.load) .header {
  transform: translateY(-100%);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  color: #2A2A2A;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.04, 0.57, 0.55, 1.01), color 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 180px;
  z-index: -1;
  background: linear-gradient(0deg, transparent, rgba(42, 42, 42, 0.3) 50%, rgba(42, 42, 42, 0.6));
  opacity: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.5, 0.03, 0.25, 1);
}
.header .header__inner {
  display: flex;
  align-items: center;
}
.header .logo {
  display: block;
  height: 100%;
}
.header .logo a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-block: 13px;
  height: 100%;
}
.header .logo a svg {
  width: auto;
  height: 100%;
  fill: currentColor;
  transition: fill 0.3s;
}
.header .list--nav__contents li a,
.header .list--nav__contents li button {
  display: block;
  padding: 0.5em 1.2em;
  color: currentColor;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1;
}
.header .list--nav__contents .item__project {
  position: relative;
}
.header .list--nav__contents .item__project .list--project li a {
  position: relative;
}
.header .list--nav__contents .item__project .list--project li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #F7F7F7;
}
.header .list--nav__contents .item__project .list--project li a .project--num {
  display: block;
  margin-bottom: 0.35em;
  font-size: 1.2rem;
  font-weight: 400;
}
.header .list--nav__contents .item__project .list--project li a .project--tit {
  line-height: 1.2;
}
.header .list--nav__contents .item__project .list--project li.cat-01 a::before {
  background: #CA5045;
}
.header .list--nav__contents .item__project .list--project li.cat-02 a::before {
  background: #CF7522;
}
.header .list--nav__contents .item__project .list--project li.cat-03 a::before {
  background: #C3AF00;
}
.header .list--nav__contents .item__project .list--project li.cat-04 a::before {
  background: #6244b8;
}
.header .list--nav__contents .item__project .list--project li.cat-05 a::before {
  background: #3b5dc3;
}
.header .list--nav__contents .item__project .list--project li.cat-06 a::before {
  background: #5c97b6;
}
.header .list--nav__contents .item__project .list--project li.cat-07 a::before {
  background: #278972;
}
.header .list--nav__contents .item__project .list--project li.cat_other-01 a::before, .header .list--nav__contents .item__project .list--project li.cat_other-02 a::before {
  background: #8e8e8e;
}
.header .list--nav__contents .project-trigger {
  cursor: pointer;
  background: none;
  border: none;
}
.header .wovn-languages .list--language {
  position: relative;
  display: flex;
  height: 1.8em;
  border-radius: 999px;
  border: 1px solid currentColor;
  overflow: hidden;
  line-height: 1;
}
.header .wovn-languages .lang-highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: currentColor;
  border-radius: 999px;
  z-index: 0;
}
.header .wovn-languages .list--language li button {
  flex: 1;
  position: relative;
  min-width: 3em;
  padding: 0.4em;
  z-index: 1;
  background: transparent;
  color: currentColor;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.header .wovn-languages .list--language li:first-of-type button {
  padding-left: 0.6em;
}
.header .wovn-languages .list--language li:last-of-type button {
  padding-right: 0.6em;
}
.header .wovn-languages .list--language li.selected button {
  color: #F7F7F7;
}
.header .drawer__btn {
  padding: 0.48em 1.2em;
  border-radius: 999px;
  background: #2A2A2A;
  color: #F7F7F7;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}

.header.is-light,
body.drawer-open .header,
.page--about .header {
  color: #F7F7F7;
}
.header.is-light::before,
body.drawer-open .header::before,
.page--about .header::before {
  opacity: 1;
}
.header.is-light .wovn-languages .list--language li.selected button,
body.drawer-open .header .wovn-languages .list--language li.selected button,
.page--about .header .wovn-languages .list--language li.selected button {
  color: #2A2A2A;
}
.header.is-light .drawer__btn,
body.drawer-open .header .drawer__btn,
.page--about .header .drawer__btn {
  background: #F7F7F7;
  color: #2A2A2A;
}

.page--home .drawer .item__home {
  display: none;
}

/* wovn */
body:not(.lang-ja) .only-ja {
  display: none;
}

body.lang-ja .only-en {
  display: none;
}

.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 30px;
}
.footer .copyright {
  margin-top: 20px;
  opacity: 0.8;
  font-size: 1.2rem;
  text-align: center;
}
.footer .btn--privacy {
  font-size: 1.3rem;
}
.footer .btn--privacy a {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5em;
  padding-block: 0.2em;
  padding-inline: 1em 0.2em;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.footer .btn--privacy a .arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #F7F7F7;
}
.footer .btn--privacy a .arrow svg {
  width: 0.5em;
  height: 0.5em;
  stroke: #2A2A2A;
  stroke-width: 1;
  transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}

.page--home .footer {
  padding-bottom: 10px;
}
.page--home .footer .footer__inner {
  padding: 30px 40px;
  margin-inline: 10px;
  border-radius: 10px;
  color: #F7F7F7;
  background: #2A2A2A;
  border: 1px solid #2A2A2A;
}
.page--home .footer .list--linkexternal {
  display: flex;
  gap: 20px;
}
.page--home .footer .list--linkexternal li a {
  display: block;
  height: 60px;
}
.page--home .footer .list--linkexternal li a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.page--home .footer .list--linkexternal .item__otomo a img {
  height: 95%;
}
.page--home .footer .list--linkbnr {
  display: flex;
}
.page--home .footer .list--linkbnr li a {
  display: block;
  height: 60px;
  background: #F7F7F7;
  padding: 10px 20px;
  border-radius: 2px;
}
.page--home .footer .list--linkbnr li a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
}
.page--home .footer .list--linkbnr li.item__ceipa a {
  padding-top: 15px;
}

.block--teaser {
  position: relative;
}
.block--teaser .block--loop {
  position: absolute;
  inset: auto 0 0;
  opacity: 0.5;
}
.block--teaser .loop--project-teaser {
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.block--teaser .list--project-teaser {
  display: flex;
  flex: 0 0 auto;
  gap: 1em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 10px;
  will-change: transform;
}
.block--teaser .list--project-teaser li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #F7F7F7;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.block--teaser .list--project-teaser li a .project--num {
  position: relative;
  z-index: 5;
  padding: 0.6rem 1rem 0.2rem;
  margin-bottom: -1px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #2A2A2A;
  border-bottom: none;
  font-size: 1rem;
}
.block--teaser .list--project-teaser li a .project--tit {
  padding: 0.65rem 1.2rem;
  border-radius: 0 8px 8px 8px;
  border: 1px solid #2A2A2A;
}
.block--teaser .list--project-teaser li.cat-01 a .project--num,
.block--teaser .list--project-teaser li.cat-01 a .project--tit {
  background: #CA5045;
}
.block--teaser .list--project-teaser li.cat-02 a .project--num,
.block--teaser .list--project-teaser li.cat-02 a .project--tit {
  background: #CF7522;
}
.block--teaser .list--project-teaser li.cat-03 a .project--num,
.block--teaser .list--project-teaser li.cat-03 a .project--tit {
  background: #C3AF00;
}
.block--teaser .list--project-teaser li.cat-04 a .project--num,
.block--teaser .list--project-teaser li.cat-04 a .project--tit {
  background: #6244b8;
}
.block--teaser .list--project-teaser li.cat-05 a .project--num,
.block--teaser .list--project-teaser li.cat-05 a .project--tit {
  background: #3b5dc3;
}
.block--teaser .list--project-teaser li.cat-06 a .project--num,
.block--teaser .list--project-teaser li.cat-06 a .project--tit {
  background: #5c97b6;
}
.block--teaser .list--project-teaser li.cat-07 a .project--num,
.block--teaser .list--project-teaser li.cat-07 a .project--tit {
  background: #278972;
}
.block--teaser .list--project-teaser li.cat_other-01 a .project--num,
.block--teaser .list--project-teaser li.cat_other-01 a .project--tit {
  background: #2A2A2A;
}
.block--teaser .list--project-teaser li.cat_other-02 a .project--num,
.block--teaser .list--project-teaser li.cat_other-02 a .project--tit {
  background: #2A2A2A;
}

.content--main,
.footer {
  opacity: 0;
  transition: opacity 0.3s 0.2s cubic-bezier(0.04, 0.57, 0.55, 1.01);
}

body:not(.load) .content--main,
body:not(.load) .footer {
  opacity: 0;
}

body.load .content--main,
body.load .footer {
  opacity: 1;
}

.wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  inset: -20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 8px;
  background-repeat: repeat;
  animation: moveDots 0.6s linear infinite;
}
@keyframes moveDots {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-8px, -8px, 0);
  }
}

.page--home .section-tit,
.section--list .section-tit {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  min-height: 1em;
}

.section--list .section-tit {
  margin-bottom: 0.5em;
}

.section--list,
.section--detail {
  padding-inline: 5vw;
}

/* section--list */
.list--info {
  display: grid;
}
.list--info li a {
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #2A2A2A;
  background: #F7F7F7;
}
.list--info li a .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.list--info li a .list__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.list--info li a .category {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 2.25em;
  line-height: 1.6;
  word-break: break-all;
  max-width: calc(100% - 1.5em);
}
.list--info li a .arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.list--info li a .arrow svg {
  stroke-width: 0.7;
}

.no-data {
  padding: 20px 0;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}

/* section--detail */
.section--detail .block--tit .tit {
  font-weight: 400;
}

/* loading */
html.is-entry .header {
  opacity: 0;
  transform: translateY(-100%);
  transition-delay: 1s;
}
html.is-entry .section--hero .mainvisual img,
html.is-entry .section--hero .mainvisual video {
  opacity: 0;
  -webkit-clip-path: inset(0 60% 0 60%);
          clip-path: inset(0 60% 0 60%);
  transition: 0.7s cubic-bezier(0.5, 0.03, 0.25, 1);
}
html.is-entry .section--hero .text--catch::before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.3s 1.8s cubic-bezier(0.5, 0.03, 0.25, 1);
}
html.is-entry .section--hero .logo {
  opacity: 0;
  transition: 0.3s 2s cubic-bezier(0.5, 0.03, 0.25, 1);
}

html.is-entry .load .header {
  opacity: 1;
  transform: translateY(0);
}
html.is-entry .load .section--hero .mainvisual img,
html.is-entry .load .section--hero .mainvisual video {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
html.is-entry .load .section--hero .text--catch::before {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
html.is-entry .load .section--hero .text--catch svg path {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transform-box: fill-box;
  transform-origin: center;
  animation: type 0.2s ease-in forwards;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(1) {
  animation-delay: 0.6s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(2) {
  animation-delay: 0.66s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(3) {
  animation-delay: 0.72s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(4) {
  animation-delay: 0.78s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(5) {
  animation-delay: 0.84s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(6) {
  animation-delay: 0.9s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(7) {
  animation-delay: 0.96s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(8) {
  animation-delay: 1.02s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(9) {
  animation-delay: 1.08s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(10) {
  animation-delay: 1.14s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(11) {
  animation-delay: 1.2s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(12) {
  animation-delay: 1.26s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(13) {
  animation-delay: 1.32s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(14) {
  animation-delay: 1.38s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(15) {
  animation-delay: 1.44s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(16) {
  animation-delay: 1.5s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(17) {
  animation-delay: 1.56s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(18) {
  animation-delay: 1.62s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(19) {
  animation-delay: 1.68s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(20) {
  animation-delay: 1.74s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(21) {
  animation-delay: 1.8s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(22) {
  animation-delay: 1.86s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(23) {
  animation-delay: 1.92s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(24) {
  animation-delay: 1.98s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(25) {
  animation-delay: 2.04s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(26) {
  animation-delay: 2.1s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(27) {
  animation-delay: 2.16s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(28) {
  animation-delay: 2.22s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(29) {
  animation-delay: 2.28s;
}
html.is-entry .load .section--hero .text--catch svg path:nth-of-type(30) {
  animation-delay: 2.34s;
}
html.is-entry .load .section--hero .logo {
  opacity: 1;
}

html.is-entry .load.all-clear .header,
html.is-entry .load.all-clear .section--hero .mainvisual,
html.is-entry .load.all-clear .section--hero .text--catch::before,
html.is-entry .load.all-clear .section--hero .logo {
  transition-delay: 0s;
}

/* home */
.page--home .wrap {
  padding-top: 0;
}
.page--home section {
  position: relative;
  padding-inline: 5vw;
}
.page--home section .block--tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page--home section .section-tit {
  display: block;
}
.page--home section .section-tit > span {
  display: block;
}
.page--home .section--hero {
  padding-inline: 10px;
}
.page--home .section--hero .mainvisual {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: min((100vw - 20px) * 0.55, 100vh - 13vw);
  margin-bottom: 10px;
  line-height: 0;
  overflow: hidden;
}
.page--home .section--hero .mainvisual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.page--home .section--hero .mainvisual video {
  position: static;
  width: 100%;
  pointer-events: none;
}
.page--home .section--hero .block--catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--home .section--hero .text--catch {
  position: relative;
  z-index: 5;
}
.page--home .section--hero .text--catch::before {
  content: "";
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: -1;
  bottom: -8%;
  background-image: url(/static/musicway/common/catch_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.page--home .section--about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
  padding: 0;
}
.page--home .section--about .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--home .section--about .btn--about {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  color: #F7F7F7;
  line-height: 1.05;
  white-space: nowrap;
  text-align: left;
}
.page--home .section--about .btn--about::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #2A2A2A;
  border-radius: 999px;
  pointer-events: none;
}
.page--home .section--about .btn--about .txt--warp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  padding-bottom: 0.2em;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.page--home .section--about .btn--about .btn--tit {
  display: block;
}
.page--home .section--about .btn--about .btn--txt {
  font-weight: 400;
  white-space: normal;
  line-height: 1.2;
}
.page--home .section--about .btn--about .btn--txt span.ja {
  font-size: 0.9em;
  margin-left: 0.1em;
}
.page--home .section--about .btn--about .arrow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: #F7F7F7;
}
.page--home .section--about .btn--about .arrow svg {
  width: 0.4em;
  height: 0.4em;
  stroke: #2A2A2A;
  stroke-width: 0.6;
  transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
}
.page--home .section--project .section-tit {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity;
  font-size: 0;
  line-height: 0;
}
.page--home .section--project .section-tit .tit--sub,
.page--home .section--project .section-tit .tit--main {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) translateY(20px);
  line-height: 1.1;
  opacity: 0;
  will-change: opacity, clip-path;
  transition: opacity 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1), transform 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.page--home .section--project .section-tit .tit--sub {
  margin-bottom: 0.5em;
}
.page--home .section--project .list--project {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}
.page--home .section--project .list--project .pin-spacer::marker {
  content: "";
}
.page--home .section--project .list--project li {
  position: relative;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transform-origin: center top;
}
.page--home .section--project .list--project li:nth-child(1) {
  z-index: 1;
}
.page--home .section--project .list--project li:nth-child(2) {
  z-index: 2;
}
.page--home .section--project .list--project li:nth-child(3) {
  z-index: 3;
}
.page--home .section--project .list--project li:nth-child(4) {
  z-index: 4;
}
.page--home .section--project .list--project li a {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 16px;
  background: #F7F7F7;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.page--home .section--project .list--project .project--num {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 10px 20px 10px 15px;
  border-bottom-left-radius: 16px;
  background: #fff;
  color: #fff;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page--home .section--project .list--project .project--num::before, .page--home .section--project .list--project .project--num::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-mask-image: url(/static/musicway/common/corner.svg);
          mask-image: url(/static/musicway/common/corner.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.page--home .section--project .list--project .project--num::before {
  top: 0;
  left: 0;
  transform: rotate(180deg) translate(92%, 8%);
}
.page--home .section--project .list--project .project--num::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg) translate(-8%, -92%);
}
.page--home .section--project .list--project .project-tit {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.page--home .section--project .list--project .project-tit .tit--sub {
  margin-top: 0.5em;
  font-weight: 600;
}
.page--home .section--project .list--project .project-tit .tit {
  padding-right: 3.5em;
}
.page--home .section--project .list--project li.cat-01 a .project--num,
.page--home .section--project .list--project li.cat-01 a .project--num::before,
.page--home .section--project .list--project li.cat-01 a .project--num::after {
  background: #CA5045;
}
.page--home .section--project .list--project li.cat-02 a .project--num,
.page--home .section--project .list--project li.cat-02 a .project--num::before,
.page--home .section--project .list--project li.cat-02 a .project--num::after {
  background: #CF7522;
}
.page--home .section--project .list--project li.cat-03 a .project--num,
.page--home .section--project .list--project li.cat-03 a .project--num::before,
.page--home .section--project .list--project li.cat-03 a .project--num::after {
  background: #C3AF00;
}
.page--home .section--project .list--project li.cat-04 a .project--num,
.page--home .section--project .list--project li.cat-04 a .project--num::before,
.page--home .section--project .list--project li.cat-04 a .project--num::after {
  background: #6244b8;
}
.page--home .section--project .list--project li.cat-05 a .project--num,
.page--home .section--project .list--project li.cat-05 a .project--num::before,
.page--home .section--project .list--project li.cat-05 a .project--num::after {
  background: #3b5dc3;
}
.page--home .section--project .list--project li.cat-06 a .project--num,
.page--home .section--project .list--project li.cat-06 a .project--num::before,
.page--home .section--project .list--project li.cat-06 a .project--num::after {
  background: #5c97b6;
}
.page--home .section--project .list--project li.cat-07 a .project--num,
.page--home .section--project .list--project li.cat-07 a .project--num::before,
.page--home .section--project .list--project li.cat-07 a .project--num::after {
  background: #278972;
}
.page--home .section--project .list--project li.cat_other-01 a .project--num,
.page--home .section--project .list--project li.cat_other-01 a .project--num::before,
.page--home .section--project .list--project li.cat_other-01 a .project--num::after {
  background: #2A2A2A;
}
.page--home .section--project .list--project li.cat_other-02 a .project--num,
.page--home .section--project .list--project li.cat_other-02 a .project--num::before,
.page--home .section--project .list--project li.cat_other-02 a .project--num::after {
  background: #2A2A2A;
}
.page--home .section--project .list--project li.cat_other-01 .project-tit .tit,
.page--home .section--project .list--project li.cat_other-02 .project-tit .tit {
  padding-right: 0;
}
.page--home .section--project[data-delighter].started .section-tit .tit--sub,
.page--home .section--project[data-delighter].started .section-tit .tit--main {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
.page--home .section--project[data-delighter].started .list--project {
  opacity: 1;
}

.text--catch svg path:nth-child(-n+2) {
  fill: #E06428;
}

.block--loop {
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.block--loop .loop--txt {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  will-change: transform;
}
.block--loop .loop--txt span {
  display: inline-block;
  padding-right: 4rem;
  color: #fff;
  font-size: max(12vw, 9rem);
  line-height: 0.9;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.loop01 {
  animation: loop-right 40s linear infinite;
}

.loop02 {
  animation: loop-left 40s linear infinite;
}

@keyframes loop-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.page--home.lang-en .text--catch::before {
  left: auto;
  right: -3%;
  width: 42%;
  bottom: -15%;
  background-size: 100% 33%;
}
.page--home.lang-en .text--catch svg path:nth-child(-n+8) {
  fill: #E06428;
}
.page--home.lang-en .text--catch svg path:nth-of-type(1) {
  animation-delay: 0.4s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(2) {
  animation-delay: 0.41s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(3) {
  animation-delay: 0.42s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(4) {
  animation-delay: 0.43s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(5) {
  animation-delay: 0.44s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(6) {
  animation-delay: 0.45s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(7) {
  animation-delay: 0.46s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(8) {
  animation-delay: 0.47s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(9) {
  animation-delay: 0.48s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(10) {
  animation-delay: 0.49s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(11) {
  animation-delay: 0.5s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(12) {
  animation-delay: 0.51s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(13) {
  animation-delay: 0.52s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(14) {
  animation-delay: 0.53s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(15) {
  animation-delay: 0.54s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(16) {
  animation-delay: 0.55s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(17) {
  animation-delay: 0.56s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(18) {
  animation-delay: 0.57s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(19) {
  animation-delay: 0.58s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(20) {
  animation-delay: 0.59s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(21) {
  animation-delay: 0.6s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(22) {
  animation-delay: 0.61s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(23) {
  animation-delay: 0.62s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(24) {
  animation-delay: 0.63s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(25) {
  animation-delay: 0.64s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(26) {
  animation-delay: 0.65s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(27) {
  animation-delay: 0.66s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(28) {
  animation-delay: 0.67s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(29) {
  animation-delay: 0.68s;
}
.page--home.lang-en .text--catch svg path:nth-of-type(30) {
  animation-delay: 0.69s;
}
.page--home.lang-en .section--about .btn--about .btn--txt span.ja {
  font-size: 1em;
  margin-left: 0;
}

html.is-entry .load.lang-en .section--hero .text--catch svg path {
  animation-duration: 0.15s;
}

html.is-entry .page--home.lang-en .section--hero .text--catch::before {
  transition-delay: 2.2s;
}

.page--info .form__select select {
  padding: 0.6em 2.4em 0.8em 1.2em;
  border: 1px solid currentColor;
}
.page--info .form__select::after {
  top: 1.45em;
  right: 1em;
}
.page--info .section--head {
  position: relative;
}
.page--info .section--head::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: repeating-linear-gradient(90deg, currentColor, currentColor 3px, transparent 3px, transparent 6px);
}
.page--info .section--head .section--head__inner {
  display: flex;
  align-items: flex-start;
}
.page--info .section--head .thumb {
  border-radius: 16px;
}
.page--info .section--head .section-tit {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.page--info .section--head .block--tit--sub {
  padding-left: 1em;
  border-left: 4px solid;
  line-height: 1;
}
.page--info .section--head .block--tit--sub .tit--sub {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--info .section--head .block--tit--sub .num {
  margin-left: 0.3em;
}
.page--info .section--head .txt--lead {
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.page--info .section--head .block--overview {
  margin-top: 30px;
  padding: min(6vw, 30px) min(6vw, 40px);
  border-radius: 16px;
  background: #f3f3f3;
}
.page--info .section--head .block--overview .tit {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 500;
}
.page--info .section--head .block--overview dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em 1em;
}
.page--info .section--head .block--overview dl dt {
  font-size: 1.3rem;
  opacity: 0.8;
}
.page--info .section--head .block--overview dl dd {
  font-size: 1.5rem;
}
.page--info .section--head .block--overview dl + .btn {
  margin-top: 2em;
}
.page--info .section--head .block--overview .list--bases li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page--info .section--head .block--overview .list--bases .category {
  margin: 0 0 0.5em;
  padding: 0.15em 1.2em 0.3em;
  background: #2A2A2A;
  color: #F7F7F7;
  line-height: 1.2;
  font-size: 1.3rem;
}
.page--info .section--head .block--overview .list--bases .tit {
  margin: 0;
}
.page--info .section--head .block--overview .list--bases .thumb {
  width: 100%;
  border-radius: 10px;
}
.page--info .list-tit {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.page--info .nav--sns {
  margin-top: 100px;
  padding: 30px 40px;
  border-radius: 16px;
  background: #2A2A2A;
  color: #F7F7F7;
}
.page--info .section--detail .section--head .category {
  margin-left: -5px;
  font-size: 1.2rem;
}
.page--info .section--detail .section--head .section-tit {
  margin-block: 5px 0;
}
.page--info .section--detail .section--inner {
  padding: min(5vw, 60px);
  border: 1px solid currentColor;
  border-radius: 16px;
  background: #F7F7F7;
}
.page--info:not(.lang-ja) .section--head .head--tit .section-tit {
  line-height: 1.4;
}
.page--info:not(.lang-ja) .section--head .block--overview .list--bases .category {
  padding: 0.25em 1.2em 0.2em;
}

.page--about {
  background: #2A2A2A;
  color: #F7F7F7;
}
.page--about .footer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}
.page--about.load .section--detail.section--about .section-tit.is-visible,
.page--about.load .section--detail.section--about .block--lead p.is-visible,
.page--about.load .section--detail.section--about .block--detail.is-visible {
  color: rgb(255, 255, 255);
  filter: blur(0px);
  transition-duration: 1s;
}

.section--detail.section--about {
  padding: 0;
  min-height: 100vh;
  color: #F7F7F7;
}
.section--detail.section--about::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  height: 100lvh;
  background-image: url(/static/musicway/feature/about/about_bg.jpg);
  background-size: cover;
  background-position: center;
}
.section--detail.section--about .section--inner {
  position: relative;
  z-index: 10;
}
.section--detail.section--about .section--inner .section-tit {
  margin-bottom: 60px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.section--detail.section--about .section--inner .section-tit,
.section--detail.section--about .section--inner .block--lead p,
.section--detail.section--about .section--inner .block--detail {
  color: rgba(247, 247, 247, 0);
  filter: blur(2px);
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s cubic-bezier(0.22, 1, 0.36, 1), clip-path 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s cubic-bezier(0.22, 1, 0.36, 1), clip-path 0.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.section--detail.section--about .section--inner .block--lead {
  font-weight: 500;
  line-height: 2;
}
.section--detail.section--about .section--inner .block--lead p + p {
  margin-top: 60px;
}
.section--detail.section--about .section--inner .block--lead .txt--catch {
  line-height: 1.6;
}
.section--detail.section--about .section--inner .block--lead .txt--catch.catch_start {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.8em 0.3em;
  background: #E06428;
  font-size: min(2rem, 5vw);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.section--detail.section--about .section--inner .block--lead .txt--catch.catch_start.is-visible {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.section--detail.section--about .section--inner .block--detail {
  margin-top: 100px;
  font-weight: 300;
}
.section--detail.section--about .section--inner .block--detail p + p {
  margin-top: 1em;
}

.page--error .section--detail {
  text-align: center;
}
.page--error .section--detail .tit {
  margin-bottom: 1em;
  font-size: min(3rem, 5.5vw);
  line-height: 1.4;
}
.page--error .section--detail .txt {
  white-space: break-spaces;
}
.page--error .section--detail .btn {
  margin-inline: auto;
}

[data-delighter][data-anim=fade] {
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.05, 0.5, 0.1);
}

html.is-entry body:not(.all-clear) [data-delighter][data-anim=fade] {
  transition-delay: 1s;
}

body.load [data-delighter][data-anim=fade].started {
  transform: translate(0px, 0px);
  opacity: 1;
}

@keyframes type {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  [data-anim=swap] {
    --gap: 0.5em;
    --pos-x: 50%;
    --translate-x: -50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    vertical-align: top;
  }
  [data-anim=swap] > span.swap,
  [data-anim=swap]::after {
    display: block;
    transition: transform 0.3s cubic-bezier(0.53, 0.24, 0.24, 1.3), opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  [data-anim=swap] > span.swap {
    transform: translateY(0);
  }
  [data-anim=swap]::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: var(--pos-x);
    transform: translate(var(--translate-x), calc(100% + var(--gap) * 2));
  }
  [data-anim=swap]:hover > span.swap,
  [data-anim=swap]:focus-visible > span.swap {
    transform: translateY(calc(-100% - var(--gap)));
  }
  [data-anim=swap]:hover::after,
  [data-anim=swap]:focus-visible::after {
    transform: translate(var(--translate-x), calc(100% - var(--gap)));
  }
  .form--post,
  .form--confirm {
    padding: 60px;
  }
  .form--post .input--half {
    width: 50%;
  }
  .form--post input[type=email] {
    width: 75%;
  }
  .form--post .input--quarter {
    width: 25%;
  }
  .btn--main:hover,
  input.btn--main:hover,
  .btn--sub:hover,
  input.btn--sub:hover {
    opacity: 0.4;
  }
  /* list__more */
  .list__more a {
    font-size: 1.6rem;
    --pos-x: 20px;
    --translate-x: 0;
    --gap: 1.3em;
    line-height: 1.6;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .list__more a:hover {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: #F7F7F7;
  }
  .list__more a:hover .arrow {
    background: #F7F7F7;
  }
  .list__more a:hover .arrow svg {
    stroke: #2A2A2A;
  }
  /* share */
  .block--share li a {
    transition: 0.3s;
  }
  .block--share li a:hover {
    opacity: 0.5;
  }
  .block--pager .pager__item--other a {
    transition: 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    border-color: #2A2A2A;
  }
  .txt a {
    transition: 0.3s;
  }
  .txt a:hover {
    opacity: 0.5;
  }
  a .arrow use {
    will-change: transform;
  }
  a:hover .arrow use {
    transform: translate(135%, -135%);
  }
  .category {
    font-size: 1.3rem;
  }
  .block--category li a {
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .block--category li a:hover {
    background: #F7F7F7;
  }
  .header .header__inner,
  .header .logo a {
    padding-inline: 30px;
  }
  .header .logo a {
    transition: opacity 0.3s;
  }
  .header .logo a:hover {
    opacity: 0.5;
  }
  .header .header__inner {
    gap: 20px;
  }
  .header .list--nav__contents {
    display: flex;
    align-items: center;
  }
  .header .list--nav__contents .item__contact {
    margin-left: 10px;
  }
  .header .list--nav__contents .item__contact a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding-block: 0.2em;
    padding-inline: 1em 0.2em;
    border: 1px solid currentColor;
    border-radius: 999px;
    --gap: 0.65em;
    --pos-x: 1em;
    --translate-x: 0;
  }
  .header .list--nav__contents .item__contact a .arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1.3em;
    height: 1.3em;
    aspect-ratio: 1/1;
    border-radius: 999px;
    background: currentColor;
  }
  .header .list--nav__contents .item__contact a .arrow svg {
    width: 0.5em;
    height: 0.5em;
    stroke: #fff;
    stroke-width: 1;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .list--nav__contents .item__contact a:hover {
    background: #2A2A2A;
    color: #F7F7F7;
    border-color: #2A2A2A;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .list--nav__contents .item__contact a:hover .arrow {
    background: #F7F7F7;
  }
  .header .list--nav__contents .item__contact a:hover .arrow svg {
    stroke: #2A2A2A;
  }
  .header .list--nav__contents .item__project .project__wrap {
    position: absolute;
    z-index: -1;
    top: -0.3em;
    left: 0;
    width: 20em;
    color: #F7F7F7;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.5, 0.03, 0.25, 1), visibility 0s linear 0.3s;
  }
  .header .list--nav__contents .item__project .project__wrap::before {
    content: "Project";
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10;
    padding: 0.8em 1.2em calc(0.5em + 5px);
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(247, 247, 247, 0.1);
    border-bottom: none;
    color: transparent;
    background: #2A2A2A;
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 1.4rem;
    line-height: 1;
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner {
    position: relative;
    margin-top: -1px;
    border-radius: 0 8px 8px 8px;
    border: 1px solid rgba(247, 247, 247, 0.1);
    background: #2A2A2A;
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner::before, .header .list--nav__contents .item__project .project__wrap .project__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 3em);
    height: 1.8em;
    z-index: 10;
    left: 1.5em;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner::before {
    top: 0;
    background: linear-gradient(0deg, transparent, #2a2a2a 80%, #2a2a2a);
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner::after {
    bottom: 0;
    background: linear-gradient(180deg, transparent, #2a2a2a 50%, #2a2a2a);
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner::-webkit-scrollbar-track {
    background: transparent;
  }
  .header .list--nav__contents .item__project .project__wrap .project__inner::-webkit-scrollbar-thumb {
    background: rgba(247, 247, 247, 0.6);
  }
  .header .list--nav__contents .item__project .project__wrap .list--project {
    overflow-y: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0 1.5em 0.5em;
    max-height: calc(100vh - 100px);
    transform: translateY(10px);
    transition: opacity 0.3s 0s cubic-bezier(0.5, 0.03, 0.25, 1), transform 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .list--nav__contents .item__project .project__wrap .list--project li {
    position: relative;
  }
  .header .list--nav__contents .item__project .project__wrap .list--project li::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, rgba(247, 247, 247, 0.6), rgba(247, 247, 247, 0.6) 3px, transparent 3px, transparent 6px);
  }
  .header .list--nav__contents .item__project .project__wrap .list--project li:last-child {
    border-bottom: none;
  }
  .header .list--nav__contents .item__project .project__wrap .list--project li a {
    display: inline-block;
    padding: 1.5em 0.5em 1.5em 1.7em;
    will-change: transform;
  }
  .header .list--nav__contents .item__project:hover,
  .header .list--nav__contents .item__project.is-open,
  .header .list--nav__contents .item__project:focus-within {
    color: #F7F7F7;
  }
  .header .list--nav__contents .item__project:hover [data-anim=swap]:hover > span.swap,
  .header .list--nav__contents .item__project:hover [data-anim=swap]:focus-visible > span.swap,
  .header .list--nav__contents .item__project.is-open [data-anim=swap]:hover > span.swap,
  .header .list--nav__contents .item__project.is-open [data-anim=swap]:focus-visible > span.swap,
  .header .list--nav__contents .item__project:focus-within [data-anim=swap]:hover > span.swap,
  .header .list--nav__contents .item__project:focus-within [data-anim=swap]:focus-visible > span.swap {
    transform: translateY(calc(-100% - var(--gap) - 0.1em));
  }
  .header .list--nav__contents .item__project:hover .project__wrap,
  .header .list--nav__contents .item__project.is-open .project__wrap,
  .header .list--nav__contents .item__project:focus-within .project__wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0.5, 0.03, 0.25, 1), visibility 0s linear 0s;
  }
  .header .list--nav__contents .item__project:hover .project__wrap .list--project,
  .header .list--nav__contents .item__project.is-open .project__wrap .list--project,
  .header .list--nav__contents .item__project:focus-within .project__wrap .list--project {
    transform: translateY(0);
    transition: opacity 0.3s 0.2s cubic-bezier(0.5, 0.03, 0.25, 1), visibility 0s linear 0s;
  }
  .header.is-light .list--nav__contents .item__contact a .arrow svg,
  body.drawer-open .header .list--nav__contents .item__contact a .arrow svg,
  .page--about .header .list--nav__contents .item__contact a .arrow svg {
    stroke: #2A2A2A;
  }
  .header.is-light .list--nav__contents .item__contact a:hover,
  body.drawer-open .header .list--nav__contents .item__contact a:hover,
  .page--about .header .list--nav__contents .item__contact a:hover {
    border-color: #F7F7F7;
    background: #F7F7F7;
    color: #2A2A2A;
  }
  .header.is-light .list--nav__contents .item__contact a:hover .arrow,
  body.drawer-open .header .list--nav__contents .item__contact a:hover .arrow,
  .page--about .header .list--nav__contents .item__contact a:hover .arrow {
    background: #2A2A2A;
  }
  .header.is-light .list--nav__contents .item__contact a:hover .arrow svg,
  body.drawer-open .header .list--nav__contents .item__contact a:hover .arrow svg,
  .page--about .header .list--nav__contents .item__contact a:hover .arrow svg {
    stroke: #F7F7F7;
  }
  .header .wovn-languages .list--language li button {
    --gap: 0.6em;
  }
  .footer {
    padding-top: 200px;
  }
  .page--home .footer {
    padding-top: min(30vh, 300px);
  }
  .page--home .footer .footer__inner {
    display: grid;
  }
  .page--home .footer .footer__inner .nav--external {
    grid-column: 2;
    grid-row: 1/4;
    justify-self: end;
    align-self: center;
  }
  .page--home .footer .footer__inner .nav--bnr {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 10px;
  }
  .page--home .footer .footer__inner .btn--privacy {
    grid-column: 1;
    grid-row: 2;
    margin-block: 10px;
  }
  .page--home .footer .footer__inner .btn--privacy a {
    --gap: 0.65em;
    --pos-x: 1em;
    --translate-x: 0;
  }
  .page--home .footer .footer__inner .btn--privacy a:hover {
    background: #F7F7F7;
    color: #2A2A2A;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .page--home .footer .footer__inner .btn--privacy a:hover .arrow {
    background: #2A2A2A;
  }
  .page--home .footer .footer__inner .btn--privacy a:hover .arrow svg {
    stroke: #F7F7F7;
  }
  .page--home .footer .footer__inner .copyright {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
    text-align: left;
  }
  .page--home .footer .footer__inner .list--linkexternal li a,
  .page--home .footer .footer__inner .list--linkbnr li a {
    transition: 0.3s;
  }
  .page--home .footer .footer__inner .list--linkexternal li a:hover,
  .page--home .footer .footer__inner .list--linkbnr li a:hover {
    opacity: 0.6;
  }
  .page--home .footer .footer__inner .list--linkbnr {
    gap: 20px;
  }
  .page--home .footer .footer__inner .list--linkbnr li a {
    padding: 10px 20px;
  }
  .page--home .footer .footer__inner .list--linkbnr li.item__ceipa a {
    padding-top: 15px;
  }
  .block--teaser .loop--project-teaser .list--project-teaser li a {
    transition: transform 0.4s cubic-bezier(0.04, 0.57, 0.55, 1.01);
  }
  .block--teaser .loop--project-teaser .list--project-teaser li a:hover {
    transform: scale(0.96);
  }
  .content--main {
    min-height: calc(100vh - 270px);
  }
  .section--list,
  .section--detail {
    padding-top: 120px;
  }
  .page--home .section-tit,
  .section--list .section-tit {
    font-size: max(3.6vw, 4.6rem);
  }
  .section--list .section-tit + .list--info {
    margin-top: 40px;
  }
  .list--info {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 20px;
  }
  .list--info li a {
    flex-direction: column;
    height: 100%;
    padding-bottom: 15px;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .list--info li a:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 12px rgba(10, 10, 10, 0.1);
  }
  .list--info li a .list__txt {
    padding-top: 20px;
    padding-inline: 5px;
  }
  /* loading */
  /* home */
  .page--home section + section {
    margin-top: 140px;
  }
  .page--home .section--hero .mainvisual {
    max-height: calc(100vh - 13vw);
    border-radius: 0 0 20px 20px;
  }
  .page--home .section--hero .block--catch {
    height: 12vw;
    padding: 10px 5px;
  }
  .page--home .section--hero .block--catch .text--catch {
    width: 37vw;
  }
  .page--home .section--hero .block--catch .logo {
    padding: 30px;
    height: 100%;
  }
  .page--home .section--about {
    margin-top: 60px;
  }
  .page--home .section--about .btn {
    max-width: 90%;
  }
  .page--home .section--about .btn--about {
    padding: min(0.5em, 30px);
    padding-left: 1.5em;
    font-size: 3.8vw;
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .page--home .section--about .btn--about::before {
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    transition: 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .page--home .section--about .btn--about:hover {
    background: #fff;
    color: #2A2A2A;
  }
  .page--home .section--about .btn--about:hover::before {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .page--home .section--about .btn--about:hover .arrow {
    background: #2A2A2A;
  }
  .page--home .section--about .btn--about:hover .arrow svg {
    stroke: #fff;
  }
  .page--home .section--about .btn--about .btn--txt {
    font-size: min(2.8rem, 3vw);
  }
  .page--home .section--info .list--info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page--home .section--project {
    display: grid;
    grid-template-columns: 17vw 1fr;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 140px;
  }
  .page--home .section--project:last-child {
    padding-bottom: 0;
  }
  .page--home .section--project .block--tit {
    flex: 0 0 auto;
  }
  .page--home .section--project .section-tit .tit--main {
    font-size: 2.8vw;
  }
  .page--home .section--project .section-tit .tit--sub {
    font-size: 1.8vw;
  }
  .page--home .section--project .list--project {
    flex-grow: 1;
    flex: 1 1 auto;
  }
  .page--home .section--project .list--project li a {
    display: grid;
    grid-template-columns: 53% 1fr;
    grid-template-rows: auto 1fr;
    gap: 15px 30px;
    align-items: start;
    padding-right: 30px;
  }
  .page--home .section--project .list--project li a .thumb {
    grid-row: 1/span 2;
    border-radius: 10px;
    overflow: hidden;
  }
  .page--home .section--project .list--project li a .project--num {
    font-size: 1.8vw;
  }
  .page--home .section--project .list--project li a .project-tit,
  .page--home .section--project .list--project li a .list__txt {
    grid-column: 2;
  }
  .page--home .section--project .list--project li a .project-tit {
    position: relative;
    grid-row: 1;
    padding-block: 10px 15px;
    font-size: 1.8vw;
  }
  .page--home .section--project .list--project li a .project-tit::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, currentColor, currentColor 3px, transparent 3px, transparent 6px);
  }
  .page--home .section--project .list--project li a .project-tit .tit--sub {
    font-size: 1.4vw;
  }
  .page--home .section--project .list--project li a .list__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    grid-row: 2;
  }
  .page--home .section--project .list--project li a .list__more--project {
    margin-right: -20px;
  }
  .page--home .section--project .list--project li a .list__more--project span {
    transition: 0.3s cubic-bezier(0.53, 0.24, 0.24, 1.3);
  }
  .page--home .section--project .list--project li a:hover .list__more--project span:not(.arrow) {
    transform: rotate(-5deg);
  }
  .page--home .section--project .list--project li a:hover .list__more--project span.arrow {
    transform: rotate(-45deg) translate(10px, -50%) scale(1.6);
    background: #2A2A2A;
  }
  .page--home .section--project .list--project li a:hover .list__more--project span.arrow svg {
    stroke: #F7F7F7;
    stroke-width: 0.6;
  }
  .page--home .section--project .list--project li a:hover .list__more--project span.arrow svg use {
    transition-delay: 0.1s;
  }
  .page--home.lang-en .section--hero .text--catch {
    width: 50vw;
    padding-left: 10px;
  }
  .page--home.lang-en .section--project {
    display: grid;
    grid-template-columns: 22vw 1fr;
  }
  .page--info .section--head {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
  .page--info .section--head .section--head__inner {
    gap: 40px;
  }
  .page--info .section--head .head--tit {
    width: calc(50% - 20px);
  }
  .page--info .section--head .head--tit .tit--sub,
  .page--info .section--head .head--tit .tit--en {
    font-size: min(1.8rem, 5vw);
  }
  .page--info .section--head .head--tit .section-tit {
    font-size: 3rem;
  }
  .page--info .section--head .thumb {
    width: calc(50% - 20px);
  }
  .page--info .section--head .txt--lead {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .page--info .section--head .block--overview dl {
    gap: 1.2em 1em;
    align-items: center;
  }
  .page--info .section--head .block--overview dl dt {
    width: 8em;
  }
  .page--info .section--head .block--overview dl dd {
    width: calc(100% - 9em);
  }
  .page--info .section--head .block--overview .list--bases {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
  .page--info .section--head .block--overview .list--bases li {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    justify-content: space-between;
  }
  .page--info .section--head .block--overview .list--bases li .thumb {
    aspect-ratio: 1/1;
  }
  .page--info .list__wrap + .list__wrap {
    margin-top: 140px;
  }
  .page--info .list-tit {
    font-size: max(3vw, 3rem);
  }
  .page--info .section--detail .section--head {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .page--info .section--detail .section--head .head--tit {
    width: calc(100% - min(30%, 350px) - 40px);
  }
  .page--info .section--detail .section--head .section-tit {
    font-size: 2.4rem;
  }
  .page--info .section--detail .section--head .thumb {
    width: min(30%, 350px);
  }
  .page--info .section--detail .txt {
    font-size: 1.5rem;
  }
  .page--about .wrap::before {
    background-image: radial-gradient(circle, rgba(247, 247, 247, 0.1) 1px, transparent 1px);
  }
  .section--detail.section--about {
    padding: 0;
  }
  .section--detail.section--about::before {
    width: 50%;
  }
  .section--detail.section--about .section--inner {
    width: 50%;
    min-height: 100vh;
    margin-left: auto;
    padding: 100px min(5%, 60px) 200px;
  }
  .section--detail.section--about .section-tit {
    font-size: 4.8rem;
  }
  .section--detail.section--about .block--lead p {
    font-size: 1.6rem;
  }
  .section--detail.section--about .block--lead p.txt--catch {
    font-size: 4rem;
  }
  .page--error .section--detail p {
    text-align: center;
  }
  .section--redirect {
    padding: 120px min(5vw, 20px) 160px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .form--confirm,
  .form--post {
    padding: 30px 20px;
  }
  .form--post .input--quarter {
    width: 30%;
  }
  .form--post .input--quarter.postal_code {
    width: 75%;
  }
  /* list__more */
  .list__more a {
    font-size: 1.3rem;
  }
  .header .header__inner {
    padding-inline: 10px;
    transition: padding 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .logo a {
    padding-inline: 15px;
    transition: padding 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .header__inner {
    gap: 10px;
  }
  .header .list--nav__contents > li {
    position: relative;
  }
  .header .list--nav__contents > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, rgba(247, 247, 247, 0.6), rgba(247, 247, 247, 0.6) 3px, transparent 3px, transparent 6px);
  }
  .header .list--nav__contents > li > a,
  .header .list--nav__contents > li button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5em 0;
    font-size: 1.8rem;
  }
  .header .list--nav__contents .item__contact .arrow {
    margin-left: 0.3em;
  }
  .header .list--nav__contents .item__contact .arrow svg {
    stroke-width: 0.6;
  }
  .header .list--nav__contents .item__project .toggle {
    position: relative;
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
  }
  .header .list--nav__contents .item__project .toggle::before, .header .list--nav__contents .item__project .toggle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: currentColor;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .header .list--nav__contents .item__project .toggle::before {
    transform: translate(-50%, -50%);
  }
  .header .list--nav__contents .item__project .toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header .list--nav__contents .item__project .list--project {
    max-height: 0;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.35s cubic-bezier(0.5, 0.03, 0.25, 1), max-height 0.35s cubic-bezier(0.5, 0.03, 0.25, 1), padding 0.35s cubic-bezier(0.5, 0.03, 0.25, 1);
  }
  .header .list--nav__contents .item__project .list--project li a {
    padding: 1em 1em 1em 1.5em;
  }
  .header .list--nav__contents .item__project.is-open .toggle::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
    opacity: 0;
  }
  .header .list--nav__contents .item__project.is-open .list--project {
    max-height: 60em;
    transform: translateY(-10px);
  }
  .drawer {
    position: fixed;
    top: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    z-index: -1;
    color: #F7F7F7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.5, 0.03, 0.25, 1), transform 0.3s cubic-bezier(0.5, 0.03, 0.25, 1), visibility 0.3s cubic-bezier(0.5, 0.03, 0.25, 1);
    --drawer-scale: 0;
  }
  .drawer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    transform: scale(var(--drawer-scale));
    transform-origin: center center;
    will-change: transform;
    z-index: 0;
    border-radius: 10px;
    background: #2A2A2A;
    border: 1px solid rgba(247, 247, 247, 0.1);
  }
  .drawer .drawer__inner {
    position: relative;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }
  .drawer .drawer__inner::before, .drawer .drawer__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
  }
  .drawer .drawer__inner::before {
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(0deg, transparent, #2a2a2a 50%, #2a2a2a);
  }
  .drawer .drawer__inner::after {
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, transparent, #2a2a2a 50%, #2a2a2a);
  }
  .drawer .nav--menu {
    overflow-y: auto;
    height: 100%;
    padding: 80px min(10vw, 25px);
  }
  .drawer.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .drawer.is-open .drawer__inner {
    opacity: 1;
    transition-delay: 0.5s;
  }
  .drawer.is-open .drawer__inner::before,
  .drawer.is-open .drawer__inner::after {
    opacity: 1;
    transition-delay: 1.4s;
    transition-duration: 0.3s;
  }
  body.drawer-open .header::before {
    opacity: 0;
  }
  body.drawer-open .header .header__inner {
    padding-top: 10px;
    padding-right: 25px;
  }
  body.drawer-open .header .logo a {
    padding: 25px 0 10px 30px;
  }
  .footer {
    padding-top: 160px;
  }
  .page--home .footer .footer__inner .list--linkexternal {
    justify-content: center;
  }
  .page--home .footer .footer__inner .nav--bnr,
  .page--home .footer .footer__inner .nav--external {
    margin-bottom: 20px;
  }
  .page--home .footer .footer__inner .list--linkbnr {
    gap: 10px;
    justify-content: center;
  }
  .page--home .footer .footer__inner .list--linkbnr li a {
    padding: 8px 16px;
  }
  .page--home .footer .footer__inner .list--linkbnr li.item__ceipa a {
    padding-top: 13px;
  }
  .page--home .footer .footer__inner .btn--privacy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .content--main {
    min-height: calc(100vh - 230px);
    min-height: calc(100svh - 230px);
  }
  .section--list,
  .section--detail {
    padding-top: 80px;
  }
  .page--home .section-tit,
  .section--list .section-tit {
    font-size: 3.6rem;
  }
  .list--info {
    gap: 15px;
  }
  .list--info li {
    max-width: 90vw;
  }
  .list--info li a {
    gap: 10px;
  }
  .list--info li a .thumb {
    width: min(40%, 180px);
  }
  .list--info li a .list__txt {
    width: calc(60% - 10px);
    min-height: 100%;
    padding-top: 0.5em;
  }
  .list--info li a .list__txt .tit {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
    line-height: 1.6;
    word-break: break-all;
  }
  .list--info li a .category {
    font-size: 1.2rem;
  }
  .list--info li a .arrow {
    right: 10px;
    bottom: 8px;
  }
  .page--home section + section {
    margin-top: 140px;
  }
  .page--home .section--hero {
    padding-top: 100px;
  }
  .page--home .section--hero .mainvisual {
    border-radius: 10px;
  }
  .page--home .section--hero .block--catch {
    padding: 5px 0;
  }
  .page--home .section--hero .block--catch .text--catch {
    width: 82vw;
  }
  .page--home .section--hero .block--catch .text--catch::before {
    bottom: -5%;
  }
  .page--home .section--about {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page--home .section--about .btn {
    max-width: calc(100% - 20px);
  }
  .page--home .section--about .block--loop .loop--txt span {
    line-height: 1.2;
  }
  .page--home .section--about .btn--about {
    padding: min(0.8em, 30px);
    padding-left: 1.5em;
    font-size: min(6rem, 6.65vw);
  }
  .page--home .section--about .btn--about::before {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }
  .page--home .section--about .btn--about .btn--tit {
    white-space: pre-wrap;
  }
  .page--home .section--about .btn--about .btn--txt {
    padding-top: 0.3em;
    font-size: min(2.8rem, 3.5vw);
  }
  .page--home .section--about .btn--about .arrow {
    width: 3em;
    height: 3em;
  }
  .page--home .section--about .btn--about .arrow svg {
    width: 0.6em;
    height: 0.6em;
  }
  .page--home .section--info {
    margin-top: 60px;
  }
  .page--home .section--project {
    padding-bottom: 140px;
  }
  .page--home .section--project:last-child {
    padding-bottom: 0;
  }
  .page--home .section--project .block--tit {
    margin-bottom: 30px;
  }
  .page--home .section--project .section-tit .tit--main {
    font-size: min(3rem, 7.6vw);
  }
  .page--home .section--project .section-tit .tit--sub {
    font-size: min(2rem, 5vw);
  }
  .page--home .section--project .list--project li a .thumb {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .page--home .section--project .list--project li a .project--num {
    font-size: 2rem;
  }
  .page--home .section--project .list--project li a .project-tit {
    padding-block: 10px;
    padding-inline: 5px;
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .page--home .section--project .list--project li a .project-tit .tit--sub {
    font-size: 1.6rem;
  }
  .page--home .section--project .list--project li a .list__txt {
    padding-inline: 5px;
  }
  .page--home .section--project .list--project li a .list__more--project {
    margin-right: -5px;
  }
  .block--teaser .block--loop {
    inset: auto 0 20px;
  }
  .page--home.lang-en .text--catch::before {
    bottom: -9%;
  }
  .page--home.lang-en .section--about .btn--about {
    font-size: min(6rem, 6.5vw);
  }
  .page--home.lang-en .section--about .btn--about .btn--txt {
    margin-bottom: -0.3em;
  }
  .page--home.lang-en .section--about .btn--about .arrow {
    width: 3.5em;
    height: 3.5em;
  }
  .page--info .form__select {
    width: 100%;
    max-width: 400px;
  }
  .page--info .section--head {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .page--info .section--head .section--head__inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .page--info .section--head .section-tit {
    font-size: 2rem;
  }
  .page--info .section--head .txt--lead {
    margin-top: 30px;
  }
  .page--info .section--head .block--overview dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2em 1em;
  }
  .page--info .section--head .block--overview dl dd + dt {
    margin-top: 1em;
  }
  .page--info .section--head .block--overview .list--bases li + li {
    margin-top: 60px;
  }
  .page--info .list__wrap + .list__wrap {
    margin-top: 100px;
  }
  .page--info .list-tit {
    font-size: min(3.6rem, 7.9vw);
  }
  .page--info .section--detail .section--head {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .page--info .section--detail .section--head .section-tit {
    font-size: 1.8rem;
  }
  .page--info .section--detail .section--head .thumb {
    border-radius: 10px;
  }
  .page--info_all_list .section-tit {
    font-size: 3.2rem;
  }
  .page--about .wrap::before {
    display: none;
  }
  .section--detail.section--about {
    padding: 0;
  }
  .section--detail.section--about::before {
    z-index: -1;
  }
  .section--detail.section--about .section--inner {
    position: relative;
    margin-top: calc(100svh - 200px);
    padding: 60px min(5vw, 60px) 200px;
    background: linear-gradient(180deg, transparent, rgba(42, 42, 42, 0.8) 200px, rgba(42, 42, 42, 0.8));
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    overflow: hidden;
  }
  .section--detail.section--about .section--inner::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    inset: -20px;
    background-image: radial-gradient(circle, rgba(247, 247, 247, 0.05) 1px, transparent 1px);
    background-position: 0 0;
    background-size: 8px 8px;
    background-repeat: repeat;
    animation: moveDots 0.6s linear infinite;
    pointer-events: none;
  }
  .section--detail.section--about .section-tit {
    font-size: 4rem;
  }
  .section--detail.section--about .block--lead p.txt--catch {
    font-size: 3rem;
  }
  .page--error .section--detail {
    text-align: left;
  }
  .page--error .section--detail .tit {
    text-align: center;
  }
  .page--error .section--detail p {
    text-align: left;
  }
}