html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

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

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

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

@media screen and (min-width: 1281px) {
  html {
    -ms-overflow-style: none; /* IE, Edge(Legacy) */
    scrollbar-width: none; /* Firefox */
  }
}

@media screen and (min-width: 1281px) {
  body::-webkit-scrollbar {
    display: none; /* Chrome, Edge, Safari, Opera */
  }
}

@keyframes beeswing {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes beemove {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: calc(100% - 80px);
    transform: translateX(100%);
  }
}
@keyframes evo1 {
  0% {
    top: 0;
    left: calc((1 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((1 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((1 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((1 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((1 - 1) * 15% + 20%);
  }
}
@keyframes evo2 {
  0% {
    top: 0;
    left: calc((2 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((2 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((2 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((2 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((2 - 1) * 15% + 20%);
  }
}
@keyframes evo3 {
  0% {
    top: 0;
    left: calc((3 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((3 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((3 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((3 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((3 - 1) * 15% + 20%);
  }
}
@keyframes evo4 {
  0% {
    top: 0;
    left: calc((4 - 1) * 15% + 5%);
  }
  20% {
    top: -35%;
    left: calc((4 - 1) * 15% + 13%);
  }
  40% {
    top: -36%;
    left: calc((4 - 1) * 15% + 14%);
  }
  60% {
    top: -35%;
    left: calc((4 - 1) * 15% + 15%);
  }
  100% {
    top: 0;
    left: calc((4 - 1) * 15% + 20%);
  }
}
@keyframes evojetman {
  0% {
    right: 70%;
    top: -105%;
  }
  25%, 30%, 55%, 60% {
    right: 50%;
    top: -80%;
    transform: translate(100%, -100%);
  }
  40%, 45% {
    transform: translate(100%, -100%) scale(0.98) rotate(0.5deg);
    right: 49.5%;
    top: -81%;
  }
  100% {
    right: -10%;
    top: -75%;
    transform: translate(100%, -200%) scale(0.9) rotate(-10deg);
  }
}
@keyframes loadingcomp {
  0% {
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
  40% {
    -webkit-clip-path: circle(10%);
            clip-path: circle(10%);
  }
  80% {
    -webkit-clip-path: circle(13%);
            clip-path: circle(13%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}
@keyframes blur-out {
  0% {
    filter: blur(0);
    transform-origin: center center;
    transform: none;
  }
  100% {
    opacity: 0;
    filter: blur(3px);
    transform: scale(1.1);
  }
}
@keyframes site3logocover {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes site3imageback {
  0% {
    transform: none;
  }
  20% {
    transform-origin: 70% 60%;
    transform: translate(0.2%, 0.5%) scale(1.02) rotate(0.5deg) skew(-1deg, 0deg);
  }
  40% {
    transform: translate(0.5%, 0%) scale(1.04) rotate(1deg) skew(-1.5deg, 0deg);
  }
  60% {
    transform-origin: center;
    transform: translate(0%, -1.2%) scale(1.04) rotate(0deg) skew(0.5deg, 0deg);
  }
  80% {
    transform: translate(-1.2%, -0.5%) scale(1.02) rotate(-1deg) skew(0deg, -1deg);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingcircle {
  to {
    transform: rotate(1turn);
  }
}
@keyframes opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes waveriding {
  0% {
    transform: translate(0) scale(1.03);
  }
  25% {
    transform: translate(3px, -3px) rotate(-0.2deg) scale(1.03);
  }
  50% {
    transform: translate(0px, 3px) rotate(0.4deg) scale(1.03);
  }
  75% {
    transform: translate(2px, -4px) rotate(-0.3deg) scale(1.03);
  }
  100% {
    transform: translate(0) rotate(0deg) scale(1.03);
  }
}
@keyframes nextopasicy {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
}
@keyframes nextmove-r {
  0%, 100% {
    transform: translateX(15px);
  }
  20% {
    transform: translateX(15px);
  }
  30% {
    transform: translateX(18px);
  }
  40% {
    transform: translateX(15px);
  }
}
@keyframes nextmove-b {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, 3px);
  }
  40% {
    transform: translate(0px, 0px);
  }
}
@keyframes mininega {
  0%, 70%, 100% {
    transform: none;
  }
  20% {
    transform: translateY(-2px);
  }
  40% {
    transform: translateY(5px);
  }
}
.body {
  font-size: 16px;
}

.yokosc__con {
  overflow: hidden;
}
.yokosc__in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}

section {
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  section {
    height: auto;
  }
}

.evo {
  pointer-events: none;
  z-index: 99;
  position: fixed;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .evo {
    display: none;
  }
}
.evo__empty {
  width: 100%;
  height: 100%;
}
.evo__inner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}
.evo img {
  position: absolute;
  right: auto;
  display: none;
}
.evo img:nth-child(1).inview {
  display: block;
  animation: evo1 1.5s linear backwards;
}
.evo img:nth-child(2).inview {
  display: block;
  animation: evo2 1.5s linear backwards;
}
.evo img:nth-child(3).inview {
  display: block;
  animation: evo3 1.5s linear backwards;
}
.evo img:nth-child(4).inview {
  display: block;
  animation: evo4 1.5s linear backwards;
}
.evo img.saru {
  height: 28vh;
  max-height: 220px;
}
.evo img.enjin {
  height: 30vh;
  max-height: 235px;
}
.evo img.genshijin {
  height: 28vh;
  max-height: 217px;
}
.evo img.hito {
  transform: translateX(50%);
  height: 32.5vh;
  max-height: 255px;
}
.evo img.jetman {
  max-width: 357px;
  width: 20.5vw;
  transform-origin: right bottom;
  transform: translate(100%, -100%);
  left: auto;
  right: 50%;
  top: -105%;
}
.evo img.jetman.inview {
  display: block;
  animation: evojetman 4s ease 0.5s backwards;
}

.top {
  position: relative;
}
.top__inner {
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  right: 2em;
}
@media screen and (max-width: 1280px) {
  .top__inner {
    right: 0;
    width: 100%;
    height: 100svh;
  }
}
.top__fragments {
  z-index: 5;
  position: absolute;
  width: 53vw;
  max-width: 720px;
  min-width: 650px;
  transform-origin: center;
  transform: translateY(-28vh);
}
@media screen and (max-width: 1280px) {
  .top__fragments {
    max-width: 660px;
    min-width: auto;
    width: 90%;
  }
}
@media screen and (orientation: portrait) {
  .top__fragments {
    transform: translateY(-20vh);
  }
}
.top__video {
  z-index: 1;
  position: absolute;
  width: 100vw;
  min-width: 1300px;
  max-width: 1650px;
  transform: translateY(3vh);
}
@media screen and (max-width: 1280px) {
  .top__video {
    min-width: auto;
    max-width: 720px;
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  .top__video {
    transform: translateY(0vh);
  }
}
.top__video video {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
}
.top__blacklabel {
  z-index: 9;
  position: absolute;
  height: 2em;
  width: 100vh;
  top: 0;
  bottom: 0;
  left: auto;
  right: 2em;
  color: white;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  transform-origin: top right;
  transform: rotate(270deg);
  background-color: rgb(9, 26, 18);
  box-shadow: 0 0 3px 3px rgb(9, 26, 18);
}
@media screen and (max-width: 1280px) {
  .top__blacklabel {
    transform: none;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (orientation: portrait) {
  .top__blacklabel {
    font-size: 11px;
  }
}
.top__blacklabel p {
  position: relative;
  text-align: center;
  bottom: -0.1em;
  transform: rotate(180deg);
}
@media screen and (max-width: 1280px) {
  .top__blacklabel p {
    transform: none;
  }
}
.top__whitelabeltext {
  z-index: 9;
  position: absolute;
  text-align: center;
  height: 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(52, 64, 58);
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1280px) {
  .top__whitelabeltext {
    font-size: 22.3px;
  }
}
.top__whitelabeltext.text1 {
  transform-origin: 100% 100%;
  transform: translateX(-100%) rotate(90deg);
  top: auto;
  bottom: 0em;
  left: 0.1em;
  right: auto;
}
.top__whitelabeltext.text2 {
  top: auto;
  bottom: 0.1em;
  left: 0.6em;
  right: 0;
}
.top__whitelabel {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .top__whitelabel {
    bottom: 27px;
  }
}
@media screen and (orientation: portrait) {
  .top__whitelabel {
    bottom: 23px;
  }
}
.top__whitelabel_hellopc {
  z-index: 4;
  position: absolute;
  width: 213px;
  height: 213px;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 1280px) {
  .top__whitelabel_hellopc {
    width: 150px;
    height: 150px;
    left: 20px;
    bottom: 20px;
  }
}
.top__whitelabel_hellopc img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.top__whitelabel_hellotext {
  position: absolute;
  text-align: start;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 7px;
  color: rgb(225, 237, 225);
  font-size: 12px;
  line-height: 1.1em;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .top__whitelabel_hellotext {
    font-size: 10px;
  }
}
.top__whitelabel_hellotext a {
  color: rgb(225, 237, 225);
}
.top__whitelabel_hellotext a span {
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .top__whitelabel_hellotext a {
    display: none;
  }
}
.top__whitelabelbox {
  position: absolute;
  opacity: 0;
  z-index: 5;
  width: 213px;
  height: 213px;
  bottom: 30px;
  left: 30px;
  font-size: 19px;
  transition: all 1.5s ease;
  transform-origin: center 20%;
  transform: translateY(0px) scale(0.6);
  border-radius: 30%;
  background-color: rgb(225, 237, 225);
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox {
    font-size: 14px;
    width: 150px;
    height: 150px;
    left: 20px;
    bottom: 20px;
  }
}
.top__whitelabelbox.show {
  opacity: 1;
  transform: none;
  border-radius: 9px;
}
.top__whitelabelbox_hellocover {
  z-index: 6;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 1s ease;
}
.top__whitelabelbox_hellocover.show {
  opacity: 1;
}
.top__whitelabelbox_textcon {
  opacity: 0;
  transition: all 0.5s ease;
  color: rgb(52, 64, 58);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.15em;
  line-height: 1.2em;
  text-align: justify;
  width: 89%;
  height: calc(100% - 2.8em);
  margin: 10px 10px auto 10px;
  overflow: hidden;
}
.top__whitelabelbox_textcon.show {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_textcon {
    margin: 5px 5px auto 8px;
    height: calc(100% - 2.5em);
    line-height: 1.17em;
  }
}
.top__whitelabelbox_textin {
  position: relative;
  transform-origin: top;
  top: 100%;
  width: 99%;
}
.top__whitelabelbox_textin .alphabet {
  letter-spacing: -0.05em;
}
.top__whitelabelbox_encon {
  opacity: 0;
  position: absolute;
  height: 30px;
  width: 90%;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px 0;
  border-top: solid 1px rgba(52, 64, 58, 0.5);
  transition: all 0.5s ease;
}
.top__whitelabelbox_encon.show {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_encon {
    height: 25px;
    bottom: 4px;
  }
}
.top__whitelabelbox_enin {
  overflow: hidden;
  position: relative;
  text-align: start;
  left: 0;
  width: calc(100% - 25px);
  height: 100%;
  margin-top: 2px;
  color: rgb(52, 64, 58);
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.1em;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_enin {
    font-size: 10px;
  }
}
.top__whitelabelbox_entext {
  position: absolute;
  bottom: 0;
}
.top__whitelabelbox_load {
  opacity: 0;
  position: absolute;
  width: 89%;
  height: calc(100% - 2.8em);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px 10px auto 10px;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_load {
    width: 92%;
    height: calc(100% - 2.5em);
    margin: 5px 5px auto 5px;
  }
}
.top__whitelabelbox_load .loader {
  position: absolute;
  right: 0em;
  bottom: 0em;
  width: 1.2em;
  --b: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, rgb(52, 64, 58)) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: loadingcircle 1.3s infinite steps(5);
}
.top__whitelabelbox_load.inview {
  animation: load 0.1s ease 0s both;
}
.top__whitelabelbox_blink {
  display: none;
  position: absolute;
  height: 17px;
  width: 5px;
  bottom: 9px;
  right: 13px;
  background: rgb(52, 64, 58);
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_blink {
    width: 3px;
    height: 13px;
    right: 10px;
    bottom: 4px;
  }
}
.top__whitelabelbox_blink.moving {
  display: block;
  animation: blink 1.2s linear 0.4s infinite;
}
.top__whitelabelbox_dot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 9px;
  right: 22px;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_dot {
    right: 18px;
    bottom: 4px;
  }
}
.top__whitelabelbox_dot span {
  position: relative;
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgb(52, 64, 58);
  margin: 0 1.5px;
}
@media screen and (max-width: 1280px) {
  .top__whitelabelbox_dot span {
    margin: 0;
  }
}
.top__whitelabelbox_dot span:nth-child(1) {
  animation: dot 1.2s linear 0.8s infinite;
}
.top__whitelabelbox_dot span:nth-child(2) {
  animation: dot 1.2s linear 0.4s infinite;
}
.top__whitelabelbox_dot span:nth-child(3) {
  animation: dot 1.2s linear 0s infinite;
}
.top__barcode {
  z-index: 9;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
  right: 260px;
  bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .top__barcode {
    top: 20px;
    left: 20px;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 1280px) {
  .top__barcode_me {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
    height: 85px;
  }
}
.top__barcode .qr {
  width: 30px;
  margin: 0 0 10px auto;
}
@media screen and (max-width: 1280px) {
  .top__barcode .qr {
    margin: 0;
    width: 40px;
  }
}
.top__barcode .bar {
  margin: auto 0 0 0;
  width: 100px;
}
@media screen and (max-width: 1280px) {
  .top__barcode .bar {
    width: 115px;
    margin: 0;
  }
}
.top__barcode_thissite {
  position: relative;
  text-wrap: nowrap;
  width: 70px;
  font-size: 10px;
  bottom: -3px;
}
@media screen and (max-width: 1280px) {
  .top__barcode_thissite {
    display: none;
  }
}
.top__barcode_thissite p {
  -moz-text-align-last: justify;
       text-align-last: justify;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.top__circletext {
  z-index: 9;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 2.5em;
  bottom: 1em;
  font-family: "Averia Serif Libre", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 33px;
  letter-spacing: -0.22em;
  word-spacing: 0.15em;
  margin: 0.7em;
}
@media screen and (max-width: 1280px) {
  .top__circletext {
    width: 70px;
    height: 70px;
    top: 5px;
    bottom: auto;
    right: 5px;
    left: auto;
  }
}
.top__circletext img {
  position: absolute;
  width: 55px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .top__circletext img {
    width: 45px;
  }
}
.top__circletext_txet {
  animation: rotate 40s linear 0s infinite;
}
.top__circletext div svg {
  overflow: visible;
}
.top__circletext div path {
  fill: none;
}
.top__circletext div text {
  fill: rgb(52, 64, 58);
}

.presen-site {
  position: relative;
}
.presen-site__container {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .presen-site__container {
    width: 100%;
    height: auto;
  }
}
.presen-site__cover {
  z-index: 10;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .presen-site__cover {
    display: none;
  }
}
.presen-site__cover .coverimg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  min-width: 100%;
  min-height: 100%;
}
.presen-site__contents {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 100%;
}
.presen-site__inner {
  z-index: 8;
  position: relative;
  width: 100%;
  height: 100%;
}
.presen-site__backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.presen-site__article {
  z-index: 8;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 3vw);
  height: calc(100% - 3vw);
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .presen-site__article {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .presen-site__article {
    flex-wrap: wrap;
    transform: none;
    top: 0;
    left: 0;
    height: auto;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.presen-site__article h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1280px) {
  .presen-site__article h5 {
    line-height: 0.5em;
  }
}
.presen-site__article .block:nth-child(1), .presen-site__article .block:nth-child(3) {
  width: 42%;
}
@media screen and (max-width: 1280px) {
  .presen-site__article .block:nth-child(3) {
    width: 100%;
  }
}
.presen-site__article .block:nth-child(2) {
  width: 12%;
}
.presen-site__article .block {
  height: 100%;
  position: relative;
}
.presen-site__article .block:nth-child(1) {
  z-index: 1;
}
.presen-site__article .block:nth-child(2) {
  z-index: 2;
}
.presen-site__article .block:nth-child(3) {
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .presen-site__article .block.pcscsho {
    width: 72%;
    height: auto;
    aspect-ratio: 1/0.739;
  }
  .presen-site__article .block.spscsho {
    width: 25%;
    height: auto;
    aspect-ratio: 1/2.13;
  }
}
.presen-site__article .block.pcscsho img, .presen-site__article .block.spscsho img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s 0s ease;
  transform-origin: top left;
}
.presen-site__article .block img:nth-child(1) {
  z-index: 9;
}
.presen-site__article .block img:nth-child(2) {
  z-index: 8;
}
.presen-site__article .block img:nth-child(3) {
  z-index: 7;
}
.presen-site__article .block.pcscsho a:hover img:nth-child(1) {
  transform: translate(1%, 0%) rotate(-0.5deg) scale(0.95);
}
.presen-site__article .block.pcscsho a:hover img:nth-child(2) {
  transform: translate(5%, 1%) rotate(1deg) scale(0.95);
}
.presen-site__article .block.pcscsho a:hover img:nth-child(3) {
  transform: translate(9%, 2%) rotate(2.5deg) scale(0.95);
}
.presen-site__article .block.spscsho a:hover img:nth-child(1) {
  transform: translate(0%, 0%) rotate(-0.5deg) scale(0.96);
}
.presen-site__article .block.spscsho a:hover img:nth-child(2) {
  transform: translate(13%, 2%) rotate(1deg) scale(0.96);
}
.presen-site__article .block.spscsho a:hover img:nth-child(3) {
  transform: translate(26%, 4%) rotate(2.5deg) scale(0.96);
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl {
    margin-top: 20px;
  }
}
.presen-site__article_expl h3 {
  font-size: 26px;
}
.presen-site__article_expl a {
  font-size: 15px;
  text-decoration: underline;
  letter-spacing: 0.03em;
  transition: all 0.3s 0s ease;
}
.presen-site__article_expl a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .presen-site__article_expl a {
    font-size: 14px;
  }
}
.presen-site__article_expl div {
  margin-bottom: 15px;
}
.presen-site__article_expl div:last-child {
  margin-bottom: 0;
}
.presen-site__article_expl p {
  margin-top: 0.2em;
  text-align: justify;
  letter-spacing: -0.05em;
}
.presen-site__article_expl .sitecommentary {
  line-height: 1.7;
}
.presen-site__article_expl .fonten {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}
.presen-site__article_expl .bottomblock {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock {
    position: relative;
  }
}
.presen-site__article_expl .bottomblock .sitelogo {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .presen-site__article_expl .bottomblock .sitelogo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .sitelogo {
    max-width: 400px;
  }
}
@media screen and (min-width: 1281px) and (max-height: 700px) {
  .presen-site__article_expl .bottomblock .sitelogo {
    display: none;
  }
}
.presen-site__article_expl .bottomblock .sitelogo div {
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .sitelogo div:nth-child(1) {
    width: 30%;
  }
  .presen-site__article_expl .bottomblock .sitelogo div:nth-child(2) {
    width: 70%;
  }
}
.presen-site__article_expl .bottomblock .sitelogo img.mark {
  height: 100px;
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .sitelogo img.mark {
    height: auto !important;
    width: 100%;
  }
}
.presen-site__article_expl .bottomblock .sitelogo img.type {
  height: 45px;
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .sitelogo img.type {
    height: auto !important;
    width: 100%;
  }
}
.presen-site__article_expl .bottomblock .sitelogo p {
  margin-top: 0.5em;
  font-size: 13px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .presen-site__article_expl .bottomblock .sitelogo p {
    font-size: 11px;
  }
}
.presen-site__article_expl .bottomblock .rightblock {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: 72px;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .rightblock {
    display: none;
  }
}
.presen-site__article_expl .bottomblock .rightblock img {
  position: relative;
  width: 100%;
  height: auto;
}
.presen-site__article_expl .bottomblock .rightblock p {
  position: relative;
  top: auto;
  bottom: 0;
  font-size: 10px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
  letter-spacing: 0em;
  font-weight: 500;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  transform: translateX(15px);
  margin-top: 18px;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow span:nth-child(1) {
  animation: nextopasicy 7s 1s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow span:nth-child(2) {
  animation: nextopasicy 7s 2s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow span:nth-child(3) {
  animation: nextopasicy 7s 3s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow span:nth-child(4) {
  animation: nextopasicy 7s 4s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow span:nth-child(5) {
  animation: nextopasicy 7s 5s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow.move-r {
  animation: nextmove-r 3s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow.move-b {
  animation: nextmove-b 3s ease infinite;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow .rectangle {
  display: inline-block;
  font-size: 14px;
  text-align: right;
  height: 1em;
  line-height: 1em;
}
.presen-site__article_expl .bottomblock .rightblock .nextarrow .triangle {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 5px;
  border-right: 15px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width: 900px) {
  .presen-site__article_expl .bottomblock .toollang.filter {
    filter: drop-shadow(0 0 1px white) drop-shadow(0 0 2px white);
  }
}
@media screen and (max-width: 1280px) {
  .presen-site__article_expl .bottomblock .toollang {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid;
  }
}

.site1 {
  box-shadow: 0 0 3px 3px rgb(9, 26, 18);
  background-color: rgb(9, 26, 18);
  color: white;
}
.site1 .presen-site__backimg {
  background-image: url(/images/site1/site1_contents_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .site1 .presen-site__backimg {
    background-image: url(/images/site1/site1_contents_back_sp.webp);
  }
}
.site1 .presen-site__article h3 {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
}
.site1 .presen-site__article p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.site1 .presen-site__article a {
  color: white;
}
.site1 .presen-site__article .pcscsho img, .site1 .presen-site__article .spscsho img {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.site1 .presen-site__article_expl .bottomblock .sitelogo img.mark {
  height: 80px;
}
@media screen and (max-width: 1500px) {
  .site1 .presen-site__article_expl .bottomblock .sitelogo img.mark {
    height: 56px;
  }
}
@media screen and (max-width: 1500px) {
  .site1 .presen-site__article_expl .bottomblock .sitelogo img.type {
    height: 37px;
  }
}
.site1 .presen-site__article_expl .bottomblock .toollang {
  border-color: rgba(255, 255, 255, 0.5);
}
.site1 .presen-site__article .triangle {
  border-left: 15px solid white;
}
.site1__cover {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.site1__cover .coverimg {
  position: absolute;
  bottom: 0;
  top: auto;
}
.site1__cover .coverlogo {
  position: absolute;
  margin: auto;
  top: 35vh;
  bottom: auto;
  right: 0;
  left: 0;
  width: auto;
  height: 12vh;
}
.site1__cover .covertext {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5em;
  color: white;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3vh;
}
.site1__cover_arrow {
  position: absolute;
  left: auto;
  right: 1em;
  top: auto;
  bottom: 1em;
  width: 80px;
}
.site1__incover {
  pointer-events: none;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .site1__incover {
    display: none;
  }
}
.site1__contents {
  position: relative;
}
.site1__contents .site1__coverunder.inview {
  animation: blur-out;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.site1__contents .coveroutback {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  display: block;
  opacity: 0.5;
  width: 100vw;
  height: 100vh;
  background-color: white;
}
.site1__contents .coveroutlogo {
  pointer-events: none;
  z-index: 6;
  position: absolute;
  margin: auto;
  top: 35vh;
  bottom: auto;
  right: 0;
  left: 0;
  width: auto;
  height: 12vh;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
.site1__contents .coverouttext {
  pointer-events: none;
  z-index: 6;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0.5em;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.9vh;
  filter: drop-shadow(0 0 3px black) drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgb(116, 94, 231), rgb(255, 106, 19) 40%, rgb(236, 55, 0));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site2 {
  background-color: rgb(240, 250, 225);
  box-shadow: 0 0 2px 1px rgb(240, 250, 225);
  color: rgb(50, 20, 10);
}
.site2 .presen-site__backimg img {
  position: absolute;
  opacity: 0.25;
  -o-object-fit: cover;
  object-fit: contain;
  max-height: 75%;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}
.site2 .presen-site__backimg .proplogo {
  opacity: 1;
  height: 17vh;
  max-height: 150px;
}
@media screen and (max-width: 1280px) {
  .site2 .presen-site__backimg .proplogo {
    opacity: 0.9;
  }
}
.site2 .presen-site__article h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 30px;
}
.site2 .presen-site__article h5 {
  font-weight: 700;
}
.site2 .presen-site__article p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.site2 .presen-site__article a {
  color: rgb(50, 20, 10);
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .site2 .presen-site__article_expl .bottomblock .sitelogo img.mark {
    height: 70px;
  }
}
@media screen and (max-width: 1500px) {
  .site2 .presen-site__article_expl .bottomblock .sitelogo img.type {
    height: 37px;
  }
}
.site2 .presen-site__article .pcscsho img, .site2 .presen-site__article .spscsho img {
  border: 1px solid rgba(150, 120, 100, 0.4);
}
.site2 .presen-site__article .rightblock p {
  filter: drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 0.5px white);
}
.site2 .presen-site__article_expl .bottomblock .toollang {
  border-color: rgba(50, 20, 10, 0.5);
}
.site2 .presen-site__article .nextarrow span {
  filter: drop-shadow(0px 0px 1px rgb(50, 20, 10)) drop-shadow(0px 0px 0.5px rgb(50, 20, 10)) drop-shadow(0px 0px 0.5px rgb(50, 20, 10));
  font-weight: 600;
  color: white;
}
.site2 .presen-site__article .nextarrow {
  gap: 5.5px !important;
}
.site2 .presen-site__article .triangle {
  border-left: 15px solid white;
}
.site2__coverback {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 250, 245);
  box-shadow: inset 0 0 2em rgb(255, 225, 205);
}
.site2__coverbox {
  z-index: 11;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: 0;
  right: 0;
  bottom: calc(0px + 5vh);
  left: 0;
  filter: blur(0);
}
.site2__coverbox .box1 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  left: 0;
  margin-right: auto;
}
.site2__coverbox .box1 .site2__coverlogo {
  width: 6.5vw;
  min-width: 108px;
  margin-right: 1.5vw;
}
.site2__coverbox .box1 .site2__covercraftsand {
  position: relative;
  width: 15vw;
  min-width: 249px;
  left: -0.5vw;
}
.site2__coverbox .box1 .site2__coverlogotype {
  width: 20vw;
  min-width: 332px;
}
.site2__coverbox .box2 {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-kerning: auto;
  line-height: 1.3em;
  color: rgb(50, 20, 10);
  margin-top: 0.5vw;
}
.site2__contents {
  box-shadow: inset 0 0 2em rgb(255, 225, 205);
}

.site3 {
  background-color: white;
  color: rgb(30, 30, 30);
}
.site3 .presen-site__backimg img {
  z-index: 1;
  position: absolute;
  -o-object-fit: cover;
  object-fit: contain;
  height: 100%;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .site3 .presen-site__backimg img:nth-child(1) {
    height: auto;
    width: 120%;
    max-width: none;
    right: -10%;
  }
}
.site3 .presen-site__backimg::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(165deg, rgb(240, 210, 255), rgb(185, 235, 220) 50%, rgb(255, 255, 255));
}
.site3 .presen-site__backimg .proplogo {
  z-index: 3;
  opacity: 0.8;
  height: 40vh;
  max-width: 850px;
}
@media screen and (max-width: 1280px) {
  .site3 .presen-site__backimg .proplogo {
    max-width: 80%;
    height: auto;
    max-height: 40vh;
  }
}
.site3 .presen-site__article h3,
.site3 .presen-site__article h5,
.site3 .presen-site__article p {
  filter: drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white);
}
.site3 .presen-site__article h3 {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 31px;
  letter-spacing: 0.03em;
}
.site3 .presen-site__article h5 {
  font-weight: 800;
}
.site3 .presen-site__article p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.site3 .presen-site__article a {
  color: rgb(30, 30, 30);
  font-weight: 500;
  fill: drop-shadow(0px 0px 0.5px white) drop-shadow(0px 0px 1px white);
}
.site3 .presen-site__article .pcscsho img, .site3 .presen-site__article .spscsho img {
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.site3 .presen-site__article .bottomblock .sitelogo .type {
  height: auto;
  width: 200px;
}
@media screen and (max-width: 1500px) {
  .site3 .presen-site__article_expl .bottomblock .sitelogo img.mark {
    height: 66px;
  }
}
@media screen and (max-width: 1500px) {
  .site3 .presen-site__article_expl .bottomblock .sitelogo img.type {
    height: 50px;
    width: auto;
  }
}
.site3 .presen-site__article_expl .bottomblock .toollang {
  border-color: rgba(30, 30, 30, 0.5);
}
.site3 .presen-site__article .nextarrow span {
  filter: drop-shadow(0px 0px 1px rgb(30, 30, 30)) drop-shadow(0px 0px 1px rgb(30, 30, 30)) drop-shadow(0px 0px 0.5px rgb(30, 30, 30));
  font-weight: 600;
  color: white;
}
.site3 .presen-site__article .nextarrow {
  gap: 5.5px !important;
}
.site3 .presen-site__article .triangle {
  width: 10px !important;
  height: 15px !important;
  border-right: 5px solid transparent !important;
  border-top: 15px solid white !important;
  border-bottom: 0px solid transparent !important;
  border-left: 5px solid transparent !important;
  bottom: -1px !important;
}
.site3__coverback {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 240);
}
.site3__cover .coverimg {
  z-index: 10;
  opacity: 0.05;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  animation: site3imageback 30s linear 0s infinite;
}
.site3__cover .coversnkr {
  z-index: 11;
  position: absolute;
  opacity: 0.93;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 45vh;
  min-height: 380px;
  margin: auto;
  filter: blur(0.5px);
}
.site3__cover .coverlogo {
  z-index: 12;
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 12vh;
  width: auto;
}
.site3__cover .coverlogo img {
  position: absolute;
  height: 12vh;
  min-height: 100px;
}
.site3__cover .coverlogo .site3logocover__blue {
  animation: site3logocover 12s linear 0s infinite;
}
.site3__cover .coverlogo .site3logocover__green {
  animation: site3logocover 12s linear 4s infinite;
}
.site3__cover .coverlogo .site3logocover__pink {
  animation: site3logocover 12s linear 8s infinite;
}

.profile {
  position: relative;
  background-color: #1d1d1d;
}
.profile__fixedbox {
  height: 200vh;
}
.profile__cover {
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
}
.profile__covercontainer {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
}
.profile__coverinner {
  z-index: 10;
  position: relative;
  overflow: hidden;
  height: 72vh;
  transition: all 0.7s 0s ease;
}
@media screen and (max-width: 1280px) {
  .profile__coverinner {
    height: 80vh;
  }
}
.profile__coverinner .waveriding {
  transform-origin: center;
  animation: waveriding 10s ease-in-out infinite;
}
.profile__coverinner.outview {
  opacity: 0;
}
.profile__coverinner .mainimg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-width: 100vw;
}
.profile__covertext {
  z-index: 12;
  position: absolute;
  display: flex;
  gap: 0.25em;
  overflow: hidden;
  color: rgb(250, 60, 105);
  text-wrap: nowrap;
  font-size: max(3vh, 22px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: auto;
  top: -8vh;
  bottom: 0;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  filter: blur(0.6px) drop-shadow(0.5px 0.5px 0.5px rgb(25, 140, 105)) drop-shadow(-0.5px -0.5px 0.5px rgb(50, 10, 10));
}
@media screen and (max-width: 1280px) {
  .profile__covertext {
    font-size: 20px;
  }
}
.profile__coveronoff {
  z-index: 12;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 99%;
  height: -moz-fit-content;
  height: fit-content;
  color: rgb(250, 60, 105);
  font-size: max(1.6vh, 12px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  top: -2vh;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: blur(0.6px) drop-shadow(0.2px 0.2px 0.5px rgb(25, 140, 105));
}
@media screen and (max-width: 1280px) {
  .profile__coveronoff {
    font-size: 11px;
  }
}
.profile__coveronoff.also {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 6.2vh;
  top: auto;
  text-align: center;
  bottom: 5.5vh;
  filter: blur(0.6px);
}
.profile__coveronoff.fragments {
  display: block;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 255, 200);
  font-size: max(1vh, 12px);
  letter-spacing: -0.05em;
  filter: blur(0.6px);
}
.profile__covernega {
  display: table;
  position: absolute;
  overflow: hidden;
  transform-origin: center;
  transform: translateX(-50%);
  left: 50%;
  right: 50%;
  top: auto;
  bottom: 5px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(25, 195, 155);
  text-wrap: nowrap;
  font-size: max(2.4vh, 17px);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.profile__covernega p {
  z-index: 11;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  padding: 0vh 0.15em;
  line-height: 1.2em;
  filter: drop-shadow(1px 1px 0.5px rgb(250, 130, 235));
}
.profile__covernega p span {
  transform: scaleX(-1);
  display: inline-block;
}
.profile__covernega p .minionly {
  display: none;
}
@media screen and (max-width: 1280px) {
  .profile__covernega p .minionly {
    display: inline-block;
    transform: rotate(90deg) scaleY(1.7);
  }
}
@media screen and (max-width: 1280px) {
  .profile__covernega p {
    padding: 0.3em 0.5em;
    font-size: 23px;
    animation: mininega 2.5s ease infinite;
  }
}
.profile__covernega .downbox {
  position: absolute;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 1.2em;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  filter: invert(1);
}
.profile__covernega .downbox img {
  position: absolute;
  top: auto;
  bottom: -5px;
  height: 72vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .profile__covernega .downbox {
    height: 2.6em;
  }
}
.profile__contentscontrol {
  pointer-events: none;
  z-index: -1;
  position: relative;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  top: auto;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .profile__contentscontrol {
    width: 100%;
  }
}
.profile__contentscontainer {
  z-index: 5;
  position: absolute;
  opacity: 0;
  height: 72vh;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.7s 0s ease;
}
@media screen and (max-width: 1280px) {
  .profile__contentscontainer {
    height: 80vh;
  }
}
.profile__contentscontainer.inview {
  opacity: 1;
}
.profile__contentscontainer img {
  z-index: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.profile__contentscontainer .fragments {
  color: rgb(213, 225, 208);
}
.profile__contentsinner {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  opacity: 0;
}
.profile__contentsinner.inview {
  opacity: 1;
}
.profile__contentsinner::before {
  content: "";
  position: absolute;
  opacity: 0.4;
  background: black;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .profile__contentsinner::before {
    opacity: 0.5;
  }
}
.profile__information {
  position: absolute;
  width: calc(90% - 2.6vw);
  height: calc(100% - 2vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  filter: drop-shadow(0 0 3px black) drop-shadow(0 0 3px black) drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-height: 800px) {
  .profile__information {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .profile__information {
    width: 95%;
    height: calc(100% - 5vw);
  }
}
@media screen and (max-width: 900px) {
  .profile__information {
    line-height: 1.4;
    font-size: 14px;
  }
}
.profile__information .smalldesc {
  font-size: 13px;
}
.profile__information .multiplelines {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.profile__information .multiplelines span:nth-child(1) {
  white-space: nowrap;
  margin-right: 0.3em;
}
.profile__information .multiplelines span {
  max-width: calc(100% - 3em);
}
.profile__information_site {
  position: absolute;
  text-align: justify;
  max-width: 900px;
  letter-spacing: -0.05em;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
}
@media screen and (max-width: 900px) {
  .profile__information_site {
    max-width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .profile__information_site .skiptext {
    display: none;
  }
}
.profile__information_self {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  max-width: 40vw;
}
@media screen and (max-width: 900px) {
  .profile__information_self {
    max-width: none;
  }
}
.profile__information_tmi {
  position: absolute;
  text-align: right;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  max-width: 40vw;
}
@media screen and (max-width: 900px) {
  .profile__information_tmi {
    display: none;
  }
}
.profile__information_tmi .multiplelines {
  justify-content: flex-end;
}
.profile__topbutton {
  z-index: 20;
  position: absolute;
  text-align: center;
  width: 180px;
  height: 45px;
  margin: auto;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  border-radius: 22px 22px 0px 0px;
  background: rgb(84, 95, 86);
  box-shadow: inset 0 0 5px rgb(47, 59, 44);
  color: rgb(231, 255, 235);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
  transform: translateY(100%);
}
@media screen and (max-width: 1280px) {
  .profile__topbutton {
    display: none;
  }
}
.profile__topbutton.inview {
  transform: translateY(50%);
  transition-delay: 1.5s;
}
.profile__topbutton p {
  position: relative;
  bottom: -1px;
  filter: blur(0.3px);
}
.profile__topbutton:hover {
  transform: translateY(40%);
  transition-delay: 0s;
}/*# sourceMappingURL=site.css.map */