@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  margin: 0;
  padding: 0;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
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;
  text-indent: 0;
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'],
[type='button'],
[type='reset'],
[type='submit'],
button {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
[disabled] {
  cursor: default;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  color: unset;
}
li {
  list-style: none;
}
html {
  font-family:
    YakuHanJP,
    Noto Sans JP,
    sans-serif;
  letter-spacing: 8%;
  scrollbar-gutter: stable;
}
.pc-only {
  display: none;
}
@media screen and (min-width: 560px) {
  .pc-only {
    display: block;
  }
}
.sp-only {
  display: block;
}
@media screen and (min-width: 560px) {
  .sp-only {
    display: none;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  transition: opacity 1s cubic-bezier(0.5, 0, 0.75, 0);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.close {
  opacity: 0;
}
@-webkit-keyframes loading-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.kv {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 560px) {
  .kv {
    min-width: 1000px;
  }
}
.kv .top-slider,
.kv .bottom-slider {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: -1;
  min-height: calc(50vh - var(--main-text-height, 110px) / 2 + 10px);
  height: calc(50vh - var(--main-text-height, 110px) / 2 + 10px);
}
@media screen and (min-width: 560px) {
  .kv .top-slider,
  .kv .bottom-slider {
    height: calc(50vh - var(--main-text-height, 140px) / 2 + 36px);
  }
}
@supports (-webkit-hyphens: none) {
  .kv .top-slider,
  .kv .bottom-slider {
    padding-left: 10%;
    padding-right: 10%;
    width: 120%;
    left: -10%;
  }
}
.kv .top-slider {
  top: 0;
  right: 0;
}
.kv .bottom-slider {
  bottom: 0;
}
@supports (height: 100svh) {
  .kv .top-slider,
  .kv .bottom-slider {
    min-height: calc(50svh - var(--main-text-height, 110px) / 2 + 10px);
    height: calc(50svh - var(--main-text-height, 110px) / 2 + 10px);
  }
  @media screen and (min-width: 560px) {
    .kv .top-slider,
    .kv .bottom-slider {
      height: calc(50svh - var(--main-text-height, 140px) / 2 + 36px);
    }
  }
  .kv .bottom-slider {
    bottom: auto;
    top: calc(50svh + var(--main-text-height, 110px) / 2 - 10px);
  }
}
@supports not (height: 100svh) {
  .kv .bottom-slider {
    bottom: auto;
    top: calc(50vh + var(--main-text-height, 110px) / 2 - 10px);
  }
}
.kv .kv-slider-track {
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: max-content;
  height: 100%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@supports (-webkit-hyphens: none) {
  .kv .kv-slider-track {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.kv .kv-slider-track .kv-slider-set {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  height: 100%;
}
.kv .kv-slider-track .kv-slider-gap {
  flex-shrink: 0;
  width: 0px;
  display: block;
}
.kv .kv-slider-track img {
  display: block;
  height: 100%;
  width: auto;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv .top-slider .kv-slider-track {
  height: 100%;
  -webkit-animation: kv-slide-left-to-right 120s linear infinite;
  animation: kv-slide-left-to-right 120s linear infinite;
}
.kv .bottom-slider .kv-slider-track {
  height: 100%;
  -webkit-animation: kv-slide-right-to-left 120s linear infinite;
  animation: kv-slide-right-to-left 120s linear infinite;
}
@media screen and (max-height: 650px) and (min-width: 560px) {
  .kv {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }
  .kv .top-slider,
  .kv .bottom-slider {
    min-height: max(
      50vh - var(--main-text-height, 110px) / 2 + 10px,
      325px - var(--main-text-height, 110px) / 2 + 10px
    );
    height: max(
      50vh - var(--main-text-height, 110px) / 2 + 10px,
      325px - var(--main-text-height, 110px) / 2 + 10px
    );
  }
}
@media screen and (max-height: 650px) and (min-width: 560px) and (min-width: 560px) {
  .kv .top-slider,
  .kv .bottom-slider {
    min-height: max(
      50vh - var(--main-text-height, 140px) / 2 + 36px,
      325px - var(--main-text-height, 140px) / 2 + 36px
    );
    height: max(
      50vh - var(--main-text-height, 140px) / 2 + 36px,
      325px - var(--main-text-height, 140px) / 2 + 36px
    );
  }
}
@media screen and (max-height: 650px) and (min-width: 560px) {
  .kv .bottom-slider {
    bottom: auto;
    top: calc(max(50vh, 325px) + var(--main-text-height, 110px) / 2 - 10px);
  }
  @supports (height: 100svh) {
    .kv .top-slider,
    .kv .bottom-slider {
      min-height: max(
        50svh - var(--main-text-height, 110px) / 2 + 10px,
        325px - var(--main-text-height, 110px) / 2 + 10px
      );
      height: max(
        50svh - var(--main-text-height, 110px) / 2 + 10px,
        325px - var(--main-text-height, 110px) / 2 + 10px
      );
    }
    @media screen and (max-height: 650px) and (min-width: 560px) and (min-width: 560px) {
      .kv .top-slider,
      .kv .bottom-slider {
        min-height: max(
          50svh - var(--main-text-height, 140px) / 2 + 36px,
          325px - var(--main-text-height, 140px) / 2 + 36px
        );
        height: max(
          50svh - var(--main-text-height, 140px) / 2 + 36px,
          325px - var(--main-text-height, 140px) / 2 + 36px
        );
      }
    }
    .kv .bottom-slider {
      top: calc(max(50svh, 325px) + var(--main-text-height, 110px) / 2 - 10px);
    }
  }
  @supports not (height: 100svh) {
    .kv .bottom-slider {
      top: calc(max(50vh, 325px) + var(--main-text-height, 110px) / 2 - 10px);
    }
  }
}
.main-text-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (min-width: 560px) {
  .main-text-wrapper {
    min-width: 1000px;
  }
}
@media screen and (max-height: 650px) and (min-width: 560px) {
  .main-text-wrapper {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
    min-height: 650px;
  }
}
.main-text {
  position: relative;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  pointer-events: none;
  margin-top: 3.5%;
}
.main-text svg {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .main-text {
    min-width: 1000px;
    max-width: 1440px;
    width: 90%;
    margin-top: 3.8%;
  }
}
@media screen and (max-height: 650px) and (min-width: 560px) {
  .main-text {
    flex-shrink: 0;
  }
}
.main-text .sub-title {
  position: absolute;
  top: calc(100% + 30px);
  font-weight: 800;
  font-size: 28px;
  width: -webkit-max-content;
  width: max-content;
}
@media screen and (min-width: 560px) {
  .main-text .sub-title {
    font-size: 76px;
    top: calc(100% + 60px);
  }
}
.main-text .sub-title .char {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.main-text .sub-title .char.visible {
  opacity: 1;
}
.main-text .sub-title .char:nth-of-type(7) {
  margin: 0 1px;
}
@media screen and (min-width: 560px) {
  .main-text .sub-title .char:nth-of-type(7) {
    margin: 0 4px;
  }
}
.main-text.hidden {
  visibility: hidden;
  pointer-events: none;
}
.main-text-2 {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  margin-left: auto;
  margin-right: auto;
}
.main-text-2 svg {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .main-text-2 {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    min-width: 1000px;
    max-width: 1440px;
  }
}
.main-text-2.active {
  opacity: 1;
}
.main-text-2 .sub-title {
  position: absolute;
  top: calc(100% + 30px);
  font-weight: 800;
  font-size: 28px;
  width: -webkit-max-content;
  width: max-content;
}
.main-text-2 .sub-title span {
  margin: 0 1px;
}
@media screen and (min-width: 560px) {
  .main-text-2 .sub-title span {
    margin: 0 4px;
  }
}
@media screen and (min-width: 560px) {
  .main-text-2 .sub-title {
    font-size: 76px;
    top: calc(100% + 60px);
  }
}
.section2 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .section2 {
    min-width: 1000px;
  }
}
.section2 .bg {
  position: fixed;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: -10;
  pointer-events: none;
}
.section2 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.5s linear;
  opacity: 0;
}
.section2 .bg img.show {
  opacity: 1;
}
.section2 .bg .cover {
  position: relative;
  z-index: 5;
}
.section2 .bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.section2 .lead-text {
  margin-top: var(--sub-title-height, 0);
  padding-top: 33px;
  font-weight: 600;
  line-height: 35px;
  /* padding-bottom: 300px; */
  padding-bottom: 100px;/* 20260303 修正*/
  font-size: 14px;
}
.section2 .lead-text .fadein-target {
  opacity: 0;
  transition: opacity 0.3s linear;
  transition-delay: 0.3s;
}
.section2 .lead-text .fadein-target.visible {
  opacity: 1;
}
.section2 .lead-text .text-space {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .section2 .lead-text .text-space {
    margin-top: 70px;
  }
}
@media screen and (min-width: 560px) {
  .section2 .lead-text {
    padding-top: 70px;
    font-size: 24px;
    line-height: 68px;
  }
}
.section2 .lead-text .btn {
  padding: 11px 16px 12px 20px;
  border: 1px solid #000;
  font-weight: 500;
  display: table;
  margin-top: 50px;
  line-height: 20px;
}
@media screen and (min-width: 560px) {
  .section2 .lead-text .btn {
    font-size: 14px;
    margin-top: 70px;
  }
}
.section2 .lead-text .btn svg {
  margin-left: 70px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media screen and (min-width: 560px) {
  .section2 .lead-text .btn svg {
    margin-left: 100px;
  }
}
@-webkit-keyframes kv-slide-left-to-right {
  0% {
    transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
    -webkit-transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
  }
  to {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes kv-slide-left-to-right {
  0% {
    transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
    -webkit-transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
  }
  to {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes kv-slide-right-to-left {
  0% {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
    -webkit-transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
  }
}
@keyframes kv-slide-right-to-left {
  0% {
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
    -webkit-transform: translate3d(calc(-1 * var(--kv-track-shift, 50%)), 0, 0);
  }
}
@media (min-width: 560px) and (max-width: 999px) {
  .section2 {
    margin-left: auto;
    margin-right: auto;
  }
  .section2 .main-text {
    width: 100%;
  }
  .section2 .main-text,
  .section2 .main-text-2,
  .section2 .lead-text {
    position: relative;
    left: 5vw;
  }
}
