@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap");
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::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;
}

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

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

ol, ul {
  list-style: none;
}

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

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

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

[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;
  color: inherit;
}

/* 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 */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* 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 */
}

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

/* --------------------------------
common
----------------------------------- */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1340px) {
  html {
    font-size: 0.7407407407vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}

body {
  font-family: YakuHanJP, "LINE Seed JP", sans-serif;
  font-feature-settings: "palt";
  color: #2A2408;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  background: #FDF8E8;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  overflow: hidden;
  touch-action: none;
}

#container {
  width: 100%;
  position: relative;
}

.main {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .main {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #2A2408;
  transition: all 0.4s;
}

section {
  position: relative;
}

.inner {
  width: 129rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 35rem;
  }
}

.inner-slim {
  width: 98rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .inner-slim {
    width: 34rem;
  }
}

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

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

.u-color-pink {
  color: #EA709B;
}

.u-color-gray {
  color: #888888;
}

.u-font-en {
  font-family: "Montserrat", sans-serif;
}

/* --------------------------------
animation
----------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes underline {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  20% {
    opacity: 1;
    clip-path: inset();
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes lineDisappear {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes lineAppear {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes lineDisappear-bg {
  0% {
    background-size: 100% 0.1rem;
  }
  10% {
    background-size: 0% 0.1rem;
  }
  100% {
    background-size: 100% 0.1rem;
  }
}
@keyframes lineDisappear-bg02 {
  0% {
    background-size: 0% 0.1rem;
  }
  100% {
    background-size: 100% 0.1rem;
  }
}
@keyframes bar01 {
  0% {
    width: 100%;
  }
  50% {
    width: 30%;
  }
  100% {
    width: 56%;
  }
}
@keyframes bar02 {
  0% {
    width: 56%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 30%;
  }
}
@keyframes bar03 {
  0% {
    width: 30%;
  }
  50% {
    width: 56%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bar01-back {
  0% {
    width: 56%;
  }
  50% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bar02-back {
  0% {
    width: 30%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 56%;
  }
}
@keyframes bar03-back {
  0% {
    width: 100%;
  }
  50% {
    width: 56%;
  }
  100% {
    width: 30%;
  }
}
@keyframes hb-open-bar1 {
  0% {
    top: 0;
    transform: scaleY(0.5) rotate(0deg);
    width: 100%;
  }
  50% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(0deg);
    width: 100%;
  }
  100% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(45deg);
    width: 100%;
  }
}
@keyframes hb-open-bar2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hb-open-bar3 {
  0% {
    top: 2.1rem;
    transform: scaleY(0.5) rotate(0deg);
    width: 30%;
  }
  50% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(0deg);
    width: 100%;
  }
  100% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(-45deg);
    width: 100%;
  }
}
@keyframes hb-close-bar1 {
  0% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(45deg);
    width: 100%;
  }
  50% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(0deg);
  }
  100% {
    top: 0;
    transform: scaleY(0.5) rotate(0deg);
    width: 100%;
  }
}
@keyframes hb-close-bar2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hb-close-bar3 {
  0% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(-45deg);
    width: 100%;
  }
  50% {
    top: 1.05rem;
    transform: scaleY(0.5) rotate(0deg);
  }
  100% {
    top: 2.1rem;
    transform: scaleY(0.5) rotate(0deg);
    width: 30%;
  }
}
@keyframes blink-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes shutter-top-v5 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: translateY(5.42rem);
    opacity: 1;
  }
  85% {
    transform: translateY(0.5rem);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes shutter-top-v5-sp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: translateY(2.82rem);
    opacity: 1;
  }
  85% {
    transform: translateY(0.5rem);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes shutter-bottom-v5 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: translateY(-5.42rem);
    opacity: 1;
  }
  85% {
    transform: translateY(-0.5rem);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes shutter-bottom-v5-sp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: translateY(-2.82rem);
    opacity: 1;
  }
  85% {
    transform: translateY(-0.5rem);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes shutter-left-v5 {
  0% {
    transform: translateX(0) scaleY(1);
    opacity: 1;
  }
  40%, 60% {
    transform: translateX(319.5px) scaleY(0);
    opacity: 1;
  }
  85% {
    transform: translateX(1rem) scaleY(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0) scaleY(1);
    opacity: 0;
  }
}
@keyframes shutter-right-v5 {
  0% {
    transform: translateX(0) scaleY(1);
    opacity: 1;
  }
  40%, 60% {
    transform: translateX(-319.5px) scaleY(0);
    opacity: 1;
  }
  85% {
    transform: translateX(-1rem) scaleY(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0) scaleY(1);
    opacity: 0;
  }
}
/* 文字の出現 */
@keyframes text-reveal-4way-v5 {
  0%, 60% {
    opacity: 0;
    clip-path: inset(50% 50% 50% 50%);
    transform: scale(0.98);
  }
  63% {
    opacity: 1;
  }
  85% {
    clip-path: inset(10% 0% 10% 0%);
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
    transform: scale(1);
  }
}
@keyframes text-reveal-ltr {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-15px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
/* バーの移動アニメーション */
@keyframes bar-slide-ltr {
  0% {
    left: 0;
    opacity: 0;
    transform: scaleY(0);
  }
  10% {
    opacity: 1;
    transform: scaleY(1);
  }
  90% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    left: 100%;
    opacity: 0;
    transform: scaleY(0);
  }
}
@keyframes text-shine-ttb {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes particle-fly {
  0% {
    transform: translate(0, 0) scale(0) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translate(calc(var(--dx) * 0.15), calc(var(--dy) * 0.15)) scale(1.1) rotate(45deg);
  }
  100% {
    transform: translate(var(--dx), var(--dy)) scale(0) rotate(180deg);
    opacity: 0;
  }
}
/* 液体が上昇する動き */
@keyframes fill-rise {
  0% {
    transform: translateY(140px);
  }
  100% {
    transform: translateY(-100px);
  }
}
/* 波の横移動（ループ用） */
@keyframes wave-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400px);
  }
}
/* --------------------------------
header
----------------------------------- */
.l-header {
  width: 100%;
  height: 8rem;
  background: #FDF8E8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.8s ease-out;
  border-bottom: 0.1rem solid #888888;
}
@media (max-width: 767px) {
  .l-header {
    height: 60px;
    border-bottom-width: 1px;
  }
}
.l-header > .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header > .inner {
    justify-content: center;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  column-gap: 2.8rem;
  position: relative;
  z-index: 10;
}
.l-header__hb-btn-wrap {
  display: flex;
  align-items: center;
}
.l-header__hb-btn {
  width: 4.6rem;
  height: 2.4rem;
  position: relative;
}
.l-header__hb-btn span {
  width: 100%;
  height: 0.3rem;
  background: #2A2408;
  position: absolute;
  left: 0;
  transform: scaleY(0.5);
  transition: width 0.4s, top 0.3s, height 0.3s, transform 0.4s;
  animation: none;
}
.l-header__hb-btn span:nth-of-type(1) {
  top: 0;
}
.l-header__hb-btn span:nth-of-type(2) {
  width: 56%;
  top: 1.05rem;
}
.l-header__hb-btn span:nth-of-type(3) {
  width: 30%;
  top: 2.1rem;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing) {
  /* hover 時のアニメーション */
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover span:nth-of-type(1) {
  animation: bar01 0.6s ease forwards;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover span:nth-of-type(2) {
  animation: bar02 0.6s ease forwards;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover span:nth-of-type(3) {
  animation: bar03 0.6s ease forwards;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing) {
  /* hover を外したときの戻りアニメーション */
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover-out span:nth-of-type(1) {
  animation: bar01-back 0.6s ease forwards;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover-out span:nth-of-type(2) {
  animation: bar02-back 0.6s ease forwards;
}
.l-header__hb-btn:not(.is-open):not(.is-opening):not(.is-closing).is-hover-out span:nth-of-type(3) {
  animation: bar03-back 0.6s ease forwards;
}
.l-header__hb-btn.is-open span {
  width: 100%;
  height: 0.15rem;
}
.l-header__hb-btn.is-open span:nth-of-type(1) {
  top: 1.05rem;
  transform: rotate(45deg);
}
.l-header__hb-btn.is-open span:nth-of-type(2) {
  display: none;
}
.l-header__hb-btn.is-open span:nth-of-type(3) {
  width: 100%;
  top: 1.05rem;
  transform: rotate(-45deg);
}
.l-header__hb-btn.is-opening span:nth-of-type(1) {
  animation: hb-open-bar1 0.4s ease forwards;
}
.l-header__hb-btn.is-opening span:nth-of-type(2) {
  animation: hb-open-bar2 0.4s ease forwards;
}
.l-header__hb-btn.is-opening span:nth-of-type(3) {
  animation: hb-open-bar3 0.4s ease forwards;
}
.l-header__hb-btn.is-closing span:nth-of-type(1) {
  animation: hb-close-bar1 0.4s ease forwards;
}
.l-header__hb-btn.is-closing span:nth-of-type(2) {
  animation: hb-close-bar2 0.4s ease forwards;
}
.l-header__hb-btn.is-closing span:nth-of-type(3) {
  animation: hb-close-bar3 0.4s ease forwards;
}
.l-header__mail {
  display: grid;
  place-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 0.1rem solid #2A2408;
  padding-top: 0.3rem;
  padding-left: 0.4rem;
  background: #FFFFFF;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .l-header__mail {
    width: 48px;
    height: 48px;
  }
}
.l-header__mail span {
  display: block;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .l-header__mail span {
    width: 25px;
  }
}
.l-header__mail span svg {
  width: 100%;
  height: auto;
  display: block;
  stroke: #2A2408;
  transition: stroke 0.3s;
}
@media (any-hover: hover) {
  .l-header__mail:hover {
    background: #2A2408;
  }
  .l-header__mail:hover span svg {
    stroke: #FFFFFF;
  }
}
.l-header__logo a {
  width: 16.4rem;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 120px;
  }
}

/* --------------------------------
footer
----------------------------------- */
.l-footer {
  padding-block: 12rem 6rem;
  color: #fff;
  transition: background-color 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer {
    padding-block: 5rem 2rem;
    margin-bottom: 64px;
  }
}
.l-footer.is-active {
  background: #2A2408;
}
.l-footer a {
  color: #fff;
}
.l-footer__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__text {
    padding-left: 0;
  }
}
.l-footer__text a,
.l-footer__text p {
  display: block;
  font-size: 12.8rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .l-footer__text a,
  .l-footer__text p {
    margin-left: 0;
    font-size: 3.7rem;
  }
}
.l-footer__text a.link-back-to-top,
.l-footer__text p.link-back-to-top {
  margin-left: 29rem;
}
@media (max-width: 767px) {
  .l-footer__text a.link-back-to-top,
  .l-footer__text p.link-back-to-top {
    margin-left: 8.2rem;
  }
}
.l-footer__text a.link-home,
.l-footer__text p.link-home {
  margin-left: 36.5rem;
}
@media (max-width: 767px) {
  .l-footer__text a.link-home,
  .l-footer__text p.link-home {
    margin-left: 10.3rem;
  }
}
.l-footer__text a.link-no,
.l-footer__text p.link-no {
  margin-left: 43.2rem;
}
@media (max-width: 767px) {
  .l-footer__text a.link-no,
  .l-footer__text p.link-no {
    margin-left: 11.4rem;
  }
}
.l-footer__text a {
  --mx: -200%;
  --my: 50%;
  padding-block: 3rem;
  padding-inline: 3rem;
  margin-block: -3rem;
  color: transparent;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 4rem, rgba(0, 0, 0, 0) 4rem), radial-gradient(circle at var(--mx) var(--my), rgba(255, 0, 93, 0.9) 0%, rgb(255, 255, 255) 22rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  transition: opacity 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out;
}
@media (max-width: 767px) {
  .l-footer__text a {
    padding-inline: 0;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    width: 100%;
    flex-direction: column-reverse;
    row-gap: 5rem;
    align-items: center;
    margin-top: 4rem;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    align-items: center;
  }
}
.l-footer__logo {
  width: 23.3rem;
}
.l-footer__address a {
  font-size: 1rem;
  color: #888888;
  position: relative;
}
.l-footer__address a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #888888;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
@media (max-width: 767px) {
  .l-footer__address a::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-footer__address a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
@media (max-width: 767px) {
  .l-footer__nav {
    width: 100%;
  }
}
.l-footer__nav ul {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .l-footer__nav ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-footer__nav ul li {
    border-bottom: 0.1rem solid #888888;
  }
}
.l-footer__nav ul li a {
  font-size: 1.6rem;
  color: #888888;
  position: relative;
}
@media (max-width: 767px) {
  .l-footer__nav ul li a {
    height: 6rem;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    padding-inline: 0.8rem;
  }
}
.l-footer__nav ul li a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #888888;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
@media (max-width: 767px) {
  .l-footer__nav ul li a::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-footer__nav ul li a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}

/* --------------------------------
mv
----------------------------------- */
.l-top-mv__top {
  padding-block: 0.6rem;
}
.l-top-mv__main {
  opacity: 0;
  transition: opacity 0.3s;
}
.l-top-mv__main.is-show {
  opacity: 1;
}
.l-top-mv .progress-bar {
  width: 100%;
  height: 0.4rem;
  background: #888888;
  display: flex;
  transform: scaleY(0.5);
  transform-origin: center bottom;
  overflow: hidden;
  position: relative;
}
.l-top-mv .progress-bar span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
  background: #EA709B;
}
.l-top-mv .progress-bar--bottom {
  transform-origin: center top;
}
.l-top-mv .progress-bar--bottom span {
  transform-origin: right center;
}
.l-top-mv .l-top-mv-item {
  display: flex;
  column-gap: 6rem;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item {
    flex-direction: column-reverse;
  }
}
.l-top-mv .l-top-mv-item:not(.is-link) {
  pointer-events: none;
}
.l-top-mv .l-top-mv-item__textarea {
  flex: 1;
  padding-block: 4rem 1rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__textarea {
    padding-block: 2rem 3rem;
  }
}
.l-top-mv .l-top-mv-item__date {
  color: #888888;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__date {
    font-size: 1.2rem;
  }
}
.l-top-mv .l-top-mv-item__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__title {
    margin-top: 0.6rem;
    margin-bottom: 1.6rem;
  }
}
.l-top-mv .l-top-mv-item__title h3 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__title h3 {
    font-size: 2.2rem;
  }
}
.l-top-mv .l-top-mv-item__title h3 span {
  position: relative;
  display: inline;
  background-image: linear-gradient(0deg, #2A2408 0%, #2A2408 0.1rem, transparent 0.1rem, transparent 100%);
  background-size: 0% 0.1rem;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-top-mv .l-top-mv-item__title h3 span:hover {
    animation: lineDisappear-bg02 0.6s forwards;
  }
}
.l-top-mv .l-top-mv-item__client p {
  font-size: 1.4rem;
  color: #888888;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__client p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.l-top-mv .l-top-mv-item__category p {
  font-size: 1.4rem;
  color: #888888;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__category p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.l-top-mv .l-top-mv-item__category p span {
  position: relative;
}
.l-top-mv .l-top-mv-item__image {
  width: 60rem;
  overflow: hidden;
  aspect-ratio: 720/400;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__image {
    width: 100%;
  }
}
.l-top-mv .l-top-mv-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-child-mv {
  border-bottom: 0.1rem solid #888888;
}
.l-child-mv .inner {
  display: flex;
  height: 29.4rem;
}
@media (max-width: 767px) {
  .l-child-mv .inner {
    flex-direction: column-reverse;
    height: 19.8rem;
  }
}
.l-child-mv:has(.l-child-mv__image) .inner {
  height: auto;
}
@media (max-width: 767px) {
  .l-child-mv:has(.l-child-mv__image) .inner {
    height: auto;
  }
}
.l-child-mv__textarea {
  flex: 1;
  padding-block: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-child-mv__textarea {
    padding-block: 2rem 1rem;
  }
}
.l-child-mv__title h1 {
  font-size: 11rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #EA709B;
}
@media (max-width: 767px) {
  .l-child-mv__title h1 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.l-child-mv__image {
  width: 52rem;
}
@media (max-width: 767px) {
  .l-child-mv__image {
    width: 100%;
  }
}
.l-child-mv__image img {
  aspect-ratio: 520/293;
  object-fit: cover;
}
@media (max-width: 767px) {
  .l-child-mv__image img {
    aspect-ratio: 350/197;
  }
}

/* --------------------------------
2カラム
----------------------------------- */
.l-two-col-container {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .l-two-col-container {
    margin-top: 2rem;
  }
}
.l-two-col-container .inner {
  display: flex;
  column-gap: 8rem;
}
@media (max-width: 767px) {
  .l-two-col-container .inner {
    display: block;
  }
}
.l-two-col-container__side {
  width: 25rem;
  position: relative;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .l-two-col-container__side {
    width: 100%;
    padding-top: 0;
  }
}
.l-two-col-container__side .l-side-contents {
  width: 100%;
  position: sticky;
  top: 13rem;
  left: 0;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .l-two-col-container__side .l-side-contents {
    position: static;
    padding-bottom: 0;
  }
}
.l-two-col-container__side .l-side-contents[data-mod=entry] {
  top: 22rem;
}
.l-two-col-container__side .l-side-contents-recruit {
  width: 100%;
  height: 195%;
  height: calc(100% + 89rem);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .l-two-col-container__side .l-side-contents-recruit {
    position: static;
    height: initial;
  }
}
.l-two-col-container__side .l-side-contents-recruit .c-child-sec-title {
  position: sticky;
  top: 10rem;
  left: 0;
  padding-bottom: 47.8rem;
}
@media (max-width: 767px) {
  .l-two-col-container__side .l-side-contents-recruit .c-child-sec-title {
    padding-bottom: 0;
  }
}
.l-two-col-container__main {
  flex: 1;
}
@media (max-width: 767px) {
  .l-two-col-container__main {
    margin-top: 4rem;
  }
}

/* --------------------------------
button
----------------------------------- */
.c-button {
  width: 46rem;
  background: #2A2408;
  border: 0.2rem solid #2A2408;
  display: flex;
  padding-block: 3rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-button {
    width: 100%;
    font-size: 1.6rem;
    padding-block: 2.2rem;
  }
}
.c-button::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url(../img/common/arrow-right-white.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 9rem);
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-button::before {
    width: 1.2rem;
    height: 1.1rem;
    left: calc(50% + 7rem);
  }
}

/* --------------------------------
title
----------------------------------- */
.c-section-title h2 {
  font-size: 4.8rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-section-title h2 {
    font-size: 4.4rem;
  }
}

.c-child-sec-title h2 {
  font-size: 4.8rem;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-child-sec-title h2 {
    font-size: 2.8rem;
    row-gap: 0.6rem;
  }
}
.c-child-sec-title h2 .en-title {
  font-family: "Montserrat", sans-serif;
}
.c-child-sec-title h2 .ja-title {
  font-size: 1.4rem;
  line-height: 1;
  color: #888888;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-child-sec-title h2 .ja-title {
    font-size: 1rem;
  }
}

.c-child-sec-explanation {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .c-child-sec-explanation {
    margin-top: 3rem;
  }
}
.c-child-sec-explanation p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #888888;
}
.c-child-sec-explanation p a {
  color: #888888;
  position: relative;
  display: inline-block;
}
.c-child-sec-explanation p a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #888888;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
@media (any-hover: hover) {
  .c-child-sec-explanation p a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}

.c-recruit-heading h3 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-recruit-heading h3 {
    font-size: 2.4rem;
  }
}

.c-top-mv-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .c-top-mv-title {
    font-size: 5.2rem;
    overflow: hidden;
  }
}
.c-top-mv-title .shutter-wrapper {
  position: relative;
  cursor: pointer;
}
.c-top-mv-title .shutter-wrapper .shutter-text {
  color: #EA709B;
  will-change: transform, clip-path, opacity;
  backface-visibility: hidden;
  clip-path: inset(50% 50% 50% 50%);
  white-space: nowrap;
  padding-right: 0.6rem;
}
.c-top-mv-title .shutter-wrapper .shutter-line {
  position: absolute;
  background-color: #ea709b;
  z-index: 20;
  opacity: 0;
  will-change: transform, opacity;
}
.c-top-mv-title .shutter-wrapper {
  /* 横方向の線：1px厚 */
}
.c-top-mv-title .shutter-wrapper .line-h {
  left: 0;
  width: 100%;
  height: 0.1rem;
}
.c-top-mv-title .shutter-wrapper .line-top {
  top: 0;
}
.c-top-mv-title .shutter-wrapper .line-bottom {
  bottom: 0;
}
.c-top-mv-title .shutter-wrapper {
  /* 縦方向の線：1px厚 */
}
.c-top-mv-title .shutter-wrapper .line-v {
  top: 0;
  bottom: 0;
  width: 0.1rem;
  height: auto;
  transform-origin: center;
}
.c-top-mv-title .shutter-wrapper .line-left {
  left: 0;
}
.c-top-mv-title .shutter-wrapper .line-right {
  right: 0;
}
.c-top-mv-title .shutter-wrapper.shutter-active .line-top {
  animation: shutter-top-v5 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (max-width: 767px) {
  .c-top-mv-title .shutter-wrapper.shutter-active .line-top {
    animation: shutter-top-v5-sp 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
}
.c-top-mv-title .shutter-wrapper.shutter-active .line-bottom {
  animation: shutter-bottom-v5 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (max-width: 767px) {
  .c-top-mv-title .shutter-wrapper.shutter-active .line-bottom {
    animation: shutter-bottom-v5-sp 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
}
.c-top-mv-title .shutter-wrapper.shutter-active .line-left {
  animation: shutter-left-v5 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.c-top-mv-title .shutter-wrapper.shutter-active .line-right {
  animation: shutter-right-v5 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.c-top-mv-title .shutter-wrapper.shutter-active .shutter-text {
  animation: text-reveal-4way-v5 1.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.c-top-mv-title .reveal-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-top-mv-title .reveal-wrapper .reveal-text {
  color: #2A2408;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, opacity, transform;
  white-space: nowrap;
  padding-right: 0.6rem;
}
.c-top-mv-title .reveal-wrapper .reveal-bar {
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 0.1rem;
  background-color: #2a2408;
  opacity: 0;
  z-index: 10;
  will-change: transform, opacity;
}
.c-top-mv-title .reveal-wrapper.reveal-active .reveal-text {
  animation: text-reveal-ltr 1.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.c-top-mv-title .reveal-wrapper.reveal-active .reveal-bar {
  animation: bar-slide-ltr 1.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.c-top-mv-title .shine-wrapper {
  position: relative;
  cursor: pointer;
}
.c-top-mv-title .shine-wrapper .shine-text {
  color: #888888;
  opacity: 0;
  /* 上から下へクリップ */
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
  white-space: nowrap;
  padding-right: 0.6rem;
}
.c-top-mv-title .shine-wrapper.shine-active .shine-text {
  animation: text-shine-ttb 1.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.c-top-mv-title .shine-wrapper {
  /* パーティクルの基本スタイル */
}
.c-top-mv-title .shine-wrapper .sparkle-particle {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 15;
  will-change: transform, opacity;
}
.c-top-mv-title .liquid-container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-top-mv-title .liquid-container {
    width: 56.8rem;
    height: 11.644rem;
  }
}
@media (max-width: 767px) {
  .c-top-mv-title .liquid-container {
    width: 30rem;
    width: 100%;
    height: 9rem;
    padding-top: 0;
    margin-top: -1rem;
    margin-bottom: -1.6rem;
  }
}
.c-top-mv-title .liquid-container svg {
  opacity: 0;
  display: block;
}
@media (min-width: 768px) {
  .c-top-mv-title .liquid-container svg {
    width: 740px;
    height: auto;
    max-width: none;
    transform-origin: center center;
    position: absolute;
    top: 58%;
    left: 380px;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .c-top-mv-title .liquid-container svg {
    width: 380px;
    max-width: none;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.c-top-mv-title .liquid-container svg .text-outline {
  font-size: 10.6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  fill: none;
  stroke: #e23974;
  stroke-width: 2px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .c-top-mv-title .liquid-container svg .text-outline {
    font-weight: 700;
  }
}
.c-top-mv-title .liquid-container svg .text-fill {
  font-size: 10.6rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  fill: #e23974;
}
@media (max-width: 767px) {
  .c-top-mv-title .liquid-container svg .text-fill {
    font-weight: 700;
  }
}
.c-top-mv-title .liquid-container.animate svg {
  opacity: 1;
}
.c-top-mv-title .liquid-container.animate .liquid-group {
  animation: fill-rise 1.6s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
}
.c-top-mv-title .liquid-container.animate .wave-back {
  animation: wave-slide 1.2s linear infinite;
}
.c-top-mv-title .liquid-container.animate .wave-front {
  animation: wave-slide 0.8s linear infinite;
}
@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px) {
    .c-top-mv-title .liquid-container svg {
      width: 357px;
    }
  }
}

/* --------------------------------
item
----------------------------------- */
.c-works-item {
  display: block;
}
.c-works-item:not(.is-link) {
  pointer-events: none;
}
.c-works-item__image-area {
  position: relative;
}
@media (any-hover: hover) {
  .c-works-item__image-area:hover .c-works-item-image-cover {
    clip-path: inset(0 0 0 0);
  }
  .c-works-item__image-area:hover .c-works-item-image-cover .c-works-item-image-cover__date {
    opacity: 1;
  }
  .c-works-item__image-area:hover .c-works-item-image-cover .c-works-item-image-cover__client {
    opacity: 1;
  }
}
.c-works-item__image img {
  aspect-ratio: 320/180;
  object-fit: cover;
}
.c-works-item .c-works-item-image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(228, 56, 115, 0.3));
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.1;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.3s;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-works-item .c-works-item-image-cover {
    font-size: 1.3671875vw;
  }
}
.c-works-item .c-works-item-image-cover__date {
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.c-works-item .c-works-item-image-cover__client {
  margin-top: 0.6rem;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.c-works-item__title {
  margin-top: 1.4rem;
  padding-right: 1rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-works-item__title {
    margin-top: 1rem;
    padding-right: 0;
  }
}
.c-works-item__title h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-works-item__title h3 {
    font-size: 1.3671875vw;
  }
}
.c-works-item__title h3 span {
  position: relative;
  display: inline;
  background-image: linear-gradient(0deg, #2A2408 0%, #2A2408 0.1rem, transparent 0.1rem, transparent 100%);
  background-size: 0% 0.1rem;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-works-item__title h3 span:hover {
    animation: lineDisappear-bg02 0.6s forwards;
  }
}
.c-works-item__category {
  margin-top: 1rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-works-item__category {
    margin-top: 0.6rem;
  }
}
.c-works-item__category p {
  font-size: 1.2rem;
  color: #888888;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-works-item__category p {
    font-size: 1.07421875vw;
  }
}
@media (max-width: 767px) {
  .c-works-item__category p {
    font-size: 1.1rem;
  }
}
.c-works-item__category p span {
  position: relative;
}
.c-works-item__category p span::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #888888;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s;
}
@media (max-width: 767px) {
  .c-works-item__category p span::before {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-works-item__category p:hover span::before {
    animation: lineAppear 0.3s forwards;
  }
}

/* --------------------------------
parts
----------------------------------- */
.c-anchor-link {
  padding-bottom: 3rem;
}
.c-anchor-link ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: flex-start;
}
.c-anchor-link ul li a {
  display: block;
  min-width: 6.3rem;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  transition: padding-left 0.3s;
  position: relative;
}
@media (any-hover: hover) {
  .c-anchor-link ul li a:hover {
    padding-left: 1.2rem;
  }
}
.c-anchor-link ul li a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #EA709B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.c-anchor-link ul li.is-current a {
  padding-left: 1.2rem;
}
.c-anchor-link ul li.is-current a::before {
  opacity: 1;
}

.c-information {
  padding-block: 3rem;
}
.c-information__title p {
  font-size: 1.8rem;
  line-height: 1;
}
.c-information__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.c-information .c-information-item__date {
  font-size: 1.2rem;
  line-height: 1;
  color: #888888;
}
.c-information .c-information-item__title {
  margin-top: 0.6rem;
  text-align: justify;
}
.c-information .c-information-item__title p a {
  position: relative;
  display: inline;
  background-image: linear-gradient(0deg, #2A2408 0%, #2A2408 0.1rem, transparent 0.1rem, transparent 100%);
  background-size: 100% 0.1rem;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-information .c-information-item__title p a:hover {
    animation: lineDisappear-bg 0.6s forwards;
  }
}
.c-information[data-mod=header-drawer] {
  padding-block: 0;
}

.outer-icon {
  position: relative;
}
.outer-icon::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../img/common/outer-link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.1em;
  right: -1.2rem;
}

.c-slider-stalker {
  position: fixed;
  top: 0;
  left: 0;
  width: 15rem;
  aspect-ratio: 1/1;
  z-index: 1000;
  mix-blend-mode: difference;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  scale: 1;
  transform-origin: center;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-property: opacity, width;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  will-change: transform, width;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
}
.c-slider-stalker.is-visible {
  opacity: 1;
  width: 13rem;
}
.c-slider-stalker .c-slider-stalker-icon {
  display: block;
  width: 1.8rem;
  margin-inline: auto;
  margin-bottom: 0.6rem;
}
.c-slider-stalker .c-slider-stalker-icon.c-slider-stalker-icon-02 {
  width: 2.2rem;
  display: none;
}
.c-slider-stalker.is-service .c-slider-stalker-icon.c-slider-stalker-icon-01 {
  display: none;
}
.c-slider-stalker.is-service .c-slider-stalker-icon.c-slider-stalker-icon-02 {
  display: block;
}

.c-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 888;
}
@media (max-width: 767px) {
  .c-overlay {
    z-index: 8888;
  }
}
.c-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-overlay__inner {
  width: 100%;
  height: calc(100% + 1px);
}

.c-breadcrumb {
  display: flex;
  column-gap: 6.8rem;
}
.c-breadcrumb__item {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
}
.c-breadcrumb__item a {
  display: inline-block;
  color: #888888;
}
.c-breadcrumb__item p {
  position: relative;
  padding-left: 0.9rem;
}
.c-breadcrumb__item p::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #EA709B;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  animation: blink-dot 1.5s infinite ease-in-out;
}
.c-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  width: 3.8em;
  height: 0.1rem;
  background: #888888;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7rem);
  transform: translateY(-50%);
}

.c-sp-fix-area {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.c-sp-fix-area .c-sp-fix-area-link {
  position: relative;
  z-index: 10;
  box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.14);
}
.c-sp-fix-area .c-sp-fix-area-link ul {
  display: flex;
  background: #fff;
}
.c-sp-fix-area .c-sp-fix-area-link ul li {
  flex: 1;
}
.c-sp-fix-area .c-sp-fix-area-link ul li:not(:first-of-type) {
  border-left: 1px solid #888888;
}
.c-sp-fix-area .c-sp-fix-area-link ul.form-display {
  display: none;
}
.c-sp-fix-area .c-sp-fix-area-link.is-form ul.default-display {
  display: none;
}
.c-sp-fix-area .c-sp-fix-area-link.is-form ul.form-display {
  display: flex;
}
.c-sp-fix-area .c-sp-fix-area-link__item {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 6px;
  padding-bottom: 14px;
  font-size: 11px;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
.c-sp-fix-area .c-sp-fix-area-link__item .fa-icon {
  display: block;
  width: 19px;
  font-size: 0;
}
.c-sp-fix-area .c-sp-fix-area-link__item .fa-icon.icon-contact {
  width: 20px;
}
.c-sp-fix-area .c-sp-fix-area-link__item .fa-icon.icon-category {
  width: 16px;
}
.c-sp-fix-area .c-sp-fix-area-link__item .fa-icon.icon-bar {
  width: 24px;
}
.c-sp-fix-area .c-sp-fix-area-link__item .fa-icon.icon-note {
  width: 15px;
}
.c-sp-fix-area .c-sp-fix-area-link__item.is-active {
  background: #EA709B;
  color: #fff;
}
.c-sp-fix-area .c-sp-fix-area-link__item.is-active .fa-icon.icon-category {
  width: 12px;
}
.c-sp-fix-area .c-sp-fix-area-link__item.is-active .fa-icon.icon-bar {
  width: 12px;
}
.c-sp-fix-area .c-sp-fix-area-link__item.is-active .fa-icon.icon-note {
  width: 12px;
}
.c-sp-fix-area .c-sp-fix-area-link__item[data-mod=form] {
  flex-direction: row;
  justify-content: center;
  column-gap: 1rem;
  padding-bottom: 0;
  font-size: 1.4rem;
}
.c-sp-fix-area .c-sp-fix-area-link__item[data-mod=form] p span {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.c-dl-table dl {
  display: flex;
  padding-block: 2.6rem;
  font-size: 2rem;
  line-height: 1.4;
  border-top: 0.1rem solid #888888;
}
@media (max-width: 767px) {
  .c-dl-table dl {
    flex-direction: column;
    font-size: 1.6rem;
    padding-block: 2rem;
    row-gap: 1rem;
  }
}
.c-dl-table dl dt {
  width: 32rem;
  font-weight: bold;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .c-dl-table dl dt {
    width: 100%;
  }
}
.c-dl-table dl dd {
  flex: 1;
}
@media (max-width: 767px) {
  .c-dl-table dl dd {
    padding-inline: 1rem;
  }
}
.c-dl-table dl dd ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}
.c-dl-table dl dd ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  overflow-wrap: break-word;
  word-break: break-word;
}
.c-dl-table[data-mod=recruit] dl:last-of-type {
  border-bottom: 0.1rem solid #888888;
}

.l-header-drawer {
  width: 100%;
  position: fixed;
  top: -105%;
  left: 0;
  background: #fff;
  padding-block: 10rem 7.5rem;
  transition: top 0.6s ease;
}
@media (max-width: 767px) {
  .l-header-drawer {
    top: 105%;
    height: calc(100dvh - 100px);
    overflow: auto;
    padding-block: 30px 94px;
  }
}
.l-header-drawer.is-open {
  top: 0;
}
@media (max-width: 767px) {
  .l-header-drawer.is-active {
    top: 100px;
  }
}
.l-header-drawer__inner {
  display: flex;
  align-items: flex-start;
  column-gap: 7rem;
}
@media (max-width: 767px) {
  .l-header-drawer__inner {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.l-header-drawer__nav {
  width: 33rem;
}
@media (max-width: 767px) {
  .l-header-drawer__nav {
    width: 100%;
  }
}
.l-header-drawer__nav ul li {
  border-bottom: 0.1rem solid #888888;
}
.l-header-drawer__nav ul li a {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-inline: 0.8rem;
  font-size: 1.8rem;
  transition: padding-left 0.3s;
}
@media (any-hover: hover) {
  .l-header-drawer__nav ul li a:hover {
    padding-left: 1.2rem;
  }
}
.l-header-drawer__sns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.6rem;
  margin-top: 4rem;
}
.l-header-drawer__sns a {
  height: 4.4rem;
  display: grid;
  place-content: center;
  border: 0.1rem solid #888888;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
  position: relative;
}
.l-header-drawer__sns a span {
  display: block;
  width: 2rem;
  transition: opacity 0.3s;
  font-size: 0;
}
.l-header-drawer__sns a span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.l-header-drawer__sns a span img {
  width: 100%;
}
@media (any-hover: hover) {
  .l-header-drawer__sns a:hover {
    background: #2A2408;
  }
  .l-header-drawer__sns a:hover span:nth-of-type(1) {
    opacity: 0;
  }
  .l-header-drawer__sns a:hover span:nth-of-type(2) {
    opacity: 1;
  }
}
.l-header-drawer__info {
  flex: 1;
}

.c-sp-fix-area-category {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: -250px;
  left: 0;
  padding: 40px 30px;
  transition: bottom 0.6s ease;
}
.c-sp-fix-area-category.is-active {
  bottom: 64px;
}
.c-sp-fix-area-category__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 74px);
  gap: 16px;
}
.c-sp-fix-area-category__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  row-gap: 6px;
  padding-bottom: 19.5px;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #888888;
  border-radius: 5px;
}
.c-sp-fix-area-category__item .fac-icon {
  display: block;
  width: 19px;
  font-size: 0;
}
.c-sp-fix-area-category__item .fac-icon.icon-topics {
  width: 25px;
}
.c-sp-fix-area-category__item .fac-icon.icon-movie {
  width: 21px;
}
.c-sp-fix-area-category__item .fac-icon.icon-live {
  width: 16px;
}
.c-sp-fix-area-category__item .fac-icon.icon-music {
  width: 19px;
}

.c-sp-fix-area-note {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: -250px;
  left: 0;
  padding: 40px 30px;
  transition: bottom 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.c-sp-fix-area-note.is-active {
  bottom: 64px;
}
.c-sp-fix-area-note p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-sp-fix-area-note p span {
  color: #EA709B;
}
.c-sp-fix-area-note p a {
  color: #EA709B;
  position: relative;
}
.c-sp-fix-area-note p a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #EA709B;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}

/* --------------------------------
フォーム
----------------------------------- */
.c-form .smf-form {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-form .smf-form {
    font-size: 1.6rem;
    row-gap: 2rem;
  }
}
.c-form .smf-form .wp-block-group__inner-container {
  display: flex;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .wp-block-group__inner-container {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.c-form .smf-form .wp-block-group .smf-item {
  flex: 1;
}
.c-form .smf-form .smf-item {
  position: relative;
}
.c-form .smf-form .smf-item__col--label {
  font-size: 2rem;
  color: #888888;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--label {
    font-size: 1.6rem;
  }
}
.c-form .smf-form .smf-item__col--label.is-hide {
  opacity: 0;
}
.c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label span {
  display: inline-block;
}
.c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label .smf-item__label::after {
  content: "*";
  display: inline-block;
  color: #EA709B;
  line-height: 1;
}
.c-form .smf-form .smf-item__col--controls {
  width: 100%;
  position: relative;
}
.c-form .smf-form .smf-item__controls {
  position: relative;
}
.c-form .smf-form .smf-item__controls:not(:has([data-name=privacy])) {
  min-height: 3.3rem;
  border-bottom: 0.1rem solid #888888;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls:not(:has([data-name=privacy])) {
    min-height: 3rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-placeholder {
  position: relative;
}
.c-form .smf-form .smf-item__controls .smf-placeholder select,
.c-form .smf-form .smf-item__controls .smf-placeholder input[type=text],
.c-form .smf-form .smf-item__controls .smf-placeholder input[type=tel],
.c-form .smf-form .smf-item__controls .smf-placeholder input[type=email] {
  width: 100%;
  height: 4.8rem;
  border: none;
  padding: 0;
  padding-inline: 1rem;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-placeholder select,
  .c-form .smf-form .smf-item__controls .smf-placeholder input[type=text],
  .c-form .smf-form .smf-item__controls .smf-placeholder input[type=tel],
  .c-form .smf-form .smf-item__controls .smf-placeholder input[type=email] {
    height: 4.2rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-placeholder textarea {
  width: 100%;
  min-height: 4.8rem;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-placeholder textarea {
    min-height: 4.2rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-placeholder ::placeholder {
  color: #888888;
}
.c-form .smf-form .smf-item__controls .smf-placeholder .smf-select-control {
  display: block;
}
.c-form .smf-form .smf-item__controls .smf-placeholder .smf-select-control .smf-select-control__toggle::before {
  width: 1.8rem;
  height: 0.78rem;
  background-image: url(../img/common/form-select-arrow.svg);
  background-size: contain;
  top: calc(50% - 0.4rem);
  right: 1rem;
  transform: none;
  border: none;
}
.c-form .smf-form .smf-item__controls .smf-placeholder .smf-error-messages {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  font-size: 1.4rem;
  line-height: 1;
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control input {
  display: none;
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label {
  position: relative;
  padding-left: 2.7rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label {
    padding-left: 2.5rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 0.1rem solid #888888;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label::before {
    top: 0.25rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label::after {
  content: "";
  width: 0.6rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.2rem solid #fff;
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0.6rem;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control__label::after {
    width: 0.5rem;
    height: 1.3rem;
    top: 0.25rem;
    left: 0.5rem;
  }
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control input:checked + .smf-checkbox-control__label::before {
  background: #888888;
}
.c-form .smf-form .smf-item__controls .smf-checkboxes-control .smf-checkbox-control input:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  margin-top: 2rem;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls {
  display: flex;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls .smf-placeholder {
  position: relative;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls .smf-checkbox-control__label {
  width: 1px;
  height: 2.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls .smf-checkbox-control__label {
    height: 4rem;
  }
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls p {
  color: #888888;
  line-height: 1.4;
  font-size: 1.4rem;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls p a {
  transition: all 0.3s ease;
  color: #888888;
  position: relative;
  display: inline-block;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls p a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #888888;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__controls p a:hover::before {
  animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
}
.c-form .smf-form .smf-placeholder[data-name=form_id] {
  display: none !important;
}
.c-form .smf-action {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-action {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.c-form .smf-action .smf-button-control {
  margin: 0;
  position: relative;
}
.c-form .smf-action .smf-button-control__control {
  width: 46rem;
  background: #2A2408;
  border: 0.2rem solid #2A2408;
  display: flex;
  padding-block: 3rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control__control {
    width: 100%;
    font-size: 1.6rem;
    padding-block: 2.2rem;
  }
}
.c-form .smf-action .smf-button-control::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url(../img/common/arrow-right-white.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 6rem);
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control::before {
    width: 1.2rem;
    height: 1.1rem;
  }
}
@media (any-hover: hover) {
  .c-form .smf-action .smf-button-control:hover .smf-button-control__control {
    background: #EA709B;
    border-color: #EA709B;
  }
}
.c-form .smf-action .smf-button-control.is-disabled {
  pointer-events: none;
}
.c-form .smf-action .smf-button-control.is-disabled::before {
  background-image: url(../img/common/arrow-right-gray.svg);
}
.c-form .smf-action .smf-button-control.is-disabled .smf-button-control__control {
  background: #dad9d4;
  border-color: #dad9d4;
  color: #888888;
}
.c-form .smf-action .smf-button-control:has([data-action=back]) .smf-button-control__control {
  background: #fff;
  color: #2A2408;
}
.c-form .smf-action .smf-button-control:has([data-action=back])::before {
  background-image: url(../img/common/arrow-right-black.svg);
  left: calc(50% - 6rem);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (any-hover: hover) {
  .c-form .smf-action .smf-button-control:has([data-action=back]):hover .smf-button-control__control {
    background: #2A2408;
    border-color: #2A2408;
    color: #fff;
  }
  .c-form .smf-action .smf-button-control:has([data-action=back]):hover::before {
    background-image: url(../img/common/arrow-right-white.svg);
  }
}
.c-form [data-screen=confirm] .smf-form .smf-item__col--label {
  height: initial;
}
.c-form [data-screen=confirm] .smf-form .smf-item__controls:not(:has([data-name=privacy])) .spacial-placeholder {
  top: 0.9rem;
}
@media (max-width: 767px) {
  .c-form [data-screen=confirm] .smf-form .smf-item__controls:not(:has([data-name=privacy])) {
    top: 0.9rem;
  }
}
.c-form [data-screen=confirm] .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  display: none;
}
@media (min-width: 768px) {
  .c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls:has(.smf-placeholder[data-name=date]) span {
    margin-top: 0;
  }
}
.c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls .smf-placeholder[data-name=flyer-manager]::before {
  content: "チラシ担当者：";
}
.c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls .smf-placeholder[data-name=sales-representative]::before {
  content: "営業担当者：";
}
.c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls .smf-placeholder[data-name=other-text]::before {
  content: "その他：";
}
.c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls .smf-placeholder.is-empty {
  display: none;
}

body:has([data-screen=confirm]) .c-sp-fix-area {
  display: none;
}

#recruit .contact:has([data-screen=confirm]) .contact__input-num,
#contact .contact:has([data-screen=confirm]) .contact__input-num {
  opacity: 0;
  visibility: hidden;
}
#recruit .contact:has([data-screen=complete]) .contact__input-num,
#contact .contact:has([data-screen=complete]) .contact__input-num {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  #recruit .contact:has([data-screen=complete]) .contact__contents,
  #contact .contact:has([data-screen=complete]) .contact__contents {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #recruit .contact:has([data-screen=complete]) .contact__heading,
  #contact .contact:has([data-screen=complete]) .contact__heading {
    order: 1;
  }
}
@media (max-width: 767px) {
  #recruit .contact:has([data-screen=complete]) .contact__top-textarea,
  #contact .contact:has([data-screen=complete]) .contact__top-textarea {
    margin-top: 4rem;
    order: 3;
  }
}
@media (max-width: 767px) {
  #recruit .contact:has([data-screen=complete]) .contact__form-nav,
  #contact .contact:has([data-screen=complete]) .contact__form-nav {
    margin-top: 4rem;
    order: 2;
  }
}
#recruit .contact:has([data-screen=complete]) .contact__form,
#contact .contact:has([data-screen=complete]) .contact__form {
  display: none;
}

#autozip {
  transform: translateY(2.2rem);
}

/* --------------------------------
TOP
----------------------------------- */
#top .section-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
@media (max-width: 767px) {
  #top .section-wrap {
    row-gap: 5rem;
  }
}
#top .top-works-list {
  width: 100%;
  padding-top: 3rem;
}
#top .top-works-list__contents {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  #top .top-works-list__contents {
    margin-top: 3rem;
  }
}
#top .top-works-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #top .top-works-list__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
  }
}
@media (max-width: 767px) {
  #top .top-works-list__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.6rem;
  }
}
#top .top-works-list__more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #top .top-works-list__more {
    margin-top: 3rem;
  }
}
#top .top-works-list__more-btn {
  padding: 1rem;
  cursor: default;
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  pointer-events: none;
}
#top .top-works-list__more-btn .js-count {
  color: #888888;
  display: block;
}
#top .top-works-list__more-btn .js-more-text {
  font-weight: bold;
  display: block;
  cursor: pointer;
  transition: color 0.3s;
  pointer-events: all;
}
#top .top-works-list__more-btn .js-more-text span {
  display: inline-block;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  #top .top-works-list__more-btn:hover .js-more-text {
    color: #EA709B;
  }
  #top .top-works-list__more-btn:hover .js-more-text span {
    transform: rotate(360deg);
  }
}
#top .top-works-list__more-btn.is-disabled {
  pointer-events: none;
}
#top .top-works-list__more-btn.is-disabled .js-more-text {
  display: none;
}
#top .sns-section-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  margin-top: 10rem;
  margin-bottom: 9rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  #top .sns-section-wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
}
#top .top-sns__contents {
  margin-top: 5rem;
  min-height: 50rem;
}
@media (max-width: 767px) {
  #top .top-sns__contents {
    margin-top: 1rem;
  }
}
#top .top-sns__item iframe {
  width: 100% !important;
  display: block;
}
@media (min-width: 768px) {
  #top .top-sns.sns-x {
    max-height: 100%;
    overflow-y: auto;
  }
}

/* --------------------------------
COMPANY
----------------------------------- */
#company .our-feature {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  #company .our-feature {
    padding-top: 4rem;
  }
}
#company .our-feature__contents {
  margin-top: 17rem;
}
@media (max-width: 767px) {
  #company .our-feature__contents {
    margin-top: 0;
  }
}
#company .our-feature__text {
  text-align: justify;
}
#company .our-feature__text p {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #company .our-feature__text p {
    font-size: 1.6rem;
  }
}
#company .our-feature .our-feature-logo {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-logo {
    margin-top: 2rem;
  }
}
#company .our-feature .our-feature-logo__image {
  width: 68rem;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-logo__image {
    width: 100%;
  }
}
#company .our-feature .our-feature-logo__items {
  margin-top: 4rem;
  display: flex;
  column-gap: 4rem;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-logo__items {
    margin-top: 2rem;
    width: 30rem;
    flex-direction: column;
    row-gap: 2rem;
  }
}
#company .our-feature .our-feature-logo__item {
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
#company .our-feature .our-feature-logo__item span {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-logo__item span {
    margin-right: 1rem;
  }
}
#company .our-feature .our-feature-logo__item span:first-letter {
  color: #EA709B;
}
#company .our-feature .our-feature-logo__item:not(:first-of-type)::before {
  content: "";
  width: 0.2rem;
  height: 5rem;
  background: #888888;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: scaleX(0.5) translateY(-50%);
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-logo__item:not(:first-of-type)::before {
    width: 100%;
    height: 0.2rem;
    top: -1rem;
    left: 0;
    transform: scaleY(0.5);
  }
}
#company .our-feature .our-feature-strengths {
  margin-top: 8rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths {
    margin-top: 4rem;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
#company .our-feature .our-feature-strengths__main {
  flex: 1;
}
#company .our-feature .our-feature-strengths__title h3 {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__title h3 {
    font-size: 2.4rem;
  }
}
#company .our-feature .our-feature-strengths__text {
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 2rem;
  color: #888888;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__text {
    margin-top: 0.8rem;
    padding-right: 0;
  }
}
#company .our-feature .our-feature-strengths__text p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__text p {
    font-size: 1.4rem;
  }
}
#company .our-feature .our-feature-strengths__image {
  margin-top: 6.6rem;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__image {
    margin-top: 4rem;
  }
}
#company .our-feature .our-feature-strengths__image img {
  aspect-ratio: 640/360;
  object-fit: cover;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__image img {
    aspect-ratio: 350/197;
  }
}
#company .our-feature .our-feature-strengths__side {
  width: 32rem;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__side {
    width: 100%;
    margin-top: 0;
  }
}
#company .our-feature .our-feature-strengths__side img {
  aspect-ratio: 320/360;
  object-fit: cover;
}
@media (max-width: 767px) {
  #company .our-feature .our-feature-strengths__side img {
    aspect-ratio: 350/197;
  }
}
#company .service-parallax {
  margin-top: 12rem;
  width: 100%;
  height: 38rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #company .service-parallax {
    height: 16rem;
    margin-top: 8rem;
  }
}
#company .service-parallax .inner {
  height: 100%;
  position: relative;
}
#company .service-parallax img {
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
}
@media (max-width: 767px) {
  #company .service-parallax img {
    height: 140%;
    bottom: 0;
  }
}
#company .company-profile {
  padding-top: 9rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #company .company-profile {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
#company .company-profile__contents {
  margin-top: 17rem;
}
@media (max-width: 767px) {
  #company .company-profile__contents {
    margin-top: 0;
  }
}
#company .company-profile__map {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #company .company-profile__map {
    margin-top: 0;
  }
}
#company .company-profile__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 960/540;
  filter: grayscale(100%);
}

/* --------------------------------
COMPANY
----------------------------------- */
#service .our-service {
  padding-top: 2rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #service .our-service {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
#service .our-service__contents {
  margin-top: 17rem;
}
@media (max-width: 767px) {
  #service .our-service__contents {
    margin-top: 0;
  }
}
#service .our-service__text {
  text-align: justify;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 767px) {
  #service .our-service__text {
    row-gap: 1.2rem;
  }
}
#service .our-service__text p {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #service .our-service__text p {
    font-size: 1.6rem;
  }
}
#service .our-service__items {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (max-width: 767px) {
  #service .our-service__items {
    margin-top: 4rem;
    row-gap: 3rem;
  }
}
#service .our-service .our-service-item {
  display: block;
}
#service .our-service .our-service-item__image-area {
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  #service .our-service .our-service-item__image-area:hover .our-service-item__overlay {
    clip-path: inset(0 0 0 0);
  }
}
#service .our-service .our-service-item__image img {
  aspect-ratio: 962/432;
  object-fit: cover;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__image img {
    aspect-ratio: 350/197;
  }
}
#service .our-service .our-service-item__image-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.5rem 4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__image-cover {
    padding: 1.3rem 1.5rem;
  }
}
#service .our-service .our-service-item__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(228, 56, 115, 0.3));
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.3s;
}
#service .our-service .our-service-item__name {
  font-size: 3.2rem;
  line-height: 1.1;
  color: #fff;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__name {
    font-size: 2rem;
    column-gap: 0.6rem;
  }
}
#service .our-service .our-service-item__name .name-en {
  font-family: "Montserrat", sans-serif;
}
#service .our-service .our-service-item__name .name-ja {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__name .name-ja {
    font-size: 1.2rem;
  }
}
#service .our-service .our-service-item__text {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__text {
    margin-top: 0.75rem;
  }
}
#service .our-service .our-service-item__text p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #service .our-service .our-service-item__text p {
    font-size: 1.4rem;
  }
}

/* --------------------------------
プライバシーポリシー
----------------------------------- */
#privacy-policy .privacy-policy {
  padding-top: 2rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #privacy-policy .privacy-policy {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
#privacy-policy .privacy-policy__contents {
  margin-top: 17rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #privacy-policy .privacy-policy__contents {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
#privacy-policy .privacy-policy__head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#privacy-policy .privacy-policy__head h3 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #privacy-policy .privacy-policy__head h3 {
    font-size: 1.8rem;
  }
}
#privacy-policy .privacy-policy__head p {
  text-align: justify;
}
#privacy-policy .privacy-policy__items {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  #privacy-policy .privacy-policy__items {
    margin-top: 4rem;
    row-gap: 4rem;
  }
}
#privacy-policy .privacy-policy__item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#privacy-policy .privacy-policy__item h4 {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #privacy-policy .privacy-policy__item h4 {
    font-size: 1.8rem;
  }
}
#privacy-policy .privacy-policy__item ol {
  list-style: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}
#privacy-policy .privacy-policy__item ol li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#privacy-policy .privacy-policy__item > ol {
  row-gap: 0.6rem;
}
#privacy-policy .privacy-policy__item > ol:has(ol) {
  row-gap: 2rem;
}
#privacy-policy .privacy-policy__item > ol > li > ol {
  row-gap: 0.6rem;
}
#privacy-policy .privacy-policy__item > ol > li > ol > li > ol {
  row-gap: 0.6rem;
}
#privacy-policy .privacy-policy__item p a {
  position: relative;
  display: inline-block;
}
#privacy-policy .privacy-policy__item p a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #2A2408;
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
@media (any-hover: hover) {
  #privacy-policy .privacy-policy__item p a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}

/* --------------------------------
サイトマップ
----------------------------------- */
#site-map .site-map {
  padding-top: 2rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  #site-map .site-map {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
#site-map .site-map__contents {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  #site-map .site-map__contents {
    margin-top: 0;
  }
}
#site-map .site-map__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  #site-map .site-map__nav ul {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    grid-auto-flow: initial;
  }
}
#site-map .site-map__nav ul li {
  border-bottom: 0.1rem solid #888888;
}
#site-map .site-map__nav ul li:first-of-type {
  border-top: 0.1rem solid #888888;
}
@media (min-width: 768px) {
  #site-map .site-map__nav ul li:nth-of-type(6) {
    border-top: 0.1rem solid #888888;
  }
}
#site-map .site-map__nav ul li a {
  padding: 2.4rem 1rem;
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  transition: padding-left 0.3s;
}
@media (max-width: 767px) {
  #site-map .site-map__nav ul li a {
    padding: 1.6rem 1rem;
    font-size: 1.8rem;
  }
}
@media (any-hover: hover) {
  #site-map .site-map__nav ul li a:hover {
    padding-left: 2rem;
  }
}

/* --------------------------------
サイトマップ
----------------------------------- */
.contact {
  padding-top: 2rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.contact__form-nav {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .contact__form-nav {
    margin-top: 4rem;
  }
}
.contact__form-nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 767px) {
  .contact__form-nav ul {
    row-gap: 1rem;
  }
}
.contact__form-nav ul li {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}
@media (max-width: 767px) {
  .contact__form-nav ul li {
    font-size: 1.4rem;
  }
}
.contact__form-nav ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #EA709B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.contact__form-nav ul li.is-current {
  padding-left: 1.2rem;
}
.contact__form-nav ul li.is-current::before {
  opacity: 1;
}
.contact__note {
  padding-block: 2rem 3rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #888888;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.contact__note p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #EA709B;
}
.contact__note p a {
  color: #EA709B;
  position: relative;
}
.contact__note p a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #EA709B;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
  transition: clip-path 0.3s;
}
@media (any-hover: hover) {
  .contact__note p a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
.contact__input-num {
  margin-top: 1rem;
}
.contact__anno p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.contact__anno p span {
  color: #EA709B;
}
.contact__num {
  width: 100%;
  height: 5rem;
  border: 0.1rem solid #888888;
  display: grid;
  place-content: center;
  margin-top: 1rem;
}
.contact__num p {
  font-size: 1.8rem;
}
.contact__num p span {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.contact__contents {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .contact__contents {
    margin-top: 0;
  }
}
.contact__top-text {
  display: none;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 767px) {
  .contact__top-text {
    row-gap: 1.2rem;
  }
}
.contact__top-text.is-current {
  display: flex;
}
.contact__top-text p {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact__top-text p {
    font-size: 1.6rem;
  }
}
.contact__top-text .top-back-link {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .contact__top-text .top-back-link {
    margin-top: 3rem;
  }
}
.contact__top-text[data-mod=recruit] {
  color: #888888;
}
.contact__top-text[data-mod=recruit] p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact__top-text[data-mod=recruit] p {
    font-size: 1.4rem;
  }
}
.contact__form {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 4rem;
  }
}

/* --------------------------------
採用情報
----------------------------------- */
#recruit .recruit {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  #recruit .recruit {
    padding-top: 4rem;
  }
}
#recruit .recruit__contents {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  #recruit .recruit__contents {
    margin-top: 0;
  }
}
#recruit .recruit__text {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 767px) {
  #recruit .recruit__text {
    row-gap: 1.2rem;
  }
}
#recruit .recruit__text p {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #recruit .recruit__text p {
    font-size: 1.6rem;
  }
}
#recruit .recruit .recruit-overview {
  margin-top: 6rem;
}
#recruit .recruit .recruit-overview__table {
  margin-top: 2rem;
}
#recruit .contact .l-two-col-container__side .contact__form-nav {
  margin-top: 0;
}
@media (max-width: 767px) {
  #recruit .contact .l-two-col-container__main {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #recruit .contact .l-two-col-container__main .contact__contents {
    margin-top: 2.4rem;
  }
}
#recruit .contact__heading {
  margin-bottom: 1rem;
}

/* --------------------------------
404ページ
----------------------------------- */
#not-found .not-found {
  padding-block: 10rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */