﻿/* Its a Small RomanTick World - Official Site CSS */

@font-face {
  font-family: "Caption Font";
  src: url('/fonts/GenSenRounded-R.ttc') format("truetype");
}

@font-face
{
  font-family: "Text Font";
  src: url('/fonts/jf-openhuninn-1.1.ttf') format("truetype");
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
	background: #000000;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top-block {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(980 / 1900 * 100vw);
  overflow: hidden;
  background: url(/zh_cht/img/top/top_bg.jpg) no-repeat center/cover;
	text-align: center;
}

.world-block {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-bottom:40px;
  overflow: hidden;
  background: url(/zh_cht/img/world/world_bg.jpg) no-repeat center/cover;
	text-align: center;
}

#playerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;      /* 画面の幅全体 */
    height: 100vh;     /* 画面の高さ全体 */
    position: fixed;   /* 位置を固定 */
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);  /* 背景を暗くする */
    z-index: 99999;    /* 最前面に表示 */
    overflow: hidden;  /* 余分なスクロールバーを非表示にする */
}

#closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

@keyframes fadeout {
	0% {
    opacity: 1.0;
	}
	99% {
    opacity: 0.0;
	}
	100% {
    opacity: 0.0;
    display: none;
		z-index: -1;
	}
}

.hide-anim {
  animation: fadeout 1s forwards;
}

.loading {
  position: absolute;
	z-index: 10;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
}

.loading-mascot {
  background: url(/zh_cht/img/loading/loading_mascot.png) no-repeat center/cover;
  width: calc(135 / 1900 * 100vw);
  height: calc(125 / 1900 * 100vw);
  overflow: hidden;
}

.loading-text {
  background: url(/zh_cht/img/loading/loading.gif) no-repeat center/cover;
  width: calc(122 / 1900 * 100vw);
  height: calc(28 / 1900 * 100vw);
  margin-top: calc(10 / 1900 * 100vw);
  overflow: hidden;
}

.top-right-frame {
  display: flex;
	justify-content: flex-end;
}

.no-dec-link {
  text-decoration: none;
  color: #ffffff
}

.no-dec-link:link {
  text-decoration: none;
  color: #ffffff
}

.no-dec-link:visited {
  text-decoration: none;
  color: #ffffff
}

.no-dec-link:hover {
  text-decoration: none;
  color: #ffffff
}

.no-dec-link:active {
  text-decoration: none;
  color: #808080
}

.top-right-item {
  display: flex;
	font-family: "Text Font";
	font-size: calc(18 / 1900 * 100vw);
  width: calc(440 / 1900 * 100vw);
  height: calc(42 / 1900 * 100vw);
  background: #000000;
	align-items: center;
	justify-content: center;
}

.top-right-item-margin {
	margin-left: calc(10 / 1900 * 100vw);
	margin-right: calc(10 / 1900 * 100vw);
}

.top-right-item2 {
  display: flex;
  width: calc(180 / 1900 * 100vw);
  height: calc(35 / 1900 * 100vw);
  margin-top: calc(20 / 1900 * 100vw);
  margin-right: calc(30 / 1900 * 100vw);
  background: #000000;
	align-items: center;
	justify-content: center;
}

.top-right-plurk {
  background: url(/zh_cht/img/top/plurk_s.png) no-repeat center/100%;
  width: calc(32 / 1900 * 100vw);
  height: calc(32 / 1900 * 100vw);
  margin-left: calc(10 / 1900 * 100vw);
  overflow: hidden;
}

.top-right-fb {
  background: url(/zh_cht/img/top/fb_s.png) no-repeat center/100%;
  width: calc(32 / 1900 * 100vw);
  height: calc(32 / 1900 * 100vw);
  margin-left: calc(16 / 1900 * 100vw);
  margin-right: calc(16 / 1900 * 100vw);
  overflow: hidden;
}

.top-right-line {
  background: url(/zh_cht/img/top/line_s.png) no-repeat center/100%;
  width: calc(34 / 1900 * 100vw);
  height: calc(32 / 1900 * 100vw);
  overflow: hidden;
}

.top-logo {
  position: absolute;
  background: url(/zh_cht/img/top/logoa.png) no-repeat center/100%;
  bottom: calc(125 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(600 / 1900 * 100vw);
  height: calc(225 / 1900 * 100vw);
  overflow: hidden;
}

.top-text {
  position: absolute;
  bottom: calc(96 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
	font-family: "Caption Font";
	font-size: calc(30 / 1900 * 100vw);
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
     0px 1px 0 #000, 0 -1px 0 #000,
    -1px 0   0 #000, 1px 0 0 #000;
  overflow: hidden;
}

.top-logo-text {
  position: absolute;
  top: calc(0 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  background: url(/zh_cht/img/top/text1a.png) no-repeat center/100%;
  width: calc(973 / 1900 * 100vw);
  height: calc(78 / 1900 * 100vw);
}

.mascot-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(766 / 1900 * 100vw);
  height: calc(205 / 1900 * 100vw);
  top: calc(240 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
  opacity: 0.8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}

.mascot-popup:hover {
  display: flex;
}

.world-mascot:hover + .mascot-popup {
  display: flex;
}

.world-mascot {
  position: absolute;
  background: url(/zh_cht/img/world/mascot.png) no-repeat center/100%;
  width: calc(224 / 1900 * 100vw);
  height: calc(259 / 1900 * 100vw);
	top: calc(180 / 1900 * 100vw);
	left: calc(177 / 1900 * 100vw);
  overflow: hidden;
}

.heroine-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(766 / 1900 * 100vw);
  height: calc(161 / 1900 * 100vw);
  top: calc(240 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
  opacity: 0.8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
}

.heroine-popup:hover {
  display: flex;
}

.world-heroine:hover + .heroine-popup {
  display: flex;
}

.world-heroine {
  position: absolute;
  background: url(/zh_cht/img/world/heroine.png) no-repeat center/100%;
  width: calc(545 / 1900 * 100vw);
  height: calc(626 / 1900 * 100vw);
  top: calc(40 / 1900 * 100vw);
  right: calc(-128 / 1900 * 100vw);
  overflow: hidden;
}

@keyframes horizontal {
	  0% { transform: translateX(calc(-2 / 1900 * 100vw)); }
	100% { transform: translateX(calc( 2 / 1900 * 100vw)); }
}

@keyframes vertical {
	  0% { transform: translateY(calc(-10 / 1900 * 100vw)); }
  100% { transform: translateY(calc( 10 / 1900 * 100vw)); }
}

.world-popup-item-caption {
	font-family: "Caption Font";
	font-size: calc(30 / 1900 * 100vw);
	margin-left: calc(20 / 1900 * 100vw);
	margin-right: calc(20 / 1900 * 100vw);
}

.world-popup-item-line {
	font-family: "Text Font";
	font-size: calc(23 / 1900 * 100vw);
	margin-top: calc(15 / 1900 * 100vw);
	margin-left: calc(20 / 1900 * 100vw);
	margin-right: calc(20 / 1900 * 100vw);
}

.obj1-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(766 / 1900 * 100vw);
  height: calc(166 / 1900 * 100vw);
  top: calc(240 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
  opacity: 0.8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.obj1-popup:hover {
  display: flex;
}

.world-obj1h:hover + .obj1-popup {
  display: flex;
}

.world-obj1h {
  position: absolute;
  width: calc(214 / 1900 * 100vw);
  height: calc(205 / 1900 * 100vw);
	top: calc(330 / 1900 * 100vw);
  left: calc(960 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1.2s ease-in-out infinite alternate;
}

.world-obj1v {
  position: absolute;
  background: url(/zh_cht/img/world/obj1.png) no-repeat center/100%;
  width: calc(214 / 1900 * 100vw);
  height: calc(205 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1s ease-in-out infinite alternate;
}

.world-obj2h {
  position: absolute;
  width: calc(186 / 1900 * 100vw);
  height: calc(252 / 1900 * 100vw);
  top: calc(155 / 1900 * 100vw);
  left: calc(1180 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1s ease-in-out infinite alternate;
}

.world-obj2v {
  position: absolute;
  background: url(/zh_cht/img/world/obj2.png) no-repeat center/100%;
  width: calc(186 / 1900 * 100vw);
  height: calc(252 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1.3s ease-in-out infinite alternate;
}

.obj3-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(766 / 1900 * 100vw);
  height: calc(166 / 1900 * 100vw);
  top: calc(240 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
  opacity: 0.8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.obj3-popup:hover {
  display: flex;
}

.world-obj3h:hover + .obj3-popup {
  display: flex;
}

.world-obj3h {
  position: absolute;
  width: calc(221 / 1900 * 100vw);
  height: calc(251 / 1900 * 100vw);
  top: calc(63 / 1900 * 100vw);
  left: calc(981 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1s ease-in-out infinite alternate;
}

.world-obj3v {
  position: absolute;
  background: url(/zh_cht/img/world/ob3.png) no-repeat center/100%;
  width: calc(228 / 1900 * 100vw);
  height: calc(258 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1.1s ease-in-out infinite alternate;
}

.obj4-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(766 / 1900 * 100vw);
  height: calc(166 / 1900 * 100vw);
  top: calc(240 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
  opacity: 0.8;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.obj4-popup:hover {
  display: flex;
}

.world-obj4h:hover + .obj4-popup {
  display: flex;
}

.world-obj4h {
  position: absolute;
  width: calc(196 / 1900 * 100vw);
  height: calc(199 / 1900 * 100vw);
  top: calc(105 / 1900 * 100vw);
  left: calc(745 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1.2s ease-in-out infinite alternate;
}

.world-obj4v {
  position: absolute;
  background: url(/zh_cht/img/world/ob4.png) no-repeat center/100%;
  width: calc(215 / 1900 * 100vw);
  height: calc(215 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1s ease-in-out infinite alternate;
}

.world-obj5h {
  position: absolute;
  width: calc(212 / 1900 * 100vw);
  height: calc(218 / 1900 * 100vw);
	top: calc(195 / 1900 * 100vw);
  left: calc(542 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1.2s ease-in-out infinite alternate;
}

.world-obj5v {
  position: absolute;
  background: url(/zh_cht/img/world/obj5.png) no-repeat center/100%;
  width: calc(212 / 1900 * 100vw);
  height: calc(218 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1.1s ease-in-out infinite alternate;
}

.world-obj6h {
  position: absolute;
  width: calc(202 / 1900 * 100vw);
  height: calc(226 / 1900 * 100vw);
	top: calc(305 / 1900 * 100vw);
  left: calc(730 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1.4s ease-in-out infinite alternate;
}

.world-obj6v {
  position: absolute;
  background: url(/zh_cht/img/world/obj6.png) no-repeat center/100%;
  width: calc(202 / 1900 * 100vw);
  height: calc(226 / 1900 * 100vw);
  overflow: hidden;
  animation: horizontal 1s ease-in-out infinite alternate;
}

.top-footer {
  position: absolute;
  background: url(/zh_cht/img/top/black.png) no-repeat center/100%;
  width: 100%;
  height: calc(90 / 1900 * 100vw);
	bottom: 0;
  overflow: hidden;
}

.top-footer-deco-l {
  position: absolute;
  background: url(/zh_cht/img/top/deco.png) no-repeat center/100%;
  width: calc(202 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(20 / 1900 * 100vw);
	left: calc(302 / 1900 * 100vw);
  overflow: hidden;
}

.top-footer-deco-r {
  position: absolute;
  background: url(/zh_cht/img/top/deco.png) no-repeat center/100%;
  width: calc(202 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(20 / 1900 * 100vw);
	right: calc(302 / 1900 * 100vw);
  overflow: hidden;
  transform: scale(-1, 1);
}

.top-footer-dot {
  position: absolute;
  background: url(/zh_cht/img/top/dot.png) no-repeat center/100%;
  width: calc(5 / 1900 * 100vw);
  height: calc(57 / 1900 * 100vw);
  top: calc(15 / 1900 * 100vw);
	left: calc(1060 / 1900 * 100vw);
  overflow: hidden;
}

.top-footer-text2 {
  position: absolute;
  background: url(/zh_cht/img/top/text2.png) no-repeat center/100%;
  width: calc(440 / 1900 * 100vw);
  height: calc(90 / 1900 * 100vw);
  top: calc(0 / 1900 * 100vw);
	left: calc(550 / 1900 * 100vw);
  overflow: hidden;
}

.top-footer-plurk {
  position: absolute;
  background: url(/zh_cht/img/top/plurk.png) no-repeat center/100%;
  width: calc(48 / 1900 * 100vw);
  height: calc(48 / 1900 * 100vw);
  top: calc(20 / 1900 * 100vw);
	right: calc(980 / 1900 * 100vw);
  overflow: hidden;
}

.top-footer-fb {
  position: absolute;
  background: url(/zh_cht/img/top/fb.png) no-repeat center/100%;
  width: calc(48 / 1900 * 100vw);
  height: calc(48 / 1900 * 100vw);
  top: calc(20 / 1900 * 100vw);
	right: calc(840 / 1900 * 100vw);
  overflow: hidden;
}

.top-footer-line {
  position: absolute;
  background: url(/zh_cht/img/top/line.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(48 / 1900 * 100vw);
  top: calc(20 / 1900 * 100vw);
	right: calc(910 / 1900 * 100vw);
  overflow: hidden;
}

audio {
  display: none;
}

.audio-button {
  position: absolute;
  width: calc(106 / 1900 * 100vw);
  height: calc(108 / 1900 * 100vw);
	bottom: calc(30 / 1900 * 100vw);
	left: calc(146 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.audio-on {
  display: none;
  background: url(/zh_cht/img/top/sound_on.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
}

.audio-off {
  background: url(/zh_cht/img/top/sound_off.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
}

.middle-block1 {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(1000 / 1900 * 100vw);
  overflow: hidden;
  background: url(/zh_cht/img/middle/bg.jpg) no-repeat center/cover;
	text-align: center;
}

.middle-block2 {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(1000 / 1900 * 100vw);
  overflow: hidden;
  background: url(/zh_cht/img/middle/bg.jpg) no-repeat center/cover;
	text-align: center;
}

@keyframes bg-slider {
	from { background-position: 0 0; }
	to { background-position: calc(-3800 / 1900 * 100vw) 0; }
}

.middle-star-loop {
  position: absolute;
  margin: 0 auto;
  width: calc(3800 / 1900 * 100vw);
  height: calc(1000 / 1900 * 100vw);
  overflow: hidden;
  background: url(/zh_cht/img/middle/star_loop.png) repeat-x center/cover;
  animation: bg-slider 960s linear infinite;
}

.world-word-margin {
	margin-top: calc(600 / 1900 * 100vw);
}

.world-title {
	margin-top: calc(50 / 1900 * 100vw);
  margin-bottom: calc(50 / 1900 * 100vw);
}

.world-section {
	margin-top: calc(60 / 1900 * 100vw);
	margin-bottom: calc(60 / 1900 * 100vw);
}

.world-caption {
	font-family: "Caption Font";
	font-size: calc(48 / 1900 * 100vw);
	margin-top: calc(20 / 1900 * 100vw);
	margin-bottom: calc(20 / 1900 * 100vw);
}

.world-line {
	font-family: "Text Font";
	font-size: calc(35 / 1900 * 100vw);
	margin-bottom: calc(14 / 1900 * 100vw);
}

.middle-title-bar-t {
  position: absolute;
  background: url(/zh_cht/img/middle/bar.png) no-repeat center/100%;
  width: calc(1194 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
	top: calc(28 / 1900 * 100vw);
  overflow: hidden;
}

.middle-title-bar-b {
  position: absolute;
  background: url(/zh_cht/img/middle/bar.png) no-repeat center/100%;
  width: calc(1194 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
	left: 50%;
  transform: translate(-50%, 0);
	top: calc(105 / 1900 * 100vw);
  overflow: hidden;
}

.middle-title-deco-l {
  position: absolute;
  background: url(/zh_cht/img/middle/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(99 / 1900 * 100vw);
	left: calc(302 / 1900 * 100vw);
	top: calc(18 / 1900 * 100vw);
  overflow: hidden;
}

.middle-title-deco-r {
  position: absolute;
  background: url(/zh_cht/img/middle/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(99 / 1900 * 100vw);
	right: calc(302 / 1900 * 100vw);
	top: calc(18 / 1900 * 100vw);
  overflow: hidden;
}

.middle-title-text {
  position: absolute;
  background: url(/zh_cht/img/middle/characters.png) no-repeat center/100%;
  width: calc(245 / 1900 * 100vw);
  height: calc(72 / 1900 * 100vw);
	left: 50%;
  transform: translate(-50%, 0);
	top: calc(32 / 1900 * 100vw);
  overflow: hidden;
}


.middle-popup {
  position: absolute;
  display: none;
  width: 100%;
  height: calc(1000 / 1900 * 100vw);
  top: 0;
  overflow: hidden;
}

.middle-popup-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  background: #000000;
  opacity: 0.8;
}

.europe-popup-bg {
  position: absolute;
  background: url(/zh_cht/img/middle/europe_wina.jpg) no-repeat center/100%;
  width: calc(1200 / 1900 * 100vw);
  height: calc(810 / 1900 * 100vw);
  top: calc(150 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.europe-popup-name {
  position: absolute;
  background: url(/zh_cht/img/middle/europe_name.png) no-repeat center/100%;
  width: calc(688 / 1900 * 100vw);
  height: calc(114 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(50 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  top: calc(145 / 1900 * 100vw);
  left: calc(155 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-voice-actor {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(320 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-voice-actor-name {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(30 / 1900 * 100vw);
  top: calc((160 - 10) / 1900 * 100vw);
  left: calc((320 + 80) / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Caption Font";
	font-size: calc(40 / 1900 * 100vw);
  width: calc(800 / 1900 * 100vw);
  height: calc(250 / 1900 * 100vw);
  top: calc(230 / 1900 * 100vw);
  left: calc(15 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
     0px 1px 0 #000, 0 -1px 0 #000,
    -1px 0   0 #000, 1px 0 0 #000;
}

.europe-popup-word1 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
}

.europe-popup-word2 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(147 / 1900 * 100vw);
}

.europe-popup-word3 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(260 / 1900 * 100vw);
}

.europe-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Text Font";
	font-size: calc(20 / 1900 * 100vw);
  width: calc(800 / 1900 * 100vw);
  height: calc(150 / 1900 * 100vw);
  top: calc(485 / 1900 * 100vw);
  left: calc(25 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
}

.europe-popup-desc-line {
  margin-top: calc(12 / 1900 * 100vw);
  margin-bottom: calc(12 / 1900 * 100vw);
}

.europe-popup {
  position: absolute;
  background: url(/zh_cht/img/middle/chara_europe.png) no-repeat center/100%;
  width: calc(561 / 1900 * 100vw);
  height: calc(781 / 1900 * 100vw);
  bottom: calc(40 / 1900 * 100vw);
  right: calc(225 / 1900 * 100vw);
  overflow: hidden;
}

.middle-europe {
  position: absolute;
  background: url(/zh_cht/img/middle/europe.png) no-repeat center/100%;
  width: calc(582 / 1900 * 100vw);
  height: calc(839 / 1900 * 100vw);
  bottom: 0;
  left: calc(41 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.egypt-popup-bg {
  position: absolute;
  background: url(/zh_cht/img/middle/egypt_wina.jpg) no-repeat center/100%;
  width: calc(1200 / 1900 * 100vw);
  height: calc(810 / 1900 * 100vw);
  top: calc(150 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.egypt-popup-name {
  position: absolute;
  background: url(/zh_cht/img/middle/egypt_name.png) no-repeat center/100%;
  width: calc(688 / 1900 * 100vw);
  height: calc(114 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(50 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  top: calc(145 / 1900 * 100vw);
  left: calc(155 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-voice-actor {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(320 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-voice-actor-name {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(30 / 1900 * 100vw);
  top: calc((160 - 10) / 1900 * 100vw);
  left: calc((320 + 80) / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Caption Font";
	font-size: calc(40 / 1900 * 100vw);
  width: calc(800 / 1900 * 100vw);
  height: calc(250 / 1900 * 100vw);
  top: calc(230 / 1900 * 100vw);
  left: calc(15 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
     0px 1px 0 #000, 0 -1px 0 #000,
    -1px 0   0 #000, 1px 0 0 #000;
}

.egypt-popup-word1 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
}

.egypt-popup-word2 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(147 / 1900 * 100vw);
}

.egypt-popup-word3 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(260 / 1900 * 100vw);
}

.egypt-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Text Font";
	font-size: calc(20 / 1900 * 100vw);
  width: calc(750 / 1900 * 100vw);
  height: calc(150 / 1900 * 100vw);
  top: calc(485 / 1900 * 100vw);
  left: calc(25 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
}

.egypt-popup-desc-line {
  margin-top: calc(12 / 1900 * 100vw);
  margin-bottom: calc(12 / 1900 * 100vw);
}

.egypt-popup {
  position: absolute;
  background: url(/zh_cht/img/middle/chara_egypt.png) no-repeat center/100%;
  width: calc(574 / 1900 * 100vw);
  height: calc(783 / 1900 * 100vw);
  bottom: calc(40 / 1900 * 100vw);
  right: calc(165 / 1900 * 100vw);
  overflow: hidden;
}

.middle-egypt {
  position: absolute;
  background: url(/zh_cht/img/middle/egypt.png) no-repeat center/100%;
  width: calc(586 / 1900 * 100vw);
  height: calc(854 / 1900 * 100vw);
  bottom: 0;
  left: calc(685 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.korea-popup-bg {
  position: absolute;
  background: url(/zh_cht/img/middle/korea_win.jpg) no-repeat center/100%;
  width: calc(1200 / 1900 * 100vw);
  height: calc(810 / 1900 * 100vw);
  top: calc(150 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.korea-popup-name {
  position: absolute;
  background: url(/zh_cht/img/middle/korea_name.png) no-repeat center/100%;
  width: calc(688 / 1900 * 100vw);
  height: calc(114 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(50 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  top: calc(145 / 1900 * 100vw);
  left: calc(155 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-voice-actor {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(320 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-voice-actor-name {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(30 / 1900 * 100vw);
  top: calc((160 - 10) / 1900 * 100vw);
  left: calc((320 + 80) / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Caption Font";
	font-size: calc(40 / 1900 * 100vw);
  width: calc(1000 / 1900 * 100vw);
  height: calc(250 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  left: calc(365 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
     0px 1px 0 #000, 0 -1px 0 #000,
    -1px 0   0 #000, 1px 0 0 #000;
}

.korea-popup-word1 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
}

.korea-popup-word2 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(40 / 1900 * 100vw);
}

.korea-popup-word3 {
  margin-top: calc(6 / 1900 * 100vw);
  margin-bottom: calc(6 / 1900 * 100vw);
  margin-left: calc(40 / 1900 * 100vw);
}

.korea-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Text Font";
	font-size: calc(23 / 1900 * 100vw);
  width: calc(750 / 1900 * 100vw);
  height: calc(150 / 1900 * 100vw);
  top: calc(485 / 1900 * 100vw);
  left: calc(25 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
}

.korea-popup-desc-line {
  margin-top: calc(12 / 1900 * 100vw);
  margin-bottom: calc(12 / 1900 * 100vw);
}

.korea-popup {
  position: absolute;
  background: url(/zh_cht/img/middle/chara_korea.png) no-repeat center/100%;
  width: calc(545 / 1900 * 100vw);
  height: calc(783 / 1900 * 100vw);
  bottom: calc(40 / 1900 * 100vw);
  right: calc(240 / 1900 * 100vw);
  overflow: hidden;
}

.middle-korea {
  position: absolute;
  background: url(/zh_cht/img/middle/korea.png) no-repeat center/100%;
  width: calc(561 / 1900 * 100vw);
  height: calc(828 / 1900 * 100vw);
  bottom: 0;
  right: calc(38 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.middle-popup-close {
  position: absolute;
  background: url(/zh_cht/img/middle/close.png) no-repeat center/100%;
  width: calc(108 / 1900 * 100vw);
  height: calc(110 / 1900 * 100vw);
  top: calc(105 / 1900 * 100vw);
  right: calc(294 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}


.bottom-block {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(1400 / 1900 * 100vw);
  overflow: hidden;
	text-align: center;
}

.bg-pattern-left {
  position: absolute;
  background: url(/zh_cht/img/bottom/bg_pattern.png) repeat-y center/100%;
	background-position: top;
  width: calc(150 / 1900 * 100vw);
  height: calc(2000 / 1900 * 100vw);
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg-pattern-right {
  position: absolute;
  background: url(/zh_cht/img/bottom/bg_pattern.png) repeat-y center/100%;
	background-position: top;
  width: calc(150 / 1900 * 100vw);
  height: calc(2000 / 1900 * 100vw);
  top: 0;
  right: 0;
  overflow: hidden;
}

.pre-regist-top-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar.png) no-repeat center/100%;
  width: calc(1194 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(50 / 1900 * 100vw);
  overflow: hidden;
}

.pre-regist-top-bar-deco-l {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(25 / 1900 * 100vw);
  left: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.pre-regist-top-bar-deco-r {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(25 / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.pre-regist-text {
  position: absolute;
	font-family: "Text Font";
	font-size: calc(40 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(393 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
}

.pre-regist-btm-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar.png) no-repeat center/100%;
  width: calc(1194 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  top: calc((210 + 50) / 1900 * 100vw);
  overflow: hidden;
}

.pre-regist-btm-bar-deco-l {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((210 + 25) / 1900 * 100vw);
  left: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.pre-regist-btm-bar-deco-r {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((210 + 25) / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.pre-regists {
  display: flex;
	justify-content: center;
  margin-top: calc(95 / 1900 * 100vw);
}

.regists-google {
  background: url(/update/20240115//img/google_dl_cht_pc.png) no-repeat center/100%;
  width: calc(405 / 1900 * 100vw);
  height: calc(186 / 1900 * 100vw);
  cursor: pointer;
  margin-right: 40px;
}

.regists-apple {
  background: url(/update/20240115/img/appstore_dl_tw_pc.png) no-repeat center/100%;
  width: calc(326 / 1900 * 100vw);
  height: calc(186 / 1900 * 100vw);
  cursor: pointer;
}

.pre-regist-plurk {
  background: url(/zh_cht/img/bottom/plurk.png) no-repeat center/100%;
  width: calc(320 / 1900 * 100vw);
  height: calc(120 / 1900 * 100vw);
}

.pre-regist-fb {
  background: url(/zh_cht/img/bottom/fb.png) no-repeat center/100%;
  width: calc(320 / 1900 * 100vw);
  height: calc(120 / 1900 * 100vw);
	margin-left: calc(120 / 1900 * 100vw);
	margin-right: calc(120 / 1900 * 100vw);
}

.pre-regist-line {
  background: url(/zh_cht/img/bottom/line.png) no-repeat center/100%;
  width: calc(320 / 1900 * 100vw);
  height: calc(120 / 1900 * 100vw);
}

.campaign-logo {
  background: url(/zh_cht/img/bottom/campaign.jpg) no-repeat center/100%;
  margin: 0 auto;
	margin-top: calc(60 / 1900 * 100vw);
  width: calc(590 / 1900 * 100vw);
  height: calc(175 / 1900 * 100vw);
  overflow: hidden;
}

/* .pc-only {
} */

.sp-only {
  display: none;
}

.campaign-text {
	font-family: "Text Font";
	font-size: calc(30 / 1900 * 100vw);
  margin: 0 auto;
	margin-top: calc(40 / 1900 * 100vw);
  overflow: hidden;
}

.archieve-block {
  position: absolute;
  width: 100%;
  height: calc(1648 / 1900 * 100vw);
  top: calc(900 / 1900 * 100vw);
  overflow: hidden;
}

.archieves {
  display: flex;
	justify-content: center;
	align-items: center;
}

.archieve-item1 {
  background: url(/zh_cht/img/bottom/achieve1.png) no-repeat center/100%;
  width: calc(300 / 1900 * 100vw);
  height: calc(300 / 1900 * 100vw);
  overflow: hidden;
}

.archieve-item-connect {
  background: url(/zh_cht/img/bottom/achieve_rail.png) no-repeat center/100%;
  width: calc(33 / 1900 * 100vw);
  height: calc(24 / 1900 * 100vw);
  overflow: hidden;
}

.archieve-item2 {
  background: url(/zh_cht/img/bottom/achieve2.png) no-repeat center/100%;
  width: calc(300 / 1900 * 100vw);
  height: calc(300 / 1900 * 100vw);
  overflow: hidden;
}

.archieve-item3 {
  background: url(/zh_cht/img/bottom/achieve3.png) no-repeat center/100%;
  width: calc(300 / 1900 * 100vw);
  height: calc(300 / 1900 * 100vw);
  overflow: hidden;
}

.archieve-item4 {
  background: url(/zh_cht/img/bottom/achieve4.png) no-repeat center/100%;
  width: calc(300 / 1900 * 100vw);
  height: calc(300 / 1900 * 100vw);
  overflow: hidden;
}

.campaign-btm-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar.png) no-repeat center/100%;
  width: calc(1194 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  top: calc((1190 + 50) / 1900 * 100vw);
  overflow: hidden;
}

.campaign-btm-bar-deco-l {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((1190 + 25) / 1900 * 100vw);
  left: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.campaign-btm-bar-deco-r {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((1190 + 25) / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.fb-emb-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  top: calc(400 / 1900 * 100vw);
  left: calc(350 / 1900 * 100vw);
  overflow: hidden;
}

.fb-emb-caption {
  position: absolute;
	font-family: "Caption Font";
	font-size: calc(40 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  left: calc(500 / 1900 * 100vw);
  width: calc(240 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
}

.fb-emb-bar-deco-l {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  left: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.fb-emb-bar-deco-r {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  left: calc((298 + 575 - 45) / 1900 * 100vw);
  overflow: hidden;
}

.app-info-bar {
  position: absolute;
  background: url(/zh_cht/img/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 1900 * 100vw);
  height: calc(2 / 1900 * 100vw);
  top: calc(400 / 1900 * 100vw);
  right: calc(350 / 1900 * 100vw);
  overflow: hidden;
}

.app-info-caption {
  position: absolute;
	font-family: "Caption Font";
	font-size: calc(40 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  right: calc(500 / 1900 * 100vw);
  width: calc(240 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
}

.app-info-bar-deco-l {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  right: calc((298 + 575 - 45) / 1900 * 100vw);
  overflow: hidden;
}

.app-info-bar-deco-r {
  position: absolute;
  background: url(/zh_cht/img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
  overflow: hidden;
}

.app-info {
  position: absolute;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
  width: calc(575 / 1900 * 100vw);
  height: calc(500 / 1900 * 100vw);
  top: calc(500 / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
	font-family: "Text Font";
	font-size: calc(25 / 1900 * 100vw);
}

.app-info-item {
  margin-bottom: calc(15 / 1900 * 100vw);
  margin-left: calc(15 / 1900 * 100vw);
}

.app-info-line {
  background: url(/zh_cht/img/bottom/dot.png) no-repeat center/100%;
  width: calc(460 / 1900 * 100vw);
  height: calc(5 / 1900 * 100vw);
  margin-bottom: calc(20 / 1900 * 100vw);
  margin-left: calc(50 / 1900 * 100vw);
  overflow: hidden;
}

.fb-emb {
  position: absolute;
  width: calc(500 / 1900 * 100vw);
  height: calc(500 / 1900 * 100vw);
  top: calc(500 / 1900 * 100vw);
  left: calc((298 + 75 / 2) / 1900 * 100vw);
	border-left: solid calc(1 / 1900 * 100vw) #fff;
	border-right: solid calc(1 / 1900 * 100vw) #fff;
	border-bottom: solid calc(1 / 1900 * 100vw) #fff;
  overflow: hidden;
}

.fb-emb iframe {
  width: 100% !important;
}

.fpt {
  position: absolute; font-family: 'Aozora Regular'; font-size: 10pt; width: 100%; height: calc(200 / 1920* 100vw); bottom: 0;
}

.copy-right {
  display: flex;
  position: absolute;
	font-family: "Text Font";
	font-size: calc(20 / 1900 * 100vw);
  background: url(/zh_cht/img/bottom/bg_copy.png) repeat center/100%;
  width: 100%;
  height: calc(50 / 1900 * 100vw);
  bottom: 0;
  overflow: hidden;
	align-items: center;
	justify-content: center;
}

.top-button {
  position: absolute;
  background: url(/zh_cht/img/bottom/top.png) no-repeat center/100%;
  width: calc(108 / 1900 * 100vw);
  height: calc(110 / 1900 * 100vw);
  bottom: 0;
  right: calc(21 / 1900 * 100vw);
  overflow: hidden;
}

.middle-bottom-deco-l {
  position: absolute;
  background: url(/zh_cht/img/middle/bg_deco.png) no-repeat center/100%;
  width: calc(617 / 1900 * 100vw);
  height: calc(351 / 1900 * 100vw);
  top: calc(3700 / 1900 * 100vw);
  left: 0;
  overflow: hidden;
}

.middle-bottom-deco-r {
  position: absolute;
  background: url(/zh_cht/img/middle/bg_deco.png) no-repeat center/100%;
  width: calc(617 / 1900 * 100vw);
  height: calc(351 / 1900 * 100vw);
  top: calc(3700 / 1900 * 100vw);
  right: 0;
  overflow: hidden;
  transform: scale(-1, 1);
}

.fadein-from-bottom {
  opacity: 0;
  transform: translate(0, calc(100 / 1900 * 100vw));
  transition: all 1000ms;
}

.fadein-from-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-right {
  opacity: 0;
  transform: translate(calc(100 / 1900 * 100vw), 0);
  transition: all 1000ms;
}

.fadein-from-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-right-delay3 {
  opacity: 0;
  transform: translate(calc(100 / 1900 * 100vw), 0);
  transition: all 2500ms;
}

.fadein-from-right-delay3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-left {
  opacity: 0;
  transform: translate(calc(-100 / 1900 * 100vw), 0);
  transition: all 1000ms;
}

.fadein-from-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-left-delay1 {
  opacity: 0;
  transform: translate(calc(-100 / 1900 * 100vw), 0);
  transition: all 1500ms;
}

.fadein-from-left-delay1.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-left-delay2 {
  opacity: 0;
  transform: translate(calc(-100 / 1900 * 100vw), 0);
  transition: all 2000ms;
}

.fadein-from-left-delay2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-left-delay3 {
  opacity: 0;
  transform: translate(calc(-100 / 1900 * 100vw), 0);
  transition: all 2500ms;
}

.fadein-from-left-delay3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein-from-left-delay4 {
  opacity: 0;
  transform: translate(calc(-100 / 1900 * 100vw), 0);
  transition: all 3000ms;
}

.fadein-from-left-delay4.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#youtube_click_play {
  width:650px;
  height:auto;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-bottom:40px;
}

