@charset "UTF-8";

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  margin: 0;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
  color: #fff;
}

header {
  position: absolute;
  top: 0;
  left: 20px;
}

h1{
  color: #ec3261;
  margin: 45vh 0;
  font-size: 80px;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.progress-bar {
  position: relative;
  width: 300px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}

.progress-bar .fill {
  position: absolute;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 5px;
  transition: width 0.1s linear;
}

.percentage {
  padding: 20px 10px 0;
  font-size: 24px;
  font-weight: bold;
}

#main-content {
  height: 3300px;
  position: relative;
  display: none;
  text-align: center;
  background-color: #fff;
}

#main-content.visible {
  display: block;
}

img {
  position: absolute;
  width: 20%;
  box-shadow: 5px 5px 5px #888;
}

.photo1 img {
  display: flex;
  top: 800px;
  left: 200px;
}

.photo2 img {
  top: 1100px;
  right: 200px;
}

.photo3 img {
  top: 1400px;
  right: 600px;
}

.photo4 img{
  top:2300px;
  right: 200px;
}

.photo5 img {
  top: 2000px;
}

.photo6 img {
  top:1800px;
  left:200px;
}

.photo7 img{
  top: 2500px;
  left: 300px;
}

footer {
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100px;
  background-color: #ff7eb3;
}

.moe {
  text-align: center;
}