.splash-container {
  position: relative;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splash-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  height: 100svh;
  /*height: calc(
          100dvh
          - env(safe-area-inset-top)
          - env(safe-area-inset-bottom)
  );*/
  /*height: 100dvh;*/
  z-index: 1;
}

.branding-scroll-attention {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: min(7.6923076923vw, 30px);
  height: auto;
  color: var(--col-brand);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  transition: opacity 0.6s;
}
@media print, screen and (min-width: 769px) {
  .branding-scroll-attention {
    width: min(2.5423728814vw, 30px);
  }
}

.splash-container.is-logo-ready .branding-scroll-attention {
  animation: branding-scroll-float 2.4s ease-in-out 1.2s infinite;
  opacity: 1;
  pointer-events: auto;
}

.splash-container.is-logo-ready .branding-scroll-attention.is-hidden {
  animation: none;
  opacity: 0;
  pointer-events: none;
}

.branding-scroll-attention svg {
  display: block;
  width: max(min(1.7948717949vw, 7px), 8px);
  height: auto;
  overflow: visible;
}
@media print, screen and (min-width: 769px) {
  .branding-scroll-attention svg {
    width: min(1.0169491525vw, 12px);
  }
}

.branding-scroll-attention .line {
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
}

.splash-container.is-logo-ready .branding-scroll-attention .line {
  animation: branding-scroll-line 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

@keyframes branding-scroll-line {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes branding-scroll-float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(min(2.0512820513vw, 8px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .splash-container.is-logo-ready .branding-scroll-attention {
    animation: none;
    transform: translateX(-50%);
  }
  .splash-container.is-logo-ready .branding-scroll-attention .line {
    animation: none;
    stroke-dashoffset: 0;
  }
}
.logo-placeholder {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s;
}

.scene-debug {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scene-debug button {
  border: 0;
  border-radius: 4px;
  padding: 4px 8px;
  background: #fff;
  color: #222;
  font-size: 12px;
  cursor: pointer;
}

.scene-debug button:hover {
  opacity: 0.85;
}

.scene-debug-id {
  min-width: 74px;
}

.hero {
  background-color: var(--col-bg-orange-4);
}

.intro {
  position: relative;
  z-index: 2;
  background-color: var(--col-brand);
  padding: min(7.6923076923vw, 30px) 0;
}
@media print, screen and (min-width: 769px) {
  .intro {
    padding: min(6.7796610169vw, 80px) 0 min(10.1694915254vw, 120px);
  }
}

.intro-before,
.intro-after {
  display: none;
  position: absolute;
  width: 104%;
  height: 18.2vw;
  left: -2%;
  top: -16vw;
}
.intro-before svg,
.intro-after svg {
  width: 100%;
  height: 100%;
}
.intro-before.--sp,
.intro-after.--sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .intro-before,
  .intro-after {
    height: 7.3vw;
    top: -7vw;
    width: 102%;
    left: -1%;
  }
  .intro-before.--sp,
  .intro-after.--sp {
    display: none;
  }
  .intro-before.--pc,
  .intro-after.--pc {
    display: block;
  }
}

.intro-after {
  top: auto;
  bottom: -16vw;
}
@media print, screen and (min-width: 769px) {
  .intro-after {
    bottom: -7vw;
  }
}

.intro-pict {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .intro-pict {
    position: absolute;
  }
}

.intro-pict.--p01 {
  right: -15vw;
  width: 110%;
  aspect-ratio: 6/4;
  margin: min(7.6923076923vw, 30px) 0;
}
@media print, screen and (min-width: 769px) {
  .intro-pict.--p01 {
    margin: 0;
    aspect-ratio: initial;
    right: auto;
    width: min(55.0847457627vw, 650px);
    height: min(55.0847457627vw, 650px);
    top: min(0.8474576271vw, 10px);
    left: calc(50% + min(6.7796610169vw, 80px));
  }
}

.intro-pict.--p02 {
  left: -24vw;
  width: 120%;
  aspect-ratio: 6/4;
  margin: min(7.6923076923vw, 30px) 0;
}
@media print, screen and (min-width: 769px) {
  .intro-pict.--p02 {
    margin: 0;
    aspect-ratio: initial;
    left: auto;
    width: min(55.0847457627vw, 650px);
    height: min(55.0847457627vw, 650px);
    top: min(51.6949152542vw, 610px);
    right: calc(50% + min(4.2372881356vw, 50px));
  }
}

.intro-block {
  position: relative;
  margin: 0 min(3.8461538462vw, 15px);
}
@media print, screen and (min-width: 769px) {
  .intro-block {
    margin: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .intro-block.--block02 {
    padding-left: 50%;
    margin-top: min(18.6440677966vw, 220px);
  }
}

.metaball-mask {
  overflow: hidden;
}
.metaball-mask > img,
.metaball-mask > picture,
.metaball-mask > picture > img,
.metaball-mask .metaball-mask-source,
.metaball-mask .metaball-mask-output {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.metaball-mask > img,
.metaball-mask > picture,
.metaball-mask > picture > img {
  z-index: 1;
}
.metaball-mask > img,
.metaball-mask > picture > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.metaball-mask .metaball-mask-source {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.metaball-mask .metaball-mask-output {
  z-index: 3;
  display: none;
  pointer-events: none;
}
.metaball-mask.is-mask-ready > img,
.metaball-mask.is-mask-ready > picture > img {
  opacity: 0;
}
.metaball-mask.is-mask-ready .metaball-mask-output {
  display: block;
}

.branding-concept {
  position: relative;
  padding: min(23.0769230769vw, 90px) 0;
  background: url("../img/concept_bg_sp.jpg") no-repeat center center/cover;
}
.branding-concept::before {
  display: block;
  position: absolute;
  content: "";
}
@media print, screen and (min-width: 769px) {
  .branding-concept {
    padding: min(18.6440677966vw, 220px) 0;
    background-image: url("../img/concept_bg.jpg");
  }
  .branding-concept::before {
    width: min(8.1355932203vw, 96px);
    height: min(11.2711864407vw, 133px);
    background-color: #FF8C2C;
    top: clamp(80px, 10vw, 250px);
    left: calc(50% - min(42.3728813559vw, 500px));
    -webkit-mask: url(../img/concept_shape.svg) no-repeat center center/contain;
            mask: url(../img/concept_shape.svg) no-repeat center center/contain;
  }
}

.branding-concept__text {
  margin-inline: min(7.6923076923vw, 30px);
}
.branding-concept__text > p {
  font-weight: 700;
  font-size: var(--f14);
}
.branding-concept__text p:not(:first-child) {
  margin-top: min(5.1282051282vw, 20px);
}
@media only screen and (max-width: 768px) {
  .branding-concept__text > p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media print, screen and (min-width: 769px) {
  .branding-concept__text {
    margin-top: min(5.0847457627vw, 60px);
  }
  .branding-concept__text > p {
    font-size: var(--f23);
    text-align: center;
    line-height: 2.15;
  }
  .branding-concept__text p:not(:first-child) {
    margin-top: min(3.3898305085vw, 40px);
  }
}

.branding-concept__typo {
  width: min(71.7948717949vw, 280px);
  margin: min(3.8461538462vw, 15px) auto min(5.1282051282vw, 20px) auto;
}
.branding-concept__typo > span {
  display: block;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .branding-concept__typo {
    width: min(53.3898305085vw, 630px);
    margin: min(4.2372881356vw, 50px) auto min(2.5423728814vw, 30px) auto;
  }
}

.branding-goals {
  position: relative;
  z-index: 2;
  background-color: #FF8C2C;
  padding: min(7.6923076923vw, 30px) min(3.8461538462vw, 15px);
}
.branding-goals::before, .branding-goals::after {
  /* @include mixins.beforeSetting;
   width: 102%;
   height: 7.3vw;
   background-color: #FF8C2C;
   mask: url(../img/goals_shape_top.svg) no-repeat center center /100% auto;
   left: -1%;
   top: -7vw;*/
}
.branding-goals::after {
  /* mask-image: url(../img/goals_shape_bottom.svg);
   top: auto;
   bottom: -7vw;*/
}
@media print, screen and (min-width: 769px) {
  .branding-goals {
    padding: min(2.5423728814vw, 30px) 0;
    /*  &::before,
      &::after {
          height: 7.3vw;
      }
      &::after {
          bottom: -7vw;
      }*/
  }
}

.goals-before,
.goals-after {
  position: absolute;
  width: 104%;
  height: 8vw;
  left: -2%;
  top: -7vw;
}
.goals-before svg,
.goals-after svg {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .goals-before,
  .goals-after {
    /*      height: 8vw;
            top: -7vw;
            width: 104%;
            left: -2%;
    */
  }
}

.goals-after {
  top: auto;
  bottom: -7vw;
}
@media print, screen and (min-width: 769px) {
  .goals-after {
    bottom: -7vw;
  }
}

.branding-goals__block {
  position: relative;
  background-color: #fff;
  border-radius: min(3.8461538462vw, 15px);
  display: grid;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .branding-goals__block {
    grid-template-columns: min(44.4915254237vw, 525px) 1fr;
  }
}

.branding-goals__block + .branding-goals__block {
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 769px) {
  .branding-goals__block + .branding-goals__block {
    margin-top: min(2.1186440678vw, 25px);
  }
}

.branding-goals__shape {
  position: relative;
  width: calc(100vw - 54px);
  left: -3px;
}
@media print, screen and (min-width: 769px) {
  .branding-goals__shape {
    width: min(44.4915254237vw, 525px);
  }
}

.branding-goals__heading {
  position: absolute;
  z-index: 2;
  display: flex;
  color: #FFF;
  height: 14vw;
  width: 100%;
  align-items: center;
  padding-left: min(3.8461538462vw, 15px);
  gap: min(3.8461538462vw, 15px);
}
.branding-goals__heading .en {
  font-style: normal;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: var(--f24);
}
.branding-goals__heading .jp {
  font-weight: 700;
  font-size: var(--f14);
}
@media print, screen and (min-width: 769px) {
  .branding-goals__heading {
    width: min(44.4915254237vw, 525px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-left: min(5.9322033898vw, 70px);
    gap: 0;
  }
  .branding-goals__heading .en {
    font-size: var(--f48);
  }
  .branding-goals__heading .jp {
    font-size: var(--f23);
  }
}

.branding-goals__content {
  display: flex;
  align-items: center;
  padding: min(3.8461538462vw, 15px);
}
.branding-goals__content > p {
  font-weight: 700;
}
.branding-goals__content > ul {
  display: grid;
  gap: 0.5em;
}
.branding-goals__content > ul > li {
  position: relative;
  font-size: var(--f14);
  font-weight: 700;
  line-height: 1.5;
  padding-left: min(5.1282051282vw, 20px);
}
.branding-goals__content > ul > li::before {
  display: block;
  position: absolute;
  content: "";
  width: min(3.0769230769vw, 12px);
  height: min(3.0769230769vw, 12px);
  border-radius: 50%;
  background-color: var(--col-brand);
  left: 0;
  top: min(1.2820512821vw, 5px);
}
@media print, screen and (min-width: 769px) {
  .branding-goals__content {
    padding-left: min(2.5423728814vw, 30px);
  }
  .branding-goals__content > p {
    font-size: var(--f24);
  }
  .branding-goals__content > ul > li {
    font-size: var(--f24);
    padding-left: min(2.1186440678vw, 25px);
  }
  .branding-goals__content > ul > li::before {
    top: min(0.9322033898vw, 11px);
    width: min(1.3559322034vw, 16px);
    height: min(1.3559322034vw, 16px);
  }
}

.branding-name {
  position: relative;
  background: url("../img/name_bg_sp.jpg") no-repeat center center/cover;
  padding: min(25.641025641vw, 100px) 0 min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 769px) {
  .branding-name {
    background-image: url("../img/name_bg.jpg");
    padding: min(18.6440677966vw, 220px) 0 min(10.1694915254vw, 120px);
  }
}

.branding-name__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vw;
  margin-top: max(-2.5641025641vw, -10px);
}
.branding-name__box .branding-text > p {
  text-align: center !important;
}
@media print, screen and (min-width: 769px) {
  .branding-name__box {
    margin: min(1.6949152542vw, 20px) auto 0;
    width: min(67.7966101695vw, 800px);
    height: min(52.5423728814vw, 620px);
  }
}

.branding-name__metaball {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media print, screen and (min-width: 769px) {
  .branding-name__metaball {
    width: min(67.7966101695vw, 800px);
    height: min(63.5593220339vw, 750px);
  }
}

.branding-name__box > *:not(.branding-name__metaball) {
  position: relative;
  z-index: 1;
}

.branding-name__typo1 > span,
.branding-name__typo2 > span {
  display: inline-block;
  background-color: var(--col-brand);
  padding: 0.2em 0.4em;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-size: var(--f14);
}
@media print, screen and (min-width: 769px) {
  .branding-name__typo1 > span,
  .branding-name__typo2 > span {
    font-size: var(--f24);
  }
}

.branding-name__typo2 {
  margin-top: min(2.5641025641vw, 10px);
}
.branding-name__typo2 > span {
  font-size: var(--f25);
}
@media print, screen and (min-width: 769px) {
  .branding-name__typo2 {
    margin-top: min(1.6949152542vw, 20px);
  }
  .branding-name__typo2 > span {
    font-size: var(--f45);
  }
}

.branding-logo {
  background-color: #fff;
  padding: min(10.2564102564vw, 40px) min(3.8461538462vw, 15px);
}
@media print, screen and (min-width: 769px) {
  .branding-logo {
    padding: min(8.4745762712vw, 100px) 0 min(12.7118644068vw, 150px);
  }
}

.branding-logo__container {
  display: grid;
  margin-top: min(7.6923076923vw, 30px);
}
.branding-logo__container > figure {
  width: min(51.2820512821vw, 200px);
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .branding-logo__container {
    margin-top: min(6.7796610169vw, 80px);
    gap: min(8.4745762712vw, 100px);
    grid-template-columns: min(33.8983050847vw, 400px) 1fr;
    display: flex;
    align-items: center;
  }
  .branding-logo__container .branding-text p {
    white-space: nowrap;
  }
  .branding-logo__container > figure {
    display: flex;
    width: 100%;
  }
}

.branding-logo__content {
  margin-top: min(7.6923076923vw, 30px);
}

.branding-future {
  position: relative;
  background-color: #FFE7D1;
  padding: min(10.2564102564vw, 40px) min(3.8461538462vw, 15px);
}
@media print, screen and (min-width: 769px) {
  .branding-future {
    padding: min(8.4745762712vw, 100px) 0 min(12.7118644068vw, 150px);
  }
}

@media print, screen and (min-width: 769px) {
  .branding-future__block.--block01 {
    margin-top: min(9.3220338983vw, 110px);
  }
}

@media print, screen and (min-width: 769px) {
  .branding-future__block.--block02 {
    margin-top: min(12.7118644068vw, 150px);
    margin-left: min(44.0677966102vw, 520px);
  }
}

.branding-future__pict {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .branding-future__pict {
    position: absolute;
  }
}

.branding-future__pict.--p01 {
  margin: 0 0 min(5.1282051282vw, 20px) 0;
  width: min(89.7435897436vw, 350px);
  height: min(89.7435897436vw, 350px);
}
@media print, screen and (min-width: 769px) {
  .branding-future__pict.--p01 {
    margin: 0;
    aspect-ratio: initial;
    right: auto;
    width: min(55.0847457627vw, 650px);
    height: min(55.0847457627vw, 650px);
    top: min(25.4237288136vw, 300px);
    left: calc(50% + min(0.4237288136vw, 5px));
  }
}

.branding-future__pict.--p02 {
  margin: 0 0 min(5.1282051282vw, 20px) 0;
  width: min(89.7435897436vw, 350px);
  height: min(89.7435897436vw, 350px);
}
@media print, screen and (min-width: 769px) {
  .branding-future__pict.--p02 {
    margin: 0;
    aspect-ratio: initial;
    left: auto;
    width: min(55.0847457627vw, 650px);
    height: min(55.0847457627vw, 650px);
    top: min(66.9491525424vw, 790px);
    right: calc(50% + min(4.2372881356vw, 50px));
  }
}

.branding-message {
  position: relative;
  padding: min(10.2564102564vw, 40px) min(3.8461538462vw, 15px) min(25.641025641vw, 100px);
}
@media print, screen and (min-width: 769px) {
  .branding-message {
    padding: min(8.4745762712vw, 100px) 0 min(21.186440678vw, 250px);
  }
}

.branding-message__pict {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .branding-message__pict {
    position: absolute;
  }
}

.branding-message__pict {
  margin: 0 0 min(0vw, 0px) 0;
  width: min(89.7435897436vw, 350px);
  height: min(89.7435897436vw, 350px);
}
@media print, screen and (min-width: 769px) {
  .branding-message__pict {
    margin: 0;
    aspect-ratio: initial;
    right: auto;
    width: min(57.6271186441vw, 680px);
    height: min(57.6271186441vw, 680px);
    top: min(18.6440677966vw, 220px);
    left: calc(50% + min(8.0508474576vw, 95px));
  }
}

.branding-end {
  position: relative;
  background-color: #FF8C2C;
  padding: min(46.1538461538vw, 180px) 0 min(56.4102564103vw, 220px);
}
@media print, screen and (min-width: 769px) {
  .branding-end {
    padding: min(22.0338983051vw, 260px) 0;
  }
}

.branding-end__typo {
  width: min(71.7948717949vw, 280px);
  margin: min(7.6923076923vw, 30px) auto 0;
}
.branding-end__typo > span {
  display: block;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .branding-end__typo {
    width: min(53.3898305085vw, 630px);
    margin-top: min(4.2372881356vw, 50px);
  }
}

.branding .header {
  opacity: 0;
  pointer-events: none;
}
.branding .header.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (min-width: 769px) {
  .branding .header {
    transition: opacity 1s;
  }
}

.branding-header.is-intro {
  pointer-events: none;
}

.branding-page-wrap.is-intro {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.branding-page-body {
  transition: transform 1s ease-in-out;
}
.branding-page-body.is-intro {
  transform: translateY(18vw);
}
@media print, screen and (min-width: 769px) {
  .branding-page-body.is-intro {
    transform: translateY(8vw);
  }
}

.branding-heading > span {
  background-color: #fff;
  color: var(--col-base-text);
  font-weight: 700;
  display: inline;
  padding: 0 0.5em 0.1em;
  font-size: var(--f20);
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media print, screen and (min-width: 769px) {
  .branding-heading > span {
    font-size: var(--f45);
  }
}

.branding-heading.--large > span {
  font-size: var(--f26);
}
@media print, screen and (min-width: 769px) {
  .branding-heading.--large > span {
    font-size: var(--f45);
  }
}

.branding-heading.--align-center {
  text-align: center;
}

.branding-heading.--orange-white > span {
  background-color: var(--col-brand);
  color: #fff;
}

.branding-heading2 > span {
  background-color: #FFAF01;
  color: #fff;
  font-weight: 700;
  display: inline;
  padding: 0 0.5em 0.1em;
  font-size: var(--f20);
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media print, screen and (min-width: 769px) {
  .branding-heading2 > span {
    font-size: var(--f40);
  }
}

.branding-heading2.--orange-white > span {
  background-color: #FF8C2C;
  color: #fff;
}

.branding-shoulder {
  font-style: normal;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}
.branding-shoulder > span {
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #888;
  padding: 0.2em 0.5em;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: var(--f12);
}
@media print, screen and (min-width: 769px) {
  .branding-shoulder > span {
    font-size: var(--f18);
  }
}

.branding-text > p {
  font-size: var(--f14);
  font-weight: 700;
  color: #fff;
  line-height: 2.15;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 769px) {
  .branding-text .align-c--pc {
    text-align: center !important;
  }
  .branding-text > p {
    font-size: var(--f23);
  }
}

.branding-text.--black > p {
  color: var(--col-base-text);
}

.branding-heading + .branding-text {
  margin-top: min(2.5641025641vw, 10px);
}
@media print, screen and (min-width: 769px) {
  .branding-heading + .branding-text {
    margin-top: min(1.6949152542vw, 20px);
  }
}
