@charset "UTF-8";
/*
    フォントサイズツール
*/
@media screen and (min-width: 768px) {
  .font-sizes-test {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .font-sizes-test {
    font-size: 20px;
  }
}

/*
    inline-blockを左右中央配置
    外にflex-centerを使いたくない場合
*/
.fl_modal_box {
  z-index: 99999;
}
.fl_modal_box .result_modal_content {
  position: relative;
}
.fl_modal_box .result_modal_content .select_btn01 {
  position: absolute;
  width: 100%;
  display: block;
  top: 39%;
}
.fl_modal_box .result_modal_content .select_btn02 {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 14%;
}
.fl_modal_box .result_modal_content .fl_modal_close01 {
  width: 6%;
  aspect-ratio: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  background-image: url(../../main/img/modal/close.svg);
  background-size: cover;
}
.fl_modal_box .result_modal_content .aruaru_a {
  position: absolute;
  cursor: pointer;
  bottom: 2%;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  width: 93%;
}
.modal-backdrop {
  z-index: 9999;
}
html.is-hash-gacha-initial-backdrop .modal-backdrop {
  background: #000;
  opacity: 0.8;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-backdrop.show.modal-backdrop-light {
  opacity: 0.2;
}
.modal-backdrop.is-hash-gacha-flash {
  background: #000;
  opacity: 0.8;
  animation: hashGachaBackdropFlash 2s linear forwards;
}

@keyframes hashGachaBackdropFlash {
  0%, 20% {
    background: #000;
    opacity: 0.8;
  }
  /*
  15.333% {
  	background: #000;
  	opacity: 0;
  	//mix-blend-mode: plus-lighter;
  	//backdrop-filter: blur(20px);
  }
  15.334% {
  	background: #fff;
  	opacity: 0;
  	//mix-blend-mode: plus-lighter;
  	backdrop-filter: blur(20px);
  }
  50% {
  	background: #fff;
  	opacity: 0.5;
  	mix-blend-mode: plus-lighter;
  	backdrop-filter: blur(20px);
  }
  */
  100% {
    background: #000;
    opacity: 0.2;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 55px !important;
  }
}
.pageContents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pageContents {
    background-repeat: no-repeat, repeat;
    background-position: top center;
    background-size: 100% auto, cover;
    background-image: url(../images/pc/pc_bg.avif), linear-gradient(to right, #afe3bf, #bde6e0);
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767.98px) {
  .pageContents {
    margin-top: 10cqw;
  }
}
.pageContents {
  background-color: #c7ead3;
}
.pageContents .text-pink {
  color: #ff648c;
}
.pageContents .inview-fade-up {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: translateY(20px);
}
.pageContents .inview-fade-up.inview-once {
  opacity: 1;
  transform: translateY(0);
}
.pageContents .indent-childs {
  padding-left: 0;
  list-style-position: inside;
}
.pageContents .indent-childs > * {
  text-indent: -1em;
  padding-left: 1em;
}
.pageContents .indent-childs.i5 > * {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.pageContents .indent-childs.i11 > * {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.pageContents .indent-childs.i13 > * {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.pageContents .indent-childs.i15 > * {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.pageContents > .main {
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  color: #1e4d9e;
  font-weight: 500;
  position: relative;
  container-type: inline-size;
}
.pageContents > .main .kv {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-image: url(../images/kv/bg.avif);
  position: relative;
  padding-top: 116.2666666667cqw;
}
.pageContents > .main .kv .logo {
  width: 60.6666666667cqw;
  height: auto;
  position: absolute;
  top: 6.2666666667cqw;
  left: 20.5333333333cqw;
}
.pageContents > .main .kv .season {
  display: block;
  position: absolute;
  width: 22.2666666667cqw;
  height: 22.6666666667cqw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/kv/season1.avif);
  right: 6.1333333333cqw;
  top: 44cqw;
  overflow: hidden;
  isolation: isolate;
}
.pageContents > .main .kv .season::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/kv/season1.avif);
  filter: blur(4px);
  mix-blend-mode: plus-lighter;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  animation: kvSeasonShine 4s linear infinite;
}
@keyframes kvSeasonShine {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  6% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  12%, 100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
}
.pageContents > .main .kv .peoples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 147.3333333333cqw;
}
.pageContents > .main .kv .peoples > div {
  position: absolute;
  aspect-ratio: 1/1;
}
.pageContents > .main .kv .peoples > div:not(.preload)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateZ(0);
  contain: paint;
}
.pageContents > .main .kv .peoples > div:not(.preload)::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateZ(0);
  contain: paint;
  opacity: 0;
}
.pageContents > .main .kv .peoples .a {
  width: 19cqw;
  left: -2.4cqw;
  bottom: 6cqw;
  animation: kvPeopleAMove 3.4s linear 0s 1 forwards;
}
.pageContents > .main .kv .peoples .a::before {
  animation-name: kvPeopleAFrameIntro, kvPeopleAFrameLoop;
  animation-duration: 3.4s, 2.6s;
  animation-timing-function: steps(1, start), steps(1, start);
  animation-delay: 0s, 3.4s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}
.pageContents > .main .kv .peoples .b {
  width: 17.4cqw;
  left: 4.8cqw;
  bottom: 6.1cqw;
}
.pageContents > .main .kv .peoples .b::before {
  background-image: url(../images/kv/daihakuran_b_1.avif);
  animation: kvPeopleBFront 2.8s steps(1, end) infinite both;
}
.pageContents > .main .kv .peoples .b::after {
  background-image: url(../images/kv/daihakuran_b_2.avif);
  animation: kvPeopleBBack 2.8s steps(1, end) infinite both;
}
.pageContents > .main .kv .peoples .c {
  width: 15.5cqw;
  left: 15.4cqw;
  bottom: 43.6cqw;
}
.pageContents > .main .kv .peoples .c::before {
  background-image: url(../images/kv/daihakuran_c_1.avif);
  animation: kvPeopleCFront 2.6s steps(1, end) infinite both;
}
.pageContents > .main .kv .peoples .c::after {
  background-image: url(../images/kv/daihakuran_c_2.avif);
  animation: kvPeopleCBack 2.6s steps(1, end) infinite both;
}
.pageContents > .main .kv .peoples .d {
  width: 16.7cqw;
  right: 18cqw;
  bottom: 41cqw;
}
.pageContents > .main .kv .peoples .d::before {
  animation: kvPeopleDFrame 7.6s steps(1, start) infinite both;
}
.pageContents > .main .kv .peoples .e {
  width: 19.733333cqw;
  right: -4.4cqw;
  bottom: 0.8cqw;
  animation: kvPeopleEMove 5s linear 0s 1 forwards;
}
.pageContents > .main .kv .peoples .e::before {
  animation-name: kvPeopleEFrameIntro, kvPeopleEFrameLoop;
  animation-duration: 5s, 4.7s;
  animation-timing-function: steps(1, start), steps(1, start);
  animation-delay: 0s, 5s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}
.pageContents > .main .kv .peoples .f {
  width: 18.9cqw;
  right: 3.933333cqw;
  bottom: 0.966667cqw;
  animation: kvPeopleFMove 3.2s linear 0s 1 forwards;
}
.pageContents > .main .kv .peoples .f::before {
  animation-name: kvPeopleFFrameIntro, kvPeopleFFrameLoop;
  animation-duration: 3.2s, 3.6s;
  animation-timing-function: steps(1, start), steps(2, end);
  animation-delay: 0s, 3.2s;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}
.pageContents > .main .kv .peoples .preload {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background-image: url(../images/kv/daihakuran_a_1.avif), url(../images/kv/daihakuran_a_2.avif), url(../images/kv/daihakuran_a_3.avif), url(../images/kv/daihakuran_a_4.avif), url(../images/kv/daihakuran_a_5.avif), url(../images/kv/daihakuran_b_1.avif), url(../images/kv/daihakuran_b_2.avif), url(../images/kv/daihakuran_c_1.avif), url(../images/kv/daihakuran_c_2.avif), url(../images/kv/daihakuran_d_1.avif), url(../images/kv/daihakuran_d_2.avif), url(../images/kv/daihakuran_d_3.avif), url(../images/kv/daihakuran_d_4.avif), url(../images/kv/daihakuran_d_5.avif), url(../images/kv/daihakuran_e_1.avif), url(../images/kv/daihakuran_e_2.avif), url(../images/kv/daihakuran_e_3.avif), url(../images/kv/daihakuran_e_4.avif), url(../images/kv/daihakuran_f_1.avif), url(../images/kv/daihakuran_f_2.avif), url(../images/kv/daihakuran_f_3.avif), url(../images/kv/daihakuran_f_4.avif);
}
@keyframes kvPeopleAMove {
  0% {
    left: -10cqw;
  }
  58.82% {
    left: -2.4cqw;
  }
  100% {
    left: -2.4cqw;
  }
}
@keyframes kvPeopleAFrameIntro {
  0% {
    background-image: url(../images/kv/daihakuran_a_1.avif);
  }
  11.76% {
    background-image: url(../images/kv/daihakuran_a_2.avif);
  }
  23.53% {
    background-image: url(../images/kv/daihakuran_a_1.avif);
  }
  35.29% {
    background-image: url(../images/kv/daihakuran_a_2.avif);
  }
  47.06% {
    background-image: url(../images/kv/daihakuran_a_1.avif);
  }
  58.82%, 100% {
    background-image: url(../images/kv/daihakuran_a_2.avif);
  }
}
@keyframes kvPeopleAFrameLoop {
  0% {
    background-image: url(../images/kv/daihakuran_a_3.avif);
  }
  15.38% {
    background-image: url(../images/kv/daihakuran_a_4.avif);
  }
  30.77% {
    background-image: url(../images/kv/daihakuran_a_5.avif);
  }
  46.15% {
    background-image: url(../images/kv/daihakuran_a_3.avif);
  }
  100% {
    background-image: url(../images/kv/daihakuran_a_3.avif);
  }
}
@keyframes kvPeopleBFront {
  0% {
    opacity: 1;
  }
  35.71% {
    opacity: 1;
  }
  35.72%, 100% {
    opacity: 0;
  }
}
@keyframes kvPeopleBBack {
  0% {
    opacity: 0;
  }
  35.71%, 100% {
    opacity: 1;
  }
}
@keyframes kvPeopleCFront {
  0% {
    opacity: 1;
  }
  49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes kvPeopleCBack {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes kvPeopleDMove {
  0% {
    right: 20cqw;
  }
  23.26% {
    right: 18cqw;
  }
  65.12% {
    right: 18cqw;
  }
  88.37% {
    right: 20cqw;
  }
  100% {
    right: 20cqw;
  }
}
@keyframes kvPeopleDFrame {
  0% {
    background-image: url(../images/kv/daihakuran_d_1.avif);
  }
  11.11% {
    background-image: url(../images/kv/daihakuran_d_2.avif);
  }
  22.22% {
    background-image: url(../images/kv/daihakuran_d_1.avif);
  }
  33.33% {
    background-image: url(../images/kv/daihakuran_d_3.avif);
  }
  44.44% {
    background-image: url(../images/kv/daihakuran_d_4.avif);
  }
  55.56% {
    background-image: url(../images/kv/daihakuran_d_5.avif);
  }
  66.67% {
    background-image: url(../images/kv/daihakuran_d_3.avif);
  }
  77.78% {
    background-image: url(../images/kv/daihakuran_d_1.avif);
  }
  88.89% {
    background-image: url(../images/kv/daihakuran_d_2.avif);
  }
  100% {
    background-image: url(../images/kv/daihakuran_d_2.avif);
  }
}
@keyframes kvPeopleEMove {
  0% {
    right: -15cqw;
  }
  70% {
    right: -4.4cqw;
  }
  100% {
    right: -4.4cqw;
  }
}
@keyframes kvPeopleEFrameIntro {
  0% {
    background-image: url(../images/kv/daihakuran_e_1.avif);
  }
  10% {
    background-image: url(../images/kv/daihakuran_e_2.avif);
  }
  20% {
    background-image: url(../images/kv/daihakuran_e_1.avif);
  }
  30% {
    background-image: url(../images/kv/daihakuran_e_2.avif);
  }
  40% {
    background-image: url(../images/kv/daihakuran_e_1.avif);
  }
  50% {
    background-image: url(../images/kv/daihakuran_e_2.avif);
  }
  60% {
    background-image: url(../images/kv/daihakuran_e_1.avif);
  }
  70%, 100% {
    background-image: url(../images/kv/daihakuran_e_2.avif);
  }
}
@keyframes kvPeopleEFrameLoop {
  0% {
    background-image: url(../images/kv/daihakuran_e_3.avif);
  }
  19.15% {
    background-image: url(../images/kv/daihakuran_e_4.avif);
  }
  38.30% {
    background-image: url(../images/kv/daihakuran_e_3.avif);
  }
  100% {
    background-image: url(../images/kv/daihakuran_e_3.avif);
  }
}
@keyframes kvPeopleFMove {
  0% {
    right: -15cqw;
  }
  87.5% {
    right: 3.933333cqw;
  }
  100% {
    right: 3.933333cqw;
  }
}
@keyframes kvPeopleFFrameIntro {
  0% {
    background-image: url(../images/kv/daihakuran_f_1.avif);
  }
  12.5% {
    background-image: url(../images/kv/daihakuran_f_2.avif);
  }
  25% {
    background-image: url(../images/kv/daihakuran_f_1.avif);
  }
  37.5% {
    background-image: url(../images/kv/daihakuran_f_2.avif);
  }
  50% {
    background-image: url(../images/kv/daihakuran_f_1.avif);
  }
  62.5% {
    background-image: url(../images/kv/daihakuran_f_2.avif);
  }
  75% {
    background-image: url(../images/kv/daihakuran_f_1.avif);
  }
  87.5%, 100% {
    background-image: url(../images/kv/daihakuran_f_2.avif);
  }
}
@keyframes kvPeopleFFrameLoop {
  0% {
    background-image: url(../images/kv/daihakuran_f_3.avif);
  }
  49.999% {
    background-image: url(../images/kv/daihakuran_f_3.avif);
  }
  50%, 100% {
    background-image: url(../images/kv/daihakuran_f_4.avif);
  }
}
.pageContents > .main .kv .leads {
  text-align: center;
  color: white;
  font-size: 4cqw;
  line-height: 1.83;
  margin-bottom: 5.3333333333cqw;
}
.pageContents > .main .kv__gallery {
  position: relative;
  padding-bottom: 38.1333333333cqw;
}
.pageContents > .main .kv__gallery .gallery__ttl {
  width: 87.2cqw;
  margin: 0 auto;
}
.pageContents > .main .kv__gallery .gallery__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .kv__gallery .gallery__list {
  display: flex;
  justify-content: center;
  gap: 3.3333333333cqw;
  margin-top: 5.3333333333cqw;
  padding: 0;
  list-style: none;
}
.pageContents > .main .kv__gallery .gallery__list li {
  width: 28.5333333333cqw;
}
.pageContents > .main .kv__gallery .gallery__list li a {
  display: block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border-radius: 13cqw 13cqw 0 0;
  box-shadow: 3px 3px 3px rgba(30, 77, 158, 0.5);
}
.pageContents > .main .kv__gallery .gallery__list li a:active {
  transform: translate(0.4cqw, 0.4cqw);
  box-shadow: 0 0 0 rgba(30, 77, 158, 0);
}
.pageContents > .main .kv__gallery .gallery__list li img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .kv__gallery .gallery__person {
  position: absolute;
  margin: 0;
}
.pageContents > .main .kv__gallery .gallery__person img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .kv__gallery .gallery__person.p01 {
  width: 4cqw;
  left: 4.6666666667cqw;
  top: 62.4cqw;
}
.pageContents > .main .kv__gallery .gallery__person.p02 {
  width: 12.48cqw;
  left: 28cqw;
  top: 61.3333333333cqw;
}
.pageContents > .main .kv__gallery .gallery__person.p03 {
  width: 5.2cqw;
  left: 65.3333333333cqw;
  top: 62.8cqw;
}
.pageContents > .main .kv__gallery .gallery__person.p04 {
  width: 5.7333333333cqw;
  right: 2.2666666667cqw;
  top: 63.2cqw;
}
.pageContents > .main .gallery {
  position: relative;
  margin-top: -28cqw;
}
.pageContents > .main .gallery .head {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 78.5cqw;
}
.pageContents > .main .gallery .head__title {
  position: absolute;
  margin: 0;
  top: 24.4cqw;
}
.pageContents > .main .gallery .head__title img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .head__person {
  position: absolute;
  margin: 0;
}
.pageContents > .main .gallery .head__person img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .head__person.p1 {
  width: 7.2cqw;
  left: 34.1333333333cqw;
  top: 59.4666666667cqw;
}
.pageContents > .main .gallery .head__person.p2 {
  width: 4.5333333333cqw;
  left: 61.3333333333cqw;
  top: 60.1333333333cqw;
}
.pageContents > .main .gallery .head__ttl {
  margin: 0 auto;
  width: 86.9333333333cqw;
}
.pageContents > .main .gallery .head__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .votebox {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 3.4666666667cqw 3.2cqw 0;
}
.pageContents > .main .gallery .votebox .lead {
  text-align: center;
  font-size: 4cqw;
  font-weight: 500;
  margin-bottom: 1em;
}
.pageContents > .main .gallery .votebox__question {
  margin: 0;
}
.pageContents > .main .gallery .votebox__question img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .votebox__options {
  display: flex;
  justify-content: center;
  gap: 1.6cqw;
  padding: 0;
  margin: -1.8666666667cqw 0 0;
  list-style: none;
}
.pageContents > .main .gallery .votebox__option-item {
  width: 30.1333333333cqw;
  display: flex;
  align-items: flex-end;
}
.pageContents > .main .gallery .votebox__option {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transform: scale(1);
  transform-origin: center center;
}
.pageContents > .main .gallery .votebox__option:focus-visible {
  outline: 2px solid #00a6da;
  outline-offset: 2px;
}
.pageContents > .main .gallery .votebox__options.is-pulsing .votebox__option {
  animation-name: voteboxOptionPulse;
  animation-duration: var(--vote-pulse-cycle, 1.8s);
  animation-delay: var(--vote-pulse-delay, 0s);
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.pageContents > .main .gallery .votebox__option-img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .votebox__option-img--active {
  display: none;
}
.pageContents > .main .gallery .votebox__select {
  position: absolute;
  right: 4cqw;
  bottom: 5cqw;
  width: 8cqw;
  height: auto;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.pageContents > .main .gallery .votebox__option.is-active .votebox__option-img--default {
  display: none;
}
.pageContents > .main .gallery .votebox__option.is-active .votebox__option-img--active {
  display: block;
}
.pageContents > .main .gallery .votebox__option.is-active .votebox__select {
  opacity: 1;
  transform: scale(1);
}
@keyframes voteboxOptionPulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50%, 100% {
    transform: scale(1);
  }
}
.pageContents > .main .gallery .votebox__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9333333333cqw;
  width: 86.6666666667cqw;
  height: 14.1333333333cqw;
  margin: 2.6666666667cqw auto 0;
  border-radius: 9999px;
  border: 0.2666666667cqw solid #2554ae;
  padding: 0;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background: #ccc;
  box-shadow: none;
  cursor: default;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pageContents > .main .gallery .votebox__submit-text {
  font-weight: 700;
  line-height: 1;
}
.pageContents > .main .gallery .votebox__submit-arrow {
  position: absolute;
  right: 5cqw;
  width: 4.5333333333cqw;
  height: 4.5333333333cqw;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/btn-arrow.avif);
}
.pageContents > .main .gallery .votebox__submit:disabled {
  opacity: 1;
}
.pageContents > .main .gallery .votebox__submit:disabled .votebox__submit-arrow {
  filter: grayscale(1);
  opacity: 0.5;
}
.pageContents > .main .gallery .votebox__submit.is-active {
  box-shadow: 0 1.0666666667cqw 2.1333333333cqw rgba(32, 97, 176, 0.35);
  cursor: pointer;
}
.pageContents > .main .gallery .votebox__submit.is-active:active {
  transform: translateY(1px);
}
.pageContents > .main .gallery .votebox__result {
  margin-top: 5.8666666667cqw;
  display: block;
}
.pageContents > .main .gallery .votebox.is-result-visible .votebox__result {
  display: block;
}
.pageContents > .main .gallery .votebox__result-ttl {
  margin: 0 1cqw;
}
.pageContents > .main .gallery .votebox__result-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .votebox__result-lock {
  margin-top: 3.2cqw;
  padding: 3.4666666667cqw 3.2cqw 4cqw;
  aspect-ratio: 700/182;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/gallery/result-lock-bg.avif);
}
.pageContents > .main .gallery .votebox__result-unlock {
  margin-top: 2.6666666667cqw;
  display: none;
}
.pageContents > .main .gallery .votebox.is-voted .votebox__result-lock {
  display: none;
}
.pageContents > .main .gallery .votebox.is-voted .votebox__result-unlock {
  display: block;
}
.pageContents > .main .gallery .votebox .total {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2.1333333333cqw;
  color: #1e4d9e;
  font-size: 4cqw;
  font-weight: 500;
  line-height: 1;
}
.pageContents > .main .gallery .votebox .total > span:nth-child(1) {
  position: relative;
  top: -2cqw;
}
.pageContents > .main .gallery .votebox .total .total-num {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 13.0666666667cqw;
  line-height: 0.9;
}
.pageContents > .main .gallery .votebox .total > span:nth-child(3) {
  font-size: 4cqw;
}
.pageContents > .main .gallery .votebox__result-list {
  display: flex;
  justify-content: space-between;
  gap: 3.8666666667cqw;
  margin: 2.6666666667cqw 0 0;
  padding: 0;
  list-style: none;
}
.pageContents > .main .gallery .votebox__result-item {
  position: relative;
  width: 28.5333333333cqw;
}
.pageContents > .main .gallery .votebox__result-num {
  display: block;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 19cqw 0 0;
  color: #1e4d9e;
}
.pageContents > .main .gallery .votebox__result-num > span {
  display: block;
  text-align: center;
  line-height: 1;
}
.pageContents > .main .gallery .votebox__result-num > span:first-child {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 9.7066666667cqw;
  padding-right: 2.9cqw;
}
.pageContents > .main .gallery .votebox__result-num > span:last-child {
  width: 82%;
  margin: 2.5cqw auto 0;
  font-size: 3.7333333333cqw;
  color: #666;
}
.pageContents > .main .gallery .votebox__result-message {
  margin: 11cqw 0 0;
  text-align: center;
  font-size: 4cqw;
  line-height: 1.3;
  font-weight: 700;
}
.pageContents > .main .gallery .episode {
  padding: 5.3333333333cqw 3.2cqw 33.3333333333cqw;
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top center;
}
.pageContents > .main .gallery .episode__ttl {
  width: 91.4666666667cqw;
  margin: 0 auto;
}
.pageContents > .main .gallery .episode__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .episode__lead {
  margin: 2.4cqw 0 0;
  text-align: center;
  font-size: 4cqw;
  line-height: 1.55;
  font-weight: 700;
}
.pageContents > .main .gallery .episode__lead span {
  color: #ff648c;
}
.pageContents > .main .gallery .episode__check {
  margin: 4cqw 0 2cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333cqw;
  text-align: center;
  font-size: 4cqw;
  line-height: 1.2;
  font-weight: 700;
  color: #1e4d9e;
  white-space: nowrap;
}
.pageContents > .main .gallery .episode__check::before, .pageContents > .main .gallery .episode__check::after {
  font-size: 5.3333333333cqw;
  line-height: 1;
  font-weight: 900;
  color: #1e4d9e;
  transform: scaleX(0.5);
}
.pageContents > .main .gallery .episode__check::before {
  content: "＼";
}
.pageContents > .main .gallery .episode__check::after {
  content: "／";
}
.pageContents > .main .gallery .episode__check span {
  color: #ff648c;
}
.pageContents > .main .gallery .episode__banner {
  margin: 0;
  box-shadow: 0 0.9333333333cqw 0.6666666667cqw rgba(30, 77, 158, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border-radius: 4cqw;
}
.pageContents > .main .gallery .episode__banner:active {
  transform: translate(0.4cqw, 0.4cqw);
  box-shadow: 0 0 0 rgba(30, 77, 158, 0);
}
.pageContents > .main .gallery .episode__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .episode-slider {
  margin-top: -5cqw;
}
.pageContents > .main .gallery .episode-slider__main-wrap {
  position: relative;
}
.pageContents > .main .gallery .episode-slider__main .slick-list {
  overflow: hidden;
}
.pageContents > .main .gallery .episode-slider__main .slick-slide {
  outline: 0;
}
.pageContents > .main .gallery .episode-slider__thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333cqw;
  margin-top: 2.6666666667cqw;
}
.pageContents > .main .gallery .episode-slider__thumb {
  width: 81.3333333333cqw;
}
.pageContents > .main .gallery .episode-slider__thumb .slick-track {
  display: flex;
  gap: 1.8666666667cqw;
}
.pageContents > .main .gallery .episode-slider__thumb .slick-slide {
  width: 25.8666666667cqw;
}
.pageContents > .main .gallery .episode-slider__arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 5.6cqw;
  height: 16.9333333333cqw;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pageContents > .main .gallery .episode-slider__arrow.is-prev {
  left: -1.6cqw;
  transform: translateY(-50%) rotate(180deg);
}
.pageContents > .main .gallery .episode-slider__arrow.is-next {
  right: -1.6cqw;
  transform: translateY(-50%);
}
.pageContents > .main .gallery .episode-card {
  padding: 0 0.8cqw;
}
.pageContents > .main .gallery .episode-card__frame {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  padding: 14.1333333333cqw 6.9333333333cqw 7.2cqw;
  position: relative;
}
.pageContents > .main .gallery .episode-card__frame::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 357/74;
  width: 47.6cqw;
  position: absolute;
  top: 9.3333333333cqw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pageContents > .main .gallery .episode-card__visual {
  width: 100%;
  aspect-ratio: 1/1;
  background: #d8d8d8;
  position: relative;
}
.pageContents > .main .gallery .episode-card__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/gallery/episode-frame-picture-frame.avif);
}
.pageContents > .main .gallery .episode-card__text {
  margin: 2.9333333333cqw 0 2.6666666667cqw;
  font-size: 3.2cqw;
  line-height: 1.6;
  font-weight: 700;
  color: #666;
}
.pageContents > .main .gallery .episode-card__name {
  margin: 0;
  padding-top: 1.3333333333cqw;
  text-align: right;
  font-size: 3.7333333333cqw;
  font-weight: 700;
}
.pageContents > .main .gallery .episode-thumb {
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.pageContents > .main .gallery .episode-thumb__bg {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageContents > .main .gallery .episode-thumb__bg img {
  width: 83.7%;
  height: 83.7%;
}
.pageContents > .main .gallery .items-feature {
  margin-top: -28cqw;
  padding: 0 3.2cqw 4.5333333333cqw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center, 50% -1%;
}
.pageContents > .main .gallery .items-feature__head {
  position: relative;
  padding-top: 29.7333333333cqw;
  margin-bottom: -6cqw;
}
.pageContents > .main .gallery .items-feature__text {
  margin: 0;
  text-align: center;
  font-size: 4cqw;
  line-height: 1.35;
  font-weight: 700;
  color: #2150aa;
}
.pageContents > .main .gallery .items-feature__title {
  margin: -10cqw auto 0;
  width: 80cqw;
}
.pageContents > .main .gallery .items-feature__title img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .itemslide {
  position: relative;
  margin-bottom: 5cqw;
}
.pageContents > .main .gallery .itemslide__track .slick-list {
  overflow: hidden;
}
.pageContents > .main .gallery .itemslide__track .slick-slide {
  outline: 0;
}
.pageContents > .main .gallery .itemslide__item {
  position: relative;
  padding: 13cqw 2.4cqw 7cqw;
  background: #fff;
}
.pageContents > .main .gallery .itemslide__item.bg-blur-blue::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 76%;
  position: absolute;
  z-index: 0;
  top: 33cqw;
  left: 8%;
  background-image: radial-gradient(circle, rgb(201, 239, 245) 0%, rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: center;
}
.pageContents > .main .gallery .itemslide__item .memo {
  color: #666;
  font-size: 2.9333333333cqw;
  font-weight: 400;
  margin: 1.3em 1em 0;
}
.pageContents > .main .gallery .itemslide__overlap {
  margin: 0 auto -11cqw;
  width: 80.2666666667cqw;
  position: relative;
  z-index: 1;
}
.pageContents > .main .gallery .itemslide__overlap img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .itemslide__campaign {
  margin: 0 auto 5cqw;
  width: 81.0666666667cqw;
  height: 8cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff648c;
  color: #fff;
  font-size: 4.8cqw;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.pageContents > .main .gallery .itemslide__campaign::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 2cqw;
  border-color: #ff648c transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -3.8cqw;
  left: 50%;
}
.pageContents > .main .gallery .itemslide__name {
  margin: 0 auto 0;
  width: 81.0666666667cqw;
  padding: 1.0666666667cqw 0;
  text-align: center;
  font-size: 7.0666666667cqw;
  line-height: 1.1;
  font-weight: 500;
}
.pageContents > .main .gallery .itemslide__name > span {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 240, 0) 0%, rgba(255, 255, 240, 0) 20%, #fffff0 20.01%, #fffff0 89%, #fff 89.01%, #fff 100%);
}
.pageContents > .main .gallery .itemslide__name small, .pageContents > .main .gallery .itemslide__name .small {
  display: inline-block;
  font-size: 4cqw;
  background: #fffff0;
}
.pageContents > .main .gallery .itemslide__name .small2 {
  display: inline-block;
  font-size: 5.8666666667cqw;
  background: #fffff0;
}
.pageContents > .main .gallery .itemslide__name--small2 {
  font-size: 5cqw;
}
.pageContents > .main .gallery .itemslide__name--small3 {
  font-size: 6.6cqw;
}
.pageContents > .main .gallery .itemslide__image {
  position: relative;
  z-index: 1;
  margin: 2.1333333333cqw auto;
}
.pageContents > .main .gallery .itemslide__image img {
  display: block;
  height: 61.3333333333cqw;
  width: auto;
  margin: 0 auto;
}
.pageContents > .main .gallery .itemslide__lead {
  position: relative;
  z-index: 1;
  margin: 3cqw auto 0;
}
.pageContents > .main .gallery .itemslide__lead img {
  display: block;
  width: auto;
  height: 5.3333333333cqw;
  margin: 0 auto;
}
.pageContents > .main .gallery .itemslide__icon {
  margin: 2.1333333333cqw auto 0;
  width: 6cqw;
}
.pageContents > .main .gallery .itemslide__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContents > .main .gallery .itemslide__desc {
  margin: 1.6cqw 0 5cqw;
  text-align: center;
  font-size: 3.4666666667cqw;
  line-height: 1.666;
  font-weight: 500;
  color: #666;
}
.pageContents > .main .gallery .itemslide__arrow {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  width: 16cqw;
  height: 100cqw;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 8.4cqw auto;
  background-position: center right;
  cursor: pointer;
  z-index: 2;
}
.pageContents > .main .gallery .itemslide__arrow:focus, .pageContents > .main .gallery .itemslide__arrow:focus-visible {
  outline: none;
}
.pageContents > .main .gallery .itemslide__arrow.is-prev {
  left: -1.8cqw;
  transform: translateY(-50%) rotate(180deg);
}
.pageContents > .main .gallery .itemslide__arrow.is-next {
  right: -1.8cqw;
}
.pageContents > .main .gallery .itemslide__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9333333333cqw;
  width: 86.6666666667cqw;
  height: 14.1333333333cqw;
  margin: 2.6666666667cqw auto 0;
  border-radius: 9999px;
  border: 0.2666666667cqw solid #2554ae;
  padding: 0;
  font-size: 4cqw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #2351ab;
  background: linear-gradient(180deg, #edf3f7 0%, #b4d3df 100%);
  box-shadow: 0 0.9333333333cqw 0.6666666667cqw rgba(30, 77, 158, 0.25);
  text-decoration: none;
}
.pageContents > .main .gallery .itemslide__btn-text {
  font-weight: 700;
  line-height: 1;
}
.pageContents > .main .gallery .itemslide__btn-arrow {
  position: absolute;
  right: 5cqw;
  width: 4.5333333333cqw;
  height: 4.5333333333cqw;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/btn-arrow.avif);
}
.pageContents > .main .gallery.gallery01 .head {
  background-image: url(../images/gallery/01/bg-head.avif);
}
.pageContents > .main .gallery.gallery01 .head__title {
  width: 42cqw;
  left: 29.3cqw;
}
.pageContents > .main .gallery.gallery01 .votebox {
  background-image: url(../images/gallery/01/bg.avif);
}
.pageContents > .main .gallery.gallery01 .votebox .votebox__submit.is-active {
  background: linear-gradient(180deg, #f7dc6b 0%, #ffa900 100%);
}
.pageContents > .main .gallery.gallery01 .votebox__result-item--01 .votebox__result-num {
  background-image: url(../images/gallery/01/result-num01.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery01 .votebox__result-item--02 .votebox__result-num {
  background-image: url(../images/gallery/01/result-num02.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery01 .votebox__result-item--03 .votebox__result-num {
  background-image: url(../images/gallery/01/result-num03.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery01 .episode {
  background-image: url(../images/gallery/01/bg.avif);
}
.pageContents > .main .gallery.gallery01 .episode-slider__arrow {
  background-image: url(../images/gallery/01/slide-arrow.avif);
}
.pageContents > .main .gallery.gallery01 .episode-card__frame {
  background-image: url(../images/gallery/01/episode-frame.avif);
}
.pageContents > .main .gallery.gallery01 .episode-card__frame::before {
  background-image: url(../images/gallery/01/episode-pickup.avif);
}
.pageContents > .main .gallery.gallery01 .episode-card__name {
  border-top: 0.5333333333cqw dotted #ffa900;
  color: #ffa900;
}
.pageContents > .main .gallery.gallery01 .episode-thumb__bg {
  background-image: url(../images/gallery/01/episode-thumb-frame.avif);
}
.pageContents > .main .gallery.gallery01 .items-feature {
  background-image: url(../images/gallery/01/items-bg-head.avif), url(../images/gallery/01/items-bg.avif);
}
.pageContents > .main .gallery.gallery01 .itemslide__arrow {
  background-image: url(../images/gallery/01/slide-arrow-l.avif);
}
.pageContents > .main .gallery.gallery01 .itemslide__name {
  color: #ffa900;
}
.pageContents > .main .gallery.gallery02 .head {
  background-image: url(../images/gallery/02/bg-head.avif);
}
.pageContents > .main .gallery.gallery02 .head__title {
  width: 37.2cqw;
  left: 31.3333333333cqw;
}
.pageContents > .main .gallery.gallery02 .votebox {
  background-image: url(../images/gallery/02/bg.avif);
}
.pageContents > .main .gallery.gallery02 .votebox .votebox__submit.is-active {
  background: linear-gradient(180deg, #91dded 0%, #1aa7db 100%);
}
.pageContents > .main .gallery.gallery02 .votebox__result-item--01 .votebox__result-num {
  background-image: url(../images/gallery/02/result-num01.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery02 .votebox__result-item--02 .votebox__result-num {
  background-image: url(../images/gallery/02/result-num02.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery02 .votebox__result-item--03 .votebox__result-num {
  background-image: url(../images/gallery/02/result-num03.avif);
  aspect-ratio: 428/889;
}
.pageContents > .main .gallery.gallery02 .episode {
  background-image: url(../images/gallery/02/bg.avif);
}
.pageContents > .main .gallery.gallery02 .episode-slider__arrow {
  background-image: url(../images/gallery/02/slide-arrow.avif);
}
.pageContents > .main .gallery.gallery02 .episode-card__frame {
  background-image: url(../images/gallery/02/episode-frame.avif);
}
.pageContents > .main .gallery.gallery02 .episode-card__frame::before {
  background-image: url(../images/gallery/02/episode-pickup.avif);
}
.pageContents > .main .gallery.gallery02 .episode-card__name {
  border-top: 0.5333333333cqw dotted #17a5d8;
  color: #17a5d8;
}
.pageContents > .main .gallery.gallery02 .episode-thumb__bg {
  background-image: url(../images/gallery/02/episode-thumb-frame.avif);
}
.pageContents > .main .gallery.gallery02 .items-feature {
  background-image: url(../images/gallery/02/items-bg-head.avif), url(../images/gallery/02/items-bg.avif);
}
.pageContents > .main .gallery.gallery02 .itemslide__arrow {
  background-image: url(../images/gallery/02/slide-arrow-l.avif);
}
.pageContents > .main .gallery.gallery02 .itemslide__name {
  color: #00a6da;
}
.pageContents > .main .gallery.gallery03 .head {
  background-image: url(../images/gallery/03/bg-head.avif);
}
.pageContents > .main .gallery.gallery03 .head__title {
  width: 34.8cqw;
  left: 32.5333333333cqw;
}
.pageContents > .main .gallery.gallery03 .votebox {
  background-image: url(../images/gallery/03/bg.avif);
}
.pageContents > .main .gallery.gallery03 .votebox .votebox__submit.is-active {
  background: linear-gradient(180deg, #ffa2d2 0%, #e64a5a 100%);
}
.pageContents > .main .gallery.gallery03 .votebox__result-item--01 .votebox__result-num {
  background-image: url(../images/gallery/03/result-num01.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery03 .votebox__result-item--02 .votebox__result-num {
  background-image: url(../images/gallery/03/result-num02.avif);
  aspect-ratio: 428/883;
}
.pageContents > .main .gallery.gallery03 .votebox__result-item--03 .votebox__result-num {
  background-image: url(../images/gallery/03/result-num03.avif);
  aspect-ratio: 428/889;
}
.pageContents > .main .gallery.gallery03 .episode {
  background-image: url(../images/gallery/03/bg.avif);
}
.pageContents > .main .gallery.gallery03 .episode-slider__arrow {
  background-image: url(../images/gallery/03/slide-arrow.avif);
}
.pageContents > .main .gallery.gallery03 .episode-card__frame {
  background-image: url(../images/gallery/03/episode-frame.avif);
}
.pageContents > .main .gallery.gallery03 .episode-card__frame::before {
  background-image: url(../images/gallery/03/episode-pickup.avif);
}
.pageContents > .main .gallery.gallery03 .episode-card__name {
  border-top: 0.5333333333cqw dotted #e64a5a;
  color: #e64a5a;
}
.pageContents > .main .gallery.gallery03 .episode-thumb__bg {
  background-image: url(../images/gallery/03/episode-thumb-frame.avif);
}
.pageContents > .main .gallery.gallery03 .items-feature {
  background-image: url(../images/gallery/03/items-bg-head.avif), url(../images/gallery/03/items-bg.avif);
}
.pageContents > .main .gallery.gallery03 .itemslide__arrow {
  background-image: url(../images/gallery/03/slide-arrow-l.avif);
}
.pageContents > .main .gallery.gallery03 .itemslide__name {
  color: #e64a5a;
}
.pageContents > .main .gallery .notice03 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 750/472;
  background-image: url(../images/gallery/notice03_bg.avif);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 4.2666666667cqw;
}
.pageContents > .main .gallery .notice03 img {
  width: 33.6cqw;
}
.pageContents > .main .notice {
  background-color: white;
  padding-bottom: 5.2cqw;
}
.pageContents > .main .notice .statues {
  margin-top: -7cqw;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.pageContents > .main .notice .statues > img:nth-child(3) {
  margin-right: 3cqw;
}
.pageContents > .main .notice .statues > img {
  width: 16%;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
}
.pageContents > .main .notice .statues > img.inview {
  transform: translateY(0%);
}
.pageContents > .main .floormap {
  background-color: #fbf7e5;
  background-image: url(../images/floormap/bg-head.avif);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 16.2666666667cqw;
}
.pageContents > .main .floormap .title {
  width: 53.3333333333cqw;
  margin: 0 auto 2em;
}
.pageContents > .main .floormap .common_map {
  width: auto;
  padding-top: 0;
  background-image: none;
}
@media (max-width: 767.98px) {
  .pageContents > .main .floormap .common_map > p {
    font-size: 15px;
  }
}

.modal_test_btn {
  border: 2px solid;
  margin: 10px;
  padding: 10px;
  margin-top: 100px;
}
.modal_test_btn > a {
  background: #004ea2;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
}

.fl_modal_box .error_modal_content {
  position: relative;
}
.fl_modal_box .error_modal_content .floor_a {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.fl_modal_box .error_modal_content .error_txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 7%;
}
.fl_modal_box .error_modal_content .error_txt .sorry {
  width: 63%;
  margin: 0 auto;
}
.fl_modal_box .error_modal_content .error_txt .error_p01 {
  background-color: #1e4d9e;
  color: #fff;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  margin: 15px auto;
}
.fl_modal_box .error_modal_content .error_txt .error_p02 {
  color: #1e4d9e;
  font-size: 15px;
  font-weight: 500;
}/*# sourceMappingURL=aruaru.css.map */