@charset "UTF-8";
/**
 * Foundation
 */
/* Breakpoints */
/* Size */
/* Font */
/* Color */
/* Easing */
/* Default */
/* In */
/* Out */
/* In Out */
/* px数をremに変換 */
/* px数をvwに変換 */
/* px数をvwに変換(スクロールバー減算なし) */
/* 1550pxを基準にvw変換 */
/* line-heightを返す */
/* カラーコードのシャープマークを削除して返す */
/* 
  レスポンシブ（以上）
*/
/* 
  レスポンシブ（未満）
*/
/* ホバー */
/* 疑似要素（絶対配置） */
/* aタグのサイズを親要素に合わせる */
/* clearfix */
/* a11y-css-resetから引用 
  https://github.com/mike-engel/a11y-css-reset
*/
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     * 3. Remove gray overlay on links for iOS.
     */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
     * Remove the margin in all browsers.
     */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
     * Prevent vertical alignment issues.
     */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
     * Reset form fields to make them styleable
     */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
     * Reset radio and checkbox appearance to preserve their look in iOS.
     */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Remove arrow in IE10 & IE11
     */
select::-ms-expand {
  display: none;
}

/**
     * Remove padding
     */
option {
  padding: 0;
}

/**
     * Reset to invisible
     */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the outline style in Safari.
     */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Clickable labels
     */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Remove outline for editable content.
     */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

/**
    * Remove dialog UA Style
    */
:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  --scrollBarWidth: 0px; /* 初期値 */
  color: #000;
}

* {
  letter-spacing: 0.02em;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  outline: 0;
}

@media not all and (min-width: 769px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

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

/**
 * Base Element
 */
@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
:where([data-page=member]) .member_list {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
}

:where(.--done [data-page=member]) .member_list {
  opacity: 1;
  transform: translateY(0);
}

:where([data-page=member]) .profile {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.25s;
}
:where([data-page=member]) .profile_image {
  filter: grayscale(1);
  transition: filter 0.4s 0.65s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
:where([data-page=member]) .profile_work_group .profile_work_image_wrap {
  filter: grayscale(1);
  transition: filter 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
:where([data-page=member]) .profile_members .profile_members_image_wrap {
  filter: grayscale(1);
  transition: filter 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

:where(.--done [data-page=member]) .profile {
  opacity: 1;
  transform: translateY(0);
}
:where(.--done [data-page=member]) .profile_image {
  filter: grayscale(0);
}
:where(.--done [data-page=member]) .profile_work_group.--active.isAnimationStarted .profile_work_image_wrap {
  filter: grayscale(0);
}
:where(.--done [data-page=member]) .profile_members.isAnimationStarted .profile_members_image_wrap {
  filter: grayscale(0);
}

:where([data-page=member]) .work_client {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
}
:where([data-page=member]) .work_title {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.4s;
}
:where([data-page=member]) .work_movie,
:where([data-page=member]) .work_thumb {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.45s;
}
:where([data-page=member]) .work_wysiwyg {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s;
}

:where(.--done [data-page=member]) .work_client,
:where(.--done [data-page=member]) .work_title,
:where(.--done [data-page=member]) .work_movie,
:where(.--done [data-page=member]) .work_thumb,
:where(.--done [data-page=member]) .work_wysiwyg {
  opacity: 1;
  transform: translateY(0);
}

:where([data-page=about]) .about_title {
  opacity: 0;
}
:where([data-page=about]) .about_paragraph {
  background: linear-gradient(#000 0, #000 50%, transparent 60%, transparent 100%);
  background-size: 100% 250%;
  background-position: 0% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
:where([data-page=about]) .about_statement_end {
  opacity: 0;
}
:where([data-page=about]) .about_bottom {
  opacity: 0;
  --underline-scale: 0.05;
}
:where([data-page=about]) .about_bottom::before {
  transform-origin: left;
  transform: scaleX(var(--underline-scale));
}

:where([data-page=contact]) .contact_title {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.25s;
}
:where([data-page=contact]) .contact_wysiwyg,
:where([data-page=contact]) .contact_links {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
}

:where(.--done [data-page=contact]) .contact_title,
:where(.--done [data-page=contact]) .contact_wysiwyg,
:where(.--done [data-page=contact]) .contact_links {
  opacity: 1;
  transform: translateY(0);
}

:where([data-page=policy]) .policy_sectionHeading {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.25s;
}
:where([data-page=policy]) .policy_wysiwyg {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.35s;
}

:where(.--done [data-page=policy]) .policy_sectionHeading,
:where(.--done [data-page=policy]) .policy_wysiwyg {
  opacity: 1;
  transform: translateY(0);
}

/**
 * Layout
 */
@media not all and (min-width: 769px) {
  .l-pcNav {
    display: none;
  }
}
.l-pcNav {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.l-pcNav_list {
  display: flex;
  justify-content: end;
  height: 100%;
}

.l-pcNav_item {
  width: 100%;
  width: 48px;
  height: 100vh;
  position: relative;
  transition: flex-grow 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 20;
}
.l-pcNav_item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  transition: background-color 0.3s 0.1s ease-in;
  background-color: transparent;
}
.l-pcNav_item:nth-of-type(5) {
  justify-self: end;
}
.l-pcNav_item:nth-of-type(n + 2) {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.l-pcNav_link {
  display: block;
  width: 48px;
  height: 100%;
  color: #000;
  background-color: transparent;
  transform: rotate(180deg);
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 48px;
  writing-mode: vertical-lr;
  pointer-events: auto;
  transition: background-color 0.3s 0.1s cubic-bezier(0.42, 0, 1, 1), color 0.3s 0.12s cubic-bezier(0.42, 0, 1, 1), opacity 0.3s 0.5s, visibility 0.3s 0.5s;
}
.l-pcNav_link.--clicked {
  pointer-events: none;
  background-color: #000;
  color: #fff;
  transition: unset;
}
@media (hover: hover) and (pointer: fine) {
  .l-pcNav_link:hover {
    background-color: #000;
    color: #fff;
  }
}

:where([data-page=member]) [data-nav-target=member],
:where([data-page=about]) [data-nav-target=about],
:where([data-page=contact]) [data-nav-target=contact],
:where([data-page=policy]) [data-nav-target=policy] {
  flex-grow: 1;
}
:where([data-page=member]) [data-nav-target=member] .l-pcNav_link,
:where([data-page=about]) [data-nav-target=about] .l-pcNav_link,
:where([data-page=contact]) [data-nav-target=contact] .l-pcNav_link,
:where([data-page=policy]) [data-nav-target=policy] .l-pcNav_link {
  pointer-events: none;
  background-color: #000;
  color: #fff;
}

:where([data-page=top]) [data-nav-target=top] {
  flex-grow: 1;
}

:where([data-page=top]) .l-pcNav_item:nth-of-type(n + 2) {
  border-color: rgba(255, 255, 255, 0.5);
}
:where([data-page=top]) .l-pcNav_link {
  color: #fff;
  background-color: #000;
}
:where([data-page=top]) .l-pcNav_link.--clicked {
  background-color: #fff;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=top]) .l-pcNav_link:hover {
    background-color: #fff;
    color: #000;
  }
}
:where([data-page=top]) [data-nav-target=top] {
  opacity: 0;
  visibility: hidden;
}

.--transition :where([data-page=top]) [data-nav-target=top]::before,
.--transition :where([data-page=member]) [data-nav-target=member]::before,
.--transition :where([data-page=about]) [data-nav-target=about]::before,
.--transition :where([data-page=contact]) [data-nav-target=contact]::before,
.--transition :where([data-page=policy]) [data-nav-target=policy]::before {
  background-color: #000;
  transition: background-color 0s 0s;
}

.--start .l-pcNav_link {
  pointer-events: none;
}

.l-holder {
  min-height: 100svh;
  position: relative;
  z-index: 1;
  opacity: 1;
}
@supports not (height: 1svh) {
  .l-holder {
    min-height: 80vh;
  }
}

:where([data-page=top]) .l-holder {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .l-holder {
    width: calc(100vw - var(--scrollBarWidth) - 240px);
    transition: opacity 0.5s 0.2s;
  }
  :where([data-page=top]) .l-holder {
    left: 48px;
  }
  :where([data-page=member]) .l-holder {
    left: 96px;
  }
  :where([data-page=about]) .l-holder {
    left: 144px;
  }
  :where([data-page=contact]) .l-holder {
    left: 192px;
  }
  :where([data-page=policy]) .l-holder {
    left: 240px;
  }
}
.l-header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}

.l-header_inner {
  position: relative;
}

.l-header_top {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  -moz-column-gap: 32.421875vw;
       column-gap: 32.421875vw;
  padding: 7.8125vw 0 7.8125vw 5.2083333333vw;
}
.l-header_top::before {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  height: 120%;
  content: "";
  -webkit-backdrop-filter: blur(0.8em);
          backdrop-filter: blur(0.8em);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.049) 7.75%, rgba(0, 0, 0, 0.104) 11.25%, rgba(0, 0, 0, 0.45) 23.55%, rgba(0, 0, 0, 0.55) 26.45%, rgba(0, 0, 0, 0.896) 38.75%, rgba(0, 0, 0, 0.951) 42.25%, rgb(0, 0, 0) 50%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.049) 7.75%, rgba(0, 0, 0, 0.104) 11.25%, rgba(0, 0, 0, 0.45) 23.55%, rgba(0, 0, 0, 0.55) 26.45%, rgba(0, 0, 0, 0.896) 38.75%, rgba(0, 0, 0, 0.951) 42.25%, rgb(0, 0, 0) 50%);
}
.l-header_top::after {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  height: 120%;
  content: "";
  -webkit-backdrop-filter: blur(1.8em);
          backdrop-filter: blur(1.8em);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.049) 15.5%, rgba(0, 0, 0, 0.104) 22.5%, rgba(0, 0, 0, 0.45) 47.1%, rgba(0, 0, 0, 0.55) 52.9%, rgba(0, 0, 0, 0.896) 77.5%, rgba(0, 0, 0, 0.951) 91.9%, rgb(0, 0, 0) 100%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.049) 15.5%, rgba(0, 0, 0, 0.104) 22.5%, rgba(0, 0, 0, 0.45) 47.1%, rgba(0, 0, 0, 0.55) 52.9%, rgba(0, 0, 0, 0.896) 77.5%, rgba(0, 0, 0, 0.951) 91.9%, rgb(0, 0, 0) 100%);
}

:where([data-page=top] .l-header_top)::before,
:where([data-page=top] .l-header_top)::after {
  display: none;
}

.l-header_logo {
  width: 46.875vw;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.28s 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0.28s 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.l-header_link {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header_drawerBtn {
  position: relative;
  width: 7.8125vw;
  height: 6.5104166667vw;
}

.l-header_drawerBtn_bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 7.8125vw;
  height: 0.78125vw;
  margin-left: -3.90625vw;
  background-color: #000;
  font-size: 7.8125vw;
  transition: transform 0.4s, margin 0.4s, background-color 0.4s;
  transform-origin: center center;
}

:where(.l-header_drawerBtn[aria-expanded=false]) .l-header_drawerBtn_bar {
  transform: rotate(0deg);
}
:where(.l-header_drawerBtn[aria-expanded=false]) .l-header_drawerBtn_bar-1 {
  margin-top: 0;
}
:where(.l-header_drawerBtn[aria-expanded=false]) .l-header_drawerBtn_bar-2 {
  margin-top: 0.36em;
}
:where(.l-header_drawerBtn[aria-expanded=false]) .l-header_drawerBtn_bar-3 {
  margin-top: 0.73em;
}

:where(.l-header_drawerBtn[aria-expanded=true]) .l-header_drawerBtn_bar-1 {
  transform: rotate(45deg);
  margin-top: 0.375em;
}
:where(.l-header_drawerBtn[aria-expanded=true]) .l-header_drawerBtn_bar-2 {
  opacity: 0;
}
:where(.l-header_drawerBtn[aria-expanded=true]) .l-header_drawerBtn_bar-3 {
  transform: rotate(-45deg);
  margin-top: 0.375em;
}

.l-drawer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 170.5729166667vw;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/bg.gif") repeat 0 0/500px 500px;
}

.l-drawer_nav {
  overflow-y: auto;
  margin-top: 22.1354166667vw;
  padding-top: 7.8125vw;
  max-height: calc(100svh - 22.1354166667vw);
}
@supports not (height: 1svh) {
  .l-drawer_nav {
    max-height: calc(80vh - 22.1354166667vw);
  }
}

.l-drawer_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 28.125vw);
}

.l-drawer_item {
  border-bottom: min(0.1302083333vw, 1px) solid rgba(0, 0, 0, 0.5);
}

.l-drawer_link {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5.2083333333vw;
  font-size: 7.8125vw;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.l-drawer[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6.5104166667vw);
  opacity: 0;
  transition: opacity 0.2s 0.01s cubic-bezier(0, 0, 0.58, 1), transform 0.01s 0.21s linear, visibility 0.01s 0.21s linear;
}
.l-drawer[aria-hidden=true] .l-drawer_link {
  opacity: 0;
  transform: translateX(-1.953125vw);
  transition: opacity 0.2s 0.01s cubic-bezier(0, 0, 0.58, 1), transform 0.01s 0.21s linear;
}

.l-drawer[aria-hidden=false] {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.3s 0.01s cubic-bezier(0.42, 0, 1, 1), visibility 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.l-drawer[aria-hidden=false] .l-drawer_link {
  opacity: 1;
  transform: translateX(0);
}
.l-drawer[aria-hidden=false] :where(.l-drawer_item:nth-of-type(1)) .l-drawer_link {
  transition: opacity 0.24s 0.26s cubic-bezier(0.42, 0, 1, 1), transform 0.26s 0.26s cubic-bezier(0.42, 0, 1, 1);
}
.l-drawer[aria-hidden=false] :where(.l-drawer_item:nth-of-type(2)) .l-drawer_link {
  transition: opacity 0.24s 0.3s cubic-bezier(0.42, 0, 1, 1), transform 0.26s 0.3s cubic-bezier(0.42, 0, 1, 1);
}
.l-drawer[aria-hidden=false] :where(.l-drawer_item:nth-of-type(3)) .l-drawer_link {
  transition: opacity 0.24s 0.34s cubic-bezier(0.42, 0, 1, 1), transform 0.26s 0.34s cubic-bezier(0.42, 0, 1, 1);
}
.l-drawer[aria-hidden=false] :where(.l-drawer_item:nth-of-type(4)) .l-drawer_link {
  transition: opacity 0.24s 0.38s cubic-bezier(0.42, 0, 1, 1), transform 0.26s 0.38s cubic-bezier(0.42, 0, 1, 1);
}
.l-drawer[aria-hidden=false] :where(.l-drawer_item:nth-of-type(5)) .l-drawer_link {
  transition: opacity 0.24s 0.42s cubic-bezier(0.42, 0, 1, 1), transform 0.26s 0.42s cubic-bezier(0.42, 0, 1, 1);
}

:where([data-page=top]) [data-drawer-target=top],
:where([data-page=member]) [data-drawer-target=member],
:where([data-page=about]) [data-drawer-target=about],
:where([data-page=contact]) [data-drawer-target=contact],
:where([data-page=policy]) [data-drawer-target=policy] {
  background-color: #000;
  color: #fff;
}

:where([data-page=top]) .l-header_logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
:where([data-page=top]) :where(.l-header_drawerBtn[aria-expanded=false]) .l-header_drawerBtn_bar {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l-header::before {
    opacity: 0;
  }
  .l-header_top {
    opacity: 1;
    padding: 80px min(80px, 0.0516129032 * (100vw - var(--scrollBarWidth)));
  }
  .l-header_logo {
    width: 270px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-header_drawerBtn {
    display: none;
  }
  .l-drawer {
    display: none;
  }
  .--start .l-header_logo {
    opacity: 0;
  }
  :where([data-page=top]) .l-header_logo {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53), visibility 0.28s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}
.l-container {
  display: grid;
  opacity: 1;
  grid-template-rows: 1fr auto;
  row-gap: calc(0.15625 * (100vw - var(--scrollBarWidth)));
  min-height: calc(100svh - 22.1354166667vw);
  transition: opacity 0.5s 0.2s;
}
@supports not (height: 1svh) {
  .l-container {
    min-height: calc(80vh - 22.1354166667vw);
  }
}

@media screen and (min-width: 769px) {
  .l-container {
    row-gap: 80px;
    min-height: calc(100svh - 190px);
    transition: opacity 0.3s;
  }
  @supports not (height: 1svh) {
    .l-container {
      min-height: calc(80vh - 190px);
    }
  }
}
.--start .l-container {
  opacity: 0;
  transition: opacity 0.3s;
}

.l-content {
  padding-inline: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
}

@media screen and (min-width: 769px) {
  .l-content {
    padding-inline: min(80px, 0.0516129032 * (100vw - var(--scrollBarWidth)));
  }
}
.l-bottom {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  padding-bottom: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}

@media screen and (min-width: 769px) {
  .l-bottom {
    padding-inline: min(80px, 0.0516129032 * (100vw - var(--scrollBarWidth)));
    padding-bottom: 60px;
  }
}
:where(.l-wysiwyg) {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 2;
}
:where(.l-wysiwyg) b,
:where(.l-wysiwyg) strong {
  font-weight: 700;
}
:where(.l-wysiwyg) a {
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
}
:where(.l-wysiwyg) a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/icon-blank.svg") repeat 0 0/cover;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-top: 0.7em;
  vertical-align: top;
}
@media (hover: hover) and (pointer: fine) {
  :where(.l-wysiwyg) a:hover {
    opacity: 0.7;
  }
}
:where(.l-wysiwyg) img {
  width: 100%;
  margin-block-start: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.03125 * (100vw - var(--scrollBarWidth)));
}
:where(.l-wysiwyg) h1 {
  font-size: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  line-height: 2;
  font-weight: 700;
  margin-block-start: calc(0.15625 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  letter-spacing: 0.05em;
}
:where(.l-wysiwyg) h2 {
  font-size: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  font-weight: 500;
  margin-block-start: calc(0.0755208333 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
}
:where(.l-wysiwyg) h2 > span {
  display: inline;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-inline: 0.1em;
  background: linear-gradient(transparent 0, transparent 16%, #000 16%, #000 92%, transparent 92%, transparent 100%);
  letter-spacing: 0.05em;
}
:where(.l-wysiwyg) h1 + h2 {
  margin-block-start: 0;
}
:where(.l-wysiwyg) h2:first-child {
  margin-block-start: 0;
}
:where(.l-wysiwyg) h3,
:where(.l-wysiwyg) h4,
:where(.l-wysiwyg) h5,
:where(.l-wysiwyg) h6 {
  font-size: calc(0.0364583333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4;
  font-weight: 700;
  margin-block-start: calc(0.0651041667 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.0455729167 * (100vw - var(--scrollBarWidth)));
}
:where(.l-wysiwyg) ul,
:where(.l-wysiwyg) ol {
  padding-inline-start: calc(0.03125 * (100vw - var(--scrollBarWidth)));
}
:where(.l-wysiwyg) ol:not([style]) {
  list-style: decimal;
}
:where(.l-wysiwyg) ul:not([style]) {
  list-style: none;
}
:where(.l-wysiwyg) ul:not([style]) li {
  text-indent: -1em;
}
:where(.l-wysiwyg) ul:not([style]) li::before {
  content: "・";
}
:where(.l-wysiwyg) dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-block-start: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.03125 * (100vw - var(--scrollBarWidth)));
}
:where(.l-wysiwyg) dt,
:where(.l-wysiwyg) dd {
  font-weight: 500;
  word-break: break-all;
}
:where(.l-wysiwyg) dt {
  max-width: 7em;
}
:where(.l-wysiwyg) p:empty {
  display: none;
}
:where(.l-wysiwyg) blockquote {
  padding: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  margin-bottom: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  background-color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}
:where(.l-wysiwyg) table {
  margin-block-start: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
:where(.l-wysiwyg) th,
:where(.l-wysiwyg) td {
  box-sizing: border-box;
  padding: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #000;
}
:where(.l-wysiwyg) iframe {
  max-width: 100%;
  display: block;
  aspect-ratio: 1.7777777778;
  height: auto;
}
:where(.l-wysiwyg) hr {
  margin-block: 0.5em;
}
@media screen and (min-width: 769px) {
  :where(.l-wysiwyg) {
    font-size: 16px;
    line-height: 2.5;
  }
  :where(.l-wysiwyg) img {
    margin-block-start: 16px;
    margin-block-end: 16px;
  }
  :where(.l-wysiwyg) h1 {
    font-size: 40px;
    line-height: 1.45;
    margin-block-start: 80px;
    margin-block-end: 40px;
  }
  :where(.l-wysiwyg) h2 {
    font-size: 24px;
    line-height: 1.4583333333;
    margin-block-start: 54px;
    margin-block-end: 16px;
  }
  :where(.l-wysiwyg) h3,
  :where(.l-wysiwyg) h4,
  :where(.l-wysiwyg) h5,
  :where(.l-wysiwyg) h6 {
    font-size: 20px;
    line-height: 1.4;
    margin-block-start: 47px;
    margin-block-end: 14px;
  }
  :where(.l-wysiwyg) ul,
  :where(.l-wysiwyg) ol {
    padding-inline-start: 16px;
  }
  :where(.l-wysiwyg) blockquote {
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  :where(.l-wysiwyg) table {
    margin-block-start: 16px;
    margin-block-end: 16px;
  }
  :where(.l-wysiwyg) th,
  :where(.l-wysiwyg) td {
    padding: 16px;
  }
}

:where(.l-no-wysiwyg) .p:empty {
  display: none;
}

/**
 * Component
 */
.c-breadcrumb_list {
  display: flex;
  -moz-column-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
}

.c-breadcrumb_item {
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  font-weight: 700;
}

.c-breadcrumb_item:nth-of-type(n + 2) {
  position: relative;
}
.c-breadcrumb_item:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.0130208333 * (100vw - var(--scrollBarWidth)));
  left: calc(-0.0390625 * (100vw - var(--scrollBarWidth)));
  width: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0013020833 * (100vw - var(--scrollBarWidth)));
  background-color: #000;
}

.c-breadcrumb_item:nth-last-child(1) {
  flex: 1;
}

.c-breadcrumb_item :where(a) {
  background-image: linear-gradient(#000 0 0);
  background-position: 0 100%;
  background-size: 0% calc(0.0013020833 * (100vw - var(--scrollBarWidth)));
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb_item :where(a):hover {
    background-position: 100% 100%;
    background-size: 100% calc(0.0013020833 * (100vw - var(--scrollBarWidth)));
  }
}

@media screen and (min-width: 769px) {
  .c-breadcrumb_list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .c-breadcrumb_item {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .c-breadcrumb_item:nth-of-type(n + 2)::before {
    top: 10px;
    left: -30px;
    width: 20px;
    height: 1px;
  }
  .c-breadcrumb_item :where(a) {
    background-size: 0% 1px;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .c-breadcrumb_item :where(a):hover {
    background-size: 100% 1px;
  }
}
.c-pageTop {
  display: grid;
  grid-template-rows: repeat(2, auto);
  align-content: center;
  justify-items: center;
  row-gap: calc(0.0104166667 * (100vw - var(--scrollBarWidth)));
  width: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0234375 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}
.c-pageTop::before {
  content: "";
  display: block;
  width: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 96.6%, 95.9% 100%, 50% 10.6%, 4.1% 100%, 0 96.6%);
}

@media screen and (min-width: 769px) {
  .c-pageTop {
    display: none;
  }
}
/**
 * Pages
 */
html:has([data-page=top]) {
  overscroll-behavior: none;
}
html:has([data-page=top]) body {
  overscroll-behavior: none;
}

@supports not (selector(:has(*))) {
  html, body {
    overscroll-behavior: none;
  }
}
.l-webgl_wrap {
  position: fixed;
  inset: 0;
}

.l-base_wrap {
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/bg.gif") repeat 0 0/500px 500px;
  position: fixed;
  inset: 0;
  opacity: 1;
  transition: opacity 0.2s 0.01s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

:where([data-page=top]) .l-base_wrap {
  opacity: 0;
  transition: opacity 1.5s 0.02s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
:where([data-page=top]) .top,
:where([data-page=top]) .notfound {
  display: grid;
  width: 100%;
  height: 100%;
}
:where([data-page=top]) .top_inner {
  justify-self: end;
  align-self: end;
}
:where([data-page=top]) .top_logo {
  width: calc(0.46875 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=top]) .top_copyright {
  margin-top: calc(0.0130208333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0182291667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
}
:where([data-page=top]) .notfound {
  grid-template-rows: 1fr auto;
  row-gap: calc(0.0833333333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=top]) .notfound_inner {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-content: center;
  justify-items: center;
  row-gap: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=top]) .notfound_title,
:where([data-page=top]) .notfound_paragraph,
:where([data-page=top]) .notfound_link {
  color: #fff;
}
:where([data-page=top]) .notfound_title {
  display: grid;
  row-gap: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
:where([data-page=top]) .notfound_title span:nth-of-type(1) {
  font-size: calc(0.1145833333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=top]) .notfound_title span:nth-of-type(2) {
  font-size: calc(0.0625 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=top]) .notfound_paragraph {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  text-align: center;
}
:where([data-page=top]) .notfound_link {
  padding: calc(0.03125 * (100vw - var(--scrollBarWidth))) calc(0.0625 * (100vw - var(--scrollBarWidth)));
  border: calc(0.0013020833 * (100vw - var(--scrollBarWidth))) solid #fff;
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  background: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(0, 0, 0.58, 1), color 0.1s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=top]) .notfound_link:hover {
    color: #000;
    background-position: 0 100%;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) {
  :where([data-page=top]) .top_logo {
    width: 360px;
  }
  :where([data-page=top]) .top_copyright {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
  }
  :where([data-page=top]) .notfound {
    row-gap: 48px;
  }
  :where([data-page=top]) .notfound_inner {
    row-gap: 24px;
  }
  :where([data-page=top]) .notfound_title {
    row-gap: 24px;
  }
  :where([data-page=top]) .notfound_title span:nth-of-type(1) {
    font-size: 64px;
  }
  :where([data-page=top]) .notfound_title span:nth-of-type(2) {
    font-size: 32px;
  }
  :where([data-page=top]) .notfound_paragraph {
    font-size: 16px;
  }
  :where([data-page=top]) .notfound_link {
    padding: 16px 32px;
    border: 1px solid #fff;
    font-size: 16px;
  }
}

:where([data-page=member]) .member_list {
  display: grid;
  justify-items: start;
  grid-template-columns: repeat(1, auto);
  row-gap: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .member_item {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=member]) .member_link:hover .member_name {
    color: #fff;
  }
  :where([data-page=member]) .member_link:hover .member_name::before {
    background-position: 0 100%;
    background-size: 100% 100%;
  }
  :where([data-page=member]) .member_link:hover .member_role,
  :where([data-page=member]) .member_link:hover .member_status {
    color: #fff;
    background-position: 0 100%;
    background-size: 100% 100%;
  }
}
:where([data-page=member]) .member_name {
  position: relative;
  z-index: 2;
  display: inline;
  padding-inline: calc(0.0104166667 * (100vw - var(--scrollBarWidth))) calc(0.00390625 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0833333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.453125;
  letter-spacing: 0.12em;
  font-weight: 700;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/calc(0.2083333333 * (100vw - var(--scrollBarWidth))) calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: transparent;
  transition: color 0.2s 0.1s;
}
:where([data-page=member]) .member_name::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(transparent 10%, #000 10%, #000);
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.1s;
}
:where([data-page=member]) .member_role {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: linear-gradient(#000 0, #000 96%, transparent 96%, transparent 100%);
  display: inline-block;
  margin-top: calc(0.0065104167 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.015625 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.2s, color 0.1s 0.2s;
}
:where([data-page=member]) .member_status {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: linear-gradient(#000 0, #000 96%, transparent 96%, transparent 100%);
  display: inline-block;
  padding-inline: calc(0.015625 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.2s, color 0.1s 0.2s;
}
@media screen and (min-width: 769px) {
  :where([data-page=member]) .member_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    width: min(100%, 956px);
    row-gap: 72px;
    -moz-column-gap: 56px;
         column-gap: 56px;
    margin-top: 14px;
  }
  :where([data-page=member]) .member_link {
    padding-left: 10px;
  }
  :where([data-page=member]) .member_name {
    padding-inline: 10px 4px;
    font-size: 64px;
    line-height: 1.453125;
    letter-spacing: 0.12em;
    background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/160px 80px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  :where([data-page=member]) .member_role {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background: linear-gradient(transparent 0, transparent 16%, #000 16%, #000 92%, transparent 92%, transparent 100%);
    margin-top: 2px;
    padding-inline: 14px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    background-position: 100% 100%;
    background-size: 0 100%;
    background-repeat: no-repeat;
  }
  :where([data-page=member]) .member_status {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background: linear-gradient(transparent 0, transparent 8%, #000 8%, #000 100%, transparent 100%);
    margin-top: 2px;
    padding-inline: 14px;
    font-size: 12px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    background-position: 100% 100%;
    background-size: 0 100%;
    background-repeat: no-repeat;
  }
}

:where([data-page=member]) .profile {
  margin-top: calc(0.0651041667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(5, auto);
  align-items: start;
  -moz-column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_head {
  grid-column: 1/2;
  grid-row: 1/2;
}
:where([data-page=member]) .profile_sns {
  grid-column: 2/3;
  grid-row: 1/2;
}
:where([data-page=member]) .profile_image,
:where([data-page=member]) .profile_wysiwyg,
:where([data-page=member]) .profile_work,
:where([data-page=member]) .profile_members {
  grid-column: 1/3;
}
:where([data-page=member]) .profile_head {
  padding-left: calc(0.01171875 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_name {
  font-size: calc(0.0833333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.453125;
  letter-spacing: 0.12em;
  font-weight: 700;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/calc(0.2083333333 * (100vw - var(--scrollBarWidth))) calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
:where([data-page=member]) .profile_role {
  padding-left: calc(0.00390625 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
}
:where([data-page=member]) .profile_status {
  padding-left: calc(0.00390625 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
}
:where([data-page=member]) .profile_sns {
  display: flex;
  -moz-column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
  align-self: start;
  align-items: center;
  margin-top: calc(0.0494791667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_sns_link {
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(0.078125 * (100vw - var(--scrollBarWidth)));
  height: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_sns_link-home img {
  width: calc(0.0572916667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_sns_link-instagram img {
  width: calc(0.0651041667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_sns_link-x img {
  width: calc(0.0651041667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_image {
  margin-top: calc(0.0833333333 * (100vw - var(--scrollBarWidth)));
  width: calc(0.4192708333 * (100vw - var(--scrollBarWidth)));
  aspect-ratio: 322/483;
  overflow: hidden;
}
:where([data-page=member]) .profile_image img {
  aspect-ratio: 322/483;
  -o-object-fit: cover;
     object-fit: cover;
}
:where([data-page=member]) .profile_wysiwyg {
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_wysiwyg h2 {
  margin-block-start: calc(0.0703125 * (100vw - var(--scrollBarWidth)));
  margin-block-end: calc(0.0442708333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_wysiwyg h2:first-child {
  margin-block-start: 0;
}
:where([data-page=member]) .profile_wysiwyg h3 {
  margin-block-start: 1em;
  margin-block-end: 0.25em;
}
:where([data-page=member]) .profile_wysiwyg p + p {
  margin-block-start: 1em;
}
:where([data-page=member]) .profile_work {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_work_group {
  display: none;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_work_group.--active {
  display: grid;
}
:where([data-page=member]) .profile_work_link {
  display: block;
}
:where([data-page=member]) .profile_work_link.--hover .profile_work_cover {
  animation: slideIn 0.4s forwards;
}
:where([data-page=member]) .profile_work_link.--hover .profile_work_title,
:where([data-page=member]) .profile_work_link.--hover .profile_work_client {
  color: #fff;
  background-position: 0 100%;
  background-size: 100% 100%;
}
:where([data-page=member]) .profile_work_link.--leave .profile_work_cover {
  animation: slideOut 0.4s forwards;
}
:where([data-page=member]) .profile_work_image_wrap {
  display: grid;
  aspect-ratio: 688/386;
  overflow: hidden;
}
:where([data-page=member]) .profile_work_image,
:where([data-page=member]) .profile_work_cover {
  grid-area: 1/2/1/2;
  justify-self: center;
  align-self: center;
  width: 100%;
  overflow: hidden;
}
:where([data-page=member]) .profile_work_image img,
:where([data-page=member]) .profile_work_cover img {
  aspect-ratio: 688/386;
  -o-object-fit: cover;
     object-fit: cover;
}
:where([data-page=member]) .profile_work_cover {
  width: 104%;
  clip-path: inset(0 100% 0 0);
}
:where([data-page=member]) .profile_work_cover img {
  filter: grayscale(100%);
}
:where([data-page=member]) .profile_work_information {
  padding: calc(0.0260416667 * (100vw - var(--scrollBarWidth))) calc(0.0130208333 * (100vw - var(--scrollBarWidth))) calc(0.0208333333 * (100vw - var(--scrollBarWidth))) calc(0.0130208333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_work_title,
:where([data-page=member]) .profile_work_client {
  display: inline;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-inline: 0.1em;
  background: linear-gradient(transparent 0, transparent 16%, #000 16%, #000 92%, transparent 92%, transparent 100%);
  padding-inline: calc(0.0130208333 * (100vw - var(--scrollBarWidth)));
  color: #000;
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
}
:where([data-page=member]) .profile_work_title {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4583333333;
  transition: background-size 0.3s 0.1s, color 0.1s 0.1s;
}
:where([data-page=member]) .profile_work_client {
  display: inline-block;
  margin-top: calc(0.0026041667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  transition: background-size 0.3s 0.2s, color 0.1s 0.2s;
}
:where([data-page=member]) .profile_work_readmore {
  justify-self: center;
  display: block;
  width: calc(0.390625 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1302083333 * (100vw - var(--scrollBarWidth)));
  border: calc(0.0013020833 * (100vw - var(--scrollBarWidth))) solid #000;
  margin-top: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(0, 0, 0.58, 1), color 0.1s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=member]) .profile_work_readmore:hover {
    color: #fff;
    background-position: 0 100%;
    background-size: 100% 100%;
  }
}
:where([data-page=member]) .profile_work_readmore:disabled {
  display: none;
}
:where([data-page=member]) .profile_members {
  margin-top: calc(0.1458333333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_members_heading {
  font-size: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  font-weight: 700;
  display: inline;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-inline: 0.1em;
  background: linear-gradient(transparent 0, transparent 16%, #000 16%, #000 92%, transparent 92%, transparent 100%);
}
:where([data-page=member]) .profile_members_inner {
  margin-top: calc(0.0455729167 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_members_link {
  display: grid;
}
:where([data-page=member]) .profile_members_link.--hover .profile_members_cover {
  animation: slideIn 0.4s forwards;
}
:where([data-page=member]) .profile_members_link.--hover .profile_members_name {
  color: #fff;
}
:where([data-page=member]) .profile_members_link.--hover .profile_members_name::before {
  background-position: 0 100%;
  background-size: 100% 100%;
}
:where([data-page=member]) .profile_members_link.--hover .profile_members_role,
:where([data-page=member]) .profile_members_link.--hover .profile_members_status {
  color: #fff;
  background-position: 0 100%;
  background-size: 100% 100%;
}
:where([data-page=member]) .profile_members_link.--leave .profile_members_cover {
  animation: slideOut 0.4s forwards;
}
:where([data-page=member]) .profile_members_image_wrap {
  display: grid;
  aspect-ratio: 322/430;
  overflow: hidden;
}
:where([data-page=member]) .profile_members_image,
:where([data-page=member]) .profile_members_cover {
  grid-area: 1/2/1/2;
  justify-self: center;
  align-self: center;
  width: 100%;
  overflow: hidden;
}
:where([data-page=member]) .profile_members_image img,
:where([data-page=member]) .profile_members_cover img {
  aspect-ratio: 322/430;
  -o-object-fit: cover;
     object-fit: cover;
}
:where([data-page=member]) .profile_members_cover {
  width: 104%;
  clip-path: inset(0 100% 0 0);
}
:where([data-page=member]) .profile_members_cover img {
  filter: grayscale(100%);
}
:where([data-page=member]) .profile_members_data {
  margin-top: calc(0.01953125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_members_name {
  position: relative;
  display: inline;
  padding-inline: calc(0.0065104167 * (100vw - var(--scrollBarWidth))) calc(0.0026041667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.12em;
  font-weight: 700;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/calc(0.1197916667 * (100vw - var(--scrollBarWidth))) calc(0.0598958333 * (100vw - var(--scrollBarWidth)));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: transparent;
  transition: color 0.1s 0.1s;
}
:where([data-page=member]) .profile_members_name::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(transparent 8%, #000 8%, #000);
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.1s;
}
:where([data-page=member]) .profile_members_role {
  display: inline;
  color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-inline: 0.1em;
  background: linear-gradient(transparent 0, transparent 16%, #000 16%, #000 92%, transparent 92%, transparent 100%);
  display: inline-block;
  margin-top: calc(0.0091145833 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0052083333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.2s, color 0.1s 0.2s;
}
:where([data-page=member]) .profile_members_status {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background: linear-gradient(#000 0, #000 96%, transparent 96%, transparent 100%);
  display: inline-block;
  padding-inline: calc(0.0052083333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0182291667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s 0.2s, color 0.1s 0.2s;
}
:where([data-page=member]) .profile_members_controls {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_members_controls.--hidden {
  display: none;
}
:where([data-page=member]) .profile_members_arrows {
  display: grid;
  grid-template-columns: repeat(2, calc(0.1041666667 * (100vw - var(--scrollBarWidth))));
  -moz-column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .profile_members_arrow {
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
  border-radius: 50%;
  border: calc(0.0013020833 * (100vw - var(--scrollBarWidth))) solid #000;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1), background-color 0.2s cubic-bezier(0.42, 0, 1, 1);
}
:where([data-page=member]) .profile_members_arrow::before {
  content: "";
  display: block;
  width: calc(0.0338541667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  background-color: #000;
  transition: background-color 0.2s cubic-bezier(0.42, 0, 1, 1);
}
:where([data-page=member]) .profile_members_arrow:disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=member]) .profile_members_arrow:hover {
    background-color: #000;
  }
  :where([data-page=member]) .profile_members_arrow:hover::before {
    background-color: #fff;
  }
}
:where([data-page=member]) .profile_members_arrow-prev::before {
  clip-path: polygon(0 50%, 96.6% 100%, 100% 95.9%, 10.6% 50%, 100% 4.1%, 96.6% 0);
}
:where([data-page=member]) .profile_members_arrow-next::before {
  clip-path: polygon(100% 50%, 3.4% 100%, 0 95.9%, 89.4% 50%, 0 4.1%, 3.4% 0);
}
:where([data-page=member]) .profile_members_progress {
  width: calc(0.5208333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0026041667 * (100vw - var(--scrollBarWidth)));
  background-color: rgba(0, 0, 0, 0.3);
}
:where([data-page=member]) .profile_members_progress_inner {
  height: calc(0.0026041667 * (100vw - var(--scrollBarWidth)));
  width: 0;
  background-color: #000;
  transition: width 400ms ease;
}
@media screen and (min-width: 769px) {
  :where([data-page=member]) .profile {
    margin-top: unset;
  }
  :where([data-page=member]) .profile_inner {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  :where([data-page=member]) .profile_image {
    grid-column: 1/2;
  }
  :where([data-page=member]) .profile_work,
  :where([data-page=member]) .profile_members {
    grid-column: 1/3;
  }
  :where([data-page=member]) .profile_head {
    padding-left: unset;
  }
  :where([data-page=member]) .profile_name {
    font-size: 64px;
    line-height: 1.453125;
    letter-spacing: 0.12em;
    background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/160px 80px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  :where([data-page=member]) .profile_role {
    margin-top: 2px;
    padding-left: 3px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  :where([data-page=member]) .profile_status {
    margin-top: 4px;
    padding-left: 3px;
    font-size: 12px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  :where([data-page=member]) .profile_sns {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 40px;
    justify-self: start;
    justify-content: end;
  }
  :where([data-page=member]) .profile_sns_link {
    width: 30px;
    height: 30px;
  }
  :where([data-page=member]) .profile_sns_link-home img {
    width: 22px;
  }
  :where([data-page=member]) .profile_sns_link-instagram img {
    width: 25px;
  }
  :where([data-page=member]) .profile_sns_link-x img {
    width: 25px;
  }
  :where([data-page=member]) .profile_image {
    margin-top: 10px;
    width: 320px;
  }
  :where([data-page=member]) .profile_wysiwyg {
    margin-top: 54px;
    line-height: 2;
  }
  :where([data-page=member]) .profile_wysiwyg h2 {
    margin-block-start: 54px;
    margin-block-end: 16px;
  }
  :where([data-page=member]) .profile_work {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin-top: 60px;
  }
  :where([data-page=member]) .profile_work_group {
    row-gap: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  :where([data-page=member]) .profile_work_information {
    padding: 20px 2px;
  }
  :where([data-page=member]) .profile_work_title {
    font-size: 16px;
    line-height: 1.375;
  }
  :where([data-page=member]) .profile_work_client {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  :where([data-page=member]) .profile_work_title,
  :where([data-page=member]) .profile_work_client {
    padding-inline: 10px;
  }
  :where([data-page=member]) .profile_work_readmore {
    width: 150px;
    height: 50px;
    border: 1px solid #000;
    margin-top: 20px;
    font-size: 16px;
  }
  :where([data-page=member]) .profile_members {
    margin-top: 75px;
  }
  :where([data-page=member]) .profile_members_heading {
    font-size: 24px;
    line-height: 1.4583333333;
  }
  :where([data-page=member]) .profile_members_inner {
    margin-top: 36px;
  }
  :where([data-page=member]) .profile_members_data {
    margin-top: 15px;
  }
  :where([data-page=member]) .profile_members_name {
    padding-inline: 5px 2px;
    font-size: 34px;
    line-height: 1.4411764706;
    letter-spacing: 0.12em;
    background: url("/wp-content/themes/eigasha-theme/assets/img/common/noise.png") repeat 0 0/98px 49px;
    background-clip: text;
    -webkit-background-clip: text;
  }
  :where([data-page=member]) .profile_members_role {
    margin-top: 4px;
    padding-inline: 4px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
  }
  :where([data-page=member]) .profile_members_status {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    background: linear-gradient(transparent 0, transparent 8%, #000 8%, #000 100%, transparent 100%);
    margin-top: 4px;
    padding-inline: 4px;
    font-size: 12px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    background-position: 100% 100%;
    background-size: 0 100%;
    background-repeat: no-repeat;
  }
  :where([data-page=member]) .profile_members_controls {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-top: 60px;
  }
  :where([data-page=member]) .profile_members_arrows {
    grid-template-columns: repeat(2, 50px);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  :where([data-page=member]) .profile_members_arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
  }
  :where([data-page=member]) .profile_members_arrow::before {
    width: 15px;
    height: 20px;
  }
  :where([data-page=member]) .profile_members_progress {
    width: min(400px, 100%);
    height: 1px;
  }
  :where([data-page=member]) .profile_members_progress_inner {
    height: 1px;
  }
}
@media screen and (min-width: 1101px) {
  :where([data-page=member]) .profile_inner {
    grid-template-columns: 1fr 320px;
    grid-template-rows: repeat(4, auto);
    -moz-column-gap: calc(0.0516129032 * (100vw - var(--scrollBarWidth)));
         column-gap: calc(0.0516129032 * (100vw - var(--scrollBarWidth)));
  }
  :where([data-page=member]) .profile_head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  :where([data-page=member]) .profile_sns {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  :where([data-page=member]) .profile_image {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  :where([data-page=member]) .profile_wysiwyg {
    grid-column: 1/2;
  }
  :where([data-page=member]) .profile_sns {
    justify-content: end;
    width: 320px;
    margin-top: 530px;
  }
  :where([data-page=member]) .profile_work_group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1461px) {
  :where([data-page=member]) .profile_work_group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1551px) {
  :where([data-page=member]) .profile_inner {
    grid-template-columns: minmax(750px, auto) 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}

:where([data-page=member]) .work {
  margin-top: calc(0.0651041667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .work_client {
  display: block;
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4583333333;
}
:where([data-page=member]) .work_title {
  display: block;
  margin-top: calc(0.0026041667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.45;
}
:where([data-page=member]) .work_content {
  width: 100%;
  margin-top: calc(0.0390625 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .work_movie,
:where([data-page=member]) .work_thumb {
  width: 100%;
  aspect-ratio: 688/386;
  overflow: hidden;
}
:where([data-page=member]) .work_movie img,
:where([data-page=member]) .work_thumb img {
  aspect-ratio: 688/386;
  -o-object-fit: cover;
     object-fit: cover;
}
:where([data-page=member]) .work_movie {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  pointer-events: none;
}
:where([data-page=member]) .work_movie::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(100%);
}
:where([data-page=member]) .work_movie::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(0.1302083333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1302083333 * (100vw - var(--scrollBarWidth)));
  margin: calc(-0.0651041667 * (100vw - var(--scrollBarWidth))) 0 0 calc(-0.0651041667 * (100vw - var(--scrollBarWidth)));
  border: calc(0.0013020833 * (100vw - var(--scrollBarWidth))) solid #fff;
  border-radius: 50%;
  background: url("/wp-content/themes/eigasha-theme/assets/img/common/icon-movie.svg") no-repeat 50% 50%/contain;
  transform: scale(100%);
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1);
}
:where([data-page=member]) .work_movie img {
  grid-column: 1/2;
  grid-row: 1/2;
  transform: scale(100%);
  transition: transform 0.2s cubic-bezier(0, 0, 0.58, 1);
}
:where([data-page=member]) .work_movie iframe {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  width: 100%;
  height: 100%;
}
:where([data-page=member]) .work_movie.--onReady {
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=member]) .work_movie.--onReady:hover::after {
    transform: scale(95%);
  }
  :where([data-page=member]) .work_movie.--onReady:hover img {
    transform: scale(105%);
  }
}
:where([data-page=member]) .work_movie.--onReady.--started {
  pointer-events: none;
}
:where([data-page=member]) .work_movie.--onReady.--started::before, :where([data-page=member]) .work_movie.--onReady.--started::after {
  opacity: 0;
}
:where([data-page=member]) .work_movie.--onReady.--started img {
  opacity: 0;
}
:where([data-page=member]) .work_movie.--onReady.--started iframe {
  pointer-events: auto;
}
:where([data-page=member]) .work_wysiwyg {
  margin-top: calc(0.0703125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .work_end {
  display: grid;
  justify-items: center;
  margin-top: calc(0.1041666667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=member]) .work_back {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-self: center;
  -moz-column-gap: calc(0.0052083333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0052083333 * (100vw - var(--scrollBarWidth)));
  border: calc(0.0013020833 * (100vw - var(--scrollBarWidth))) solid #000;
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4583333333;
  padding: calc(0.0416666667 * (100vw - var(--scrollBarWidth))) calc(0.0390625 * (100vw - var(--scrollBarWidth)));
  background: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(0, 0, 0.58, 1), color 0.1s cubic-bezier(0.42, 0, 1, 1);
}
:where([data-page=member]) .work_back::before {
  content: "";
  display: block;
  width: calc(0.0208333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0260416667 * (100vw - var(--scrollBarWidth)));
  background-color: #000;
  clip-path: polygon(0 50%, 96.6% 100%, 100% 95.9%, 10.6% 50%, 100% 4.1%, 96.6% 0);
  transition: background-color 0.1s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=member]) .work_back:hover {
    color: #fff;
    background-position: 0 100%;
    background-size: 100% 100%;
  }
  :where([data-page=member]) .work_back:hover::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  :where([data-page=member]) .work {
    margin-top: unset;
  }
  :where([data-page=member]) .work_client {
    font-size: 16px;
    line-height: 2.25;
  }
  :where([data-page=member]) .work_title {
    margin-top: unset;
    font-size: 40px;
    line-height: 1.5;
  }
  :where([data-page=member]) .work_content {
    margin-top: 30px;
  }
  :where([data-page=member]) .work_movie::after {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 1px solid #fff;
  }
  :where([data-page=member]) .work_wysiwyg {
    margin-top: 54px;
  }
  :where([data-page=member]) .work_end {
    margin-top: 60px;
  }
  :where([data-page=member]) .work_back {
    -moz-column-gap: 10px;
         column-gap: 10px;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.4375;
    padding: 14px 30px;
  }
  :where([data-page=member]) .work_back::before {
    width: 16px;
    height: 20px;
  }
}

:where([data-page=about]) .about {
  margin-top: calc(0.0572916667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_title {
  width: calc(0.8828125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_statement {
  padding-block: calc(0.1002604167 * (100vw - var(--scrollBarWidth))) calc(0.1484375 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_paragraph {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 2.5;
}
:where([data-page=about]) .about_paragraph + .about_paragraph {
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_statement_end {
  margin-top: calc(0.0911458333 * (100vw - var(--scrollBarWidth)));
  width: calc(0.546875 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_bottom {
  position: relative;
  padding-top: calc(0.1197916667 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=about]) .about_bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(0.0013020833 * (100vw - var(--scrollBarWidth)));
  background-color: #000;
}
:where([data-page=about]) .about_description {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 2.5;
}
:where([data-page=about]) .about_description + .about_description {
  margin-top: calc(0.03125 * (100vw - var(--scrollBarWidth)));
}
@media screen and (min-width: 769px) {
  :where([data-page=about]) .about {
    margin-top: 8px;
  }
  :where([data-page=about]) .about_title {
    width: 100%;
    max-width: 760px;
  }
  :where([data-page=about]) .about_statement {
    padding-block: 77px 77px;
  }
  :where([data-page=about]) .about_paragraph {
    font-size: 16px;
    line-height: 2.5;
  }
  :where([data-page=about]) .about_paragraph + .about_paragraph {
    margin-top: 40px;
  }
  :where([data-page=about]) .about_statement_end {
    margin-top: 50px;
    width: 300px;
  }
  :where([data-page=about]) .about_bottom {
    padding-top: 66px;
  }
  :where([data-page=about]) .about_bottom::before {
    max-width: 770px;
    height: 1px;
  }
  :where([data-page=about]) .about_description {
    font-size: 16px;
    line-height: 2.5;
  }
  :where([data-page=about]) .about_description + .about_description {
    margin-top: 16px;
  }
}

:where([data-page=contact]) .contact {
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=contact]) .contact_title {
  font-size: calc(0.0520833333 * (100vw - var(--scrollBarWidth)));
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
:where([data-page=contact]) .contact_wysiwyg {
  margin-top: calc(0.01953125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=contact]) .contact_wysiwyg > :first-child {
  margin-top: 0;
}
:where([data-page=contact]) .contact_wysiwyg table {
  width: 100%;
  margin-top: calc(0.1302083333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=contact]) .contact_wysiwyg tr {
  border-top: 1px solid #000;
}
:where([data-page=contact]) .contact_wysiwyg tr th:first-child,
:where([data-page=contact]) .contact_wysiwyg tr td:first-child {
  width: calc(0.2604166667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0364583333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
:where([data-page=contact]) .contact_wysiwyg th,
:where([data-page=contact]) .contact_wysiwyg td {
  padding: calc(0.0442708333 * (100vw - var(--scrollBarWidth))) 0;
  text-align: left;
  vertical-align: top;
  border: unset;
}
:where([data-page=contact]) .contact_wysiwyg th {
  font-size: calc(0.0364583333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.05em;
}
:where([data-page=contact]) .contact_wysiwyg td {
  font-size: calc(0.03125 * (100vw - var(--scrollBarWidth)));
  line-height: 1.6666666667;
}
:where([data-page=contact]) .contact_wysiwyg strong {
  display: inline-block;
  font-weight: 500;
  font-size: calc(0.0416666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.25;
  padding-bottom: calc(0.0130208333 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=contact]) .contact_wysiwyg dl {
  margin-block-start: calc(0.0364583333 * (100vw - var(--scrollBarWidth)));
  margin-block-end: unset;
}
:where([data-page=contact]) .contact_links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  row-gap: calc(0.078125 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.09765625 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=contact]) .contact_link {
  width: calc(0.8958333333 * (100vw - var(--scrollBarWidth)));
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  :where([data-page=contact]) .contact_link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  :where([data-page=contact]) .contact {
    margin-top: unset;
  }
  :where([data-page=contact]) .contact_title {
    font-size: 40px;
    line-height: 2;
  }
  :where([data-page=contact]) .contact_wysiwyg {
    display: inline-block;
    margin-top: 20px;
  }
  :where([data-page=contact]) .contact_wysiwyg > :first-child {
    margin-top: 0;
  }
  :where([data-page=contact]) .contact_wysiwyg table {
    margin-top: 50px;
  }
  :where([data-page=contact]) .contact_wysiwyg tr th:first-child,
  :where([data-page=contact]) .contact_wysiwyg tr td:first-child {
    width: auto;
    min-width: 163px;
    max-width: 290px;
    padding-right: 22px;
    font-size: 22px;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
  }
  :where([data-page=contact]) .contact_wysiwyg th,
  :where([data-page=contact]) .contact_wysiwyg td {
    padding: 30px 0;
  }
  :where([data-page=contact]) .contact_wysiwyg th {
    font-size: 22px;
    line-height: 1.8181818182;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  :where([data-page=contact]) .contact_wysiwyg td {
    font-size: 16px;
    line-height: 2.5;
  }
  :where([data-page=contact]) .contact_wysiwyg strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6666666667;
    padding-bottom: unset;
  }
  :where([data-page=contact]) .contact_wysiwyg dl {
    margin-block-start: 19px;
  }
  :where([data-page=contact]) .contact_links {
    grid-template-columns: repeat(auto-fill, 444px);
    justify-items: start;
    row-gap: 32px;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-top: 62px;
  }
  :where([data-page=contact]) .contact_link {
    width: 444px;
  }
}

:where([data-page=policy]) .policy_wysiwyg > :first-child {
  margin-top: calc(0.078125 * (100vw - var(--scrollBarWidth)));
}
:where([data-page=policy]) .policy_wysiwyg h2 span {
  padding-block: 0.1em;
}
@media screen and (min-width: 769px) {
  :where([data-page=policy]) .policy_wysiwyg > :first-child {
    margin-top: 10px;
  }
}