﻿// 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(1300 / 750 * 100vw);
  overflow: hidden;
  background: url(../img/s/top/top_bg.jpg) no-repeat center/cover;
	text-align: center;
}

.world-block {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(1315 / 749 * 100vw);
  overflow: hidden;
  background: url(../img/s/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 / 750 * 100vw);
  height: calc(125 / 750 * 100vw);
  overflow: hidden;
}

.loading-text {
  background: url(../img/loading/loading.gif) no-repeat center/cover;
  width: calc(122 / 750 * 100vw);
  height: calc(28 / 750 * 100vw);
  margin-top: calc(10 / 750 * 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: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  width: calc(420 / 750 * 100vw);
  height: calc(43 / 750 * 100vw);
//margin-top: calc(4 / 750 * 100vw);
//border-radius: calc(20 / 750 * 100vw);
  background: #000000;
	align-items: center;
	justify-content: center;
}

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

.top-right-item2 {
  display: flex;
  width: calc(158 / 750 * 100vw);
  height: calc(42 / 750 * 100vw);
//border-radius: calc(20 / 750 * 100vw);
//margin-top: calc(22 / 750 * 100vw);
//margin-left: calc(28 / 750 * 100vw);
//margin-right: calc(30 / 750 * 100vw);
  background: #000000;
	align-items: center;
	justify-content: center;
}

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

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

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

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

.top-text {
  position: absolute;
  bottom: calc(300 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
	font-family: "Aozora Regular";
	font-size: calc(28 / 750 * 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(88 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/s/top/text1a.png) no-repeat center/100%;
  width: calc(630 / 750 * 100vw);
  height: calc(58 / 750 * 100vw);
}

.mascot-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(700 / 750 * 100vw);
//height: calc(166 / 750 * 100vw);
  height: calc(205 / 750 * 100vw);
  top: calc(400 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 750 * 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/s/world/mascot.png) no-repeat center/100%;
  width: calc(168 / 750 * 100vw);
  height: calc(194 / 750 * 100vw);
	top: calc(20 / 750 * 100vw);
	left: calc(21 / 750 * 100vw);
  overflow: hidden;
}

.heroine-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(700 / 750 * 100vw);
//height: calc(166 / 750 * 100vw);
  height: calc(161 / 750 * 100vw);
  top: calc(440 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 750 * 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/s/world/heroine.png) no-repeat center/100%;
  width: calc(328 / 750 * 100vw);
  height: calc(510 / 750 * 100vw);
  top: calc(150 / 750 * 100vw);
  right: calc(-96 / 750 * 100vw);
  overflow: hidden;
}

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

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

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

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

.obj1-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(700 / 750 * 100vw);
  height: calc(166 / 750 * 100vw);
  top: calc(440 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 750 * 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 / 750 * 100vw);
  height: calc(205 / 750 * 100vw);
//top: calc(583 / 750 * 100vw);
  top: calc(218 / 750 * 100vw);
//left: calc(223 / 750 * 100vw);
  left: calc(215 / 750 * 100vw);
  overflow: hidden;
  animation: vertical 1.1s ease-in-out infinite alternate;
//cursor: pointer;
}

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

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

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

.obj3-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(700 / 750 * 100vw);
  height: calc(166 / 750 * 100vw);
  top: calc(440 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 750 * 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 / 750 * 100vw);
  height: calc(251 / 750 * 100vw);
//top: calc(758 / 750 * 100vw);
  top: calc(390 / 750 * 100vw);
//left: calc(167 / 750 * 100vw);
  left: calc(157 / 750 * 100vw);
  overflow: hidden;
  animation: vertical 1s ease-in-out infinite alternate;
}

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

.obj4-popup {
  display: none;
  position: absolute;
	z-index: 10;
  width: calc(700 / 750 * 100vw);
  height: calc(166 / 750 * 100vw);
  top: calc(440 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  outline: 1px solid white;
	outline-offset: calc(-5 / 750 * 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 / 750 * 100vw);
  height: calc(199 / 750 * 100vw);
//top: calc(423 / 750 * 100vw);
  top: calc(58 / 750 * 100vw);
//left: calc(230 / 750 * 100vw);
  left: calc(215 / 750 * 100vw);
  overflow: hidden;
  animation: vertical 1.2s ease-in-out infinite alternate;
}

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

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

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

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

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

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

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

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

.top-footer-dot {
  position: absolute;
  background: url(../img/s/top/dot.png) no-repeat center/100%;
  width: calc(602 / 750 * 100vw);
  height: calc(6 / 750 * 100vw);
  top: calc(105 / 750 * 100vw);
//left: calc(1060 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.top-footer-text2 {
  position: absolute;
  background: url(../img/s/top/text2.png) no-repeat center/100%;
  width: calc(523 / 750 * 100vw);
  height: calc(64 / 750 * 100vw);
  top: calc(18 / 750 * 100vw);
//left: calc(550 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

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

.top-footer-fb {
  position: absolute;
  background: url(../img/s/top/fb.png) no-repeat center/100%;
  width: calc(122 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
//top: calc(20 / 750 * 100vw);
  bottom: calc(20 / 750 * 100vw);
//right: calc(610 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  cursor: pointer;
}

.top-footer-line {
  position: absolute;
  background: url(../img/s/top/line.png) no-repeat center/100%;
  width: calc(126 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
//top: calc(20 / 750 * 100vw);
  bottom: calc(20 / 750 * 100vw);
	right: calc(140 / 750 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

audio {
  display: none;
}

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

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

.audio-off {
  background: url(../img/s/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(509 / 750 * 100vw);
  overflow: hidden;
  background: url(../img/s/middle/middle_bga.jpg) no-repeat center/cover;
	text-align: center;
}

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

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

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

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

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

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

.world-caption {
	font-family: "Aozora Regular";
	font-size: calc(30 / 750 * 100vw);
	margin-top: calc(20 / 750 * 100vw);
	margin-bottom: calc(20 / 750 * 100vw);
}

.world-line {
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
	margin-bottom: calc(10 / 750 * 100vw);
}

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

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

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

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

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

.middle-silhouette1 {
  position: absolute;
  background: url(../img/s/middle/silhouette.png) no-repeat center/100%;
  width: calc(256 / 750 * 100vw);
  height: calc(530 / 750 * 100vw);
	bottom: 0;
  left: calc(183 / 750 * 100vw);
  overflow: hidden;
}

.middle-silhouette2 {
  position: absolute;
  background: url(../img/s/middle/silhouette.png) no-repeat center/100%;
  width: calc(256 / 750 * 100vw);
  height: calc(530 / 750 * 100vw);
  bottom: 0;
  left: calc(148 / 750 * 100vw);
  overflow: hidden;
}

.middle-popup {
  position: absolute;
  display: none;
  width: 100%;
  height: calc(807 / 750 * 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/s/middle/europe_win.jpg) no-repeat center/100%;
  width: calc(577 / 750 * 100vw);
  height: calc(462 / 750 * 100vw);
//top: calc(105 / 750 * 100vw);
  top: calc(0 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.europe-popup-name {
  position: absolute;
  background: url(../img/s/middle/europe_name.png) no-repeat center/100%;
  width: calc(292 / 750 * 100vw);
  height: calc(53 / 750 * 100vw);
  top: calc(40 / 750 * 100vw);
  left: calc(256 / 750 * 100vw);
  overflow: hidden;
}

.europe-popup-bar {
  position: absolute;
  background: url(../img/s/middle/bar_ss.png) no-repeat center/100%;
  width: calc(319 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  top: calc(95 / 750 * 100vw);
//left: calc(255 / 750 * 100vw);
  right: calc(15 / 750 * 100vw);
  overflow: hidden;
}

.europe-popup-voice-actor {
  position: absolute;
	font-family: "Aozora Bold";
	font-size: calc(16 / 750 * 100vw);
  top: calc(96 / 750 * 100vw);
  left: calc(340 / 750 * 100vw);
  overflow: hidden;
}

.europe-popup-voice-actor-name {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  top: calc((96 + 2) / 750 * 100vw);
  left: calc((340 + 75) / 750 * 100vw);
  overflow: hidden;
}

.europe-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(20 / 750 * 100vw);
  width: calc(800 / 750 * 100vw);
  height: calc(250 / 750 * 100vw);
  top: calc(108 / 750 * 100vw);
  left: calc(252 / 750 * 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(15 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
}

.europe-popup-word2 {
  margin-top: calc(15 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
//margin-left: calc(80 / 750 * 100vw);
  margin-left: calc(30 / 750 * 100vw);
}

.europe-popup-word3 {
  margin-top: calc(15 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
//margin-left: calc(160 / 750 * 100vw);
  margin-left: calc(60 / 750 * 100vw);
}

.europe-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  width: calc(750 / 750 * 100vw);
  height: calc(150 / 750 * 100vw);
//top: calc(485 / 750 * 100vw);
  bottom: calc(0 / 750 * 100vw);
  left: calc(35 / 750 * 100vw);
	align-items: flex-start;
	justify-content: center;
//background: #880000;
//opacity: 0.5;
}

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

.europe-popup {
  position: absolute;
  background: url(../img/s/middle/chara_europe.png) no-repeat center/100%;
  width: calc(324 / 750 * 100vw);
  height: calc(451 / 750 * 100vw);
  bottom: 0;
  left: calc(2 / 750 * 100vw);
  overflow: hidden;
}

.middle-europe {
  position: absolute;
  background: url(../img/s/middle/europea.png) no-repeat center/100%;
  width: calc(262 / 750 * 100vw);
  height: calc(377 / 750 * 100vw);
  bottom: 0;
  left: calc(6 / 750 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.egypt-popup-bg {
  position: absolute;
  background: url(../img/s/middle/egypt_win.jpg) no-repeat center/100%;
  width: calc(557 / 750 * 100vw);
  height: calc(462 / 750 * 100vw);
//top: calc(105 / 750 * 100vw);
  top: calc(0 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.egypt-popup-name {
  position: absolute;
  background: url(../img/s/middle/egypt_name.png) no-repeat center/100%;
  width: calc(292 / 750 * 100vw);
  height: calc(53 / 750 * 100vw);
  top: calc(40 / 750 * 100vw);
  left: calc(256 / 750 * 100vw);
  overflow: hidden;
}

.egypt-popup-bar {
  position: absolute;
  background: url(../img/s/middle/bar_ss.png) no-repeat center/100%;
  width: calc(319 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  top: calc(95 / 750 * 100vw);
//left: calc(255 / 750 * 100vw);
  right: calc(15 / 750 * 100vw);
  overflow: hidden;
}

.egypt-popup-voice-actor {
  position: absolute;
	font-family: "Aozora Bold";
	font-size: calc(16 / 750 * 100vw);
  top: calc(96 / 750 * 100vw);
  left: calc(340 / 750 * 100vw);
  overflow: hidden;
}

.egypt-popup-voice-actor-name {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  top: calc((96 + 2) / 750 * 100vw);
  left: calc((340 + 75) / 750 * 100vw);
  overflow: hidden;
}

.egypt-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(20 / 750 * 100vw);
  width: calc(800 / 750 * 100vw);
  height: calc(250 / 750 * 100vw);
  top: calc(88 / 750 * 100vw);
  left: calc(252 / 750 * 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(15 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
}

.egypt-popup-word2 {
  margin-top: calc(15 / 750 * 100vw);
  margin-bottom: calc(15 / 750 * 100vw);
  margin-left: calc(60 / 750 * 100vw);
}

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

.egypt-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(17 / 750 * 100vw);
  width: calc(750 / 750 * 100vw);
  height: calc(150 / 750 * 100vw);
//top: calc(485 / 750 * 100vw);
  bottom: calc(0 / 750 * 100vw);
  left: calc(15 / 750 * 100vw);
	align-items: flex-start;
	justify-content: center;
//background: #880000;
//opacity: 0.5;
}

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

.egypt-popup {
  position: absolute;
  background: url(../img/s/middle/chara_egypt.png) no-repeat center/100%;
  width: calc(332 / 750 * 100vw);
  height: calc(452 / 750 * 100vw);
  bottom: 0;
  left: calc(20 / 750 * 100vw);
  overflow: hidden;
}

.middle-egypt {
  position: absolute;
  background: url(../img/s/middle/egypta.png) no-repeat center/100%;
  width: calc(263 / 750 * 100vw);
  height: calc(384 / 750 * 100vw);
  bottom: 0;
  left: calc(263 / 750 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

.korea-popup-bg {
  position: absolute;
  background: url(../img/s/middle/korea_win.jpg) no-repeat center/100%;
  width: calc(577 / 750 * 100vw);
  height: calc(462 / 750 * 100vw);
//top: calc(105 / 750 * 100vw);
  top: calc(0 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.korea-popup-name {
  position: absolute;
  background: url(../img/s/middle/korea_name.png) no-repeat center/100%;
  width: calc(292 / 750 * 100vw);
  height: calc(53 / 750 * 100vw);
  top: calc(40 / 750 * 100vw);
  left: calc(256 / 750 * 100vw);
  overflow: hidden;
}

.korea-popup-bar {
  position: absolute;
  background: url(../img/s/middle/bar_ss.png) no-repeat center/100%;
  width: calc(319 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  top: calc(95 / 750 * 100vw);
//left: calc(255 / 750 * 100vw);
  right: calc(15 / 750 * 100vw);
  overflow: hidden;
}

.korea-popup-voice-actor {
  position: absolute;
	font-family: "Aozora Bold";
	font-size: calc(16 / 750 * 100vw);
  top: calc(96 / 750 * 100vw);
  left: calc(340 / 750 * 100vw);
  overflow: hidden;
}

.korea-popup-voice-actor-name {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  top: calc((96 + 2) / 750 * 100vw);
  left: calc((340 + 75) / 750 * 100vw);
  overflow: hidden;
}

.korea-popup-words {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(19 / 750 * 100vw);
  width: calc(800 / 750 * 100vw);
  height: calc(250 / 750 * 100vw);
  top: calc(108 / 750 * 100vw);
  left: calc(342 / 750 * 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(12 / 750 * 100vw);
  margin-bottom: calc(12 / 750 * 100vw);
}

.korea-popup-word2 {
  margin-top: calc(12 / 750 * 100vw);
  margin-bottom: calc(12 / 750 * 100vw);
  margin-left: calc(30 / 750 * 100vw);
}

.korea-popup-word3 {
  margin-top: calc(12 / 750 * 100vw);
  margin-bottom: calc(12 / 750 * 100vw);
  margin-left: calc(60 / 750 * 100vw);
}

.korea-popup-word4 {
  margin-top: calc(12 / 750 * 100vw);
  margin-bottom: calc(12 / 750 * 100vw);
  margin-left: calc(130 / 750 * 100vw);
}

.korea-popup-desc {
  display: flex;
  position: absolute;
	flex-direction: column;
	font-family: "Aozora Regular";
	font-size: calc(18 / 750 * 100vw);
  width: calc(750 / 750 * 100vw);
  height: calc(150 / 750 * 100vw);
//top: calc(485 / 750 * 100vw);
  bottom: calc(0 / 750 * 100vw);
  left: calc(35 / 750 * 100vw);
	align-items: flex-start;
	justify-content: center;
//background: #880000;
//opacity: 0.5;
}

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

.korea-popup {
  position: absolute;
  background: url(../img/s/middle/chara_korea.png) no-repeat center/100%;
  width: calc(315 / 750 * 100vw);
  height: calc(453 / 750 * 100vw);
  bottom: 0;
  left: calc(20 / 750 * 100vw);
  overflow: hidden;
}

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

.middle-korea{
  position: absolute;
  background: url(../img/s/middle/korea.png) no-repeat center/100%;
  width: calc(252 / 750 * 100vw);
  height: calc(372 / 750 * 100vw);
  bottom: 0;
  right: calc(6 / 750 * 100vw);
  overflow: hidden;
  cursor: pointer;
}

//.middle-silhouette3 {
//  position: absolute;
//  background: url(../img/s/middle/silhouette.png) no-repeat center/100%;
//  width: calc(256 / 750 * 100vw);
//  height: calc(530 / 750 * 100vw);
//  bottom: 0;
//  left: calc(293 / 750 * 100vw);
//  overflow: hidden;
//}

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

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

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

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

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

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

.pre-regist-text {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(35 / 750 * 100vw);
  top: calc(30 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(280 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  overflow: hidden;
	background: #000000;
}

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

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

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

.pre-regists {
  display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
  margin-top: calc(85 / 750 * 100vw);
}

.pre-regist-twitter {
  background: url(../img/s/bottom/twitter.png) no-repeat center/100%;
  width: calc(500 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  cursor: pointer;
}

.pre-regist-fb {
  background: url(../img/s/bottom/fb.png) no-repeat center/100%;
  width: calc(500 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
//margin-left: calc(120 / 750 * 100vw);
//margin-right: calc(120 / 750 * 100vw);
  margin-top: calc(20 / 750 * 100vw);
  margin-bottom: calc(20 / 750 * 100vw);
  cursor: pointer;
}

.pre-regist-line {
  background: url(../img/s/bottom/line.png) no-repeat center/100%;
  width: calc(500 / 750 * 100vw);
  height: calc(96 / 750 * 100vw);
  cursor: pointer;
}

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

.campaign-text {
	font-family: "Aozora Regular";
	font-size: calc(30 / 750 * 100vw);
  margin: 0 auto;
  margin-top: calc(18 / 750 * 100vw);
  overflow: hidden;
}

.pc-only {
  display: none;
}

.sp-only {
}

.archieve-block {
  position: absolute;
  width: 100%;
  height: calc(650 / 750 * 100vw);
  top: calc(782 / 750 * 100vw);
  overflow: hidden;
//background: #008080;
}

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

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

.archieve-item-connect {
  background: url(../img/s/bottom/achieve_rail.png) no-repeat center/100%;
  width: calc(25 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  overflow: hidden;
}

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

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

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

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

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

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

.twitter-emb-bar {
  position: absolute;
  background: url(../img/s/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  top: calc((1425 + 50) / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.twitter-emb-caption {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(40 / 750 * 100vw);
  top: calc((1400 + 50) / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(180 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  overflow: hidden;
	background: #000000;
}

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

.twitter-emb-bar-deco-r {
  position: absolute;
  background: url(../img/s/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  top: calc((1425 + 25) / 750 * 100vw);
  right: calc(88 / 750 * 100vw);
  overflow: hidden;
}

.app-info-bar {
  position: absolute;
  background: url(../img/s/bottom/bar_s.png) no-repeat center/100%;
  width: calc(469 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
  top: calc((2007 + 50) / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.app-info-caption {
  position: absolute;
	font-family: "Aozora Regular";
	font-size: calc(40 / 750 * 100vw);
  top: calc((1985 + 50) / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(240 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  overflow: hidden;
	background: #000000;
}

.app-info-bar-deco-l {
  position: absolute;
  background: url(../img/s/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  top: calc((2007 + 25) / 750 * 100vw);
  left: calc(88 / 750 * 100vw);
  overflow: hidden;
}

.app-info-bar-deco-r {
  position: absolute;
  background: url(../img/s/bottom/deco.png) no-repeat center/100%;
  width: calc(50 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  top: calc((2007 + 25) / 750 * 100vw);
  right: calc(88 / 750 * 100vw);
  overflow: hidden;
}

.app-info {
  position: absolute;
  display: flex;
	flex-direction: column;
	align-items: flex-start;
  width: calc(575 / 750 * 100vw);
  height: calc(500 / 750 * 100vw);
  top: calc(2100 / 750 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
	font-family: "Aozora Regular";
	font-size: calc(25 / 750 * 100vw);
}

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

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

.twitter-emb {
  position: absolute;
  width: calc(575 / 750 * 100vw);
  height: calc(500 / 750 * 100vw);
  top: calc(1510 / 750 * 100vw);
  left: calc(86 / 750 * 100vw);
	border-left: solid calc(1 / 750 * 100vw) #fff;
	border-right: solid calc(1 / 750 * 100vw) #fff;
	border-bottom: solid calc(1 / 750 * 100vw) #fff;
  overflow: hidden;
}

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

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

.middle-bottom-deco-l {
  position: absolute;
  background: url(../img/s/middle/bg_deco.png) no-repeat center/100%;
  width: calc(505 / 750 * 100vw);
  height: calc(256 / 750 * 100vw);
  top: calc((1300 + 1315 + 509 - 129) / 750 * 100vw);
  left: 0;
  overflow: hidden;
}

.middle-bottom-deco-r {
  position: absolute;
  background: url(../img/s/middle/bg_deco.png) no-repeat center/100%;
  width: calc(505 / 750 * 100vw);
  height: calc(256 / 750 * 100vw);
  top: calc((1300 + 1315 + 509 - 129) / 750 * 100vw);
  right: 0;
  overflow: hidden;
  transform: scale(-1, 1);
}

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

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

.fadein-from-right {
  opacity: 0;
  transform: translate(calc(100 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 100vw), 0);
  transition: all 3000ms;
}

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