@charset "UTF-8";
/*------------------------------------------------------------
共通：タグ
------------------------------------------------------------*/
body {
  color: #fff;
  background: #000;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.uranai {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.uranai.bg__red {
  background: url(../images/bg__red.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__yellow {
  background: url(../images/bg__yellow.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__black {
  background: url(../images/bg__black.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__blue {
  background: url(../images/bg__blue.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__purple {
  background: url(../images/bg__purple.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__white {
  background: url(../images/bg__white.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__green {
  background: url(../images/bg__green.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__pink {
  background: url(../images/bg__pink.webp) no-repeat center center;
  background-size: cover;
}
.uranai.bg__orange {
  background: url(../images/bg__orange.webp) no-repeat center center;
  background-size: cover;
}
.uranai__side {
  width: 54.265%;
  height: 100dvh;
  position: absolute;
  top: 0;
  right: -50px;
}

.uranai .side__base {
  background: url(../images/side__white.webp) no-repeat left center;
  background-size: cover;
}

.uranai .side__red {
  background: url(../images/side__red.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__yellow {
  background: url(../images/side__yellow.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__black {
  background: url(../images/side__black.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__blue {
  background: url(../images/side__blue.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__purple {
  background: url(../images/side__purple.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__white {
  background: url(../images/side__white.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__green {
  background: url(../images/side__green.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__pink {
  background: url(../images/side__pink.webp) no-repeat left center;
  background-size: cover;
}
.uranai .side__orange {
  background: url(../images/side__orange.webp) no-repeat left center;
  background-size: cover;
}
.uranai .cmn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-23%) translateY(-90%);
  width: 28.826vh;
  max-width: 240px;
}
.uranai .color__text_red {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(82%);
  width: 81.5vh;
  max-width: 665px;
}
.uranai .color__text_yellow {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-53%) translateY(112%);
  width: 54.5vh;
  max-width: 449px;
}
.uranai .color__text_black {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-56%) translateY(96%);
  width: 74.5vh;
  max-width: 615px;
}
.uranai .color__text_blue {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-53%) translateY(106%);
  width: 63.5vh;
  max-width: 525px;
}
.uranai .color__text_purple {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-53%) translateY(106%);
  width: 53.5vh;
  max-width: 438px;
}
.uranai .color__text_white {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-65%) translateY(106%);
  width: 67.5vh;
  max-width: 557px;
}
.uranai .color__text_green {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-54%) translateY(84%);
  width: 87.5vh;
  max-width: 723px;
}
.uranai .color__text_pink {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-55%) translateY(102%);
  width: 62.5vh;
  max-width: 512px;
}
.uranai .color__text_orange {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-58%) translateY(102%);
  width: 61.5vh;
  max-width: 507px;
}

.uranai__chara {
  position: absolute;
  top: 0;
  left: 0;
}
.uranai__chara.kenshiro {
  top: -1%;
  left: -2.5%;
  width: 55.78%;
}
.uranai__chara.juuza {
  top: -1%;
  left: -9.5%;
  width: 72.78%;
}
.uranai__chara.toki {
  top: -1%;
  left: -11%;
  width: 72.78%;
}
.uranai__chara.raoh {
  top: 4%;
  left: -7.5%;
  width: 70.78%;
  transform: rotate(10deg);
}
.uranai__chara.rei {
  top: 1.5%;
  left: -21.5%;
  width: 72.78%;
}
.uranai__links {
  position: absolute;
  top: 70.19dvh;
  right: 13dvh;
  text-align: center;
  font-size: clamp(8px, 2px + 0.78125vw, 12px);
  font-weight: normal;
  letter-spacing: 0;
}
.uranai__links--btn {
  font-size: clamp(9px, 1.5px + 0.9765625vw, 14px);
  width: auto;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 1.5px;
}
.uranai__links--btn a {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 4rem 1rem 3rem;
  position: relative;
  z-index: 0;
}
.uranai__links--btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skew(-20deg, 0deg);
  z-index: -1;
}
.uranai__links--btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 3px 8px;
}
.uranai__links--btn.btn-x {
  margin-bottom: 2rem;
}
.uranai__links--btn.btn-x span {
  padding-right: 3rem;
  padding-left: 2.5rem;
  position: relative;
}
.uranai__links--btn.btn-x span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/icon_x.svg) no-repeat center center;
  background-size: contain;
}
.uranai.bg__black .uranai__links--btn.btn-x span:before {
  background: url(../images/icon_x_b.svg) no-repeat center center;
  background-size: cover;
}

.uranai__links--btn.btn-x a {
  padding: 0.7rem 6rem 0.7rem 3rem;
}
.uranai__links--btn.btn-x a:after {
  right: 30px;
}
.bg__red .uranai__links--btn a:after {
  border-color: transparent transparent transparent #ab0001;
}
.bg__yellow .uranai__links--btn a:after {
  border-color: transparent transparent transparent #fdd546;
}
.bg__black .uranai__links--btn a {
  color: #000;
}
.bg__black .uranai__links--btn a:before {
  background: #fff;
}
.bg__black .uranai__links--btn a:after {
  border-color: transparent transparent transparent #000;
}
.bg__blue .uranai__links--btn a:after {
  border-color: transparent transparent transparent #75c3ff;
}
.bg__purple .uranai__links--btn a:after {
  border-color: transparent transparent transparent #641a5c;
}
.bg__white .uranai__links--btn a:after {
  border-color: transparent transparent transparent #fff;
}
.bg__green .uranai__links--btn a:after {
  border-color: transparent transparent transparent #006136;
}
.bg__pink .uranai__links--btn a:after {
  border-color: transparent transparent transparent #f34775;
}
.bg__orange .uranai__links--btn a:after {
  border-color: transparent transparent transparent #d75509;
}
.uranai__links--text01 {
  margin-bottom: 0.5rem;
  /*
  .bg__blue & {
  	color: #000;
  }
  */
}
.bg__yellow .uranai__links--text01 {
  color: #000;
}
.bg__white .uranai__links--text01 {
  color: #000;
}
.uranai__links--text02 a {
  padding-right: 1rem;
  position: relative;
  /*
  .bg__blue & {
  	//color: #000;
  	&:after {
  		border-color: transparent transparent transparent #000;
  	}
  }
  */
}
.uranai__links--text02 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 3px 0px 3px 8px;
}
.bg__yellow .uranai__links--text02 a {
  color: #000;
}
.bg__yellow .uranai__links--text02 a:after {
  border-color: transparent transparent transparent #000;
}
.bg__white .uranai__links--text02 a {
  color: #000;
}
.bg__white .uranai__links--text02 a:after {
  border-color: transparent transparent transparent #000;
}
.uranai__links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  margin-top: 4rem;
}
.uranai__links ul li + li {
  margin-left: 3rem;
}
.uranai__links ul a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 1.2rem;
}
.uranai__links ul a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 3px 8px 3px 0;
}
.bg__yellow .uranai__links ul a {
  color: #000;
}
.bg__blue .uranai__links ul a {
  color: #000;
}
.bg__white .uranai__links ul a {
  color: #000;
}

@media screen and (min-width: 1366px) {
  /*.uranai__links {
    bottom: 10vh;
    right: 6vh;
  }*/
}
@media screen and (max-height: 840px) {
  .uranai__face {
    width: 38.3vh;
  }
}
@media screen and (max-width: 768px) {
  .uranai {
    height: auto;
    min-height: 930px;
  }
  .uranai.bg__red {
    background: url(../images/bg__red_sp.webp) no-repeat center center;
    background-size: cover;
  }
  .uranai.bg__yellow {
    background: url(../images/bg__yellow_sp.webp) no-repeat center center;
    background-size: cover;
  }
  .uranai.bg__black {
    background: url(../images/bg__black_sp.webp) no-repeat center center;
    background-size: cover;
  }
  .uranai.bg__blue {
    background: url(../images/bg__blue_sp.webp) no-repeat center center;
    background-size: cover;
  }
  .uranai.bg__purple {
    background: url(../images/bg__purple_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .uranai.bg__white {
    background: url(../images/bg__white_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .uranai.bg__green {
    background: url(../images/bg__green_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .uranai.bg__pink {
    background: url(../images/bg__pink_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .uranai.bg__orange {
    background: url(../images/bg__orange_sp.webp) no-repeat top center;
    background-size: cover;
  }
  .uranai__side {
    width: 100%;
    height: 70%;
    top: 145.93vw;
    bottom: inherit;
    right: 0;
    /*z-index: 1;*/
  }
  .uranai .side__base {
	  background: url(../images/side__white_sp.webp) no-repeat left center;
	  background-size: cover;
	}
  .uranai .side__red {
    background: url(../images/side__red_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__yellow {
    background: url(../images/side__yellow_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__black {
    background: url(../images/side__black_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__blue {
    background: url(../images/side__blue_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__purple {
    background: url(../images/side__purple_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__white {
    background: url(../images/side__white_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__green {
    background: url(../images/side__green_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__pink {
    background: url(../images/side__pink_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .side__orange {
    background: url(../images/side__orange_sp.webp) no-repeat left center;
    background-size: cover;
  }
  .uranai .cmn__text {
    top: 12px;
    left: inherit;
    right: 8px;
    transform: none;
    width: 32%;
  }
  .uranai .color__text_red {
    top: 39.5vw;
    bottom: inherit;
    left: -12%;
    transform: none;
    width: 73.5vw;
  }
  .uranai .color__text_yellow {
    top: 52vw;
    bottom: inherit;
    left: -2%;
    transform: none;
    width: 50.5vw;
  }
  .uranai .color__text_black {
    top: 49vw;
    bottom: inherit;
    left: -7%;
    transform: none;
    width: 64.5vw;
  }
  .uranai .color__text_blue {
    top: 50.5vw;
    bottom: inherit;
    left: -7%;
    transform: none;
    width: 60.5vw;
  }
  .uranai .color__text_purple {
    top: 50vw;
    bottom: inherit;
    left: -1%;
    transform: none;
    width: 50.5vw;
  }
  .uranai .color__text_white {
    top: 48vw;
    bottom: inherit;
    left: -9%;
    transform: none;
    width: 64.5vw;
  }
  .uranai .color__text_green {
    top: 42vw;
    bottom: inherit;
    left: -15%;
    transform: none;
    width: 79.5vw;
  }
  .uranai .color__text_pink {
    top: 50vw;
    bottom: inherit;
    left: -8%;
    transform: none;
    width: 58.5vw;
  }
  .uranai .color__text_orange {
    top: 48vw;
    bottom: inherit;
    left: -8%;
    transform: none;
    width: 58.5vw;
  }
  .uranai__face {
    width: 69.33%;
    right: 50%;
    transform: translateX(50%);
    top: inherit;
    bottom: 38.5rem;
    z-index: 1;
  }
  .uranai__face--dialogue {
    bottom: 30%;
  }
  .uranai__chara.kenshiro {
    top: 0%;
    left: -29.5%;
    width: 150.78%;
  }
  .uranai__chara.juuza {
    top: 2%;
    left: -44.5%;
    width: 191%;
  }
  .uranai__chara.toki {
    top: 0%;
    left: -47.5%;
    width: 180.78%;
  }
  .uranai__chara.raoh {
    top: 0%;
    left: -42.5%;
    width: 180.78%;
    transform: rotate(12deg);
  }
  .uranai__chara.rei {
    top: 0%;
    left: -71.5%;
    width: 180.78%;
  }
  .uranai__links {
    bottom: unset;
    top: 231.73vw;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    font-size: 1.2rem;
    z-index: 1;
  }
  .uranai__links--btn {
    font-size: 1.4rem;
    width: 69.33%;
    margin: 0 auto 10px;
  }
  .uranai__links--btn a {
    display: block;
    padding: 1rem;
    line-height: 120%;
    /*
    &:before {
    	transform: none;
    }
    */
  }
  .uranai__links--btn a:after {
    right: 7px;
    border-width: 4px 0px 4px 8px;
  }
  .uranai__links--btn.btn-x {
    margin-bottom: 1.5rem;
  }
  .uranai__links--btn.btn-x span {
    padding-left: 0;
  }
  .uranai__links--btn.btn-x span:before {
    width: 16px;
    height: 16px;
  }

  .uranai.bg__black .uranai__links--btn.btn-x span:before {
    background: url(../images/icon_x_b.svg) no-repeat center center;
    background-size: cover;
  }

  .uranai__links--btn.btn-x a {
    padding: 1rem 3rem 1rem 3rem;
  }
  .uranai__links--btn.btn-x a:after {
    right: 7px;
  }
  .uranai__links--text01 {
    line-height: 140%;
  }
  .uranai__links ul {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}



footer {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #000;
  align-items: center;
  padding: 5px 40px;
}
footer .item1 {
  order: 1;
  width: 18.2%;
  max-width: 207px;
}
footer .item2 {
  order: 2;
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 70%;
}
footer .item2 p:first-of-type {
  font-size: clamp(8px, 0.5px + 0.9765625vw, 13px);
  margin-bottom: 0.2rem;
}
footer .item2 p:last-of-type {
  color: rgba(0, 0, 0, 0.47);
  font-size: clamp(7px, 2.5px + 0.5859375vw, 10px);
}
footer .item3 {
  order: 3;
  width: 8.82%;
  max-width: 113px;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  footer {
    height: 136px;
    padding: 5px 20px;
    z-index: 1;
    position: relative;
    /*margin-top: -80px;*/
    flex-direction: row;
  }
  footer .item1, footer .item3 {
    width: 50%;
  }
  footer .item2 {
    width: 100%;
    text-align: center;
  }
  footer .item2 p:first-of-type {
    font-size: 1.1rem;
    line-height: 160%;
  }
  footer .item2 p:last-of-type {
    font-size: 0.8rem;
  }
  footer .item1 {
    order: 1;
  }
  footer .item3 {
    order: 2;
  }
  footer .item2 {
    order: 3;
  }
}/*# sourceMappingURL=style.css.map */


#bgm-toggle {
  position: absolute;
  width: 67px;
  height: 15px;
  top: 11px;
  right: 26px;
  background: none;
  border: none;
  padding: 0;
  z-index: 1001;
}

/*//////////////////////////////*/
@keyframes arrowAnimNext {
  0% {
    transform: translateX(0) rotate(90deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  50% {
    opacity: 0;
    transform: translateX(10px) rotate(90deg);
  }
  51% {
    opacity: 0;
    transform: translateX(-10px) rotate(90deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0) rotate(90deg);
    opacity: 1;
  }
}

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.l-flex--spb {
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.p-idxMainCopy {
  position: absolute;
  width: 41.82dvh;
  height: 75dvh;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5.168dvh;
}

.p-idxStartBtn {
  display: block;
  position: absolute;
  width: 23.918dvh;
  height: 5.528dvh;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10.216dvh;
  background-color: #edff8d;
  border-radius: 0.6dvh;
  box-sizing: border-box;
  cursor: pointer;
}
.p-idxStartBtn__txt {
  position: absolute;
  width: 12.379dvh;
  height: 1.802dvh;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5.048dvh;
}
.p-idxStartBtn__txt::before {
  content: "▲";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2dvh;
  margin: auto;
  /* font-size: 2.2dvh; */
  color: #1b3663;
  transform: rotate(90deg);
}
.p-idxStartBtn:hover .p-idxStartBtn__txt::before {
  animation: arrowAnimNext .4s;
}

.p-idxContainer {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}
.p-idxInner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;;
}

.p-idxModal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.p-idxModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #14274c;
  mix-blend-mode: multiply;
}
.p-idxModal__inner {
  position: absolute;
  width: 25vw;
  height: 24.843vw;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0a2656;
  border: 1px solid #8493a1;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 7.187vw;
  overflow: hidden;
}
.p-idxModal__txt {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3.125vw;
}
.p-idxModal__bgm {
  width: 11.25vw;
  margin: 0 auto;
}
.p-idxModal__bgmBtn {
  width: 4.687vw;
  cursor: pointer;
}

.p-idxModal__bgmBtn.disabled {
  opacity: 0.5;
}
.p-idxModal__bgmBtn:hover {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .p-idxContainer {
    min-height: 667px;
  }

  .p-idxMainCopy {
    width: 67.4666vw;
    height: 101.6vw;
    left: 20vw;
    top: 48.8vw;
    bottom: auto;
    margin: 0;
  }
  .p-idxStartBtn {
    width: 53.2vw;
    height: 12.4vw;
    left: 23.4666vw;
    top: 153.066vw;
    bottom: auto;
    border-radius: 1.333vw;
    margin: 0;
  }
  .p-idxStartBtn__txt {
    width: 27.733vw;
    height: 4vw;
    left: 11.2vw;
  }

  .p-idxStartBtn__txt::before {
    right: -3.4vw;
    font-size: 3vw;
  }

  .p-idxModal__inner {
    width: 85.333vw;
    height: 84.8vw;
    border-radius: 8px;
    padding-top: 25.33vw;
  }
  .p-idxModal__txt {
    font-size: 16px;
    letter-spacing: 1.3;
    margin-bottom: 11.46vw;
  }
  .p-idxModal__bgm {
    width: 38.666vw;
  }
  .p-idxModal__bgmBtn {
    width: 16vw;
  }
}

.c-media {
  line-height: 0;
}
.c-media__image {
  width: 100%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}

canvas {
			width: 100%;
		}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.hidden2 {
  visibility: hidden;
  opacity: 0;
}
.init {
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}
.c-media {
  line-height: 0;
}

.c-media__image {
  width: 100%;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.bg__overlay {
  position: fixed;
  width: 100vw;
  height: 100lvh;
  left: 0;
  top: 0;
  background-color: #720501;
  mix-blend-mode: multiply;
}

.bg__anim_item {
  position: fixed;
  width: 40vw;
  height: 40vw;
  left: 45vw;
  top: 10vw;
  /* right: 0; */
  /* bottom: 0; */
  /* margin: auto; */
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  filter: blur(3vw);
  mix-blend-mode: overlay;
}

.bg__container {
  background: url(../images/bg.webp) no-repeat center center;
  background-size: cover;
}
.bg__base {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bg.webp) no-repeat center center;
  background-size: cover;
}

.bg_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.fx {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.fx-text0 {
  position: absolute;
  left: 41.01vw;
  top: 31.48vw;
  width: 17.89vw;
  z-index: 101;
}

.fx-text1 {
  position: absolute;
  left: 43.43vw;
  top: 12.73vw;
  width: 9.92vw;
  z-index: 101;
}

.fx-text2 {
  position: absolute;
  left: 8.82vw;
  top: 25.93vw;
  width: 82.57vw;
  z-index: 102;
}

.fx-text3 {
  position: absolute;
  left: 1.25vw;
  top: 0vw;
  width: 98.82vw;
  z-index: 103;
}

.fx-text4 {
  position: absolute;
  left: 17.57vw;
  top: 0vw;
  width: 67.96vw;
  z-index: 104;
}

.fx_stone1 {
  position: absolute;
  left: 10.23vw;
  top: 16.87vw;
  width: 77.34vw;
  z-index: 104;
}

.fx_stone2 {
  position: absolute;
  left: 0.07vw;
  top: 0.07vw;
  width: 100vw;
  z-index: 104;
}
.inclue-footer {
  z-index: 110;
}
.uranai__chara {
  transition: all 0.8s 0s ease-in-out;/*transitionの記述を追加*/
}

.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite;
}

.mv_container {
  position: absolute;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}
.mv_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .bg__container {
    background: url(./images/bg__sp.webp) no-repeat center center;
    background-size: cover;
  }

  .bg__base {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(./images/bg__sp.webp) no-repeat center center;
    background-size: cover;
  }

  .fx-text0 {
    left: 21.73vw;
    top: 85.2vw;
    width: 56.66vw;
  }
  .fx-text1 {
    left: 31.46vw;
    top: 27.46vw;
    width: 33.86vw;
  }

  .fx-text3 {
    left: 3.6vw;
    top: 3.86vw;
    width: 96.66vw;
  }

  .fx_stone1 {
    left: 0vw;
    top: 107.73vw;
    width: 100vw;
  }

  .fx_stone2 {
    left: 0vw;
    top: 52.13vw;
    width: 100vw;
  }
}

@keyframes hurueru {
  0% {transform: translate(0px, 0px) rotateZ(0deg)}
  25% {transform: translate(2px, 2px) rotateZ(1deg)}
  50% {transform: translate(0px, 2px) rotateZ(0deg)}
  75% {transform: translate(2px, 0px) rotateZ(-1deg)}
  100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.charactor__props {
  position: absolute;
  left: 5.408dvh;
  bottom: 3.605dvh;
  width: 34.735dvh;
  height: auto;
  background-color: rgba(27, 25, 25, 0.88);
  padding: 2.4dvh 1.802dvh 2.4dvh 1.802dvh;
  box-sizing: border-box;
  border: 2px solid #595959;
  border-radius: 5px;
}

.charactor__name {
  font-size: 2.4dvh;
  margin-bottom: 1dvh;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

.charactor__description {
  font-size: 1.5dvh;
  color: #ffffff;
  text-align: left;
}

.uranai__face {
  position: absolute;
  top: 15.745dvh;
  right: 10.757dvh;
  width: 42.24dvh;
  max-width: 51.081dvh;
}
.uranai__face--image {
  width: 100%;
}
.uranai__face--dialogue {
  position: absolute;
  bottom: 63%;
  right: -21%;
  width: 25.21dvh;
  height: 29.086dvh;
}

.uranai__txt01 {
  position: absolute;
  top: 67.427dvh;
  right: 10.757dvh;
  width: 42.24dvh;
  font-size: 1.5dvh;
  line-height: 1.4;
  color: #EDFF85;
  text-align: center;
}

.uranai__banner {
	display: none;
  position: absolute;
  top: 70.19dvh;
  right: 10.757dvh;
  width: 42.247dvh;
}

.uranai__bannerBtn {
  display: block;
  width: 24.87dvh;
}

.uranai__bannerBtn02 {
  display: block;
  width: 16.34dvh;
}

.uranai__bottomLink {
  position: absolute;
  bottom: 1.802dvh;
  right: 3.605dvh;
  width: 40dvh;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.uranai__bottomLink--elem {
  margin-left: 5.76dvh;
}

.uranai__bottomLink--a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 1.8dvh;
  text-decoration: none;
}

.uranai__bottomLink--a::before {
  content: "▲";
  position: absolute;
  font-size: 1.1dvh;
  left: -2.82dvh;
  top: 0.5dvh;
  color: #000;
  transform: rotate(-90deg);
}

.col-navy {
  color: #1b366b;
}

.col-black {
  color: #000000 !important;
}

.mv_container {
  display: none;
}

.mv_container.playing {
  display: block;
}

.result__init {
  display: none;
}

@media screen and (max-width: 768px) {

  .uranai {
    height: 257.93vw;
  }
  .charactor__props {
    bottom: unset;
    left: 5.33vw;
    top: 92.26vw;
    width: 89.6vw;
    /*height: 66.66vw;*/
    min-height: 66.66vw;
    padding: 3.33vw 5.06vw 3.33vw 3.33vw;
  }

  .charactor__name {
    font-size: 5.5vw;
    margin-bottom: 1dvh;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
  }

  .charactor__description {
    font-size: 3.4vw;
    color: #ffffff;
    text-align: left;
  }

  .uranai__face {
    left: 15.466vw;
    top: 173.86vw;
    width: 69.33vw;
    height: 53.33vw;
    max-width: 69.33vw;
    right: unset;
    transform: none;
  }
  .uranai__face--image {
    width: 100%;
  }
  .uranai__face--dialogue {
    position: absolute;
    bottom: unset;
    top: -10.13vw;
    right: -14.13vw;
    width: 41.33vw;
    height: 47.73vw;
  }

  .uranai__txt01 {
    top: 231.46vw;
    right: unset;
    left: 7.33vw;
    width: 85.3vw;
    font-size: 3.6vw;
    line-height: 1.2;
  }

  .uranai__banner {
    position: absolute;
    top: 231.73vw;
    right: unset;
    left: 5.33vw;
    width: 89.46vw;
  }

  .uranai__bannerBtn {
    display: block;
    width: 52.26vw;
  }

  .uranai__bannerBtn02 {
    display: block;
    width: 35.33vw;
  }

  .uranai__bottomLink {
    position: absolute;
    bottom: 2.66vw;
    right: unset;
    left: 1.33vw;
    width: 76vw;
  }

  .uranai__bottomLink--elem {
    margin-left: 3.96dvh;
  }

  .uranai__bottomLink--a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 1.8dvh;
    text-decoration: none;
  }

  #bgm-toggle {
    top: 96dvh;
    /*bottom: 2.66vw;*/
    right: 4.26vw;
  }

  .fixed .uranai {
    height: 100dvh;
    min-height: inherit;
  }

  .fixed {
    
  }
  
}