@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: rem(16);
  line-height: 2;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  /*   // macOS and iOS

  &[data-os = "mac-os"],
  &[data-os = "ios"] {

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", sans-serif;
    }
  }

  // macOS

  &[data-os = "mac-os"] body {
    font-weight: 400;
  }

  // iOS

  &[data-os = "ios"] body {
    font-weight: 300;
  } */
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
  font-family: "Smooch Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
}
body a {
  color: #fff;
  text-decoration: none;
}

img,
svg,
video {
  max-width: 100%;
  vertical-align: top;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

.pc-only {
  display: none;
}

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

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  tab-size: 4;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-top {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3.125rem;
  padding: 7rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .l-top {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header {
    z-index: auto;
  }
}

.l-gnav {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 3rem;
  justify-content: space-between;
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-gnav {
    background-color: transparent;
    height: 100%;
    padding: 2rem 2rem 0 2rem;
  }
}

.l-footer {
  margin-top: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 0 2rem 2rem 2rem;
    width: 100%;
  }
}

.l-contents.top {
  display: flex;
  flex-direction: column-reverse;
}
.l-contents__container {
  margin-bottom: 2.5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .l-contents__container {
    margin-bottom: 5rem;
    padding: 0 8.2723279649vw;
  }
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-main-content {
  padding: 5.5rem 0 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main-content {
    padding: 6.75rem 0.9375rem 2.5rem;
    width: 55.6368960469vw;
  }
}
.l-main-content__works {
  margin-left: 0;
  padding-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-main-content__works {
    margin-left: 28.9165446559vw;
    padding-top: 6.75rem;
  }
}

.l-section {
  margin-bottom: 2.5rem;
}
.l-section__col2 {
  display: flex;
  gap: 2.5rem;
}

.l-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-works__list {
    gap: 1.1713030747vw;
    justify-content: space-between;
  }
}
.l-works__list.col3 {
  gap: 2.0833333333vw;
  justify-content: initial;
}
.l-works__list-wrap {
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-works__list-wrap:hover {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

.l-related-article {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-related-article {
    padding: 5rem 0;
  }
}

.c-heading {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.c-heading::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-heading::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-heading__main {
  font-size: 2rem;
}
.c-heading__sub {
  line-height: 1.25;
}
.c-heading__sub::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading__sub::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading__sub.require {
  color: red;
  margin: 1rem 0;
}
.c-heading--small {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.c-heading--small::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading--small::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading--xsmall {
  color: #898989;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.c-heading--xsmall::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading--xsmall::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading__contact {
  margin-bottom: 1.5rem;
}
.c-heading__contact__main {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 0.625rem;
}
.c-heading__contact__main::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.c-heading__contact__main::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}

.c-image {
  display: block;
  margin-bottom: 1.5rem;
}

.c-paragraph {
  margin-bottom: 1.5rem;
}
.c-paragraph__text {
  font-size: 1.125rem;
  letter-spacing: 0.09375rem;
}

.c-works-card {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-works-card {
    list-style: none;
    transition: 0.4s ease-in-out;
    width: 25.6222547584vw;
  }
}
@media screen and (min-width: 768px) {
  .c-works-card:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
.c-works-card__definition {
  align-items: flex-end;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.c-works-card-title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
}
.c-works-card-title__main {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.c-works-card-title__main::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-works-card-title__main::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-works-card-title__sub {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-works-card-title__sub::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-works-card-title__sub::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}

.c-works-card-time {
  font-family: "Smooch Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  line-height: 1.5;
}
.c-works-card-time::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-works-card-time::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.c-works-card-time time {
  font-size: 0.75rem;
  font-weight: 500;
}

.c-button, .c-button__entry-more, .c-button__next {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
}
.c-button a, .c-button__entry-more a, .c-button__next a {
  display: block;
  padding-left: 1.75rem;
  transition: 0.4s ease-in-out;
}
.c-button a:hover, .c-button__entry-more a:hover, .c-button__next a:hover {
  opacity: 0.7;
}
.c-button a:hover::before, .c-button__entry-more a:hover::before, .c-button__next a:hover::before {
  left: -10px;
  transition: 0.4s ease-in-out;
}
.c-button a::before, .c-button__entry-more a::before, .c-button__next a::before {
  -webkit-transform: translateY(-50%);
  background-image: url("../images/icon/icon-angle-left.svg");
  content: "";
  display: inline-block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
  width: 0.75rem;
}
.c-button a::after, .c-button__entry-more a::after, .c-button__next a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-button__next a {
  padding-left: 0;
  padding-right: 1.75rem;
}
.c-button__next a::before {
  background-image: url("../images/icon/icon-angle-right.svg");
  left: initial;
  right: 0;
}
.c-button__next a:hover {
  opacity: 0.7;
}
.c-button__next a:hover::before {
  left: initial;
  right: -10px;
  transition: 0.4s ease-in-out;
}
.c-button__entry-more {
  background-color: #000;
  border: 1px solid #161616;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  line-height: 0.75rem;
  margin-top: 4rem;
  padding: 1.5rem;
  text-align: center;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.c-button__entry-more .is-hide {
  display: none;
}
.c-button__entry-more:hover {
  -webkit-transform: translateY(-4px);
  box-shadow: 0 15px 30px -5px rgba(126, 126, 126, 0.15), 0 0 5px rgba(148, 148, 148, 0.1);
  transform: translateY(-4px);
}

.pagination {
  margin: 2.75rem 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.page-numbers {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  transition: 0.4s ease-in-out;
  width: 2.75rem;
}
.page-numbers:hover {
  background-color: #fff;
  color: #000;
  transition: 0.4s ease-in-out;
}
.page-numbers.current {
  border: none;
  pointer-events: none;
}
.page-numbers.dots {
  border: none;
  pointer-events: none;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.works-list a {
  display: block;
  transition: 0.4s ease-in-out;
}
.works-list a:hover {
  opacity: 0.7;
}
.works-list__block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-list__block {
    width: 32%;
  }
}
.works-list__block img {
  border-radius: 8px;
  display: block;
}
.works-list__block p {
  font-size: 24px;
  font-weight: 600;
}
.works-list__block p svg {
  margin-left: 4px;
  vertical-align: middle;
  width: 16px;
}

.p-menu-icon {
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-menu-icon {
    display: none;
  }
}
.p-menu-icon span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-menu-icon span::before, .p-menu-icon span::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 0.0625rem;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  width: 0.875rem;
}
.p-menu-icon span::before {
  -webkit-transform: translateY(5px);
  position: absolute;
  transform: translateY(5px);
}
.p-menu-icon span::after {
  -webkit-transform: translateY(-5px);
  position: absolute;
  transform: translateY(-5px);
}

.p-menu-list {
  height: 100vh;
  opacity: 0;
  padding-top: 13rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.p-menu-list::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-menu-list {
    height: auto;
    opacity: 1;
    padding-top: 0;
    position: relative;
    visibility: visible;
    width: auto;
  }
}
.p-menu-list__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  list-style: none;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-menu-list__main {
    align-items: flex-end;
    margin-bottom: auto;
  }
}
.p-menu-list__sub {
  align-content: center;
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-menu-list__sub {
    display: none;
  }
}

.p-menu-item {
  -webkit-transform: translateX(250px);
  font-size: 2.5rem;
  font-weight: 500;
  opacity: 0;
  transform: translateX(250px);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.p-menu-item::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-menu-item::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
@media screen and (min-width: 768px) {
  .p-menu-item {
    -webkit-transform: translateX(0);
    font-size: 1.25rem;
    opacity: 1;
    transform: translateX(0);
    transition: 0.4s ease-in-out;
  }
  .p-menu-item:focus {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-menu-item:hover {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}
.p-menu-item__social-icon {
  -webkit-transform: translateX(250px);
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(250px);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.p-menu-item__social-icon img {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-headline {
    -webkit-transform: translateY(-50%);
    display: inline-block;
    padding-left: 9.3704245974vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-headline__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.75rem;
}
.p-headline__block:last-of-type {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-headline__block {
    align-items: flex-start;
  }
}
.p-headline__catchcopy {
  font-size: 2.75rem;
  font-weight: 600;
}
.p-headline__catchcopy::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  width: 0;
}
.p-headline__catchcopy::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  width: 0;
}
@media screen and (min-width: 768px) {
  .p-headline__catchcopy {
    font-size: 3.3333333333vw;
  }
}

.p-symbol-mark {
  -webkit-filter: drop-shadow(0px 0px 10px #cccccc);
  filter: drop-shadow(0px 0px 10px #cccccc);
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-symbol-mark {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1.5s ease-in-out;
  }
}
.p-symbol-mark__image {
  width: 60.8vw;
}
@media screen and (min-width: 768px) {
  .p-symbol-mark__image {
    height: auto;
    width: 30.3806734993vw;
  }
}
@media screen and (min-width: 768px) {
  .p-symbol-mark__blur {
    -webkit-filter: blur(21.9619326501vw);
    -webkit-transform: translate(-50%, -50%);
    background-color: #a5a5a5;
    border-radius: 50%;
    content: "";
    filter: blur(21.9619326501vw);
    height: 29.2825768668vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 29.2825768668vw;
    z-index: -1;
  }
}
.p-symbol-mark.fixed-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-symbol-mark.fixed-right {
    -webkit-transform-origin: center center;
    -webkit-transform: translate(75%, -50%) rotate(360deg);
    display: block;
    position: fixed;
    transform: translate(75%, -50%) rotate(360deg);
    transform-origin: center center;
  }
}
.p-symbol-mark.fixed-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-symbol-mark.fixed-left {
    -webkit-transform-origin: center center;
    -webkit-transform: translate(-175%, -50%) rotate(720deg);
    display: block;
    position: fixed;
    transform: translate(-175%, -50%) rotate(720deg);
    transform-origin: center center;
  }
}
.p-symbol-mark.none {
  display: none;
}

.p-assets {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-assets__block {
  display: flex;
  gap: 2.5rem;
}
.p-assets__title {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 5rem;
}
.p-assets__title::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-assets__title::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-assets__rating {
  display: flex;
  gap: 16px;
}
.p-assets__rating-circle {
  position: relative;
  transition: 0.4s ease-in-out;
}
.p-assets__rating-circle::before, .p-assets__rating-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  transition: 0.4s ease-in-out;
}
.p-assets__rating-circle::before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #C6C6C6;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
}
.p-assets__rating-circle::after {
  height: 1.25rem;
  width: 1.25rem;
}
.p-assets__rating-circle.enable::after {
  background-color: #fff;
}
.p-assets__rating-circle.disable::after {
  background-color: initial !important;
}

@media screen and (min-width: 768px) {
  .p-fnav {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
}
.p-fnav__social-list {
  display: none;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-fnav__social-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-fnav__social-icon :is(a, img) {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-fnav__social-icon {
    transition: 0.4s ease-in-out;
  }
  .p-fnav__social-icon:focus {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .p-fnav__social-icon:hover {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}
@media screen and (min-width: 768px) {
  .p-fnav__copyrights-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-fnav__copyrights-text::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
  .p-fnav__copyrights-text::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
}

.p-data-list__definition {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-data-list__definition::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-data-list__definition::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-data-list__definition:last-of-type {
  margin-bottom: 0;
}

.p-contact-form {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
}
.p-contact-form__cf7 :is(table, tbody, tr, th, td) {
  display: block;
}
.p-contact-form__cf7 tr {
  margin-bottom: 4rem;
}
.p-contact-form__cf7 th {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  text-align: left;
}
.p-contact-form__cf7 th::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-contact-form__cf7 th::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  width: 0;
}
.p-contact-form__cf7 td {
  position: relative;
  transition: 0.4s ease-in-out;
}
.p-contact-form__cf7 td span {
  display: block;
}
.p-contact-form__cf7 td::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 2.5rem;
}
.p-contact-form__cf7 td .p-contact-form__cf7 td span::after input:focus {
  background-color: red;
}
.p-contact-form__cf7 td input, .p-contact-form__cf7 td textarea {
  border-bottom: 1px solid #41525A;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.5rem 0.25rem;
  width: 100%;
}
.p-contact-form__cf7 td input::-webkit-input-placeholder, .p-contact-form__cf7 td textarea::-webkit-input-placeholder {
  color: #41525A;
}
.p-contact-form__cf7 td input::-moz-placeholder, .p-contact-form__cf7 td textarea::-moz-placeholder {
  color: #41525A;
}
.p-contact-form__cf7 td input:-ms-input-placeholder, .p-contact-form__cf7 td textarea:-ms-input-placeholder {
  color: #41525A;
}
.p-contact-form__cf7 td input::-ms-input-placeholder, .p-contact-form__cf7 td textarea::-ms-input-placeholder {
  color: #41525A;
}
.p-contact-form__cf7 td input::placeholder, .p-contact-form__cf7 td textarea::placeholder {
  color: #41525A;
}
.p-contact-form__cf7 td input {
  height: 2.5rem;
}
.p-contact-form__cf7 td textarea {
  display: block;
  height: 9.375rem;
  overflow: hidden;
}
.p-contact-form__cf7--submit {
  background-color: #41525A;
  height: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__cf7--submit {
    max-width: 21.5rem;
    transition: 0.4s ease-in-out;
  }
  .p-contact-form__cf7--submit:hover {
    background-color: #fff;
    color: #000;
  }
}
.p-contact-form__cf7--submit input[type=submit] {
  color: #fff;
  font-weight: 700;
  height: 100%;
  padding-left: 1.5rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-form__cf7--submit input[type=submit] {
    transition: 0.4s ease-in-out;
  }
  .p-contact-form__cf7--submit input[type=submit]:hover {
    color: #000;
  }
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding: 0.75rem 0;
  position: absolute;
}

.must {
  color: red;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #C6C6C6;
}

.p-works-article {
  padding-top: 6.75rem;
}
.p-works-article__main-content {
  border-bottom: 1px solid #fff;
  padding: 0 0 5.5rem;
}
.p-works-article__tumb {
  display: block;
  margin-bottom: 0.5rem;
  position: relative;
}
.p-works-article__tumb::after {
  background: #000;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-works-article__title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  margin-bottom: 1.25rem;
}
.p-works-article__title--main {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-works-article__title--main {
    font-size: 3rem;
    line-height: 1.5;
  }
  .p-works-article__title--main::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
  .p-works-article__title--main::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
}
.p-works-article__title--sub {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-works-article__title--sub {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-works-article__title--sub::before {
    content: "";
    display: block;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
  .p-works-article__title--sub::after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    width: 0;
  }
}
.p-works-article__external-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.p-works-article__external-link::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-works-article__external-link:hover {
  opacity: 0.4;
}
.p-works-article__description {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-works-article__description {
    flex-direction: row;
  }
}
.p-works-article__time {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-works-article__time::before {
  content: "";
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-works-article__time::after {
  content: "";
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  width: 0;
}
.p-works-article__role-block dl {
  color: #C6C6C6;
  display: flex;
  gap: 16px;
}
.p-works-article__genre {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.p-works-article__position {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-works-article__c-paragraph {
  font-family: "Smooch Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.p-works-article__c-paragraph--jp {
  color: #C6C6C6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "メイリオ", "meiryo", sans-serif;
  margin-bottom: 2.5rem;
}

.wp-block-image img {
  width: 100%;
}

.p-menu-list._js-menu-open {
  opacity: 1;
  visibility: visible;
}
.p-menu-list._js-menu-open .p-menu-item {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.9s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out, -webkit-transform 1s ease-in-out;
}
.p-menu-list._js-menu-open .p-menu-item:nth-of-type(2) {
  transition-delay: 0.15s;
}
.p-menu-list._js-menu-open .p-menu-item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-menu-list._js-menu-open .p-menu-item__social-icon {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition-delay: 0.15s;
}
.p-menu-list._js-menu-open .p-menu-item__social-icon:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-menu-list._js-menu-open .p-menu-item__social-icon:nth-of-type(3) {
  transition-delay: 0.45s;
}

._js-menu-open + .p-menu-icon span::before, ._js-menu-open + .p-menu-icon span::after {
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
._js-menu-open + .p-menu-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
._js-menu-open + .p-menu-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*# sourceMappingURL=sourcemaps/style.css.map */