.ufoufo .panel .top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: url(/img/top-sm@2x-100.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: min(100%, 100svh);
}

@media (min-width: 768px) {
  .ufoufo .panel .top-img {
    background: url(/img/about-pc.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: min(100%, 100svh);
  }
}
.tagline-sm {
  width: 144px;
  height: 55px;
  transform: translateY(150%);
}

@media (min-height: 800px) {
  .tagline-sm {
    transform: translateY(200%);
  }
}
.tagline-pc {
  width: 200px;
  height: 75px;
  display: none;
}

@media (min-width: 768px) {
  .tagline-sm {
    display: none;
  }
  .top-img {
    position: relative;
  }
  .tagline-pc {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 80%;
    transform: translate(-50%, 0);
  }
}
section.about {
  overflow: hidden;
  background: url(../../img/ufoufo-about-bg.svg) no-repeat left center;
  background-size: auto auto;
  display: flex;
  flex-direction: column;
  min-height: 768px;
  position: relative;
}

.language-toggle {
  position: absolute;
  top: 30px;
  right: 50px;
  width: auto;
  display: flex;
  cursor: pointer;
  font-size: 14px;
}
.language-toggle span {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  padding: 0 5px;
}
.language-toggle span.active {
  font-weight: bold;
}

.language-toggle.active {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.about-textbox-img {
  width: 80%;
}

@media (max-width: 500px) {
  .about-textbox-img {
    transform: translateX(10%);
  }
}
.en, .kigou, .ja {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 10px 10px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 2;
}

.about-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
  display: grid;
  place-items: center;
  transform: translateY(40px);
  padding: 0 20px;
  min-height: 560px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about-wrapper img {
  width: min(80%, 550px);
  transform: translate(4%, -8%);
  display: none;
}
.about-wrapper img.about-textbox-ja {
  width: min(80%, 500px);
}
.about-wrapper img.active {
  display: block;
}

@media (min-width: 768px) {
  .about-wrapper {
    height: 100vh;
    transform: translateY(0);
  }
}
.language-toggle .about-textbox-en {
  display: block;
}
.language-toggle .about-textbox-ja {
  display: none;
}

.language-toggle.active .about-textbox-en {
  display: none;
}
.language-toggle.active .about-textbox-ja {
  display: block;
}/*# sourceMappingURL=ufoufo.css.map */