@charset "UTF-8";
.guide-footer--about {
  margin: 40px auto 0;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.guide-footer__about-columns {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.guide-footer--about .guide-footer__cta {
  width: 80%;
  margin-top: 0;
}

.guide-footer__info {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.guide-footer__info-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-footer__info-text {
  margin-top: 12px;
  color: #646464;
  text-align: left;
}

.guide-footer__info-text p {
  margin: 4px 0;
}

.guide-footer__info-company {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.guide-footer__info-address {
  margin: 0;
  font-size: 0.7em;
}

.guide-footer__info-phone {
  margin: 4px 0;
  font-size: 1em;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.guide-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 auto;
  width: 60%;
}

.guide-footer__privacy--about {
  font-size: 0.85em;
  color: #646464;
  text-decoration: none;
  text-align: left;
}

.guide-footer__banners {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.guide-footer__banners img {
  flex: 0 0 20%;
  width: 20%;
  height: auto;
  object-fit: contain;
  display: block;
}
@import url('https://fonts.googleapis.com/css2?family=Rounded+Mplus+1c:wght@400;500;700&display=swap');

body {
  height: 600vh;
  font-family: "RoundedMplus1c", "Rounded Mplus 1c", sans-serif;
}

#global-loader {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#global-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.global-loader__spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #d5deff;
  border-top-color: #4c68ff;
  border-radius: 50%;
  animation: loader-spin 1s linear infinite;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

#base {
  width: 100%;
}

main {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

#guide {
  width: 35vw;
  height: calc(60vw * 0.762815906);
  max-height: 95vh;
  border-radius: 25px;
  background-color: #d5deff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.guide_content {
  display: none;
  padding-bottom: 30px;
}

.guide_content.active {
  display: block;
  flex: 1 1 auto;
  overflow-y: auto;
  width: 100%;
  padding: 0 0 30px;
  box-sizing: border-box;
  scrollbar-width: none;
}

.guide_content.active::-webkit-scrollbar {
  display: none;
}

.guide_content.active:last-child {
  margin-bottom: 30px;
}

.guide_sub_content {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  position: fixed;
  right: 30px;
  top: 40px;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  min-height: 40px;
  border-radius: 999px;
}

.guide-section__logo {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.guide-section__logo img {
  max-width: 60%;
  height: auto;
}

.guide-section__body {
  margin-top: 30px;
  color: #646464;
}

.guide-section__title {
  margin: 0;
  text-align: center;
  font-size: 60px;
  line-height: 1.2;
  color: #020202;
}

.guide-section__image {
  margin-top: 30px;
  text-align: left;
}

.guide-section__image img {
  width: 95%;
  height: auto;
  display: block;
  margin: 0;
}

.guide-section__image--top img {
  width: 95%;
  margin: 0;
}

.guide-section__image--plate {
  width: 100%;
}

.guide-section__image--plate img {
  width: 60%;
  margin: 40px auto 40px;
}

.guide-section__image--banner {
  width: 100%;
}

.guide-section__image--banner img {
  width: 80%;
  margin: 30px auto 30px;
}

.guide-section__heading {
  margin-top: 40px;
  font-size: 1.2em;
  font-weight: 600;
  color: #646464;
  text-align: center;
}

.guide-section__about-wrapper {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  gap: 0;
  align-items: flex-end;
  color: #646464;
  justify-content: flex-start;
}

.guide-section__about-photo {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25%;
}

.guide-section__about-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__about-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.5em;
}

.guide-section__about-company,
.guide-section__about-title {
  margin: 0;
  font-size: 1em;
}

.guide-section__about-name {
  margin: 0;
  font-size: 1.2em;
}

.guide-section__about-message {
  width: 70%;
  margin: 40px auto 0;
  font-size: 1em;
  line-height: 1.8;
  color: #646464;
}

.guide-section__about-message p {
  margin: 0;
}

.guide-section__image--vision {
  width: 70%;
  margin: 30px auto 0;
}

.guide-section__image--vision img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__image--full {
  width: 100%;
  margin-top: 20px;
}

.guide-section__image--full img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__vision-tagline {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  color: #646464;
  font-size: 30px;
  line-height: 1.4;
}

.guide-section__vision-text {
  width: 70%;
  margin: 30px auto 0;
  color: #646464;
  line-height: 1.8;
}

.guide-section__vision-text p {
  margin: 0;
}

.guide-section__about-textblock {
  width: 70%;
  margin: 30px auto 0;
  color: #646464;
  line-height: 1.8;
}

.guide-section__about-textblock p {
  margin: 0;
}

.guide-section__company-info {
  width: 80%;
  margin: 30px auto 0;
  color: #646464;
}

.guide-section__company-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  line-height: 1.8;
}

.guide-section__company-row + .guide-section__company-row {
  margin-top: 12px;
}

.guide-section__company-item {
  flex: 0 0 auto;
  min-width: 5em;
  text-align: justify;
  text-align-last: justify;
}

.guide-section__company-separator {
  flex: 0 0 0.5em;
  text-align: center;
}

.guide-section__company-value {
  flex: 1 1 auto;
  text-align: left;
}

.guide-section__vision-tagline {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  color: #646464;
  font-size: 30px;
  line-height: 1.4;
}

.guide-section__recruit-lineup {
  width: 80%;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}

.guide-section__recruit-character {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
}

.guide-section__recruit-character img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__recruit-character--right img {
  width: 85%;
}

.guide-section__recruit-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__recruit-button:hover,
.guide-section__recruit-button:focus {
  opacity: 0.85;
}

.guide-section__news-lineup {
  width: 70%;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.guide-section__news-character {
  flex: 0 0 25%;
  display: flex;
  justify-content: center;
}

.guide-section__news-character img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__news-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 1em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__news-button:hover,
.guide-section__news-button:focus {
  opacity: 0.85;
}

.guide-section__qa-link {
  width: 70%;
  margin: 40px auto 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.guide-section__qa-link-image {
  flex: 0 0 25%;
}

.guide-section__qa-link-image img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__qa-link-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 1em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__qa-link-button:hover,
.guide-section__qa-link-button:focus {
  opacity: 0.85;
}

.guide-section__triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-bottom: 50px solid #fff;
}

.guide-section__speech {
  margin: 0 auto;
  padding: 20px;
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #020202;
}

.guide-section__speech--main {
  margin: 0 auto;
  width: 70%;
}

.guide-section__speech-plain {
  margin: 50px auto 0;
  padding: 20px;
  width: 70%;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #020202;
}

.guide-section__speech-plain--artist,
.guide-section__speech-plain--data {
  margin-top: 50px;
}

.guide-section__speech p,
.guide-section__speech-plain p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.2em;
}

.guide-section__description {
  width: 70%;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.7;
  font-size: 18px;
  color: #646464;
}

.guide-section__description--main {
  width: 70%;
  margin: 20px auto 0;
  color: #646464;
  line-height: 1.8;
}

.guide-section__description--main p {
  margin: 0;
}

.guide-section__description--main p:first-of-type {
  margin-bottom: 30px;
}

.guide-section__description--artist {
  width: 70%;
  margin: 20px auto 0;
  color: #646464;
  line-height: 1.8;
  text-align: left;
}

.guide-section__description--artist p {
  margin: 0;
}

.guide-section__description--data {
  width: 70%;
  margin: 20px auto 0;
  color: #646464;
  line-height: 1.8;
  text-align: left;
}

.guide-section__description--data p {
  margin: 0;
}

.guide-section__printer-data {
  width: 70%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.guide-section__printer-data-image {
  flex: 0 0 21%;
}

.guide-section__printer-data-image img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__printer-data-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-size: 1.05em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__printer-data-button:hover,
.guide-section__printer-data-button:focus {
  opacity: 0.85;
}

.guide-section__printer-artists {
  width: 70%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.guide-section__printer-artists-image {
  flex: 0 0 35%;
}

.guide-section__printer-artists-image img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__printer-artists-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-size: 1.05em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__printer-artists-button:hover,
.guide-section__printer-artists-button:focus {
  opacity: 0.85;
}

.guide-section__printer-cta {
  width: 70%;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.guide-section__printer-character {
  flex: 0 0 25%;
}

.guide-section__printer-character img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-section__printer-button {
  flex: 1 1 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  font-size: 1.05em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-section__printer-button:hover,
.guide-section__printer-button:focus {
  opacity: 0.85;
}

.guide-section__character {
  width: 70%;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.guide-section__character-image {
  flex: 0 0 auto;
}

.guide-section__character-image img {
  width: 100px;
  height: auto;
  display: block;
}

.guide-section__character-speech {
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.guide-section__character-speech::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #fff;
}

.guide-section__character-speech p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.2em;
}

.guide-section__character-note {
  display: block;
  margin-top: 10px;
  font-size: 0.7em;
}

canvas {
  width: 60vw;
  aspect-ratio: 1 / 0.762815906;
  max-height: 95vh;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  display: block;
  touch-action: none;
  transform-origin: center center;
  position: relative;
  z-index: 0;
}

.guide-footer {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.guide-footer__cta {
  display: inline-block;
  width: 80%;
  margin-top: 20px;
  padding: 20px 28px;
  text-align: center;
  background-color: #00a1be;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 1.1em;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.guide-footer__cta:hover,
.guide-footer__cta:focus {
  opacity: 0.85;
}

.guide-footer__privacy {
  font-size: 0.85em;
  color: #646464;
  text-decoration: none;
  position: relative;
  padding-left: 1em;
}

.guide-footer__privacy::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-0.3em);
}

.guide-footer__sns {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.guide-footer__sns-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 9%;
  flex: 0 0 auto;
}

.guide-footer__sns-link img {
  width: 100%;
  height: auto;
  display: block;
}

.guide-footer__copy {
  margin-top: 10px;
  font-size: 0.6em;
  color: #646464;
  text-align: center;
}

@media (max-width: 1024px) {
  main {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }

  #guide,
  canvas {
    width: 80vw;
    max-height: none;
  }

  .guide_content.active {
    padding: 0;
  }

  .guide_sub_content {
    padding: 10px;
    border-radius: 0 0 25px 25px;
  }
}

@media (max-width: 767px) {
  main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }

  canvas {
    order: 1;
    width: 100%;
    aspect-ratio: 1 / 0.762815906;
    max-width: 100vw;
    border-radius: 0;
    box-shadow: none;
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    contain: layout style paint;
  }

  #guide {
    order: 2;
    width: 100vw;
    margin-top: 0;
    padding: 3vw 0;
    height: calc(100vh - 3vw);
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    border-left: 1vw solid #fff;
    border-right: 1vw solid #fff;
    box-sizing: border-box;
  }

  .guide_content.active {
    order: 2;
    padding: 0 0 30px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    margin: 0;
  }

  .guide_sub_content {
    order: 1;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    min-height: 30px;
    border-radius: 0 0 0 10px;
    margin-top: 0;
    padding: 5px;
    width: auto;
    transform: scale(1.5, 1.2);
    transform-origin: top right;
  }

  .guide_sub_content > div {
    width: 35px !important;
    height: 15px !important;
    margin-right: 1px !important;
    margin-bottom: 1px !important;
    align-items: flex-end !important;
  }

  .guide_sub_content > div > div {
    width: 15px !important;
    height: 15px !important;
  }

  .guide_sub_content > div > div img {
    width: 15px !important;
    height: 15px !important;
  }

  .guide_sub_content > div > div[id$="_count"] {
    width: 20px !important;
    height: 15px !important;
    font-size: 0.5em;
  }

  .guide-section__logo img {
    max-width: 70%;
  }

  .guide-section__body {
    margin-top: 20px;
  }

  .guide-section__title {
    font-size: 10vw;
  }

  .guide-section__speech {
    width: 80%;
  }

  .guide-section__speech p {
    font-size: 5vw;
    line-height: 1.4;
  }

  .guide-section__description,
  .guide-section__character {
    width: 90%;
  }

  .guide-section__character-image img {
    width: 70px;
  }

  .guide-section__image--vision {
    width: 95vw;
  }

  .guide-section__vision-tagline {
    font-size: 5vw;
  }

  .guide-section__about-message,
  .guide-section__vision-text,
  .guide-section__about-textblock {
    width: 90vw;
  }

  .guide-section__company-info {
    width: 85vw;
  }

  .guide-section__company-row {
    white-space: nowrap;
  }

  .guide-section__company-item {
    flex: 0 0 auto;
    min-width: 5em;
    white-space: nowrap;
  }

  .guide-section__company-value {
    white-space: normal;
  }

  #p2p {
    display: none;
  }

  .guide-footer__about-columns {
    flex-direction: column;
    width: 80%;
  }

  .guide-footer__info {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .guide-footer__info-logo {
    flex: 1 1 auto;
    max-width: 45%;
  }

  .guide-footer__info-text {
    margin-top: 0;
    flex: 0 0 auto;
  }

  .guide-footer__info-company {
    white-space: nowrap;
  }

  .guide-footer__links {
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
    text-align: center;
  }

  .guide-footer__sns {
    width: 60%;
    justify-content: space-around;
    gap: 10%;
    margin: 0 auto;
  }

  .guide-footer__sns-link {
    width: 12%;
    flex: 0 0 auto;
    margin: 0 2%;
  }
}

#p2p {
  z-index: 1;
  width: 32vw;
  height: 5px;
  position: absolute;
  top: 22vw;
  left: 33vw;
  box-sizing: content-box;
}

#line {
  width: 32vw;
  height: 5px;
}

#line svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* SVG上のクリックを無視 */
}


