/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* --------------------------------------------------

common

-------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "LINESeedJP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrapper {
  width: 100%;
  height: 100%;
}

.bg {
  position: relative;
}

/* --------------------------------------------------

header

-------------------------------------------------- */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
}

.header__head--corp {
  margin: 0;
  width: 150px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header__nav--list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav--btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.header__nav--btn + .header__nav--btn {
  margin-left: 30px;
}

.header__nav--btn a {
  position: relative;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.header__nav--btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.header__nav--btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* --------------------------------------------------

contents

-------------------------------------------------- */
.contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
}

/* --------------------------------------------------

footer

-------------------------------------------------- */
.footer {
  margin-top: 180px;
  padding: 100px 0 50px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: #000;
}

.footer__content--wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}

.footer__nav--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav--btn + .footer__nav--btn {
  margin-top: 1.2em;
}

.footer__nav--btn a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__nav--btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.footer__nav--btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.footer__content--ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.footer__content--link {
  margin-top: 40px;
}

.footer__content--btn {
  display: block;
  width: 250px;
  height: 50px;
  border: 2px solid #fff;
}

.footer__content--btn + .footer__content--btn {
  margin-top: 20px;
}

.footer__content--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s all;
}

.footer__content--btn a:hover {
  color: #000;
  background-color: #fff;
}

.footer__copy--txt {
  display: block;
  margin-top: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cmn__pat--bg span {
  display: block;
  position: absolute;
}

.cmn__pat--dot01 {
  width: 125px;
  top: 90px;
  right: 120px;
}

.cmn__pat--dot02 {
  width: 120px;
  top: 1030px;
  right: 160px;
}

.cmn__pat--dot03 {
  width: 185px;
  top: 4845px;
  right: 80px;
}

.cmn__pat--dot04 {
  width: 125px;
  top: 2620px;
  right: 130px;
}

.cmn__pat--dot05 {
  width: 125px;
  top: 4000px;
  left: 120px;
}

.cmn__pat--dot06 {
  width: 160px;
  top: 1725px;
  right: 80px;
}

.cmn__pat--li01 {
  width: 220px;
  top: 657px;
  right: -40px;
}

.cmn__pat--li02 {
  width: 220px;
  top: 657px;
  left: -40px;
}

.cmn__pat--li03 {
  width: 220px;
  top: 657px;
  left: -40px;
}

.cmn__pat--li04 {
  width: 220px;
  top: 6172px;
  left: -40px;
}

.cmn__pat--li05 {
  width: 220px;
  top: 6198px;
  left: -90px;
}

.cmn__pat--li06 {
  width: 20px;
  top: 7120px;
  right: 100px;
}

.cmn__pat--li07 {
  width: 20px;
  top: 8290px;
  left: 50%;
  transform: translateY(-50%);
}

/***************************************************
 * Generated by SVG Artista on 10/29/2025, 5:04:27 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 0.2s linear 0.1s both, animate-svg-fill-1 0.3s ease 0.3s both;
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 0.2s linear 0.22s both, animate-svg-fill-2 0.3s ease 0.42s both;
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 0.2s linear 0.34s both, animate-svg-fill-3 0.3s ease 0.54s both;
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-4 {
  animation: animate-svg-stroke-4 0.2s linear 0.46s both, animate-svg-fill-4 0.3s ease 0.66s both;
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-5 {
  animation: animate-svg-stroke-5 0.2s linear 0.58s both, animate-svg-fill-5 0.3s ease 0.78s both;
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-6 {
  animation: animate-svg-stroke-6 0.2s linear 0.7s both, animate-svg-fill-6 0.3s ease 0.9s both;
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-7 {
  animation: animate-svg-stroke-7 0.2s linear 0.82s both, animate-svg-fill-7 0.3s ease 1.02s both;
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-8 {
  animation: animate-svg-stroke-8 0.2s linear 0.94s both, animate-svg-fill-8 0.3s ease 1.14s both;
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-9 {
  animation: animate-svg-stroke-9 0.2s linear 1.06s both, animate-svg-fill-9 0.3s ease 1.26s both;
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-10 {
  animation: animate-svg-stroke-10 0.2s linear 1.18s both, animate-svg-fill-10 0.3s ease 1.38s both;
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-11 {
  animation: animate-svg-stroke-11 0.2s linear 1.3s both, animate-svg-fill-11 0.3s ease 1.5s both;
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-12 {
  animation: animate-svg-stroke-12 0.2s linear 1.42s both, animate-svg-fill-12 0.3s ease 1.62s both;
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-13 {
  animation: animate-svg-stroke-13 0.2s linear 1.54s both, animate-svg-fill-13 0.3s ease 1.74s both;
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-14 {
  animation: animate-svg-stroke-14 0.2s linear 1.66s both, animate-svg-fill-14 0.3s ease 1.86s both;
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-15 {
  animation: animate-svg-stroke-15 0.2s linear 1.78s both, animate-svg-fill-15 0.3s ease 1.98s both;
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-16 {
  animation: animate-svg-stroke-16 0.2s linear 1.9s both, animate-svg-fill-16 0.3s ease 2.1s both;
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-17 {
  animation: animate-svg-stroke-17 0.2s linear 2.02s both, animate-svg-fill-17 0.3s ease 2.22s both;
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-18 {
  animation: animate-svg-stroke-18 0.2s linear 2.14s both, animate-svg-fill-18 0.3s ease 2.34s both;
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-19 {
  animation: animate-svg-stroke-19 0.2s linear 2.26s both, animate-svg-fill-19 0.3s ease 2.46s both;
}

@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-20 {
  animation: animate-svg-stroke-20 0.2s linear 2.38s both, animate-svg-fill-20 0.3s ease 2.58s both;
}

@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-21 {
  animation: animate-svg-stroke-21 0.2s linear 2.5s both, animate-svg-fill-21 0.3s ease 2.7s both;
}

@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-22 {
  animation: animate-svg-stroke-22 0.2s linear 2.62s both, animate-svg-fill-22 0.3s ease 2.82s both;
}

@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-23 {
  animation: animate-svg-stroke-23 0.2s linear 2.74s both, animate-svg-fill-23 0.3s ease 2.94s both;
}

@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-24 {
  animation: animate-svg-stroke-24 0.2s linear 2.86s both, animate-svg-fill-24 0.3s ease 3.06s both;
}

@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 22px;
    stroke-dasharray: 22px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 22px;
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-25 {
  animation: animate-svg-stroke-25 0.2s linear 2.98s both, animate-svg-fill-25 0.3s ease 3.18s both;
}

/***************************************************
 * Generated by SVG Artista on 10/29/2025, 5:45:59 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-1 {
  animation: animate-svg-fill-1 0.3s ease 0.3s both;
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-2 {
  animation: animate-svg-fill-2 0.3s ease 0.42s both;
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-3 {
  animation: animate-svg-fill-3 0.3s ease 0.54s both;
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-4 {
  animation: animate-svg-fill-4 0.3s ease 0.66s both;
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-5 {
  animation: animate-svg-fill-5 0.3s ease 0.78s both;
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-6 {
  animation: animate-svg-fill-6 0.3s ease 0.9s both;
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-7 {
  animation: animate-svg-fill-7 0.3s ease 1.02s both;
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-8 {
  animation: animate-svg-fill-8 0.3s ease 1.14s both;
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-9 {
  animation: animate-svg-fill-9 0.3s ease 1.26s both;
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-10 {
  animation: animate-svg-fill-10 0.3s ease 1.38s both;
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-11 {
  animation: animate-svg-fill-11 0.3s ease 1.5s both;
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-12 {
  animation: animate-svg-fill-12 0.3s ease 1.62s both;
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-13 {
  animation: animate-svg-fill-13 0.3s ease 1.74s both;
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-14 {
  animation: animate-svg-fill-14 0.3s ease 1.86s both;
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-15 {
  animation: animate-svg-fill-15 0.3s ease 1.98s both;
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-16 {
  animation: animate-svg-fill-16 0.3s ease 2.1s both;
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-17 {
  animation: animate-svg-fill-17 0.3s ease 2.22s both;
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-18 {
  animation: animate-svg-fill-18 0.3s ease 2.34s both;
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-19 {
  animation: animate-svg-fill-19 0.3s ease 2.46s both;
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-20 {
  animation: animate-svg-fill-20 0.3s ease 2.58s both;
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-21 {
  animation: animate-svg-fill-21 0.3s ease 2.7s both;
}

/* cmn__pat--dot05 */
svg .svg-elem-1 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-4 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-5 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-6 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-7 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
}

svg .svg-elem-8 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-9 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
}

svg .svg-elem-10 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
}

svg .svg-elem-11 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-12 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-13 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-14 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-15 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-16 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-17 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-18 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-19 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-20 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
}

svg.active .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-21 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-21 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-22 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-22 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-23 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-23 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-24 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}

svg.active .svg-elem-24 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-25 {
  stroke-dashoffset: 22px;
  stroke-dasharray: 22px;
  fill: transparent;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s;
}

svg.active .svg-elem-25 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

@media (max-width: 768px) {
  /* --------------------------------------------------

  header

  -------------------------------------------------- */
  .header {
    padding: 5.3333333333vw 2.6666666667vw;
    /*
    &::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(10px);
    }
    */
  }
  .header__head--corp {
    margin-left: 4vw;
    width: 2vw;
    font-size: 2.6666666667vw;
  }
  .header__nav--btn {
    font-size: 2.9333333333vw;
  }
  .header__nav--btn + .header__nav--btn {
    margin-left: 2.6666666667vw;
  }
  /* --------------------------------------------------

  contents

  -------------------------------------------------- */
  .contents {
    width: auto;
  }
  /* --------------------------------------------------

  footer

  -------------------------------------------------- */
  .footer {
    margin-top: 26.6666666667vw;
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  .footer__content--wrap {
    display: block;
    margin: 0 5.3333333333vw;
    width: auto;
  }
  .footer__nav--btn a {
    font-size: 4.2666666667vw;
  }
  .footer__nav--btn a::before {
    display: none;
  }
  .footer__content--ttl {
    margin-top: 13.3333333333vw;
    font-size: 6.4vw;
    text-align: left;
  }
  .footer__content--link {
    margin-top: 6.6666666667vw;
  }
  .footer__content--btn {
    width: auto;
    height: 16vw;
  }
  .footer__content--btn + .footer__content--btn {
    margin-top: 5.3333333333vw;
  }
  .footer__content--btn a {
    font-size: 4.2666666667vw;
  }
  .footer__content--btn a:hover {
    color: #fff;
    background-color: #000;
  }
  .footer__copy--txt {
    margin-top: 13.3333333333vw;
    font-size: 3.2vw;
  }
  .cmn__pat--dot01 {
    width: 16.6666666667vw;
    top: -13.3333333333vw;
    right: 5.3333333333vw;
  }
  .cmn__pat--dot02 {
    width: 16.6666666667vw;
    top: 93.3333333333vw;
    left: 5.3333333333vw;
  }
  .cmn__pat--dot03 {
    width: 24.6666666667vw;
    top: 176vw;
    right: 8vw;
  }
  .cmn__pat--dot04 {
    width: 21.3333333333vw;
    top: 699.7333333333vw;
    right: 10.6666666667vw;
  }
  .cmn__pat--dot05 {
    width: 16.6666666667vw;
    top: 592vw;
    left: 5.3333333333vw;
  }
  .cmn__pat--dot06 {
    width: 24.6666666667vw;
    top: 445.3333333333vw;
    right: 5.3333333333vw;
  }
  .cmn__pat--li01 {
    width: 29.3333333333vw;
    top: 184vw;
    right: auto;
    left: -5.3333333333vw;
  }
  .cmn__pat--li02 {
    width: 29.3333333333vw;
    top: 186.6666666667vw;
    left: -10.6666666667vw;
  }
  .cmn__pat--li03 {
    width: 29.3333333333vw;
    top: 186.6666666667vw;
    left: -10.6666666667vw;
  }
  .cmn__pat--li04 {
    display: none !important;
    width: 29.3333333333vw;
    top: 2226.6666666667vw;
    left: -40px;
  }
  .cmn__pat--li05 {
    display: none !important;
    width: 29.3333333333vw;
    top: 2234.6666666667vw;
    left: -90px;
  }
  .cmn__pat--li06 {
    width: 2.6666666667vw;
    top: 1232vw;
    right: 50%;
    transform: translateX(50%);
  }
  .cmn__pat--li07 {
    width: 2.6666666667vw;
    top: 1640.333333vw;    
  }
}
/* Webfonts */
@font-face {
  font-family: "LINESeedJP";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/common/fonts/EOT/LINESeedJP_TTF_Th.eot") format("eot"), url("/assets/common/fonts/WOFF/LINESeedJP_OTF_Th.woff") format("woff"), url("/assets/common/fonts/WOFF2/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/common/fonts/EOT/LINESeedJP_TTF_Rg.eot") format("eot"), url("/assets/common/fonts/WOFF/LINESeedJP_OTF_Rg.woff") format("woff"), url("/assets/common/fonts/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/common/fonts/EOT/LINESeedJP_TTF_Bd.eot") format("eot"), url("/assets/common/fonts/WOFF/LINESeedJP_OTF_Bd.woff") format("woff"), url("/assets/common/fonts/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/common/fonts/EOT/LINESeedJP_TTF_Eb.eot") format("eot"), url("/assets/common/fonts/WOFF/LINESeedJP_OTF_Eb.woff") format("woff"), url("/assets/common/fonts/WOFF2/LINESeedJP_OTF_Eb.woff2") format("woff2");
}