@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body .m-modal .m-modal__content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
body .m-modal .m-modal__bg {
  background: url(../img/pc/bg_repeat.jpg) center center repeat;
  background-size: 1852px auto;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__bg {
    background-size: 926px;
  }
}

.m-modal__close {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 15%;
  cursor: pointer;
}
.m-modal__close-txt {
  position: relative;
  display: block;
  padding: 10px 10px;
  padding-right: 38px;
  font-weight: 800;
  font-size: 20px;
}
@media (hover: hover) {
  .m-modal__close-txt {
    transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.m-modal__close-txt::before, .m-modal__close-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.m-modal__close-txt::before {
  transform: translate(0, -50%) rotate(45deg);
}
.m-modal__close-txt::after {
  transform: translate(0, -50%) rotate(-45deg);
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #fff;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  background: #131521;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

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

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

@keyframes charaMove {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-3%);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-3%);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes maskanime2 {
  0% {
    -webkit-mask-position: 50% -1100vh;
    mask-position: 50% -1100vh;
  }
  100% {
    -webkit-mask-position: 50% 0vh;
    mask-position: 50% 0vh;
  }
}
@keyframes sceneMove {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-2px);
  }
  30% {
    transform: translateX(2px);
  }
  45% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(0px);
  }
}
@keyframes sceneMove2 {
  0% {
    transform: rotate(3deg);
  }
  3% {
    transform: rotate(-3deg);
  }
}
@keyframes sceneMove3 {
  0% {
    transform: rotate(4deg);
  }
  3% {
    transform: rotate(-4deg);
  }
}
.l-wrap {
  position: relative;
  background: url(../img/bg.jpg) center center repeat;
  background-size: 750px auto;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrap {
  opacity: 1;
}
.l-wrap__inner {
  position: relative;
}

.l-contents {
  position: relative;
  max-width: 580px;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .l-contents {
    margin-right: 120px;
    margin-left: auto;
  }
  @media screen and (min-width: 1600px) {
    .l-contents {
      margin-right: 20%;
    }
  }
}
@media screen and (max-width: 1160px) {
  .l-contents {
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  padding-top: 10.6%;
  background: url(../img/bg.jpg) center center repeat-y;
  background-size: 100% auto;
}
.l-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #4479bb;
  box-sizing: border-box;
  pointer-events: none;
}
@media not all and (max-width: 900px) {
  .l-main::after {
    border-width: 8px;
  }
}

.l-footer {
  position: relative;
  padding-top: 4%;
  padding-bottom: 10.5%;
  background: url(../img/bg_ftr.jpg) center center no-repeat;
  background-size: cover;
}
.l-footer__logo {
  position: relative;
  width: 34.5%;
  margin: 0 auto 16px;
}
.l-footer__logo a {
  display: block;
}
@media (hover: hover) {
  .l-footer__logo a {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__logo a:hover {
    transform: scale(1.05);
  }
}
.l-footer__links {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__links-item {
  position: relative;
}
.l-footer__links-item + .l-footer__links-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 10px;
  transform: translateY(-39%);
  background: #fff;
}
.l-footer__links-item a {
  display: block;
  padding: 0 8px;
  font-size: 11px;
}
@media not all and (max-width: 900px) {
  .l-footer__links-item a {
    padding: 0 10px;
    font-size: 13px;
  }
  .l-footer__links-item a:hover {
    text-decoration: underline;
  }
}
.l-footer__text {
  position: relative;
  margin-bottom: 7px;
  text-align: center;
  font-size: 8px;
}
@media not all and (max-width: 900px) {
  .l-footer__text {
    margin-bottom: 12px;
    font-size: 10px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 8px;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    font-size: 10px;
  }
}

.p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 700px);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .p-bg {
    width: calc(80% - 580px);
  }
}
@media screen and (max-width: 1160px) {
  .p-bg {
    display: none;
  }
}
.p-bg__logo {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 170px;
}
.p-bg__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.p-bg__ttl {
  width: 81%;
  margin: 0 auto;
}
.p-bg__share {
  display: flex;
  justify-content: center;
}
.p-bg__share-item + .p-bg__share-item {
  margin-left: 10px;
}
.p-bg__share-link {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
}
@media (hover: hover) {
  .p-bg__share-link:hover::before {
    transform: rotate(90deg);
  }
}
.p-bg__share-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_sns.png) center center no-repeat;
  background-size: contain;
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-bg__share-link svg {
  position: relative;
  display: block;
  width: 29%;
  margin: 0 auto;
  fill: #fff;
}
.--x .p-bg__share-link svg {
  width: 23%;
}

.p-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-deco__item {
  position: absolute;
  top: 7px;
  left: 6px;
  width: 11.3%;
  transform: translate(20%, 20%);
}
@media not all and (max-width: 900px) {
  .p-deco__item {
    top: 10px;
    left: 10px;
  }
}
.p-deco__item:nth-child(2) {
  left: auto;
  right: 6px;
  transform: translate(-20%, 20%);
}
@media not all and (max-width: 900px) {
  .p-deco__item:nth-child(2) {
    right: 10px;
  }
}
.p-deco__item:nth-child(3) {
  top: auto;
  bottom: 7px;
  transform: translate(20%, -20%);
}
@media not all and (max-width: 900px) {
  .p-deco__item:nth-child(3) {
    bottom: 10px;
  }
}
.p-deco__item:nth-child(4) {
  top: auto;
  left: auto;
  bottom: 7px;
  right: 6px;
  transform: translate(-20%, -20%);
}
@media not all and (max-width: 900px) {
  .p-deco__item:nth-child(4) {
    bottom: 10px;
    right: 10px;
  }
}
.is-load .p-deco__item {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 0);
}

.p-ttl {
  position: relative;
  width: 79.8%;
  margin: 0 auto 1.4%;
  transform: scale(0.6);
  opacity: 0;
  transform-origin: bottom center;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .p-ttl {
  transform: scale(1);
  opacity: 1;
}

.p-cont {
  position: relative;
}

.p-start {
  position: relative;
  padding-bottom: 8%;
}
.is-result .p-start {
  opacity: 0;
}

.p-intro {
  position: relative;
  width: 86.5%;
  margin: 0 auto -5px;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-intro {
  opacity: 0;
}
.p-intro__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__chara-img {
  position: absolute;
  bottom: 0;
  transform: translateY(10%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-load .p-intro__chara-img {
  transform: translateY(0);
  opacity: 1;
}
.p-intro__chara-img:nth-child(1) {
  left: 18%;
  width: 34.3%;
}
.p-intro__chara-img:nth-child(2) {
  right: 16%;
  width: 38.5%;
  transition-delay: 0.5s;
}
.p-intro__txt {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.is-load .p-intro__txt {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-scene {
  position: absolute;
  top: 0;
  left: 50%;
  width: 86.4%;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 8%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-scene {
  opacity: 1;
}
.p-scene__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.2820512821%;
  border-radius: 199px;
  overflow: hidden;
  box-sizing: border-box;
}
.p-scene__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/frame.png) center center no-repeat;
  background-size: 100% auto;
}
.p-scene__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-scene__list {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.p-scene__list-item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.p-scene__list-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-scene__list-item.is-remain-3 img {
  animation: sceneMove 0.5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.p-scene__fire {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-scene__fire-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
}
.p-scene__fire-container:nth-child(2) {
  left: auto;
  right: 0;
}
.p-scene__fire-item {
  position: absolute;
  width: 95%;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1) 0s, opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.p-scene__fire-item.is-active {
  opacity: 1;
  transform: scale(1.01);
}
.p-scene__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-scene__chara-item {
  position: absolute;
  animation: charaMove 4s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.p-scene__chara-item:nth-child(1) {
  left: -1.5%;
  bottom: -36%;
  width: 29.6%;
}
.p-scene__chara-item:nth-child(2) {
  right: -1.6%;
  bottom: -37.5%;
  width: 31%;
  animation-delay: 2s;
}

.p-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-load .p-btn {
  transform: translateY(0);
  opacity: 1;
}
.p-btn__count {
  position: relative;
  width: 21.5%;
  -webkit-mask: url(../img/bg_count.svg) center center no-repeat;
  mask: url(../img/bg_count.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-btn__count-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 121, 187, 0.5);
  transform: scaleY(0);
  transform-origin: bottom center;
}
.p-btn__count-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-btn__count-num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  transform: translate(-50%, 24%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not all and (max-width: 900px) {
  .p-btn__count-num {
    font-size: 36px;
  }
}
.--time .p-btn__count-num {
  font-size: 15px;
  transform: translate(-52%, 73%);
}
@media not all and (max-width: 900px) {
  .--time .p-btn__count-num {
    font-size: 23px;
  }
}
.p-btn__count-num span {
  display: block;
}
.p-btn__count-num .p-in-min {
  min-width: 9px;
}
@media not all and (max-width: 900px) {
  .p-btn__count-num .p-in-min {
    min-width: 14px;
  }
}
.p-btn__count-num .p-in-sec {
  min-width: 17px;
}
@media not all and (max-width: 900px) {
  .p-btn__count-num .p-in-sec {
    min-width: 28px;
  }
}
.p-btn__count-num .p-in-ms {
  min-width: 17px;
}
@media not all and (max-width: 900px) {
  .p-btn__count-num .p-in-ms {
    min-width: 28px;
  }
}
.p-btn__main {
  position: relative;
  width: 38%;
  transform: scale(0.7);
  transform-origin: bottom center;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-load .p-btn__main {
  transform: scale(1);
}
.is-start .p-btn__start {
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  opacity: 0;
}
.p-btn__start-inner {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  transition-duration: bottom center;
}
@media (hover: hover) {
  .p-btn__start-inner img {
    transform-origin: bottom center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-btn__start-inner img:hover {
    transform: scale(0.95);
  }
}
.p-btn__start-inner:active {
  transform: scale(0.95);
}
.p-btn__tap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-start .p-btn__tap {
  opacity: 1;
  pointer-events: auto;
}
.p-btn__tap-inner {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  transition-duration: bottom center;
}
.p-btn__tap-inner:active {
  transform: scale(0.95);
}

.p-end {
  position: absolute;
  top: 0;
  left: 50%;
  width: 78.5%;
  margin: 0 auto;
  padding-top: 9.3%;
  padding-bottom: 18.5%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.is-result .p-end {
  opacity: 1;
  pointer-events: auto;
}
.p-end__box {
  position: relative;
  margin-bottom: 14%;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-result .p-end__box {
  transform: translateY(0);
  opacity: 1;
}
.p-end__box-ttl {
  position: absolute;
  top: -15.6%;
  left: 50%;
  width: 67.5%;
  transform: translateX(-50%);
}
.p-end__box-time {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-end__box-time {
    font-size: 60px;
  }
}
.p-end__box-time span {
  display: block;
}
.p-end__box-time .p-in-colon {
  transform: translateY(-10%);
}
.p-end__box-txt {
  position: absolute;
  top: 63%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media not all and (max-width: 900px) {
  .p-end__box-txt {
    font-size: 20px;
  }
}
.p-end__box-txt span {
  vertical-align: baseline;
}
.p-end__box-chara .p-in-chara {
  position: absolute;
  bottom: -13%;
  left: -10.2%;
  width: 17.2%;
  transform: translateY(10%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-result .p-end__box-chara .p-in-chara {
  transform: translateY(0);
  opacity: 1;
}
.p-end__box-chara .p-in-chara:nth-child(2) {
  left: auto;
  right: -10%;
  width: 19.5%;
  transition-delay: 0.3s;
}
.p-end__share {
  position: relative;
  width: 69.5%;
  margin: 0 auto 5%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-result .p-end__share {
  transform: translateY(0);
  opacity: 1;
}
.p-end__share-link {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-end__share-link {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-end__share-link:hover {
    transform: scale(0.95);
  }
}
.p-end__share-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  -webkit-mask: url(../img/sns_x.svg) center center no-repeat;
  mask: url(../img/sns_x.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}
@media not all and (max-width: 900px) {
  .p-end__share-link::after {
    left: 26px;
    width: 18px;
  }
}
.p-end__share-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  transform: translateY(-50%);
}
@media not all and (max-width: 900px) {
  .p-end__share-txt {
    font-size: 16px;
  }
}
.p-end__retry {
  position: relative;
  width: 56%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.is-result .p-end__retry {
  transform: translateY(0);
  opacity: 1;
}
.p-end__retry-link {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .p-end__retry-link {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-end__retry-link:hover {
    transform: scale(0.95);
  }
}
.p-end__retry-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  background: url(../img/icon_retry.png) center center no-repeat;
  background-size: contain;
}
@media not all and (max-width: 900px) {
  .p-end__retry-link::after {
    left: 22px;
    width: 15px;
  }
}
.p-end__retry-txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  transform: translateY(-50%);
}
@media not all and (max-width: 900px) {
  .p-end__retry-txt {
    font-size: 15px;
  }
}

.p-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 22, 32, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-count {
    position: fixed;
    height: var(--win-h);
  }
}
.is-start .p-count {
  opacity: 1;
  pointer-events: auto;
}
.is-start-game .p-count {
  opacity: 0;
  pointer-events: none;
}
.p-count__container {
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-count__container {
    width: 580px;
  }
}
.p-count__txt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1;
  transform: scale(1.3);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.is-start .p-count__txt {
  transform: scale(1);
}
.p-count__txt-dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-start .p-count__txt-dummy {
  transition: transform 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0s, opacity 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transform: scale(1.2);
  opacity: 0;
}
.p-count__txt-main {
  position: relative;
}
.p-count__num {
  position: relative;
  transform: scale(1.2);
  opacity: 0;
  line-height: 1;
}
.is-start .p-count__num {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1);
  opacity: 1;
}
.p-count__num-inner {
  font-size: 135px;
  transform: scaleY(0.9);
}

.p-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 22, 32, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-movie {
    position: fixed;
    height: var(--win-h);
  }
}
.is-clear .p-movie {
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  pointer-events: auto;
}
.is-result .p-movie {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
}
.p-movie__container {
  position: relative;
  width: 100%;
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-movie__container {
    width: 580px;
  }
}
.is-clear .p-movie__container {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  opacity: 1;
}
.p-movie__container::before, .p-movie__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 28.8888888889%;
  background: url(../img/fire_modal.png) bottom center no-repeat;
  background-size: 100% auto;
  transform: translateY(-99%);
}
.p-movie__container::after {
  top: auto;
  bottom: 0;
  transform: translateY(99%) scaleY(-1);
}
.p-movie__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: none;
}
.p-movie__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}