@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray01: #F9F9F9;
  --gray02: #F2F2F2;
  --gray03: #E6E6E6;
  --gray04: #CCCCCC;
  --gray05: #B3B3B3;
  --gray06: #999999;
  --gray07: #808080;
  --gray08: #666666;
  --gray09: #4D4D4D;
  --gray10: #333333;
  --blue-heiwa: #004097;
  --border: var(--gray04);
  --accent: var(--blue-heiwa);
  --inactive: var(--gray06);
  --disabled: var(--gray06);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Montserrat", var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--english-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background-color: #000000;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: #A30004;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  overflow: hidden;
  background: url("../../assets/img/bg-base-sp.jpg") no-repeat center 0/cover;
}
@media screen and (min-width: 1024px) {
  .l-wrapper {
    background: url("../../assets/img/bg-base.jpg") no-repeat center 0/cover;
  }
}

.l-header {
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.l-header__inner {
  display: flex;
  align-items: center;
}
.l-header__logo {
  margin: 20px auto 0 20px;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    margin: 30px auto 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    margin: 30px auto 0 35px;
  }
}

.l-footer {
  position: relative;
  z-index: 100;
  padding-top: 65px;
  padding-bottom: 45px;
}
.l-footer__banner {
  margin: 0 auto;
}
.l-footer__note {
  width: 100%;
  display: table;
  padding: 0.8em 0;
  margin-top: var(--space-sm);
  border: 1px solid var(--white);
  background-color: transparent;
}
.l-footer__note > p {
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--white);
}
.l-footer__note > p span {
  display: block;
}
.l-footer__policy {
  display: table;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  margin: 3.5em auto 0;
  color: var(--white);
  text-decoration: underline;
  transition: all 0.35s ease;
}
.l-footer__policy:hover {
  color: var(--white);
  opacity: 0.5;
}
.l-footer__copy {
  display: table;
  margin: 2.5em auto 0;
  text-align: center;
  transition: all 0.35s ease;
}
.l-footer__copy:hover {
  opacity: 0.5;
}
.l-footer__copy > * {
  width: 100%;
  max-width: 130px;
}
.l-footer__button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 85px;
  }
  .l-footer__note {
    width: calc(100% - 80px);
    padding: 1.2em 0;
    margin: var(--space-md) 40px 0;
  }
  .l-footer__note > p {
    letter-spacing: 0.1em;
  }
  .l-footer__note > p span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 100px;
    padding-bottom: 65px;
  }
  .l-footer__note {
    width: 100%;
    max-width: 830px;
    padding: 1.2em 2.5em;
    margin: 50px auto 0;
  }
  .l-footer__button {
    right: 25px;
    bottom: 25px;
  }
}

.l-container {
  width: 100%;
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: var(--black);
}
.c-loading__logo {
  max-width: 180px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: logoFadeInFadeOut 3.5s 0.5s both;
}
.c-loading__logo > * {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-loading__logo {
    max-width: 220px;
  }
}

@keyframes logoFadeInFadeOut {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-loading {
  opacity: 1;
  transition: all 0.5s ease;
}
.js-loading.is-inactive {
  opacity: 0;
}
.js-loading.is-remove {
  visibility: hidden;
  z-index: -1;
}

.js-wrapper {
  opacity: 0;
  transition: opacity 2s ease;
}
.js-wrapper.is-active {
  opacity: 1;
}

.c-logo {
  display: block;
  width: 100%;
  max-width: 110px;
  line-height: 1;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .c-logo {
    max-width: 202px;
  }
}

a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  color: var(--blue01);
  opacity: 0.5;
}

.c-buttonVisual {
  width: 100%;
  border: 2px solid var(--white);
  border-radius: 5px;
  background-color: #850109;
  transition: all 0.35s ease;
}
.c-buttonVisual:hover {
  opacity: 0.5;
}
.c-buttonVisual__title {
  color: var(--white);
  display: block;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  margin: 1.25em 0;
}
.c-naviBanner {
  margin: 0 auto;
}
.c-naviBanner__container {
  max-width: 1095px;
}
.c-naviBanner__list {
  max-width: 320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 12px;
}
.c-naviBanner__item {
  width: calc(50% - 7.5px);
  line-height: 1;
}
.c-naviBanner__item a {
  transition: opacity 0.35s ease;
}
.c-naviBanner__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c-naviBanner__list {
    max-width: 355px;
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .c-naviBanner__list {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-wrap: nowrap;
  }
  .c-naviBanner__item {
    width: auto;
    max-width: 170px;
  }
}

.c-buttonToTop {
  color: var(--black);
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.c-buttonToTop:hover .c-buttonToTop__circle {
  opacity: 0.8;
}
.c-buttonToTop__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background-color: #A30004;
  border-radius: 100%;
}
.c-buttonToTop__circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  border-radius: 2px 0 0 0;
  transform: rotate(45deg);
  transform-origin: left top;
}
@media screen and (min-width: 1024px) {
  .c-buttonToTop__circle {
    width: 4rem;
    height: 4rem;
  }
}

.p-hero {
  position: relative;
  z-index: 5;
  padding-top: var(--space-xl);
}
.p-hero__logo {
  display: block;
  width: 81.6666%;
  max-width: 490px;
  margin: 0 auto;
}
.p-hero__logo > img {
  opacity: 0;
}
.p-hero__content {
  margin-top: var(--space-sm);
}
.p-hero__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
}
.p-hero__columnLeft {
  width: 44.638%;
  max-width: 266px;
}
.p-hero__columnRight {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 600px;
  height: auto;
}
.p-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 0;
}
.p-hero__button {
  flex: 1 1 auto;
  transition: all 0.35s ease;
}
.p-hero__button:hover {
  opacity: 0.5;
}
.p-hero__button.is-inactive {
  pointer-events: none;
}
.p-hero__button--anime-all > * {
  width: 92.5%;
  max-width: 555px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-hero {
    padding-top: 172px;
  }
  .p-hero__logo {
    width: 100%;
    max-width: 719px;
  }
  .p-hero__content {
    margin-top: 70px;
  }
  .p-hero__columns {
    flex-direction: row;
    align-items: stretch;
    gap: 42px;
  }
  .p-hero__columnLeft {
    width: 27.815%;
    max-width: none;
  }
  .p-hero__columnRight {
    width: 68.2%;
    max-width: none;
  }
  .p-hero__buttons {
    gap: 35px;
    margin: auto 0 0;
  }
  .p-hero__button--anime-all > * {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.order {
  opacity: 0;
}

.p-visual__container {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1150px;
  padding-top: 135vw;
}
.p-visual__chara {
  position: absolute;
}
.p-visual__chara--female {
  z-index: 2;
  top: -8%;
  left: 66%;
  width: 158.4%;
  max-width: 1254px;
  transform: translateX(-50%);
}
.p-visual__chara--male {
  z-index: 1;
  top: 2%;
  left: 79%;
  width: 136%;
  max-width: 1074px;
  transform: translateX(-50%);
}
@media screen and (min-width: 800px) {
  .p-visual__container {
    padding-top: 0;
    height: 1100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-visual__container {
    height: 880px;
  }
  .p-visual__chara--female {
    top: -241px;
    left: 58%;
    width: 119.4285%;
  }
  .p-visual__chara--male {
    top: -124px;
    left: 67.5%;
    width: 102.285%;
  }
}

.p-destiny {
  position: relative;
  z-index: 4;
}
.p-destiny:has(.is-active)::after {
  margin-top: 0;
  opacity: 1;
}
.p-destiny::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1008/444;
  max-width: 1008px;
  background: url("../../assets/img/bg-destiny-lines-sp.png") no-repeat center top/cover;
  background-size: cover;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  margin-top: 20px;
  opacity: 0;
  transition: margin-top 1s ease-out, opacity 1.5s ease-out;
}
.p-destiny__container {
  max-width: 660px;
}
.p-destiny__contentTop {
  width: 90%;
  margin: 0 auto;
}
.p-destiny__text--top {
  width: 98.3419%;
  max-width: 771px;
}
.p-destiny__text--bottom {
  max-width: 784px;
}
.p-destiny__contentBottom {
  display: flex;
  justify-content: space-between;
}
.p-destiny__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  margin-left: 4.348%;
  width: 40.834%;
  max-width: 425px;
}
.p-destiny__item:first-child {
  width: 49.796%;
  max-width: 129px;
}
.p-destiny__item:nth-child(2) {
  width: 100%;
  max-width: 264px;
}
.p-destiny__machine {
  width: 45.334%;
  max-width: 370px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 800px) {
  .p-destiny::after {
    width: 1008px;
    aspect-ratio: 1008/320;
    max-width: 1008px;
    background: url("../../assets/img/bg-destiny-lines-mb.png") no-repeat center top/cover;
    top: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .p-destiny::after {
    width: 100%;
    max-width: 2050px;
    height: 100%;
    aspect-ratio: 4100/1030;
    background: url("../../assets/img/bg-destiny-lines.png") no-repeat center top/cover;
    top: -55px;
  }
  .p-destiny__container {
    max-width: 1250px;
  }
  .p-destiny__contentTop {
    width: 68.174%;
    margin: 0;
  }
  .p-destiny__contentBottom {
    margin-top: -33%;
  }
  .p-destiny__list {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 32px;
    margin-left: 4.348%;
    width: 36.9566%;
    max-width: 425px;
  }
  .p-destiny__item:first-child {
    width: 30.353%;
  }
  .p-destiny__item:nth-child(2) {
    width: 62.118%;
  }
  .p-destiny__machine {
    width: 32.174%;
  }
}
@media screen and (min-width: 2000px) {
  .p-destiny::after {
    max-width: none;
    height: auto;
    background-size: contain;
    top: 50%;
    transform: translate(-50%, -62%);
  }
}

#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
  transition: 0.2s;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 89.6vw;
  height: 50.4vw;
}
#modal-video .button-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100%;
  max-width: 30px;
  height: auto;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #modal-video .button-close {
    max-width: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }
  #modal-video .button-close {
    max-width: 42px;
    transition: opacity 0.35s ease;
  }
  #modal-video .button-close:hover {
    opacity: 0.5;
  }
}
