@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  tab-size: 4;
  text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

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

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

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

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: clamp(10px, 1.2rem, 12px); /* 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: 60%;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.7em;
}

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] {
  appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  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] {
  color: inherit;
  cursor: pointer;
}

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

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

button,
html [type=button],
[type=reset],
[type=submit] {
  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 {
  appearance: none; /* Firefox 36+ */
  appearance: none; /* Chrome 41+ */
}

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

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

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

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  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;
}

html {
  font-size: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: clamp(13px, 1.5rem, 17px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  overscroll-behavior-y: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-size-adjust: 100%;
  width: 100%;
}

article,
aside,
figure,
figcaption,
footer,
p,
small,
h1,
h2,
h3,
h4,
h5,
h6,
header,
nav,
section,
main {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

a {
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select,
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
button {
  appearance: none;
  appearance: none;
}

input[type=number],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  appearance: none;
  appearance: none;
  appearance: none;
  padding: 0;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  input[type=number],
  input[type=password],
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 0;
  }
}

input[type=checkbox] {
  appearance: none;
  appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

select {
  color: #000;
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

q::after,
q::before {
  content: "";
}

abbr,
acronym {
  border: 0;
}

i {
  font-style: normal;
}

::selection {
  background: rgba(245, 246, 248, 0.5);
  color: #000;
}

_::-webkit-full-page-media,
_:future,
:root p::selection {
  background: #000;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
  /* スクロールバーがなくなってがたつくのを防ぐ */
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.char {
  display: inline-flex !important;
  margin: 0 -0.3em;
  overflow: hidden;
  padding: 0 0.3em;
  line-height: 1.2;
}

.char-inner {
  display: inline;
  will-change: transform, opacity;
  opacity: 0;
}

[data-drawLine] {
  position: relative;
}
[data-drawLine].is-view::before, [data-drawLine].is-view::after {
  transform: scaleX(1);
}

.c-rollingText-wrap {
  overflow: hidden;
}

.c-rollingText-block {
  line-height: 1;
}

.c-rollingText-letter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

@media (hover: hover) and (pointer: fine) {
  .c-rollingText:hover .c-rollingText-letter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
[data-inStaggerInView] {
  opacity: 0;
}

/* # =================================================================
#　ボタンここから
# ================================================================= */
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  border-radius: 999em;
  background-color: transparent;
  border: 1px solid #909090;
  color: #000;
  width: max-content;
  padding: 1.6rem 3.5rem 1.8rem;
  transition: border 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 1.6rem 4.5rem 1.8rem;
  }
}
.c-button .c-buttonCopy {
  font-size: clamp(12px, 1.4rem, 16px);
  letter-spacing: 0.06em;
}
.c-button .c-buttonCopy.--row {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.c-button.--white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 999em;
  padding: 1.2rem 3.5rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-button.--white {
    padding: 0.8rem 3rem 0.7rem;
  }
}

.c-button-copy {
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-button-copy {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}

.c-buttonIcon.--ex {
  width: clamp(9px, 0.9rem, 11px);
  height: clamp(9px, 0.9rem, 11px);
}
.c-buttonIcon.--right {
  width: clamp(11px, 1.3rem, 15px);
  height: clamp(11px, 1.3rem, 15px);
}
.c-buttonIcon.--left {
  width: clamp(11px, 1.3rem, 15px);
  height: clamp(11px, 1.3rem, 15px);
}
.c-buttonIcon.--down {
  width: clamp(11px, 1.3rem, 15px);
  height: clamp(11px, 1.3rem, 15px);
}
.c-buttonIcon.--up {
  width: clamp(11px, 1.3rem, 15px);
  height: clamp(11px, 1.3rem, 15px);
}
.c-buttonIcon.--white {
  fill: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    border: 1px solid rgba(144, 144, 144, 0.3);
  }
  .c-button:hover .c-buttonIcon.--ex {
    animation: hoverArrowUp 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverArrowUp {
    0% {
      transform: translate(0, 0);
      clip-path: inset(0 0 0 0);
    }
    40% {
      transform: translate(6px, -6px);
      clip-path: inset(0 0 100% 100%);
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translate(-6px, 6px);
      clip-path: inset(100% 100% 0% 0%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }
  .c-button:hover .c-buttonIcon.--up {
    animation: hoverFadeUp 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverFadeUp {
    0% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
    40% {
      transform: translateY(-10px); /* 下から上に移動 */
      clip-path: inset(100% 0 0 0); /* 上からフェードアウト */
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translateY(10px); /* 上から下へ戻る */
      clip-path: inset(0 0 100% 0);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
  }
  .c-button:hover .c-buttonIcon.--right {
    animation: hoverArrowRight 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverArrowRight {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }
    40% {
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translateX(-8px);
      clip-path: inset(0 100% 0% 0%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }
  .c-button:hover .c-buttonIcon.--left {
    animation: hoverArrowLeft 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverArrowLeft {
    0% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }
    40% {
      transform: translateX(-8px);
      clip-path: inset(0 100% 0 0);
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translateX(8px);
      clip-path: inset(0 0 0 100%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translateX(0, 0);
      clip-path: inset(0 0 0 0);
    }
  }
  .c-button:hover .c-buttonIcon.--down {
    animation: hoverArrowDown 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverArrowDown {
    0% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
    }
    40% {
      transform: translateY(8px);
      clip-path: inset(100% 0 0 0);
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translateY(-8px);
      clip-path: inset(0 0 100% 0);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      clip-path: inset(0 0 0 0);
    }
  }
}
/* # =================================================================
#　ボタンここまで
# ================================================================= */
.c-coupon {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  transition: transform 0.3s ease-in, opacity 0.3s ease;
}
.c-coupon[data-open=true] {
  transform: translateX(0);
}
.c-coupon[data-open=true] .c-couponBtn svg {
  transform: rotate(0);
}
.c-coupon[data-open=false] {
  transform: translateX(235px);
}
@media screen and (max-width: 768px) {
  .c-coupon[data-open=false] {
    transform: translateX(190px);
  }
}
.c-coupon[data-open=false] .c-couponBtn svg {
  transform: rotate(180deg);
}
.c-coupon.is-hide {
  opacity: 0 !important;
}

.c-couponBtn {
  background-color: #333333;
  width: 2rem;
  height: 3.6rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  display: grid;
  place-content: center;
  place-items: center;
}
.c-couponBtn svg {
  width: 0.6rem;
  transition: transform 0.3s linear;
}

.c-couponImage {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .c-couponImage {
    width: 190px;
  }
}

.c-couponLink {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.--gridCol2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
/* # =================================================================
# ヘッダーここから
# ================================================================= */
.l-header {
  width: max-content;
  position: fixed;
  top: 0;
  z-index: 5000;
  transition: opacity 0.3s ease;
  mix-blend-mode: difference;
}
.l-headerWrap {
  height: 100%;
  padding: 4rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-headerWrap {
    padding: 2.3rem 2rem;
  }
}

.l-headerLogo {
  width: 12.8rem;
  width: clamp(108px, 12.8rem, 148px);
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    width: clamp(90px, 10rem, 110px);
  }
}

/* # =================================================================
# ヘッダーここまで
# ================================================================= */
/* # =================================================================
# フッターここから
# ================================================================= */
/*-----------------------------------------------------
共通
-----------------------------------------------------*/
.sns-wrap {
  margin: 0 auto 16vw;
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}

.sns-wrap img {
  width: 70%;
}

.sns-list {
  width: 8%;
}

.sns-list a {
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  .sns-list a {
    transition: opacity 0.3s;
  }
  .sns-list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sns-list a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.sns-list img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*-------PC小-------*/
@media (min-width: 769px) {
  .sns-wrap {
    justify-content: space-between;
    width: 150px;
    margin: 0 auto;
    gap: 0;
  }
  .sns-wrap img {
    width: 70%;
  }
  .sns-list {
    width: 20px;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300;
  background: #f5f5f5;
  color: #333;
  position: relative;
  padding: 10.6666666667vw 0;
  margin-top: 29.3333333333vw;
}

.footer img {
  width: 100%;
}

.footer__inner {
  width: 78.6666666667vw;
  margin: 0 auto;
  position: relative;
}

.footer__ttl {
  width: 17.3333333333vw;
  margin: 0 auto 11.3333333333vw;
}

.footer__lang {
  position: absolute;
  top: 0;
  right: 0;
  color: #c8c8c8;
  width: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__lang__link {
  color: #000;
  display: block;
  width: calc(50% - 1px);
  padding: 1.5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  font-weight: 400;
}

.footer__langLine {
  display: block;
  height: 10px;
  width: 1px;
  background: #000;
}

.footer__menu-wrap {
  width: 100%;
  margin: 0 auto 10vw;
}

.footer__menu__block {
  margin: 0 0 8vw;
  width: 100%;
}

.footer__menu__block .footer__menu__block__ttl {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5.3333333333vw;
  letter-spacing: 0.15em;
}

.footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin: 0 -5px;
  padding: 0;
}

.footer__menu-list__list {
  width: 50%;
  margin: 0 0 2.6666666667vw 0;
}

.footer__menu-list__list span {
  display: inline-block;
  position: relative;
}

.footer__menu-list__list span:before {
  content: "";
  display: inline-block;
  background: url(../img/support/ico_window.svg) no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  right: -11px;
  top: 6px;
  background-size: contain;
}

.footer__menu-list__list a {
  display: block;
  padding: 0 5px;
}

@media (min-width: 769px) {
  .footer__menu-list__list a {
    padding: 0 30px 0 5px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__menu-list__list a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .footer__menu-list__list span:before {
    content: "";
    display: inline-block;
    background: url(../img/support/ico_window.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -15px;
    top: 4px;
    background-size: contain;
  }
}
.footer__copylight {
  text-align: center;
}

/*-------PC小-------*/
@media (min-width: 769px) {
  .footer {
    padding: 80px 0 50px;
    margin-top: 150px;
  }
  .footer img {
    width: 100%;
    display: block;
  }
  .footer__inner {
    width: 80%;
    max-width: 1000px;
  }
  .footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
  }
  .footer__ttl {
    width: 130px;
    margin: 0;
  }
  .footer__lang {
    position: static;
    width: 100px;
  }
  .footer__lang__link {
    padding: 10px 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .footer__lang__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__lang__link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (min-width: 769px) {
  .footer__menu-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .footer__menu__block {
    margin: 0 0 60px;
  }
  .footer__menu__block .footer__menu__block__ttl {
    margin: 0 0 40px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer__lang {
    font-size: 12px;
    top: -0.4em;
  }
  .footer__menu-list {
    display: flexbox;
  }
  .footer__menu-list__list.num01 {
    order: 1;
  }
  .footer__menu-list__list.num02 {
    order: 2;
  }
  .footer__menu-list__list.num03 {
    order: 7;
  }
  .footer__menu-list__list.num04 {
    order: 3;
  }
  .footer__menu-list__list.num05 {
    order: 4;
  }
  .footer__menu-list__list.num06 {
    order: 6;
  }
  .footer__menu-list__list.num07 {
    order: 5;
  }
  .footer__menu-list__list.num08 {
    order: 8;
  }
}
@media (min-width: 769px) {
  .footer__menu-list {
    font-size: 14px;
    justify-content: end;
  }
  .footer__menu-list__list {
    width: 33.333333%;
    margin: 0 0 15px;
  }
  .footer__menu-list__list .sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer__copylight {
    text-align: center;
    font-size: 1rem;
  }
}
/* # =================================================================
# フッターここまで
# ================================================================= */
/* # =================================================================
# コンテナーここから
# ================================================================= */
body.is-loaded .l-pagecontainer {
  opacity: 1;
}

.l-globalContainer {
  overflow-x: clip;
  position: relative;
  width: 100%;
}
.l-globalContainer footer {
  margin: 0;
}

.l-pagecontainer {
  position: relative;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

/* # =================================================================
# コンテナーここまで
# ================================================================= */
.l-menuTrigger {
  position: fixed;
  top: 3rem;
  right: 4rem;
  z-index: 7000;
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  width: max(70px, 7rem);
  height: max(70px, 7rem);
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .l-menuTrigger {
    top: 1rem;
    right: 2rem;
    width: max(50px, 5rem);
    height: max(50px, 5rem);
  }
}
.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .open {
  opacity: 1;
}
.l-menuTrigger[aria-expanded=false] .l-menuTriggerIcon .close {
  opacity: 0;
}
.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .open {
  opacity: 0;
}
.l-menuTrigger[aria-expanded=true] .l-menuTriggerIcon .close {
  opacity: 1;
}
.l-menuTrigger .l-menuTriggerWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-menuTrigger .l-menuTriggerIcon {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 1.4rem, 16px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-menuTrigger .l-menuTriggerIcon {
    font-size: clamp(10px, 1.2rem, 14px);
  }
}
.l-menuTrigger .l-menuTriggerIcon svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-menuTrigger .l-menuTriggerIcon .open {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menuTrigger .l-menuTriggerIcon .close {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menuTrigger:hover .l-menuTriggerIcon svg {
    transform: rotate(360deg);
  }
}

.l-hambergerMenu {
  background-color: #fff;
  color: #000;
  width: 37.5rem;
  min-width: 375px;
  width: max(375px, 37.5rem);
  height: var(--longer);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: scale(0.98);
  transform-origin: right top;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 6000;
}
.l-hambergerMenu[aria-hidden=false] {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  pointer-events: all;
  transform: scale(1);
}

.l-hambergerMenuInner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.l-hambergerMenuHead {
  padding: 12.8rem 3.8rem;
}

.l-hambergerMenuNav {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.l-hambergerMenuNavPage {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.l-hambergerMenuNavLink {
  display: block;
  font-size: clamp(24px, 2.6rem, 28px);
  width: max-content;
}
@media screen and (min-width: 769px) {
  .l-hambergerMenuNavLink {
    overflow: hidden;
    height: clamp(24px, 2.6rem, 28px);
  }
}

.l-hambergerMenuNavPageLink {
  display: block;
  font-size: clamp(16px, 1.8rem, 20px);
  width: max-content;
  position: relative;
  padding-left: 1rem;
}
@media screen and (min-width: 769px) {
  .l-hambergerMenuNavPageLink {
    overflow: hidden;
    height: clamp(16px, 1.8rem, 20px);
  }
}
.l-hambergerMenuNavPageLink::before {
  content: "";
  width: 0.5rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-hambergerMenuBody {
  margin-top: auto;
  padding: 3.4rem 4rem;
}

.l-hambergerMenuSITE {
  display: flex;
  align-items: flex-end;
}
@media (hover: hover) and (pointer: fine) {
  .l-hambergerMenuSITE:hover .c-buttonIcon.--ex {
    animation: hoverArrowUp 1s cubic-bezier(0.16, 0.88, 0.25, 1) running;
  }
  @keyframes hoverArrowUp {
    0% {
      transform: translate(0, 0);
      clip-path: inset(0 0 0 0);
    }
    40% {
      transform: translate(6px, -6px);
      clip-path: inset(0 0 100% 100%);
      opacity: 1;
    }
    42% {
      opacity: 0;
    }
    49% {
      opacity: 0;
      transform: translate(-6px, 6px);
      clip-path: inset(100% 100% 0% 0%);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 0);
      clip-path: inset(0 0% 0% 0%);
    }
  }
}
.l-hambergerMenuSITE .logo {
  width: clamp(80px, 9.2rem, 102px);
}
.l-hambergerMenuSITE .tk-futura-pt {
  font-size: clamp(10px, 1.2rem, 14px);
  line-height: 1;
  letter-spacing: 0.06em;
  margin-left: 0.8rem;
  position: relative;
  top: 0.2em;
}
.l-hambergerMenuSITE .c-buttonIcon.--ex {
  width: clamp(5px, 0.7rem, 9px);
  height: clamp(5px, 0.7rem, 9px);
  margin-left: 1rem;
}

.l-hambergerMenuSNS {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2.5rem;
}

.l-hambergerMenuSNSLink {
  display: block;
  width: auto;
  height: 2rem;
  min-height: 20px;
}
.l-hambergerMenuSNSLink svg {
  height: 100%;
}

.l-hambergerMenuCloseBg {
  width: 100%;
  height: 100%;
  background-color: rgba(237, 239, 242, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
}
body.is-MenuOpen .l-hambergerMenuCloseBg {
  visibility: visible;
  opacity: 1;
}

body#home .c-coupon,
body#home .l-header {
  opacity: 0;
}
body#home .c-coupon.is-fixedShow,
body#home .l-header.is-fixedShow {
  opacity: 1;
}
body#home footer {
  z-index: 200;
}
body#home.is-load .p-homeKvTitleCopyTop,
body#home.is-load .p-homeKvTitleCopyBottom,
body#home.is-load .p-homeKvTitleLead,
body#home.is-load .p-homeKvImage {
  clip-path: inset(0);
}
body#home.is-load .p-homeKvImageWrap {
  transform: scale(1);
}
body#home.is-load .p-homeScroller,
body#home.is-load #menuTrigger {
  opacity: 1;
}

.p-homeKvTitleCopyTop,
.p-homeKvTitleCopyBottom,
.p-homeKvTitleLead,
.p-homeKvImage {
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}

.p-homeScroller,
body#home #menuTrigger {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.95s;
}

.p-homeKvImageWrap {
  will-change: transform;
  transform: scale(1.25);
  transform-origin: center;
}

.p-homeKvTitleCopyTop {
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

.p-homeKvTitleCopyBottom {
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.35s;
}

.p-homeKvTitleLead {
  transition: clip-path 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}

.p-homeKvImage.--01,
.p-homeKvImage.--03,
.p-homeKvImage.--05 {
  transition: clip-path 0.98s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.p-homeKvImage.--01 .p-homeKvImageWrap,
.p-homeKvImage.--03 .p-homeKvImageWrap,
.p-homeKvImage.--05 .p-homeKvImageWrap {
  transition: transform 0.88s cubic-bezier(0.25, 1, 0.5, 1) 0.72s;
}

.p-homeKvImage.--02,
.p-homeKvImage.--04,
.p-homeKvImage.--06,
.p-homeKvImage.--07 {
  transition: clip-path 0.98s cubic-bezier(0.25, 1, 0.5, 1) 0.95s;
}
.p-homeKvImage.--02 .p-homeKvImageWrap,
.p-homeKvImage.--04 .p-homeKvImageWrap,
.p-homeKvImage.--06 .p-homeKvImageWrap,
.p-homeKvImage.--07 .p-homeKvImageWrap {
  transition: transform 0.88s cubic-bezier(0.25, 1, 0.5, 1) 0.97s;
}

.p-homeKv {
  position: relative;
}

.p-homeKvWrap {
  padding-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .p-homeKvWrap {
    padding-top: 32rem;
    padding-bottom: 61rem;
    padding-top: 22.2222222222vw;
    padding-bottom: 42.3611111111vw;
  }
}

.p-homeKvTitle {
  text-align: center;
}
.p-homeKvTitle svg {
  width: clamp(490px, 51rem, 530px);
  width: 35.4166666667vw;
}
.p-homeKvTitle p {
  font-size: clamp(18px, 2rem, 22px);
  font-size: 1.3888888889vw;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-homeKvTitle {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .p-homeKvTitle svg {
    width: 67.4666666667vw;
  }
  .p-homeKvTitle p {
    font-size: 3.2vw;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-homeKvBg.--top {
    display: flex;
    justify-content: space-between;
  }
}

.p-homeKvImage {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-homeKvImage {
    position: absolute;
    z-index: 10;
  }
}
.p-homeKvImage.--01 {
  width: 36.5rem;
  width: 25.3472222222vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--01 {
    width: 35.2vw;
  }
}
.p-homeKvImage.--02 {
  width: 57.8rem;
  width: 40.1388888889vw;
  top: 0;
  left: 38.9rem;
  left: 27.0138888889vw;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--02 {
    width: 59.4666666667vw;
  }
}
.p-homeKvImage.--03 {
  width: 36.7rem;
  width: 25.4861111111vw;
  top: 13rem;
  top: 9.0277777778vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--03 {
    width: 36.8vw;
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
.p-homeKvImage.--04 {
  width: 28.6111111111vw;
  top: 41.3194444444vw;
  left: 8.75vw;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--04 {
    width: 50.1333333333vw;
    margin-top: -16.9rem;
    margin-left: 1.5rem;
  }
}
.p-homeKvImage.--05 {
  width: 34.1666666667vw;
  top: 41.3194444444vw;
  right: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--05 {
    width: 75.2vw;
    margin-top: 6.5rem;
    margin-left: auto;
    margin-right: 1.5rem;
  }
}
.p-homeKvImage.--06 {
  width: 32.8rem;
  width: 22.7777777778vw;
  bottom: 0;
  left: 29.5rem;
  left: 20.4861111111vw;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--06 {
    display: none;
  }
}
.p-homeKvImage.--07 {
  width: 25.6rem;
  width: 17.7777777778vw;
  top: 59.5rem;
  top: 41.3194444444vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-homeKvImage.--07 {
    display: none;
  }
}

.p-homeKvImageWrap {
  overflow: hidden;
}

.p-homeScrollerBlock {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-homeScroller {
  position: absolute;
  bottom: 0;
  left: 4rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-homeScroller {
    left: 2rem;
  }
}

.p-homeScrollerCopy {
  width: clamp(8px, 0.8rem, 10px);
}

.p-homeScrollerBorderCopy {
  width: clamp(8px, 1rem, 12px);
  letter-spacing: 0;
}

.p-homeScrollerBorderCopyBar {
  margin-top: 10px;
  position: relative;
  width: 1px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-homeScrollerBorderCopyBar {
    height: 145px;
  }
}
.p-homeScrollerBorderCopyBar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-homeScrollerBorderCopyBar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: scaleY(0);
  transform-origin: top;
  animation: scrollerBar 3500ms cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms paused infinite;
  animation-play-state: running;
}

@keyframes scrollerBar {
  0% {
    transform-origin: top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: top;
  }
  25.1% {
    transform-origin: bottom;
  }
  25.2% {
    transform: scaleY(1);
  }
  45%, 100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.p-homeAbout {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 6rem;
}
.p-homeAbout::before {
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 16rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-homeAbout::before {
    height: 11rem;
    top: -3rem;
  }
}
.p-homeAbout::after {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 16rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-homeAbout::after {
    height: 11rem;
    bottom: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAbout {
    margin-top: 8rem;
  }
}
.p-homeAbout .c-textWrap {
  display: inline-block;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 0.95s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-homeAbout.is-textView {
  opacity: 1;
}
.p-homeAbout.is-textView .c-textWrap {
  clip-path: inset(0);
  opacity: 1;
}

.p-homeAboutWrap {
  padding-left: 21.2rem;
  padding-right: 21.2rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  grid-gap: 1.6rem;
  text-align: center;
  padding-top: 22rem;
  padding-bottom: 26rem;
}
@media screen and (max-width: 768px) {
  .p-homeAboutWrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAboutWrap {
    display: block;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeAboutWrap {
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }
}

.p-homeAboutBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-homeAboutBg video {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.p-homeAboutText {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-homeAboutText {
    grid-column: 4/10;
    grid-column: span 12;
  }
}

.p-homeAboutTitle {
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-homeAboutTitle .tk-futura-pt {
  width: clamp(416px, 44.6rem, 476px);
}
@media screen and (max-width: 768px) {
  .p-homeAboutTitle .tk-futura-pt {
    width: clamp(268px, 29.8rem, 328px);
  }
}
.p-homeAboutTitle .--ff-optima {
  width: clamp(354px, 38.4rem, 414px);
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-homeAboutTitle .--ff-optima {
    width: clamp(226px, 25.6rem, 286px);
    margin-top: 2.5rem;
  }
}

.p-homeAboutLead {
  font-size: clamp(15px, 1.7rem, 19px);
  margin-top: 8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-homeAboutLead {
    font-size: clamp(12px, 1.4rem, 16px);
    margin-top: 6rem;
  }
}

.p-homeAboutCopy {
  font-size: clamp(15px, 1.7rem, 19px);
  letter-spacing: 0.1em;
  line-height: 2.8235294118;
}
@media screen and (max-width: 768px) {
  .p-homeAboutCopy {
    font-size: clamp(12px, 1.4rem, 16px);
    line-height: 2.4;
  }
}
.p-homeAboutCopy p {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-homeAboutCopy p {
    margin-top: 3rem;
  }
}

.p-homeMission {
  position: relative;
  z-index: 10;
  margin-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .p-homeMission {
    margin-bottom: 8rem;
  }
}

.p-homeMissionWrap {
  padding-left: 21.2rem;
  padding-right: 21.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-homeMissionWrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-homeMissionList {
  display: flex;
  flex-direction: column;
  gap: 13rem;
}
@media screen and (max-width: 768px) {
  .p-homeMissionList {
    gap: 7rem;
  }
}

.p-homeMissionItem {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  grid-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-homeMissionItem {
    display: block;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeMissionItem {
    display: flex;
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-homeMissionText {
    grid-column: 1/7;
  }
}

.p-homeMissionNum {
  font-size: clamp(11px, 1.3rem, 15px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-homeMissionNum {
    margin-left: -0.8rem;
  }
}

.p-homeMissionTitle {
  margin-top: 3.2rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-homeMissionTitle {
    margin-top: 2.4rem;
    padding-left: 0;
    line-height: 1.7;
  }
}
.p-homeMissionTitle span {
  display: block;
}
.p-homeMissionTitle span.en {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: clamp(30px, 3.2rem, 34px);
}
@media screen and (max-width: 768px) {
  .p-homeMissionTitle span.en {
    font-size: clamp(24px, 2.6rem, 28px);
  }
}
.p-homeMissionTitle span.jp {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: clamp(14px, 1.6rem, 18px);
}

.p-homeMissionCopy {
  padding-left: 0.5rem;
  margin-top: 3.5rem;
  font-size: clamp(11px, 1.3rem, 15px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-homeMissionCopy {
    margin-top: 2.4rem;
    padding-left: 0;
  }
}

.p-homeMissionImage {
  grid-column: 8/13;
}

.p-insert {
  aspect-ratio: 1440/640;
  height: 64rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-insert {
    aspect-ratio: 375/375;
    height: 37.5rem;
  }
}
.p-insert .p-insertImage {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.p-insert img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  height: 81rem;
}
@media screen and (max-width: 768px) {
  .p-insert img {
    height: 100%;
  }
}

.p-homeRecord {
  position: relative;
  background-color: #F5F6F8;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-homeRecord {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.p-homeRecordWrap {
  padding-left: 21.2rem;
  padding-right: 21.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-homeRecordWrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-homeRecordTitle {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: clamp(38px, 4rem, 42px);
}
@media screen and (max-width: 768px) {
  .p-homeRecordTitle {
    font-size: clamp(30px, 3.2rem, 34px);
  }
}

.p-homeRecordCopy {
  letter-spacing: 0.06em;
  font-size: clamp(15px, 1.7rem, 19px);
  margin-top: 0.2rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .p-homeRecordCopy {
    font-size: clamp(14px, 1.6rem, 18px);
    line-height: 1.5;
  }
}

.p-homeRecordBody {
  display: flex;
  justify-content: space-between;
  gap: 7.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-homeRecordBody {
    gap: 0;
    margin-top: 2.6rem;
    justify-content: unset;
    flex-direction: column;
  }
}

.p-homeRecordData {
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 52.6rem;
  padding: 6rem 4.8rem;
}
@media screen and (min-width: 1760px) {
  .p-homeRecordData {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordData {
    width: 100%;
    padding: 3.5rem 2.5rem;
  }
}

.p-homeRecordDataFlex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataFlex {
    flex-direction: column;
  }
}

.p-homeRecordDataNote {
  text-align: right;
  font-size: clamp(8px, 1rem, 12px);
  color: #898989;
  position: absolute;
  bottom: 1.5rem;
  right: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataNote {
    bottom: 1rem;
    right: 2rem;
  }
}

.p-homeRecordDataText {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-homeRecordDataText .copy {
  position: relative;
  z-index: 10;
  font-size: clamp(19px, 2.1rem, 23px);
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .copy {
    font-size: clamp(13px, 1.5rem, 17px);
  }
}
.p-homeRecordDataText .num {
  position: relative;
  z-index: 10;
}
.p-homeRecordDataText .num .counter {
  font-size: clamp(126px, 12.8rem, 130px);
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-homeRecordDataText .num .counter {
    font-size: clamp(112px, 11.4rem, 116px);
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .counter {
    font-size: clamp(112px, 11.4rem, 116px);
  }
}
.p-homeRecordDataText .num .counter * + * {
  margin-top: 0;
}
.p-homeRecordDataText .num .counter .digit-con {
  display: inline-block;
  height: clamp(126px, 12.8rem, 130px);
  overflow: hidden;
  vertical-align: top;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-homeRecordDataText .num .counter .digit-con {
    height: clamp(112px, 11.4rem, 116px);
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .counter .digit-con {
    height: clamp(112px, 11.4rem, 116px);
  }
}
.p-homeRecordDataText .num .counter .digit-con span {
  display: block;
  font-size: clamp(126px, 12.8rem, 130px);
  line-height: clamp(126px, 12.8rem, 130px);
  position: relative;
  top: 0;
  width: 0.52em;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-homeRecordDataText .num .counter .digit-con span {
    font-size: clamp(112px, 11.4rem, 116px);
    line-height: clamp(112px, 11.4rem, 116px);
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .counter .digit-con span {
    font-size: clamp(112px, 11.4rem, 116px);
    line-height: clamp(112px, 11.4rem, 116px);
  }
}
.p-homeRecordDataText .num .counter.--small {
  font-size: clamp(92px, 9.4rem, 96px);
}
.p-homeRecordDataText .num .counter.--small .digit-con {
  height: clamp(92px, 9.4rem, 96px);
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .counter.--small .digit-con {
    height: clamp(78px, 8rem, 82px);
  }
}
.p-homeRecordDataText .num .counter.--small .digit-con span {
  font-size: clamp(92px, 9.4rem, 96px);
  line-height: clamp(92px, 9.4rem, 96px);
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .counter.--small .digit-con span {
    font-size: clamp(78px, 8rem, 82px);
    line-height: clamp(78px, 8rem, 82px);
  }
}
.p-homeRecordDataText .num .unit {
  position: absolute;
  bottom: 1rem;
  right: -4.5rem;
  font-size: clamp(32px, 3.4rem, 36px);
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-homeRecordDataText .num .unit {
    right: -5.5rem;
    font-size: clamp(26px, 2.8rem, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataText .num .unit {
    font-size: clamp(28px, 3rem, 32px);
  }
}

.p-homeRecordDataVector {
  width: 16.5rem;
  width: clamp(105px, 16.5rem, 215px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataVector {
    width: 14.5rem;
    width: clamp(85px, 14.5rem, 195px);
  }
}

.p-homeRecordDataIlust {
  width: 26.4rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-homeRecordDataIlust {
    margin-top: 2rem;
    width: 20rem;
    position: static;
    transform: unset;
  }
}

.p-homeRecordText {
  width: 41.4rem;
}
@media screen and (min-width: 1760px) {
  .p-homeRecordText {
    width: min(41.4rem, 100% - 640px);
    width: calc(100% - (640px + 7.6rem));
  }
}
@media screen and (max-width: 768px) {
  .p-homeRecordText {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-homeRecordTextCopy {
  font-size: clamp(12px, 1.4rem, 16px);
  line-height: 2;
}
.p-homeRecordButton {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-homeRecordButton {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-homeAction {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .p-homeAction {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

.p-homeActionWrap {
  padding-left: 21.2rem;
  padding-right: 21.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-homeActionWrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-homeActionWrap {
    display: flex;
    flex-direction: column;
  }
}

.p-homeActionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-homeActionHead {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-homeActionText {
    order: 1;
  }
}

.p-homeActionTitle {
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: clamp(38px, 4rem, 42px);
}
@media screen and (max-width: 768px) {
  .p-homeActionTitle {
    font-size: clamp(30px, 3.2rem, 34px);
  }
}

.p-homeActionCopy {
  letter-spacing: 0.06em;
  font-size: clamp(15px, 1.7rem, 19px);
  margin-top: 0.2rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .p-homeActionCopy {
    font-size: clamp(14px, 1.6rem, 18px);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .p-homeActionButton {
    order: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.8rem;
  }
}

.p-homeActionBody {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-homeActionBody {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-rows: calc(50% - 0.5rem) calc(50% - 0.5rem);
    grid-template-columns: 1fr 32.6rem;
    gap: 1rem;
    grid-template-areas: "areaA areaB" "areaA areaC";
  }
  .p-homeActionBody .p-homeActionArticle:first-child {
    grid-area: areaA;
  }
  .p-homeActionBody .p-homeActionArticle:nth-child(2) {
    grid-area: areaB;
  }
  .p-homeActionBody .p-homeActionArticle:nth-child(3) {
    grid-area: areaC;
  }
}
@media screen and (max-width: 768px) {
  .p-homeActionBody {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}

.p-homeActionArticle {
  position: relative;
}
.p-homeActionArticle.--new::before {
  content: "NEW";
  font-family: "futura-pt", sans-serif;
  font-size: clamp(12px, 1.4rem, 16px);
  color: #fff;
  background-color: #000;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.6rem 0.3rem 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-homeActionArticle:nth-child(1) .p-homeActionArticleText {
    bottom: 2.2rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
  }
}

.p-homeActionArticleLink {
  display: block;
  position: relative;
  height: 100%;
}
.p-homeActionArticleLink .p-homeActionArticleThumbnail {
  position: relative;
}
.p-homeActionArticleLink .p-homeActionArticleText {
  color: #000;
}
.p-homeActionArticleLink .p-homeActionArticleTextHead {
  margin-top: 1.2rem;
}
.p-homeActionArticleLink .p-homeActionArticleTitle {
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-homeActionArticleLink .p-homeActionArticleCategory {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  gap: 2rem;
  font-size: clamp(10px, 1.2rem, 14px);
  color: #898989;
}
.p-homeActionArticleLink .p-homeActionArticleCategory span {
  position: relative;
}
.p-homeActionArticleLink .p-homeActionArticleCategory span::before {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #898989;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-homeActionArticleLink .p-homeActionArticleThumbnail {
    width: 100%;
    height: 100%;
  }
  .p-homeActionArticleLink .p-homeActionArticleThumbnail::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: background-color 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .p-homeActionArticleLink .p-homeActionArticleThumbnail img {
    object-fit: cover;
    height: 100%;
  }
  .p-homeActionArticleLink .p-homeActionArticleText {
    color: #fff;
    z-index: 10;
    position: absolute;
    bottom: 1.3rem;
    left: 1.2rem;
    width: calc(100% - 2.4rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-homeActionArticleLink .p-homeActionArticleTextHead {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .p-homeActionArticleLink .p-homeActionArticleTitle,
  .p-homeActionArticleLink .p-homeActionArticleCategory,
  .p-homeActionArticleLink .p-homeActionArticleTextBody .c-buttonIcon.--right {
    clip-path: inset(100% 0 0 0);
    transform: translateY(5px);
    transition: clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.45s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  }
  .p-homeActionArticleLink .p-homeActionArticleTitle {
    font-size: clamp(12px, 1.4rem, 16px);
  }
  .p-homeActionArticleLink .p-homeActionArticleCategory {
    gap: 2.5rem;
    font-size: clamp(12px, 1.4rem, 16px);
    color: #fff;
  }
  .p-homeActionArticleLink .p-homeActionArticleCategory span::before {
    height: 1.1rem;
    background-color: #fff;
    left: -1.5rem;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .p-homeActionArticleLink:hover .p-homeActionArticleThumbnail::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .p-homeActionArticleLink:hover .p-homeActionArticleTitle,
  .p-homeActionArticleLink:hover .p-homeActionArticleCategory,
  .p-homeActionArticleLink:hover .p-homeActionArticleTextBody .c-buttonIcon.--right {
    clip-path: inset(0);
    transform: translateY(0);
  }
}
.p-homeActionArticleLink .p-homeActionArticleTextBody .c-buttonIcon.--right {
  width: clamp(9px, 0.9rem, 11px);
  height: clamp(9px, 0.9rem, 11px);
}
@media screen and (max-width: 768px) {
  .p-homeActionArticleLink .p-homeActionArticleTextBody {
    display: none;
  }
}

.p-homeOffsihalLink {
  position: relative;
}

.p-homeOffsihalLinkBg {
  overflow: hidden;
}

.p-homeOffsihalLinkText {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 29.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkText {
    left: 4rem;
  }
}

.p-homeOffsihalLinkCopy {
  width: clamp(160px, 19rem, 220px);
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkCopy {
    width: clamp(70px, 10rem, 130px);
  }
}

.p-homeOffsihalLinkButton.c-button {
  margin-top: 4rem;
  position: relative;
  padding: 1.2rem 2rem 0.75rem 6.8rem;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkButton.c-button {
    gap: 1.2rem;
    margin-top: 2rem;
    padding: 0.85rem 2rem 0.7rem 3rem;
  }
}
.p-homeOffsihalLinkButton.c-button .c-buttonCopy.--row .logo {
  width: clamp(82px, 9.2rem, 102px);
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkButton.c-button .c-buttonCopy.--row .logo {
    width: clamp(62px, 7.2rem, 82px);
  }
}
.p-homeOffsihalLinkButton.c-button .c-buttonCopy.--row .copy {
  font-size: clamp(10px, 1.2rem, 14px);
  letter-spacing: 0.06em;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkButton.c-button .c-buttonCopy.--row .copy {
    font-size: clamp(8px, 1rem, 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-homeOffsihalLinkButton.c-button .c-buttonIcon.--ex {
    width: clamp(5px, 0.7rem, 9px);
    height: clamp(5px, 0.7rem, 9px);
  }
}

.p-ActionArchive {
  position: relative;
}

.p-ActionArchiveWrap {
  padding-left: 21.2rem;
  padding-right: 21.2rem;
  width: 100%;
  padding-top: 19rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveWrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveWrap {
    padding-top: 17rem;
    padding-bottom: 8rem;
  }
}

.p-ActionArchiveHeadText {
  display: flex;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveHeadText {
    display: block;
  }
}

.p-ActionArchiveTitle {
  letter-spacing: 0.06em;
  font-weight: 300;
  font-size: clamp(38px, 4rem, 42px);
}
@media screen and (min-width: 769px) {
  .p-ActionArchiveTitle {
    line-height: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveTitle {
    font-size: clamp(30px, 3.2rem, 34px);
  }
}

.p-ActionArchiveCopy {
  letter-spacing: 0.06em;
  font-size: clamp(16px, 1.8rem, 20px);
}
@media screen and (min-width: 769px) {
  .p-ActionArchiveCopy {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveCopy {
    font-size: clamp(14px, 1.6rem, 18px);
    margin-top: 0.2rem;
  }
}

.p-ActionArchiveBody {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveBody {
    margin-top: 5.6rem;
  }
}

.p-ActionArchiveList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveList {
    flex-direction: column;
    column-gap: 0;
    row-gap: 5.6rem;
  }
}

.p-ActionArchiveArticle {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-ActionArchiveArticle:nth-child(1), .p-ActionArchiveArticle:nth-child(2) {
    width: 50rem;
    width: calc(50% - 1rem);
  }
  .p-ActionArchiveArticle:nth-child(1) .p-ActionArchiveArticleText, .p-ActionArchiveArticle:nth-child(2) .p-ActionArchiveArticleText {
    width: 85%;
  }
  .p-ActionArchiveArticle:nth-child(n+3) {
    width: calc(33.3333333333% - 1.35rem);
    margin-top: 8rem;
  }
}
.p-ActionArchiveArticle.--new .p-ActionArchiveArticleThumbnail::before {
  content: "NEW";
  font-family: "futura-pt", sans-serif;
  font-size: clamp(12px, 1.4rem, 16px);
  color: #fff;
  background-color: #000;
  letter-spacing: 0.06em;
  padding: 0.6rem 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  line-height: 1;
}

.p-ActionArchiveArticleLink {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-ActionArchiveArticleLink:hover .p-ActionArchiveArticleThumbnail {
    transform: scale(0.965);
  }
  .p-ActionArchiveArticleLink:hover .p-ActionArchiveArticleThumbnail img {
    transform: scale(1.095);
  }
}

.p-ActionArchiveArticleThumbnail {
  overflow: hidden;
  aspect-ratio: 325/185;
  transition: transform 0.25s cubic-bezier(0.5, 1, 0.89, 1);
  transform-origin: center;
}
.p-ActionArchiveArticleThumbnail img {
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.p-ActionArchiveArticleText {
  margin-top: 1.8rem;
  letter-spacing: 0.06em;
}

.p-ActionArchiveArticleTitle {
  font-size: clamp(19px, 2.1rem, 23px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveArticleTitle {
    font-size: clamp(14px, 1.6rem, 18px);
  }
}

.p-ActionArchiveArticleCopy {
  font-size: clamp(12px, 1.4rem, 16px);
  margin-top: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveArticleCopy {
    font-size: clamp(11px, 1.3rem, 15px);
  }
}

.p-ActionArchiveArticleCategory {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
  font-weight: 300;
  gap: 2rem;
  font-size: clamp(12px, 1.4rem, 16px);
  color: #898989;
}
.p-ActionArchiveArticleCategory span {
  position: relative;
}
.p-ActionArchiveArticleCategory span::before {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #898989;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translateY(-50%);
}

.p-ActionArchiveBtns {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-ActionArchiveBtns {
    flex-direction: column-reverse;
  }
}

.p-ActionArchiveBtnMore .c-buttonIcon.--up {
  display: none;
}
.p-ActionArchiveBtnMore.is-close .c-buttonIcon.--down {
  display: none;
}
.p-ActionArchiveBtnMore.is-close .c-buttonIcon.--up {
  display: block;
}

.p-ActionDetail {
  position: relative;
}
.p-ActionDetail.is-FixedTextView .p-ActionDetailFixedText .p-ActionDetailEm,
.p-ActionDetail.is-FixedTextView .p-ActionDetailFixedText .p-ActionDetailTitle,
.p-ActionDetail.is-FixedTextView .p-ActionDetailFixedText .p-ActionDetailLead,
.p-ActionDetail.is-FixedTextView .p-ActionDetailFixedText .p-ActionDetailCategory {
  clip-path: inset(0);
}
.p-ActionDetail.is-FixedTextView.is-stop .p-ActionDetailFixedText {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-ActionDetailWrap {
  padding-left: 15.5rem;
  padding-right: 15.5rem;
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 16rem;
  display: flex;
  column-gap: 13.5rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailWrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ActionDetailWrap {
    padding-top: 12rem;
    padding-bottom: 8rem;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-ActionDetailHead {
    position: relative;
    width: 32.5rem;
    padding-top: 6rem;
  }
}

.p-ActionDetailText {
  letter-spacing: 0.06em;
}

.p-ActionDetailFixedText {
  position: fixed;
  left: 15.5rem;
  bottom: 30px;
  width: 29rem;
}
.p-ActionDetailFixedText .p-ActionDetailEm,
.p-ActionDetailFixedText .p-ActionDetailTitle,
.p-ActionDetailFixedText .p-ActionDetailCategory {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-ActionDetailFixedText .p-ActionDetailTitle {
  font-size: clamp(16px, 1.8rem, 20px);
  margin-top: 2rem;
}
.p-ActionDetailFixedText .p-ActionDetailLead {
  display: none;
}

.p-ActionDetailEm {
  font-size: clamp(11px, 1.3rem, 15px);
}

.p-ActionDetailTitle {
  font-size: clamp(24px, 2.6rem, 28px);
  line-height: 1.5;
  font-weight: 400;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailTitle {
    margin-top: 3rem;
  }
}

.p-ActionDetailLead {
  font-size: clamp(16px, 1.8rem, 20px);
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 2rem;
}

.p-ActionDetailCategory {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 300;
  gap: 2rem;
  font-size: clamp(12px, 1.4rem, 16px);
  color: #898989;
}
.p-ActionDetailCategory span {
  position: relative;
}
.p-ActionDetailCategory span::before {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #898989;
  position: absolute;
  top: 50%;
  left: -1.1rem;
  transform: translateY(-50%);
}

.p-ActionDetailBody {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .p-ActionDetailBody {
    margin-top: 0;
    width: calc(100% - 46rem);
  }
}

.p-ActionDetailContents .p-ActionDetailContentsIntro .p-ActionDetailContentsImage {
  aspect-ratio: 669/378;
}
.p-ActionDetailContents .p-ActionDetailContentsIntro .p-ActionDetailContentsImage img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.p-ActionDetailContents .p-ActionDetailContentsBlock {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents .p-ActionDetailContentsBlock {
    margin-top: 8rem;
  }
}
.p-ActionDetailContents .p-ActionDetailContentsList {
  margin-top: 4rem;
}
.p-ActionDetailContents .p-ActionDetailContentsList .flex {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents .p-ActionDetailContentsList .flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-ActionDetailContents .p-ActionDetailContentsList .flex li {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents .p-ActionDetailContentsList .flex li {
    width: 100%;
  }
}
.p-ActionDetailContents .p-ActionDetailContentsList ul {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents .p-ActionDetailContentsList ul {
    margin-top: 2rem;
  }
}
.p-ActionDetailContents .p-ActionDetailContentsList li p {
  margin-top: 0;
  line-height: 2;
  font-size: clamp(10px, 1.2rem, 14px);
}
.p-ActionDetailContents h2 {
  font-size: clamp(20px, 2.2rem, 24px);
  letter-spacing: 0.06em;
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents h2 {
    font-size: clamp(18px, 2rem, 22px);
  }
}
.p-ActionDetailContents h2 + .p-ActionDetailContentsImage {
  margin-top: 4rem;
}
.p-ActionDetailContents p {
  font-size: clamp(14px, 1.6rem, 18px);
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 3.2rem;
}
.p-ActionDetailContents p + p {
  margin-top: 3rem;
}
.p-ActionDetailContents p + .p-ActionDetailContentsImage {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents p {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}
.p-ActionDetailContents p a {
  display: inline-block;
  margin-top: 0;
}
.p-ActionDetailContents a {
  display: block;
  font-size: clamp(14px, 1.6rem, 18px);
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 3.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents a {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}
.p-ActionDetailContents a + .p-ActionDetailContentsImage {
  margin-top: 3.2rem;
}
.p-ActionDetailContents iframe {
  width: 31.5rem;
  aspect-ratio: 315/560;
  aspect-ratio: 471/838;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailContents iframe {
    width: 26rem;
  }
}
.p-ActionDetailContents small {
  color: #898989;
  font-size: clamp(8px, 1rem, 12px);
  display: block;
  margin-top: 3.2rem;
}

.p-ActionDetailBtnBack {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-ActionDetailBtnBack {
    margin-left: auto;
    margin-right: auto;
  }
}