/*---------------------------------------

	google fonts

	notosans
	500
	600
	700
	800

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;800&family=Outfit:wght@500&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /*	color
  -----------------------------------------*/
  --c-primary: #F08837;
  --c-gray: #4E4E4E;
  --c-active: #F08837;
  --c-deactive: #FFE4B2;
  /*	width
  -----------------------------------------*/
  --w-sp: 500px;
  /*	font-size
  -----------------------------------------*/
  --fz-base: 13px;
  --fz-lead: min(14px, 3.6vw);
  /* font-family
  -----------------------------------------*/
  --ff-primary: "Noto Sans JP", sans-serif;
  --ff-en: "Outfit", sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

ol, ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-family: var(--ff-primary);
  font-size: var(--fz-base);
  line-height: 2.1538461538;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url(../../images/pc_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: normal;
  font-weight: bold;
}

a:link {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pcWrap {
  max-width: var(--w-sp);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.navigation {
  position: fixed;
  z-index: 10000;
  inset: auto 50% 47.5px;
  translate: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.navigation a {
  display: block;
  width: 29px;
  height: 29px;
  font-size: 0;
  background-image: url(../../assets/common/icn_scroll.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.navigation.is-active {
  visibility: visible;
  opacity: 1;
}

.pagination {
  position: fixed;
  z-index: 10000;
  inset: auto 50% 20.5px;
  translate: -50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pagination a {
  display: block;
  line-height: 1;
  width: 80px;
  height: 7px;
  background: var(--c-deactive);
  font-size: 0;
}
.pagination a.is-active {
  background: var(--c-active);
}
.pagination.is-active {
  visibility: visible;
  opacity: 1;
}

.snapScroll {
  width: 100%;
  height: 100dvh;
}
.snapScroll .swiper-slide {
  width: 100%;
  height: 100dvh;
}

/*---------------------------------------

   function

-----------------------------------------*/
.mainSection {
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  /*---------------------------------------

  -   layout

  -----------------------------------------*/
  /*	section_1
  -----------------------------------------*/
  /*	section_2
  -----------------------------------------*/
  /*	section_3
  -----------------------------------------*/
  /*	section_4
  -----------------------------------------*/
  /*	section_5
  -----------------------------------------*/
}
.mainSection .hopperLine {
  position: absolute;
  z-index: -1;
}
.mainSection .lead {
  position: absolute;
  font-size: var(--fz-lead);
  line-height: 1;
  color: #fff;
  top: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: inherit;
}
.mainSection .lead .line {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.1em;
  position: relative;
}
.mainSection .lead .line:last-child {
  margin-bottom: 0;
}
.mainSection .lead .text {
  white-space: nowrap;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.mainSection .lead .rect {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-primary);
  z-index: -1;
}
.mainSection#section_1 {
  background-image: url(../../images/vis_1.webp);
  background-position: 100% 0%;
}
.mainSection#section_2 {
  background-image: url(../../images/vis_2.webp);
  background-position: 100% 0%;
}
.mainSection#section_3 {
  background-image: url(../../images/vis_3.webp);
}
.mainSection#section_4 {
  background-image: url(../../images/vis_4.webp);
}
.mainSection#section_5 {
  background-image: url(../../images/vis_5.webp);
  background-position: 50% 10%;
}
@-webkit-keyframes hopperLineAnimation {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hopperLineAnimation {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.mainSection#section_1 > * {
  margin: 0;
  padding: 0;
}
.mainSection#section_1 .hopperLine {
  width: 100%;
  max-width: 375px;
  height: 100%;
  inset: 0 50% 0;
  translate: -67%;
}
.mainSection#section_1 .hopperLine #hopper1mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 50px;
  stroke-dasharray: 1500px;
  stroke-dashoffset: 1500px;
}
.mainSection#section_1 .hopperLine #hopper1line {
  -webkit-mask: url(#hopper1mask-wrapper);
          mask: url(#hopper1mask-wrapper);
  stroke: #fff;
}
.mainSection#section_1 .hopperLine.is-active #hopper1mask path {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: hopperLineAnimation 1.8s 0.2s forwards;
          animation: hopperLineAnimation 1.8s 0.2s forwards;
}
.mainSection#section_1 .logo {
  position: absolute;
  width: min(22.4vw, 84px);
  width: min(22.4vw, 84px);
  inset: 10px 10px auto auto;
}
.mainSection#section_1 .siteTitle {
  position: absolute;
  width: min(24.2666666667vw, 91px);
  top: 75px;
  left: 50%;
  translate: -146% 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  rotate: -14deg;
}
.mainSection#section_1 .siteTitle_en {
  position: absolute;
  width: min(56.8vw, 213px);
  left: min(34vw, 39%);
  top: min(550px, 70%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.mainSection#section_2 .lead {
  left: min(7vw, 50px);
}
.mainSection#section_2 .lead.lead_1 {
  left: 50%;
  translate: -110px;
  top: 8%;
}
.mainSection#section_2 .lead.lead_2 {
  top: 86%;
}
.mainSection#section_2 .hopperLine {
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  width: 100%;
  min-width: 500px;
}
.mainSection#section_2 .hopperLine #hopper2mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 30px;
  stroke-dasharray: 1500px;
  stroke-dashoffset: 1500px;
}
.mainSection#section_2 .hopperLine #hopper2line {
  -webkit-mask: url(#hopper2mask-wrapper);
          mask: url(#hopper2mask-wrapper);
  stroke: #fff;
}
.mainSection#section_2 .hopperLine.is-active #hopper2mask path {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: hopperLineAnimation 2s 0s forwards;
          animation: hopperLineAnimation 2s 0s forwards;
}
.mainSection#section_3 .lead {
  left: 50%;
  --translateX: max(-36vw, -142px);
}
.mainSection#section_3 .lead.lead_1 {
  translate: var(--translateX) -39dvh;
}
.mainSection#section_3 .lead.lead_1 .line .text {
  color: #6F6C69;
  text-shadow: none;
}
.mainSection#section_3 .lead.lead_2 {
  translate: var(--translateX) 29.5dvh;
}
.mainSection#section_3 .hopperLine {
  left: 50%;
  top: 1%;
  translate: -50%;
  width: 100%;
  height: 99%;
}
.mainSection#section_3 .hopperLine #hopper3mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 40px;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
.mainSection#section_3 .hopperLine #hopper3line {
  -webkit-mask: url(#hopper3mask-wrapper);
          mask: url(#hopper3mask-wrapper);
  stroke: #fff;
}
.mainSection#section_3 .hopperLine.is-active #hopper3mask path {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: hopperLineAnimation 2s 0s forwards;
          animation: hopperLineAnimation 2s 0s forwards;
}
.mainSection#section_3 .hopperLine svg {
  width: 100%;
  height: 100%;
}
.mainSection#section_3 .bg {
  position: absolute;
  z-index: -2;
  background: #f00;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainSection#section_3 .bg .item {
  background: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainSection#section_3 .bg .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainSection#section_3 .bg .item:nth-child(1) img {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}
.mainSection#section_3 .bg .item:nth-child(2) img {
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}
.mainSection#section_3 .bg .item:nth-child(3) img {
  -o-object-position: 10% 50%;
     object-position: 10% 50%;
}
.mainSection#section_4 .lead.lead_1 {
  left: 50%;
  translate: -21% 0;
  top: 6.5%;
}
.mainSection#section_4 .lead.lead_1 .line .text {
  color: #6F6C69;
  text-shadow: none;
}
.mainSection#section_4 .lead.lead_2 {
  left: 50%;
  translate: -75% 0;
  top: auto;
  bottom: 14%;
}
.mainSection#section_4 .hopperLine {
  top: 0;
  left: 50%;
  translate: calc(-50% + 40px);
  width: 100%;
  min-width: 500px;
}
.mainSection#section_4 .hopperLine #hopper4mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 40px;
  stroke-dasharray: 1500px;
  stroke-dashoffset: 1500px;
}
.mainSection#section_4 .hopperLine #hopper4line {
  -webkit-mask: url(#hopper4mask-wrapper);
          mask: url(#hopper4mask-wrapper);
  stroke: #fff;
}
.mainSection#section_4 .hopperLine.is-active #hopper4mask path {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: hopperLineAnimation 2s 0s forwards;
          animation: hopperLineAnimation 2s 0s forwards;
}
.mainSection#section_5 {
  overflow: hidden;
}
.mainSection#section_5 .hopperLine {
  top: -30px;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 104%;
  min-width: 467px;
  height: 100%;
}
.mainSection#section_5 .hopperLine #hopper5mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 18px;
  stroke-dasharray: 1950px;
  stroke-dashoffset: 1950px;
}
.mainSection#section_5 .hopperLine #hopper5line {
  -webkit-mask: url(#hopper5mask-wrapper);
          mask: url(#hopper5mask-wrapper);
  stroke: #fff;
}
.mainSection#section_5 .hopperLine.is-active #hopper5mask path {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation: hopperLineAnimation 3s 0.2s forwards;
          animation: hopperLineAnimation 3s 0.2s forwards;
}
.mainSection#section_5 .hopperLine svg {
  width: 100%;
}
.mainSection#section_5 .logo {
  margin: 0;
  position: absolute;
  width: min(270px, 72vw);
  translate: -50%;
  inset: min(52dvh, 440px) auto auto 40%;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.6));
}

#globalFooter {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#globalFooter h2 {
  text-align: center;
  font-size: 47px;
  font-family: var(--ff-en);
  font-weight: normal;
  line-height: 1;
  color: var(--c-primary);
}
#globalFooter .lead {
  text-align: center;
  font-size: var(--fz-base);
  font-weight: 400;
  line-height: 2;
  color: var(--c-gray);
  margin-top: 24px;
}
#globalFooter .lead.by-largeMargin {
  margin-top: 40px;
}
#globalFooter .logo {
  width: 103.5px;
  margin: 24px auto;
}
#globalFooter .copyright {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 75px;
  color: var(--c-gray);
  letter-spacing: 0;
}