@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 使い方
 * line-height: lh(16,28);
 */
/* 使い方
 * letter-spacing: ls(50);
 */
/* 使い方
 * font-size: cvw(16);
 */
@keyframes firstLogoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scrollNavImg {
  from {
    padding: 2px 0;
    transform: translateY(0);
  }
  to {
    padding: 1px 0;
    transform: translateY(38px);
  }
}
@keyframes scrollNavArrow {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1, 0.75);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
@media (max-width: 490px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
}

picture,
figure {
  display: block;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  vertical-align: top;
}

select {
  appearance: none;
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  font-family: inherit;
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media screen and (min-width: 491px) {
  .forSp {
    display: none !important;
  }
}
@media (max-width: 490px) {
  .forPc {
    display: none !important;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
html.is-unscrollable {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  overscroll-behavior: none;
  opacity: 0;
}

html.is-render body {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.container {
  position: relative;
}

.page-top {
  background-color: #E7380D;
}
.page-top::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background: top center url(/being-reborn2027/assets/img/bg.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: transform;
}
@media (max-width: 490px) {
  .page-top::before {
    background: bottom center url(/being-reborn2027/assets/img/bg-sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.page-top.is-bg-show::before {
  opacity: 1;
}

.p-top-main {
  position: relative;
  width: 100%;
}

#bg3d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  will-change: transform;
  z-index: 1;
}

#canvas-overlay {
  position: absolute;
  inset: 0;
  background: #E7380D;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}
#canvas-overlay.is-show {
  opacity: 0 !important;
}

body.is-start #canvas-overlay {
  transition: opacity 1s ease;
}

.section {
  position: relative;
  width: 150vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--1 {
  height: 100vh;
}
@media (max-width: 490px) {
  .section--1 {
    height: 100vh;
  }
}
.section--2, .section--3, .section--4, .section--5, .section--6, .section--7 {
  height: 200vh;
}
@media (max-width: 490px) {
  .section--2, .section--3, .section--4, .section--5, .section--6, .section--7 {
    height: 200vh;
  }
}
.section__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
  will-change: transform;
  z-index: 20;
}
.section.is-visible .section__inner,
.section.is-visible .section__footer {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.section--1.is-visible .section__inner {
  transition: visibility 0.8s ease;
  transition-delay: 0s;
}
.section--1.is-leaving .section__inner {
  transition: visibility 0.4s ease;
}
.section.is-leaving .section__inner,
.section.is-leaving .section__footer {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section__inner {
  color: #fff;
}
.section--1 .section__content {
  position: relative;
}
.section--1 img {
  opacity: 0;
}
.section--1 p:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section--1 p:nth-child(1) img:first-child {
  width: 100vw;
  max-width: 148px;
  opacity: 0;
  animation: firstLogoFadeIn 1.5s ease-out 1s forwards;
}
@media (max-width: 490px) {
  .section--1 p:nth-child(1) img:first-child {
    width: 39.47vw;
    max-width: 39.47vw;
  }
}
.section--1 p:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 490px) {
  .section--1 p:nth-child(2) {
    padding-left: 13.33vw;
  }
}
.section--1 p:nth-child(2) img {
  width: 100vw;
  max-width: 168px;
}
@media (max-width: 490px) {
  .section--1 p:nth-child(2) img {
    width: 44.8vw;
    max-width: 44.8vw;
  }
}
.section--1 progress {
  overflow: hidden;
  display: block;
  position: absolute;
  left: calc(50% - 84px);
  bottom: -50px;
  width: 168px;
  height: 11px;
  border: none;
  border-radius: 11px;
  background-color: #fff;
  transition: opacity 0.5s ease;
}
@media (max-width: 490px) {
  .section--1 progress {
    left: calc(50% - 22.4vw);
    bottom: -13.33vw;
    width: 44.8vw;
    height: 2.93vw;
    border-radius: 2.93vw;
  }
}
.section--1 progress::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 0;
}
.section--1 progress::-webkit-progress-value {
  background-color: #B4B4B4;
  border-radius: 0;
  transition: width 0.3s ease-out;
}
.section--1 progress::-moz-progress-bar {
  background-color: #B4B4B4;
  border-radius: 0;
  transition: width 0.3s ease-out;
}
.section--1 progress.is-hidden {
  opacity: 0;
}
.section--3 img {
  width: 100%;
  max-width: 762px;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--3 img {
    max-width: 73.27vw;
  }
}
@media (max-width: 490px) {
  .section--3 img {
    width: 70.67vw;
    max-width: 70.67vw;
  }
}
.section--3 p {
  font-size: 85px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--3 p {
    font-size: 8.17vw;
  }
}
@media (max-width: 490px) {
  .section--3 p {
    font-size: 8vw;
  }
}
.section--3 p:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 490px) {
  .section--3 p:nth-child(n+2) {
    margin-top: 0.53vw;
  }
}
.section--4 .section__content, .section--5 .section__content {
  position: relative;
}
.section--4 .section__txt, .section--5 .section__txt {
  line-height: 1.2;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--4 .section__txt, .section--5 .section__txt {
    font-size: 9.62vw;
  }
}
@media (max-width: 490px) {
  .section--4 .section__txt, .section--5 .section__txt {
    line-height: 16.8vw;
    font-size: 13.33vw;
  }
}
.section--4 .section__txt span, .section--5 .section__txt span {
  display: block;
  margin-bottom: 5px;
  font-size: 36px;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--4 .section__txt span, .section--5 .section__txt span {
    font-size: 3.46vw;
  }
}
@media (max-width: 490px) {
  .section--4 .section__txt span, .section--5 .section__txt span {
    line-height: 1;
    margin-bottom: 2.67vw;
    font-size: 5.33vw;
  }
}
.section--4 .section__commingsoon, .section--5 .section__commingsoon {
  position: absolute;
  right: -36px;
  bottom: -54px;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--4 .section__commingsoon, .section--5 .section__commingsoon {
    right: -3.46vw;
    bottom: -5.19vw;
  }
}
@media (max-width: 490px) {
  .section--4 .section__commingsoon, .section--5 .section__commingsoon {
    right: -6.4vw;
    bottom: -9.07vw;
  }
}
.section--4 .section__commingsoon img, .section--5 .section__commingsoon img {
  width: 100%;
  max-width: 212px;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--4 .section__commingsoon img, .section--5 .section__commingsoon img {
    max-width: 20.38vw;
  }
}
@media (max-width: 490px) {
  .section--4 .section__commingsoon img, .section--5 .section__commingsoon img {
    width: 37.33vw;
    max-width: 37.33vw;
  }
}
.section--4 .section__footer, .section--5 .section__footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  z-index: 30;
}
@media (max-width: 490px) {
  .section--4 .section__footer, .section--5 .section__footer {
    bottom: 5.33vw;
    padding: 0 5.33vw;
    font-size: 3.2vw;
  }
}
.section--6 p {
  font-size: 80px;
  font-weight: 600;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--6 p {
    font-size: 7.69vw;
  }
}
@media (max-width: 490px) {
  .section--6 p {
    line-height: 1.44;
    font-size: 13.33vw;
  }
}
.section--6 p span {
  display: block;
  transform: translateY(-110px);
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--6 p span {
    transform: translateY(-10.58vw);
  }
}
@media (max-width: 490px) {
  .section--6 p span {
    transform: translate(8vw, -13.33vw);
  }
}
.section--7 .section__img img {
  width: 100%;
  max-width: 672px;
}
@media screen and (min-width: 491px) and (max-width: 1039px) {
  .section--7 .section__img img {
    max-width: 64.62vw;
  }
}
@media (max-width: 490px) {
  .section--7 .section__img img {
    width: 80.53vw;
    max-width: 80.53vw;
  }
}
.section--7 .section__more {
  margin: 50px 0 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 490px) {
  .section--7 .section__more {
    margin: 13.33vw 0 0;
  }
}
.section--7 .section__more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 74px;
  margin: 0 auto;
  border: 1px solid #fff;
  transition: letter-spacing 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 490px) {
  .section--7 .section__more a {
    width: 80vw;
    height: 19.73vw;
  }
}
.section--7 .section__more a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 70px;
  width: 133px;
  height: 8px;
  background: right center url(/being-reborn2027/assets/img/more-arrow.png) no-repeat;
  background-size: 133px 8px;
  transition: right 0.3s ease, background 0.3s ease;
}
@media (max-width: 490px) {
  .section--7 .section__more a::before {
    top: calc(50% - 1.07vw);
    right: 18.67vw;
    width: 35.47vw;
    height: 2.13vw;
    background-size: 35.47vw 2.13vw;
  }
}
.section--7 .section__more a div {
  position: relative;
  padding: 0 4px;
  background: #E7380D;
  transform: translateX(-50px);
  transition: background 0.3s ease, transform 0.3s ease;
}
@media (max-width: 490px) {
  .section--7 .section__more a div {
    padding: 0 1.07vw;
    transform: translateX(-13.33vw);
  }
}
.section--7 .section__more a div span:nth-child(1) img {
  width: 13px;
}
@media (max-width: 490px) {
  .section--7 .section__more a div span:nth-child(1) img {
    width: 3.47vw;
  }
}
.section--7 .section__more a div span:nth-child(2) img {
  width: 12px;
}
@media (max-width: 490px) {
  .section--7 .section__more a div span:nth-child(2) img {
    width: 3.2vw;
  }
}
.section--7 .section__more a div span:nth-child(3) img {
  width: 9px;
}
@media (max-width: 490px) {
  .section--7 .section__more a div span:nth-child(3) img {
    width: 2.4vw;
  }
}
.section--7 .section__more a div span:nth-child(4) img {
  width: 8px;
}
@media (max-width: 490px) {
  .section--7 .section__more a div span:nth-child(4) img {
    width: 2.13vw;
  }
}
.section--7 .section__more a span {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  transition: margin 0.3s ease, background-color 0.3s ease;
  z-index: 11;
}
@media (max-width: 490px) {
  .section--7 .section__more a span {
    margin: 0 0.53vw;
  }
}
.section--7 .section__more a span img {
  transition: opacity 0.3s ease;
}
.section--7 .section__more a span img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .section--7 .section__more a:hover {
    background-color: #fff;
    color: #E7380D;
  }
  .section--7 .section__more a:hover::before {
    right: 10px;
    background-image: url(/being-reborn2027/assets/img/more-arrow-hover.png);
  }
  .section--7 .section__more a:hover div {
    background: #fff;
    transform: translateX(-30px);
  }
  .section--7 .section__more a:hover span {
    margin: 0 1px;
  }
  .section--7 .section__more a:hover span img:nth-child(1) {
    opacity: 0;
  }
  .section--7 .section__more a:hover span img:nth-child(2) {
    opacity: 1;
  }
}
.section--7 .section__moreTxt {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 490px) {
  .section--7 .section__moreTxt {
    margin: 0 0 2.67vw;
    font-size: 4.53vw;
  }
}
.section--7 .section__moreTxt span {
  position: relative;
  display: inline-block;
}
.section--7 .section__moreTxt span::before, .section--7 .section__moreTxt span::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  width: 12px;
  height: 20px;
  background: center center url(/being-reborn2027/assets/img/more-txt-slush-rev.png) no-repeat;
  background-size: 12px 20px;
}
@media (max-width: 490px) {
  .section--7 .section__moreTxt span::before, .section--7 .section__moreTxt span::after {
    top: calc(50% - 2.13vw);
    width: 3.2vw;
    height: 5.33vw;
    background-size: 3.2vw 5.33vw;
  }
}
.section--7 .section__moreTxt span::before {
  left: -4px;
  transform: translateX(-100%);
}
@media (max-width: 490px) {
  .section--7 .section__moreTxt span::before {
    left: -1.07vw;
  }
}
.section--7 .section__moreTxt span::after {
  right: -4px;
  background-image: url(/being-reborn2027/assets/img/more-txt-slush.png);
  transform: translateX(100%);
}
@media (max-width: 490px) {
  .section--7 .section__moreTxt span::after {
    right: -1.07vw;
  }
}
.section--7 .section__logo {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
@media (max-width: 490px) {
  .section--7 .section__logo {
    bottom: 10.67vw;
  }
}
.section--7 .section__logo img {
  width: 100%;
  max-width: 214px;
}
@media (max-width: 490px) {
  .section--7 .section__logo img {
    width: 57.07vw;
    max-width: 57.07vw;
  }
}

.scrollNav {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 13px;
  height: 194px;
  line-height: 1;
  opacity: 0;
  z-index: 11;
  pointer-events: none;
}
@media (max-width: 490px) {
  .scrollNav {
    left: 5.33vw;
    bottom: 5.33vw;
    width: 3.47vw;
    height: 51.73vw;
  }
}
.scrollNav.is-hide {
  opacity: 0 !important;
}
.scrollNav img {
  width: 13px;
  transform-origin: center bottom;
}
@media (max-width: 490px) {
  .scrollNav img {
    width: 3.47vw;
  }
}
.scrollNav__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 194px;
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
}
.scrollNav__arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}
.scrollNav.is-hide {
  opacity: 0;
}
.scrollNav.is-animate {
  transition: opacity 1s ease;
  transition-delay: 1s;
  opacity: 1;
}
.scrollNav.is-animate .scrollNav__img img {
  animation: scrollNavImg 1s ease-out 1s infinite alternate;
  transform-origin: center;
}
.scrollNav.is-animate .scrollNav__arrow {
  animation: scrollNavArrow 1s ease-out 1s infinite alternate;
  transform-origin: center bottom;
}

.step-1 #canvas-overlay {
  opacity: 1;
}
.step-1 .section--2, .step-1 .section--3, .step-1 .section--4, .step-1 .section--5, .step-1 .section--6, .step-1 .section--7 {
  opacity: 0;
}

.step-2 .section,
.step-3 .section,
.step-4 .section,
.step-5 .section,
.step-6 .section {
  opacity: 1;
}

.step-7 #canvas-overlay {
  opacity: 1;
}
.step-7 .section {
  opacity: 1;
}