@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/Noto_Serif_JP/static/NotoSerifJP-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/Noto_Serif_JP/static/NotoSerifJP-semiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../font/Noto_Serif_JP/static/NotoSerifJP-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../font/EB_Garamond/static/EBGaramond-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../font/EB_Garamond/static/EBGaramond-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-body: 'Noto Serif JP', "Yu Mincho", "游明朝", serif;
  --font-head: 'EB Garamond', 'Noto Serif JP', "Yu Mincho", "游明朝", "Times New Roman", serif;
  --white: #FFFFFF;
  --black: #000;
  --blue: #3232BE;
  --deep-blue: #2D148C;
  --light-pink: #FAF0FA;
  --purple: #C87DFF;
  --blue-grd: linear-gradient(180deg, rgba(90, 130, 255, 1) 0%, rgba(0, 210, 155, 1) 100%);
  --blue-grd-row: linear-gradient(90deg, rgba(90, 130, 255, 1) 0%, rgba(0, 210, 155, 1) 100%);
  --light-grd: linear-gradient(180deg, rgba(215, 70, 240, 1) 0%, rgba(130, 110, 255, 1) 100%);
  --light-grd-row: linear-gradient(90deg, rgba(215, 70, 240, 1) 0%, rgba(130, 110, 255, 1) 100%);
  --deep-grd: linear-gradient(180deg, rgba(200, 95, 220, 1) 0%, rgba(50, 50, 190, 1) 100%);
  --deep-grd-re: linear-gradient(180deg, rgba(50, 50, 190, 1) 0%, rgba(200, 95, 220, 1) 100%);
  --footer-grd: linear-gradient(180deg, rgba(80, 20, 180, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
}

html[data-special=true] {
  --deep-blue: #410F46;
  --purple: #F0699B;
  --light-pink: #FAF0F0;
  --blue-grd: linear-gradient(180deg, rgba(90, 130, 255, 1) 0%, rgba(0, 210, 155, 1) 100%);
  --blue-grd-row: linear-gradient(90deg, rgba(90, 130, 255, 1) 0%, rgba(0, 210, 155, 1) 100%);
  --light-grd: linear-gradient(180deg, rgba(215, 70, 240, 1) 0%, rgba(130, 110, 255, 1) 100%);
  --light-grd-row: linear-gradient(90deg, rgba(215, 70, 240, 1) 0%, rgba(130, 110, 255, 1) 100%);
  --deep-grd: linear-gradient(0deg, #4B3291 0%, #C3285A 100%);
  --deep-grd-re: linear-gradient(180deg, #4B3291 0%, #C3285A 100%);
  --footer-grd: linear-gradient(180deg, #C81E69 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
  --deep-purple: #4B3291;
}

#true_identity_iruma {
  height: 3300dvh;
  position: relative;
  background: var(--black);
}
#true_identity_iruma .hidden_inner {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 500px) {
  #true_identity_iruma .hidden_inner {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#true_identity_iruma {
  /* step_item 全体の基本スタイル */
}
#true_identity_iruma .item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  text-align: center;
}
#true_identity_iruma .item.is-active {
  opacity: 1;
  visibility: visible;
}

#true_identity_iruma .item_01 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_02 {
  right: 0;
  top: 0;
}
#true_identity_iruma .item_03 {
  left: 0;
  top: 20%;
}
#true_identity_iruma .item_04 {
  right: 0;
  top: 30%;
}
#true_identity_iruma .item_05 {
  left: 0;
  top: 50%;
}
#true_identity_iruma .item_06 {
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
}
#true_identity_iruma .item_06 img {
  margin-right: auto;
  margin-left: auto;
}
#true_identity_iruma .item_07 {
  left: 0;
  top: 0;
}
#true_identity_iruma .item_08 {
  right: 0;
  top: 15%;
}
#true_identity_iruma .item_09 {
  left: 0;
  top: 30%;
}
#true_identity_iruma .item_10 {
  left: 10%;
  top: 45%;
}
#true_identity_iruma .item_11 {
  right: 0;
  top: 50%;
}
#true_identity_iruma .item_12 {
  width: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_12 img {
  margin: 0 auto;
}
#true_identity_iruma .item_13 {
  right: 0;
  bottom: 50%;
}
#true_identity_iruma .item_14 {
  left: 0;
  top: 50%;
}
#true_identity_iruma .item_15 {
  right: 20%;
  bottom: 45%;
}
#true_identity_iruma .item_16 {
  left: 20%;
  top: 45%;
}
#true_identity_iruma .item_17 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_18 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_19 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#true_identity_iruma .item_20 {
  top: 45%;
  right: 0;
}
#true_identity_iruma .item_21 {
  top: 52%;
  left: 0;
}
#true_identity_iruma .item_22 {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_22 img {
  margin: 0 auto;
}
#true_identity_iruma .item_23 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#true_identity_iruma .item_24 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#true_identity_iruma .item_24 img {
  width: 100%;
}
#true_identity_iruma .item_25 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
#true_identity_iruma .item_25 img {
  margin: 0 auto;
  height: 100%;
}
#true_identity_iruma .item_26 {
  width: 100%;
  height: 100%;
  max-height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/magic-square.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
#true_identity_iruma .item_26 .wrp {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px 0;
  box-sizing: border-box;
}
#true_identity_iruma .item_26 .wrp h3 {
  margin-top: 2.5rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-height: 750px) {
  #true_identity_iruma .item_26 .wrp h3 {
    font-size: 1.5rem;
  }
}
#true_identity_iruma .item_26 .wrp img {
  min-height: 0;
  flex-shrink: 1;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
#true_identity_iruma .item_26 .wrp div {
  width: 100%;
  max-width: 330px;
  /* ボタンが広がりすぎない制限 */
  margin-top: 1.25rem;
}
#true_identity_iruma .item_26 .wrp div a {
  height: auto;
  padding: 10px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  text-align: center;
}
#true_identity_iruma .item_26 .wrp div a:first-of-type {
  margin-bottom: 1.25rem;
}
@media (max-height: 750px) {
  #true_identity_iruma .item_26 .wrp div {
    display: flex;
    gap: 1rem;
    margin: 0;
  }
  #true_identity_iruma .item_26 .wrp div a {
    font-size: 1rem;
  }
  #true_identity_iruma .item_26 .wrp div a:first-of-type {
    margin: 0;
  }
}
#true_identity_iruma .item_26 .wrp p {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (max-height: 750px) {
  #true_identity_iruma .item_26 .wrp p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=footer.css.map */