@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho B1", "Zen Antique Soft", serif;
  color: var(--white__color);
  background-color: var(--black__color);
}

p {
  font-size: 1.6rem;
  line-height: 2.5;
}

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

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  padding: 40px 64px;
  top: 0;
  left: 0;
  z-index: 98;
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header__inner .l-header__logo {
  position: relative;
  z-index: 99;
}
.l-header .l-header__inner .l-header__logo-link {
  display: block;
  width: 149px;
}
.l-header .l-header__inner .l-header__logo-link:hover {
  opacity: 0.6;
}
.l-header .l-header__inner .l-header__gnav {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.l-header .l-header__inner .l-header__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.l-header .l-header__inner .l-header__item-link {
  color: var(--white__color);
  font-size: 1.6rem;
}
.l-header .l-header__inner .l-header__gnav--pc .l-header__item-link:hover {
  opacity: 0.6;
}
.l-header .l-header__inner .l-header__button {
  position: relative;
  width: 40px;
  height: 12px;
  z-index: 99;
}
.l-header .l-header__inner .l-header__button .l-header__border {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white__color);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.l-header .l-header__inner .l-header__button .l-header__border:nth-child(2) {
  margin-top: 12px;
}
.l-header .l-header__inner .l-header__button.is_click .l-header__border {
  transition: transform 0.6s ease, opacity 0.3s ease;
  -webkit-transition: transform 0.6s ease, opacity 0.3s ease;
  -moz-transition: transform 0.6s ease, opacity 0.3s ease;
  -ms-transition: transform 0.6s ease, opacity 0.3s ease;
  -o-transition: transform 0.6s ease, opacity 0.3s ease;
}
.l-header .l-header__inner .l-header__button.is_click .l-header__border:nth-child(1) {
  transform: translate(0px, 7px) rotate(45deg);
  -webkit-transform: translate(0px, 7px) rotate(45deg);
  -moz-transform: translate(0px, 7px) rotate(45deg);
  -ms-transform: translate(0px, 7px) rotate(45deg);
  -o-transform: translate(0px, 7px) rotate(45deg);
}
.l-header .l-header__inner .l-header__button.is_click .l-header__border:nth-child(2) {
  transform: translate(0px, -7px) rotate(-45deg);
  -webkit-transform: translate(0px, -7px) rotate(-45deg);
  -moz-transform: translate(0px, -7px) rotate(-45deg);
  -ms-transform: translate(0px, -7px) rotate(-45deg);
  -o-transform: translate(0px, -7px) rotate(-45deg);
}
.l-header .l-header__inner .l-header__gnav--sp {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
.l-header .l-header__inner .l-header__gnav--sp::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background-color: rgba(12, 12, 12, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background-color 0.6s ease, -webkit-backdrop-filter 0.6s ease;
  transition: background-color 0.6s ease, backdrop-filter 0.6s ease;
  transition: background-color 0.6s ease, backdrop-filter 0.6s ease, -webkit-backdrop-filter 0.6s ease;
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__nav {
  width: 100%;
  height: 100%;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__list {
  width: 894px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 104px;
       column-gap: 104px;
  row-gap: 64px;
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__item {
  width: calc(50% - 52px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lightBlack__color);
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__item-link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 4rem;
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__item-link:hover {
  opacity: 0.6;
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__item-link::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 8px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.l-header .l-header__inner .l-header__gnav--sp .l-header__item-sublink {
  font-size: 1.6rem;
}
.l-header .l-header__inner .l-header__gnav--sp.is_open {
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 91;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 1;
  transform: translateY(0);
}
.l-header .l-header__inner .l-header__gnav--sp.is_open::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.64);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(0px);
  z-index: -1;
  animation-name: bgAnimation;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
@keyframes bgAnimation {
  0% {
    background-color: rgba(12, 12, 12, 0);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
  }
  100% {
    background-color: rgba(12, 12, 12, 0.64);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
}
.l-header .l-header__inner .l-header__gnav--sp.is_open .l-header__list {
  animation-name: textAnimation;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes textAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    padding: 24px;
  }
  .l-header .l-header__inner .l-header__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 24px;
  }
  .l-header .l-header__inner .l-header__gnav--sp .l-header__nav {
    padding: 0 24px;
  }
  .l-header .l-header__inner .l-header__gnav--sp .l-header__list {
    flex-direction: column;
    width: 100%;
    row-gap: 32px;
  }
  .l-header .l-header__inner .l-header__gnav--sp .l-header__item {
    width: 100%;
  }
  .l-header .l-header__inner .l-header__gnav--sp .l-header__item-link {
    font-size: 2.4rem;
  }
  .l-header .l-header__inner .l-header__gnav--sp .l-header__item-sublink {
    padding-left: 8px;
    font-size: 1.4rem;
  }
}
.l-footer {
  position: relative;
  padding: 0 56px;
  z-index: 3;
}
.l-footer .l-footer__inner {
  padding: 104px 0 96px;
  border-top: 1px solid var(--lightBlack__color);
}
.l-footer .l-footer__logo {
  width: 216px;
}
.l-footer .l-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 184px;
}
.l-footer .l-footer__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
  margin-bottom: 40px;
  padding-top: 24px;
}
.l-footer .l-footer__item-link {
  font-size: 1.6rem;
  color: var(--white__color);
}
.l-footer .l-footer__item-link:hover {
  opacity: 0.6;
}
.l-footer .l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.l-footer .l-footer__sns-link {
  font-size: 1.6rem;
  color: var(--white__color);
}
.l-footer .l-footer__sns-link:hover {
  opacity: 0.6;
}
.l-footer .l-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer .l-footer__copyright {
  font-size: 1.6rem;
  color: var(--lightBlack__color);
}
.l-footer .l-footer__button {
  position: relative;
  display: block;
  padding-right: 24px;
  font-size: 1.6rem;
  color: var(--white__color);
  z-index: 1;
}
.l-footer .l-footer__button::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 7px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}
.l-footer .l-footer__button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 0 24px;
  }
  .l-footer .l-footer__list {
    margin-bottom: 24px;
  }
  .l-footer .l-footer__copyright {
    font-size: 1.4rem;
  }
  .l-footer .l-footer__button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 80px 0;
  }
  .l-footer .l-footer__logo {
    width: 160px;
  }
  .l-footer .l-footer__item-link {
    font-size: 1.4rem;
  }
  .l-footer .l-footer__sns-link {
    font-size: 1.4rem;
  }
  .l-footer .l-footer__top {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 80px;
  }
  .l-footer .l-footer__nav {
    display: flex;
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .l-footer .l-footer__list {
    padding-top: 0;
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .l-footer .l-footer__copyright {
    font-size: 1.2rem;
  }
  .l-footer .l-footer__sns {
    -moz-column-gap: 24px;
         column-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
  }
  .l-footer .l-footer__button {
    font-size: 1.2rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.u-font-zen {
  font-family: "Zen Antique Soft";
}

.p-mv {
  background-color: var(--black__color);
  height: 100vh;
  width: 100%;
}
.p-mv .p-mv__inner {
  position: relative;
  height: 100%;
  padding: 0 56px;
}
.p-mv .p-mv__top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.p-mv .p-mv__image {
  width: 800px;
}
.p-mv .p-mv__text {
  margin-top: -30px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-mv .p-mv__bottom {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 56px;
  left: 0;
  bottom: 48px;
}
.p-mv .p-mv__copyright {
  color: var(--white__color);
  font-size: 1.4rem;
}
.p-mv .p-mv__currenttime {
  color: var(--white__color);
  font-size: 1.4rem;
}

.p-works::before {
  content: "制作実績";
}
.p-works .p-works-column {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 72px;
}
.p-works .p-works-column__item {
  width: calc(50% - 16px);
}
.p-works .p-works-column__item-link {
  display: block;
  height: 100%;
}
.p-works .p-works-column__item-link:hover .p-works-column__item-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.p-works .p-works-column__item-thumbnail {
  overflow: hidden;
  aspect-ratio: 648/346;
  margin-bottom: 24px;
}
.p-works .p-works-column__item-image {
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.p-works .p-works-column__item-title {
  font-size: 2.4rem;
  color: var(--white__color);
}
.p-works .p-works-column__item-subtitle {
  font-size: 1.4rem;
  color: rgba(217, 217, 217, 0.32);
}

.p-profile::before {
  content: "自己紹介";
}

.p-contact::before {
  content: "お問い合わせ";
}
.p-contact .p-contact-description {
  margin-bottom: 48px !important;
  padding-top: 96px;
  border-top: 1px solid var(--lightBlack__color);
  text-align: center;
}
.p-contact .p-contact-box {
  padding: 0 32px;
}
.p-contact .p-contact-form {
  max-width: 1088px;
  margin: 0 auto;
  padding: 96px 80px;
  background-color: rgba(217, 217, 217, 0.02);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.p-contact .p-contact-form__group:not(:last-child) {
  margin-bottom: 48px;
}
.p-contact .p-contact-form__group:not(:last-child) br {
  display: none;
}
.p-contact .p-contact-form__group-label {
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 24px;
}
.p-contact .p-contact-form__group-input {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  color: var(--white__color);
  background-color: var(--darkBlack);
}
.p-contact .p-contact-form__group-input::-moz-placeholder {
  color: var(--lightBlack__color);
}
.p-contact .p-contact-form__group-input::placeholder {
  color: var(--lightBlack__color);
}
.p-contact .p-contact-form__group-submit {
  display: block;
  width: 364px;
  margin: 0 auto;
  padding: 8px;
  font-size: 1.8rem;
  color: var(--black__color);
  background-color: var(--white__color);
  border: 2px solid var(--white__color);
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.p-contact .p-contact-form__group-submit:hover {
  color: var(--white__color);
  background-color: rgba(217, 217, 217, 0.02);
}

.p-thanks::before {
  content: "お問い合わせ完了";
}
.p-thanks .p-thanks-description {
  padding-top: 96px;
  border-top: 1px solid var(--lightBlack__color);
  text-align: center;
}

.p-single::before {
  content: "制作実績";
}
.p-single .p-single-thumbnail {
  margin-bottom: 72px;
}
.p-single .p-single-url {
  margin-bottom: 96px;
}
.p-single .p-single-detail__inner {
  margin-bottom: 56px;
}
.p-single .p-single-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding-left: 37px;
  text-decoration: underline;
}
.p-single .p-single-link::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_link.png");
  background-size: cover;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.p-single .p-single-link:hover {
  opacity: 0.6;
}
.p-single .p-single-detail__group:not(:first-child) {
  padding-top: 64px !important;
}
.p-single .p-single-detail__group:not(:last-child) {
  padding-bottom: 64px !important;
}
.p-single .p-single-detail__group-description {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .p-mv .p-mv__bottom {
    display: none;
  }
  .p-mv .p-mv__image {
    padding: 0 56px;
    max-width: 800px;
  }
  .p-works .p-works-column {
    row-gap: 40px;
  }
  .p-contact .pc-br {
    display: block !important;
  }
  .p-contact .p-contact-description {
    padding: 64px 16px 0;
    text-align: left;
  }
  .p-contact .p-contact-box {
    padding: 0 16px;
  }
  .p-contact .p-contact-form {
    max-width: 100%;
    padding: 64px 40px;
  }
  .p-contact .p-contact-form__group-label {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .p-contact .p-contact-form__group:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-contact .p-contact-form__group-submit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__inner {
    padding: 0 24px;
  }
  .p-mv .p-mv__top {
    width: 100%;
  }
  .p-mv .p-mv__image {
    max-width: 100%;
  }
  .p-mv .p-mv__text {
    margin-top: -16px;
    font-size: 1.4rem;
    word-break: keep-all;
  }
  .p-works .p-works-column {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .p-works .p-works-column__item {
    width: 100%;
  }
  .p-works .p-works-column__item-title {
    font-size: 1.8rem;
  }
  .p-works .p-works-column__item-thumbnail {
    margin-bottom: 16px;
  }
  .p-contact .pc-br {
    display: none !important;
  }
  .p-contact .p-contact-form__group-input {
    padding: 8px 16px;
  }
  .p-contact .p-contact-description {
    margin-bottom: 32px !important;
    padding: 48px 0 0;
  }
  .p-contact .p-contact-form__group-submit {
    width: 100%;
  }
  .p-contact .p-contact-box {
    padding: 0;
  }
  .p-contact .p-contact-form {
    padding: 48px 24px 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact .p-contact-form {
    padding: 48px 24px;
  }
}
.c-button .c-button-link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-right: 24px;
  font-size: 2.4rem;
  color: var(--white__color);
}
.c-button .c-button-link::before {
  position: absolute;
  content: "";
  background-image: url("../img/icon_arrow.png");
  background-size: cover;
  width: 7px;
  height: 13px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
}
.c-button .c-button-link:hover {
  opacity: 0.6;
}

.c-page {
  position: relative;
  padding: 252px 0 128px;
  z-index: 2;
}
.c-page::before {
  position: fixed;
  font-size: 40rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  top: 74px;
  right: 0px;
  color: rgba(217, 217, 217, 0.02);
  filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: -1;
}
.c-page .c-page-inner {
  padding: 0 56px;
}
.c-page .c-page-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 72px;
}
.c-page .c-page__heading-subtitle {
  display: block;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: var(--white__color);
}
.c-page .c-page__heading-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12rem;
  color: var(--white__color);
}
.c-page .c-page-pankuzushi__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.c-page .c-page-pankuzushi__item-link {
  font-size: 1.4rem;
  color: var(--white__color);
}
.c-page .c-page-pankuzushi__item--border {
  position: relative;
}
.c-page .c-page-pankuzushi__item--border::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--white__color);
  right: -72px;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.c-page .c-page-group {
  padding: 96px 32px 0;
  border-top: 1px solid var(--lightBlack__color);
  display: flex;
  -moz-column-gap: 104px;
       column-gap: 104px;
}
.c-page .c-page-group:not(:last-child) {
  padding-bottom: 88px;
}
.c-page .c-page-title {
  font-size: 3.2rem;
  font-weight: 600;
  writing-mode: vertical-rl;
}
.c-page .c-page-heading {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 6.4rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.c-page .c-page-name {
  margin-bottom: 24px;
}
.c-page .c-page-subheading {
  margin-bottom: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--lightBlack__color);
}
.c-page .num {
  font-size: 1.6rem;
}
.c-page .c-page-description:not(:last-child) {
  margin-bottom: 32px;
}
.c-page .c-page-categories {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.c-page .c-page-categories__item {
  padding: 2px 12px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(58, 58, 58, 0.16);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.c-page .c-page-detail__group .c-page-categories__item {
  width: 111px;
  text-align: center;
}
.c-page .c-page-detail__inner {
  padding: 104px 80px;
  background-color: rgba(217, 217, 217, 0.02);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.c-page .c-page-detail__group:not(:last-child) {
  padding-bottom: 88px;
  border-bottom: 1px solid var(--lightBlack__color);
}
.c-page .c-page-detail__group:not(:first-child) {
  padding-top: 88px;
}
.c-page .c-page-detail__group-heading {
  margin-bottom: 32px;
}
.c-page .c-page-detail__group-subtitle {
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: var(--lightBlack__color);
}
.c-page .c-page-detail__group-title {
  font-size: 2.4rem;
  font-weight: 600;
}
.c-page .c-page-detail__group-description {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .c-page .pc-br {
    display: none;
  }
  .c-page .c-page-inner {
    padding: 0 24px;
  }
  .c-page .c-page__heading-title {
    font-size: 9.6rem;
  }
  .c-page .c-page-title {
    font-size: 2rem;
  }
  .c-page .c-page-group {
    padding: 64px 24px 0;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
  .c-page .c-page-group:not(:last-child) {
    padding-bottom: 72px;
  }
  .c-page .c-page-title {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
  .c-page .c-page-categories {
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .c-page .c-page-categories__item {
    font-size: 1.4rem;
  }
  .c-page .c-page-detail__inner {
    padding: 80px 64px;
  }
  .c-page .c-page-detail__group-heading {
    margin-bottom: 24px;
  }
  .c-page .c-page-detail__group:not(:last-child) {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-page {
    padding: 160px 0 88px;
  }
  .c-page::before {
    font-size: 20rem;
    right: -64px;
  }
  .c-page .c-page-pankuzushi__item-link {
    font-size: 1.2rem;
  }
  .c-page .c-page-top {
    row-gap: 32px;
    margin-bottom: 56px;
  }
  .c-page .c-page-title {
    font-size: 1.6rem;
  }
  .c-page .c-page__heading-subtitle {
    margin-bottom: 8px;
  }
  .c-page .c-page__heading-title {
    font-size: 5.6rem;
  }
  .c-page .c-page-categories .c-page-categories__item {
    width: calc(50% - 8px);
    text-align: center;
  }
  .c-page .c-page-group {
    padding: 64px 16px 0;
  }
  .c-page .num {
    font-size: 1.2rem;
  }
  .c-page .c-page-heading {
    font-size: 3.2rem;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .c-page .c-page-top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
  }
  .c-page .c-page-detail__inner {
    padding: 48px 16px;
  }
  .c-page .c-page-group {
    padding: 48px 0 0;
  }
  .c-page .c-page-categories {
    row-gap: 8px;
  }
  .c-page .c-page-detail__group:not(:first-child) {
    padding-top: 64px;
  }
  .c-page .c-page-group:not(:last-child) {
    padding-bottom: 48px;
  }
  .c-page .c-page-detail__group-heading {
    margin-bottom: 16px;
  }
  .c-page .c-page-detail__group-title {
    font-size: 2rem;
  }
  .c-page .c-page-detail__group-description {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 440px) {
  .c-page .c-page-categories .c-page-categories__item {
    width: 100%;
  }
}
:root {
  --black__color: #0C0C0C;
  --darkBlack: #1A1A1A;
  --lightBlack__color: #3A3A3A;
  --white__color: #D9D9D9;
}/*# sourceMappingURL=style.css.map */