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

//@font-face {
//  font-family: "Aozora Bold";
//	font-weight: 700;
//	font-style: bold;
//  src: url('https://cdn.leafscape.be/aozoramincho/AozoraMincho-bold_web.woff2') format("woff2");
//}

//@font-face
//{
//  font-family: "Aozora Regular";
//	font-weight: 400;
//	font-style: normal;
//  src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoRegular_web.woff2') format("woff2");
//}

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(../img/top/top_bg.jpg) no-repeat center/cover;
	text-align: center;
}

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

@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(../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(../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: Arial;
	font-size: calc(18 / 1900 * 100vw);
  width: calc(440 / 1900 * 100vw);
  height: calc(42 / 1900 * 100vw);
//margin-top: calc(20 / 1900 * 100vw);
//border-radius: calc(20 / 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);
//border-radius: calc(20 / 1900 * 100vw);
  margin-top: calc(20 / 1900 * 100vw);
//margin-left: calc(28 / 1900 * 100vw);
  margin-right: calc(30 / 1900 * 100vw);
  background: #000000;
	align-items: center;
	justify-content: center;
}

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

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

.top-right-line {
  background: url(../img/top/i_icon_logo-white_58.png) no-repeat center/100%;
  width: calc(32 / 1900 * 100vw);
  height: calc(32 / 1900 * 100vw);
//margin-top: calc(22 / 1900 * 100vw);
//margin-right: calc(0 / 1900 * 100vw);
  overflow: hidden;
}

.top-logo {
  position: absolute;
  background: url(../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: Arial;
	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(../img/top/text1b-en.png) no-repeat center/100%;
  width: calc(973 / 1900 * 100vw);
  height: calc(65 / 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(../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(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;
}

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

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

.world-heroine {
  position: absolute;
  background: url(../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: Arial;
	font-size: calc(30 / 1900 * 100vw);
	margin-left: calc(20 / 1900 * 100vw);
	margin-right: calc(20 / 1900 * 100vw);
}

.world-popup-item-line {
	font-family: Arial;
	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(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;
}

.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(660 / 1900 * 100vw);
  top: calc(330 / 1900 * 100vw);
  left: calc(960 / 1900 * 100vw);
  overflow: hidden;
  animation: vertical 1.2s ease-in-out infinite alternate;
//cursor: pointer;
}

.world-obj1v {
  position: absolute;
  background: url(../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(485 / 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(../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(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;
}

.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(393 / 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(../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(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;
}

.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(435 / 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(../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(525 / 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(../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(635 / 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(../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(../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(../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(../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(../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(../img/top/text2a-en.png) no-repeat center/100%;
  width: calc(440 / 1900 * 100vw);
  height: calc(47 / 1900 * 100vw);
  top: calc(22 / 1900 * 100vw);
	left: calc(560 / 1900 * 100vw);
  overflow: hidden;
}

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

.top-footer-fb {
  position: absolute;
  background: url(../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(610 / 1900 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

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

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(../img/top/sound_on.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
}

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

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

.middle-block2 {
//display: block;
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(1000 / 1900 * 100vw);
  overflow: hidden;
  background: url(../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(../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(70 / 1900 * 100vw);
	margin-bottom: calc(70 / 1900 * 100vw);
}

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

.world-line {
	font-family: Arial;
	font-size: calc(35 / 1900 * 100vw);
	margin-bottom: calc(15 / 1900 * 100vw);
}

.middle-title-bar-t {
  position: absolute;
  background: url(../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(../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(../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(../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(../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-silhouette1 {
//  position: absolute;
//  background: url(../img/middle/silhouette.png) no-repeat center/100%;
//  width: calc(411 / 1900 * 100vw);
//  height: calc(850 / 1900 * 100vw);
//	bottom: 0;
//  left: calc(123 / 1900 * 100vw);
//  overflow: hidden;
//}

//.middle-silhouette2 {
//  position: absolute;
//  background: url(../img/middle/silhouette.png) no-repeat center/100%;
//  width: calc(411 / 1900 * 100vw);
//  height: calc(850 / 1900 * 100vw);
//  bottom: 0;
//  left: calc(532 / 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(../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(../img/middle/europe_name-en.png) no-repeat center/100%;
  width: calc(261 / 1900 * 100vw);
  height: calc(114 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(260 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-bar {
  position: absolute;
  background: url(../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: Arial;
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(280 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-voice-actor-name {
  position: absolute;
	font-family: Arial;
	font-size: calc(30 / 1900 * 100vw);
  top: calc(155 / 1900 * 100vw);
  left: calc(430 / 1900 * 100vw);
  overflow: hidden;
}

.europe-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: Arial;
	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;
//background: #880000;
//opacity: 0.5;
	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: Arial;
	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;
//background: #880000;
//opacity: 0.5;
	text-align: left;
}

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

.europe-popup {
  position: absolute;
  background: url(../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(../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(../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(../img/middle/egypt_name-en.png) no-repeat center/100%;
  width: calc(335 / 1900 * 100vw);
  height: calc(114 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(260 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-bar {
  position: absolute;
  background: url(../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: Arial;
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(280 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-voice-actor-name {
  position: absolute;
	font-family: Arial;
	font-size: calc(30 / 1900 * 100vw);
  top: calc(155 / 1900 * 100vw);
  left: calc(430 / 1900 * 100vw);
  overflow: hidden;
}

.egypt-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: Arial;
	font-size: calc(36 / 1900 * 100vw);
  width: calc(1000 / 1900 * 100vw);
  height: calc(250 / 1900 * 100vw);
  top: calc(230 / 1900 * 100vw);
  left: calc(15 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
//background: #880000;
//opacity: 0.5;
	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: Arial;
	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;
//background: #880000;
//opacity: 0.5;
	text-align: left;
}

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

.egypt-popup {
  position: absolute;
  background: url(../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(../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(../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(../img/middle/korea_name-en.png) no-repeat center/100%;
  width: calc(360 / 1900 * 100vw);
  height: calc(120 / 1900 * 100vw);
  top: calc(30 / 1900 * 100vw);
  left: calc(260 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-bar {
  position: absolute;
  background: url(../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: Arial;
	font-size: calc(23 / 1900 * 100vw);
  top: calc(160 / 1900 * 100vw);
  left: calc(280 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-voice-actor-name {
  position: absolute;
	font-family: Arial;
	font-size: calc(30 / 1900 * 100vw);
  top: calc(155 / 1900 * 100vw);
  left: calc(430 / 1900 * 100vw);
  overflow: hidden;
}

.korea-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: Arial;
	font-size: calc(36 / 1900 * 100vw);
  width: calc(1000 / 1900 * 100vw);
  height: calc(250 / 1900 * 100vw);
//top: calc(230 / 1900 * 100vw);
//left: calc(15 / 1900 * 100vw);
  top: calc(370 / 1900 * 100vw);
  left: calc(365 / 1900 * 100vw);
	align-items: flex-start;
	justify-content: center;
//background: #880000;
//opacity: 0.5;
	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(30 / 1900 * 100vw);
}

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

.korea-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: Arial;
	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;
//background: #880000;
//opacity: 0.5;
	text-align: left;
}

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

.korea-popup {
  position: absolute;
  background: url(../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(../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(../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;
}

//.middle-silhouette3 {
//  position: absolute;
//  background: url(../img/middle/silhouette.png) no-repeat center/100%;
//  width: calc(411 / 1900 * 100vw);
//  height: calc(850 / 1900 * 100vw);
//  bottom: 0;
//  left: calc(1360 / 1900 * 100vw);
//  overflow: hidden;
//}

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

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

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

.pre-regist-world-bar {
  position: absolute;
  background: url(../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-world-bar-deco-l {
  position: absolute;
  background: url(../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-world-bar-deco-r {
  position: absolute;
  background: url(../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: Arial;
	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(../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(../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(../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);
}

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

.pre-regist-fb {
  background: url(../img/bottom/fb-en.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);
  cursor: pointer;
}

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

.campaign-logo {
  background: url(../img/bottom/campaign-en.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: Arial;
	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(540 / 1900 * 100vw);
  overflow: hidden;
}

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

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

.archieve-item-connect {
  background: url(../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(../img/bottom/achieve2pc-en.png) no-repeat center/100%;
  width: calc(300 / 1900 * 100vw);
//height: calc(300 / 1900 * 100vw);
  height: calc(294 / 1900 * 100vw);
  overflow: hidden;
}

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

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

.campaign-btm-bar {
  position: absolute;
  background: url(../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((830 + 50) / 1900 * 100vw);
  overflow: hidden;
}

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

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

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

.twitter-emb-caption {
  position: absolute;
	font-family: Arial;
	font-size: calc(40 / 1900 * 100vw);
  top: calc((875 + 50) / 1900 * 100vw);
  left: calc(500 / 1900 * 100vw);
  width: calc(180 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  overflow: hidden;
	background: #000000;
}

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

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

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

.app-info-caption {
  position: absolute;
	font-family: Arial;
	font-size: calc(40 / 1900 * 100vw);
  top: calc((875 + 50) / 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(../img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((900 + 25) / 1900 * 100vw);
  right: calc((298 + 575 - 45) / 1900 * 100vw);
  overflow: hidden;
}

.app-info-bar-deco-r {
  position: absolute;
  background: url(../img/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 1900 * 100vw);
  height: calc(50 / 1900 * 100vw);
  top: calc((900 + 25) / 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(990 / 1900 * 100vw);
  right: calc(298 / 1900 * 100vw);
	font-family: Arial;
	font-size: calc(25 / 1900 * 100vw);
	text-align: left;
}

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

.app-info-line {
  background: url(../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;
}

.twitter-emb {
  position: absolute;
  width: calc(575 / 1900 * 100vw);
  height: calc(500 / 1900 * 100vw);
  top: calc(985 / 1900 * 100vw);
  left: calc(298 / 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;
}

.copy-right {
  display: flex;
  position: absolute;
	font-family: Arial;
	font-size: calc(20 / 1900 * 100vw);
  background: url(../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(../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(../img/middle/bg_deco.png) no-repeat center/100%;
  width: calc(617 / 1900 * 100vw);
  height: calc(351 / 1900 * 100vw);
  top: calc((980 + 1886 + 1000 - 232) / 1900 * 100vw);
  left: 0;
  overflow: hidden;
}

.middle-bottom-deco-r {
  position: absolute;
  background: url(../img/middle/bg_deco.png) no-repeat center/100%;
  width: calc(617 / 1900 * 100vw);
  height: calc(351 / 1900 * 100vw);
  top: calc((980 + 1886 + 1000 - 232) / 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);
}
