@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

a {
  color: #333;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.spShow,
.spIbShow {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .spIbShow {
    display: inline-block;
  }
}

/**/
.scene, .overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  height: min(177.78vw,3840px);
}

.scene.show, .overlay.show {
  opacity: 1;
}

.hidden {
  display: none;
}

button {
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  text-indent: -9999px;
}

video {
  width: 100%;
  height: auto;
  background: #000;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overlay-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdd000;
  font-size: min(5.56vw,120px);
  color: #fff;
  line-height: 1.48;
  width: min(71.76vw,1550px);
  height: min(32.96vw,712px);
  border: min(1.11vw,24px) solid #fff;
  border-radius: min(2.22vw,48px);
  margin-bottom: 37%;
}

/*アニメーション*/
@-webkit-keyframes anime-blink {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes anime-blink {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

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

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

picture {
  max-width: 100%;
}

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

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

.img-logo {
  width: min(69.44vw,1500px);
  height: min(9.91vw,214px);
}

#scene-start {
  background: url(../img/bg_top.svg) right top/min(67.31vw,1454px) min(25.51vw,551px) no-repeat, url(../img/bg_bottom.svg) left bottom/min(87.73vw,1895px) min(31.76vw,686px) no-repeat;
  padding-bottom: min(5.56vw,120px);
}

#scene-start .txt {
  color: #ff9900;
  font-size: min(5.56vw,120px);
  line-height: 1.18;
  margin-top: min(11.34vw,245px);
}

#scene-start .txt .fs_big {
  font-size: 1.6em;
  line-height: 1;
}

#scene-start .check_txt {
  font-size: min(4.44vw,96px);
  margin-top: min(4.86vw,105px);
  position: relative;
}

#scene-start .check_txt::before, #scene-start .check_txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
}

#scene-start .check_txt::before {
  border-color: transparent #333 transparent transparent;
  border-width: 0px min(1.48vw,32px) min(5.23vw,113px) 0px;
  left: -.75em;
  -webkit-transform: rotate(-20deg) translateY(-45%);
  -ms-transform: rotate(-20deg) translateY(-45%);
  transform: rotate(-20deg) translateY(-45%);
}

#scene-start .check_txt::after {
  border-color: #333 transparent transparent transparent;
  border-width: min(5.23vw,113px) min(1.48vw,32px) 0px 0px;
  right: -.75em;
  -webkit-transform: rotate(20deg) translateY(-45%);
  -ms-transform: rotate(20deg) translateY(-45%);
  transform: rotate(20deg) translateY(-45%);
}

#scene-start .check_list {
  display: -ms-grid;
  display: grid;
  width: min(77.78vw,1680px);
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: min(3.24vw,70px);
  margin-block: min(4.44vw,96px) min(9.26vw,200px);
}

#scene-start button {
  width: min(37.31vw,806px);
  height: min(30.83vw,666px);
  border: min(0.56vw,12px) solid currentColor;
  border-radius: min(2.22vw,48px);
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  font-size: 0;
  color: #333;
  line-height: 1.22;
  cursor: pointer;
  background-color: #fff;
}

#scene-start button:active {
  border-color: #ff9900;
}

#scene-start button.a1btn {
  background: url(../img/btn_img01.svg) center/contain no-repeat;
}

#scene-start button.a1btn:active {
  background: url(../img/btn_img01_on.svg) center/contain no-repeat #ff9900;
}

#scene-start button.a2btn {
  background: url(../img/btn_img02.svg) center/contain no-repeat;
}

#scene-start button.a2btn:active {
  background: url(../img/btn_img02_on.svg) center/contain no-repeat #ff9900;
}

#scene-start button.a3btn {
  background: url(../img/btn_img03.svg) center/contain no-repeat;
}

#scene-start button.a3btn:active {
  background: url(../img/btn_img03_on.svg) center/contain no-repeat #ff9900;
}

#scene-start button.a4btn {
  background: url(../img/btn_img04.svg) center/contain no-repeat;
}

#scene-start button.a4btn:active {
  background: url(../img/btn_img04_on.svg) center/contain no-repeat #ff9900;
}

#scene-A, #scene-D1, #scene-D2, #scene-D4, #scene-E3 {
  background-color: #000;
  gap: 0;
}

#scene-B1 {
  background: url(../img/tojimari_1.png) center/cover no-repeat;
}

#scene-B1 button {
  width: min(43.15vw,932px);
  height: min(16.67vw,360px);
  position: absolute;
  right: min(5vw,108px);
  top: min(32.41vw,700px);
}

#scene-B1 .touch {
  background: url(../img/tojimari_1_touch.png) center/cover no-repeat;
  width: min(56.02vw,1210px);
  height: min(38.75vw,837px);
  position: absolute;
  right: min(0.93vw,20px);
  top: min(28.7vw,620px);
  pointer-events: none;
}

#scene-B1 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(34.72vw,750px);
  height: min(13.47vw,291px);
}

#scene-B1.show .touch_txt {
  -webkit-animation: anime-blink 1.35s ease-in-out infinite alternate;
  animation: anime-blink 1.35s ease-in-out infinite alternate;
}

#scene-C1 {
  background: url(../img/tojimari_2.jpg) center/cover no-repeat;
}

#scene-C1 .comment-01, #scene-C1 .comment-02 {
  width: min(49.49vw,1069px);
  height: min(23.8vw,514px);
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

#scene-C1 .comment-01 {
  left: min(31.16vw,673px);
  top: min(17.27vw,373px);
}

#scene-C1 .comment-02 {
  left: min(17.87vw,386px);
  top: min(53.84vw,1163px);
}

#scene-C1 .touch {
  background: url(../img/button-movie_next_touch.png) center/cover no-repeat;
  width: min(41.57vw,898px);
  height: min(36.99vw,799px);
  position: absolute;
  right: min(2.87vw,62px);
  top: min(94.21vw,2035px);
  pointer-events: none;
  opacity: 0;
}

#scene-C1 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: min(37.04vw,800px);
  height: min(15.6vw,337px);
}

#scene-C1.show .comment-01 {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#scene-C1.show .comment-02 {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#scene-C1.show .touch {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

#scene-C1.show .touch_txt {
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#scene-C1 button {
  width: min(26.85vw,580px);
  height: min(14.81vw,320px);
  position: absolute;
  right: min(8.24vw,178px);
  top: min(111.57vw,2410px);
  font-size: 0;
  text-indent: -9999;
  border: none;
  background: url(../img/button-movie_next.png) center/cover no-repeat;
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
}

#scene-B2 {
  background: url(../img/security_1.jpg) center/cover no-repeat;
}

#scene-B2 button {
  width: min(33.33vw,720px);
  height: min(11.11vw,240px);
  position: absolute;
  left: min(33.33vw,720px);
  top: min(120.46vw,2602px);
  font-size: 0;
}

#scene-B2 .touch {
  background: url(../img/security_1_touch.png) center/cover no-repeat;
  width: min(49.72vw,1074px);
  height: min(33.56vw,725px);
  position: absolute;
  left: min(28.43vw,614px);
  top: min(116.71vw,2521px);
  pointer-events: none;
}

#scene-B2 .touch_txt {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34.72vw,750px);
  height: min(13.47vw,291px);
}

#scene-B2.show .touch_txt {
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#scene-C2 {
  background: url(../img/security_2.jpg) center/cover no-repeat;
}

#scene-C2 .comment-01 {
  width: min(55.28vw,1194px);
  height: min(27.27vw,589px);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: min(16.76vw,362px);
  top: min(59.95vw,1295px);
}

#scene-C2 .touch {
  background: url(../img/button-movie_next_touch.png) center/cover no-repeat;
  width: min(41.57vw,898px);
  height: min(36.99vw,799px);
  position: absolute;
  right: min(2.87vw,62px);
  top: min(94.21vw,2035px);
  pointer-events: none;
  opacity: 0;
}

#scene-C2 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: min(37.04vw,800px);
  height: min(15.6vw,337px);
}

#scene-C2.show .comment-01 {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#scene-C2.show .touch {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#scene-C2.show .touch_txt {
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#scene-C2 button {
  width: min(26.85vw,580px);
  height: min(14.81vw,320px);
  position: absolute;
  right: min(8.24vw,178px);
  top: min(111.57vw,2410px);
  font-size: 0;
  text-indent: -9999;
  border: none;
  background: url(../img/button-movie_next.png) center/cover no-repeat;
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
}

#scene-B3 {
  background: url(../img/monitoring_1.jpg) center/cover no-repeat;
}

#scene-B3 button {
  width: 100%;
  height: min(17.31vw,374px);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  border-radius: 50vw;
}

#scene-B3 .touch {
  background: url(../img/monitoring_1_touch.png) center/cover no-repeat;
  width: min(73.84vw,1595px);
  height: min(32.08vw,693px);
  position: absolute;
  left: min(15.93vw,344px);
  bottom: min(1.16vw,25px);
  pointer-events: none;
}

#scene-B3 .touch_txt {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: min(35.83vw,774px);
  height: min(14.58vw,315px);
}

#scene-B3.show .touch_txt {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#scene-C3 {
  background: url(../img/monitoring_2.jpg) center/cover no-repeat;
}

#scene-C3 button {
  width: min(48.56vw,1049px);
  height: min(56.53vw,1221px);
  position: absolute;
  left: min(13.06vw,282px);
  top: min(59.4vw,1283px);
  font-size: 0;
}

#scene-C3 .touch {
  background: url(../img/monitoring_2_touch.png) center/cover no-repeat;
  width: min(77.08vw,1665px);
  height: min(85.56vw,1848px);
  position: absolute;
  left: min(6.06vw,131px);
  top: min(41.76vw,902px);
  pointer-events: none;
}

#scene-C3 .touch_txt {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: min(35.83vw,774px);
  height: min(14.58vw,315px);
}

#scene-C3.show .touch_txt {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#scene-D3 {
  background: url(../img/monitoring_3.jpg) center/cover no-repeat;
}

#scene-D3 .comment-01 {
  width: min(91.71vw,1981px);
  height: min(74.63vw,1612px);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: min(4.17vw,90px);
  top: min(19.44vw,420px);
}

#scene-D3 .touch {
  background: url(../img/button-movie_next_touch.png) center/cover no-repeat;
  width: min(41.57vw,898px);
  height: min(36.99vw,799px);
  position: absolute;
  right: min(2.87vw,65px);
  top: min(99.86vw,2157px);
  pointer-events: none;
  opacity: 0;
}

#scene-D3 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: min(37.04vw,800px);
  height: min(15.6vw,337px);
}

#scene-D3.show .comment-01 {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#scene-D3.show .touch {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#scene-D3.show .touch_txt {
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#scene-D3 button {
  width: min(26.85vw,580px);
  height: min(14.81vw,320px);
  position: absolute;
  right: min(8.19vw,177px);
  top: min(117.13vw,2530px);
  font-size: 0;
  text-indent: -9999;
  border: none;
  background: url(../img/button-movie_next.png) center/cover no-repeat;
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
}

#scene-B4-1 {
  background: url(../img/remote_1-1.jpg) center/cover no-repeat;
}

#scene-B4-1 button {
  width: min(10.19vw,220px);
  height: min(10.19vw,220px);
  position: absolute;
  left: min(11.62vw,251px);
  top: min(35.93vw,776px);
  font-size: 0;
  border-radius: 50vw;
}

#scene-B4-1 .touch {
  background: url(../img/remote_1-1_touch.png) center/cover no-repeat;
  width: min(37.31vw,806px);
  height: min(32.82vw,709px);
  position: absolute;
  left: min(4.68vw,101px);
  top: min(31.62vw,683px);
  pointer-events: none;
}

#scene-B4-1 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(34.72vw,750px);
  height: min(13.47vw,291px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#scene-B4-1.show .touch_txt {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#scene-B4 {
  background: url(../img/remote_1.jpg) center/cover no-repeat;
}

#scene-B4 button {
  width: min(41.57vw,898px);
  height: min(41.57vw,898px);
  position: absolute;
  left: min(29.21vw,631px);
  top: min(37.55vw,811px);
  font-size: 0;
  border-radius: 50vw;
}

#scene-B4 .touch {
  background: url(../img/remote_1_touch.png) center/cover no-repeat;
  width: min(52.5vw,1134px);
  height: min(66.39vw,1434px);
  position: absolute;
  left: min(23.75vw,513px);
  top: min(31.39vw,678px);
  pointer-events: none;
}

#scene-B4 .touch_txt {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(34.72vw,750px);
  height: min(13.47vw,291px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#scene-B4.show .touch_txt {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#overlay-B4 .overlay-B4-modal {
  width: min(78.89vw,1704px);
  height: min(54.95vw,1187px);
  background: url(../img/remote_1_modal.png) center/cover no-repeat;
  position: relative;
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
}

#overlay-B4 .overlay-B4-modal button {
  width: min(26.85vw,580px);
  height: min(11.11vw,240px);
  position: absolute;
  left: min(40.88vw,883px);
  top: min(35.69vw,771px);
  font-size: 0;
  border-radius: 50vw;
}

#overlay-B4 .overlay-B4-modal .touch {
  background: url(../img/remote_1_modal_touch.png) center/cover no-repeat;
  width: min(39.54vw,854px);
  height: min(33.1vw,715px);
  position: absolute;
  left: min(37.36vw,807px);
  top: min(31.71vw,685px);
  pointer-events: none;
}

#overlay-B4 .overlay-B4-modal .touch_txt {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34.72vw,750px);
  height: min(13.47vw,291px);
}

#overlay-B4.show .touch_txt {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
}

#scene-C4 {
  background: url(../img/remote_2.jpg) center/cover no-repeat;
}

#scene-C4 .comment-01 {
  width: min(72.08vw,1557px);
  height: min(76.67vw,1656px);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: min(3.61vw,78px);
  top: min(33.1vw,715px);
}

#scene-C4 .touch {
  background: url(../img/button-movie_next_touch.png) center/cover no-repeat;
  width: min(41.57vw,898px);
  height: min(36.99vw,799px);
  position: absolute;
  right: min(2.87vw,65px);
  top: min(85.05vw,1837px);
  pointer-events: none;
  opacity: 0;
}

#scene-C4 .touch_txt {
  display: inline-block;
  position: absolute;
  left: min(4.63vw,100px);
  top: 0;
  width: min(37.04vw,800px);
  height: min(15.6vw,337px);
}

#scene-C4.show .comment-01 {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

#scene-C4.show .touch {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
  animation: fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#scene-C4.show .touch_txt {
  -webkit-animation: anime-blink 1.25s ease-in-out infinite alternate;
  animation: anime-blink 1.25s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#scene-C4 button {
  width: min(26.85vw,580px);
  height: min(14.81vw,320px);
  position: absolute;
  right: min(8.24vw,178px);
  top: min(102.31vw,2210px);
  font-size: 0;
  text-indent: -9999;
  border: none;
  background: url(../img/button-movie_next.png) center/cover no-repeat;
  -webkit-box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px min(0.46vw,10px) min(1.39vw,30px) 0px rgba(0, 0, 0, 0.1);
}

#scene-C4 .overlay-txt {
  height: min(40.14vw,867px);
}

#scene-final .img-logo {
  width: min(77.87vw,1682px);
  height: min(11.11vw,240px);
}

#scene-final p {
  font-size: min(2.31vw,50px);
  margin-top: min(0.93vw,20px);
}
