<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#loading {
  width: 100vw;
  height: 100vh;
  transition:  2s;
  transition-delay:2s;
  background-color:rgb(255, 255, 255);
  position: fixed;
  top: -65px;
  left:0px;
  right: 0px;
  
  z-index: 9999;
  
}
#loading p{
  position: absolute;
  top: 440px;
  left: 605px;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}


.cube1, .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 360px;
  left: 605px;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
  animation: fadeOut 5s;
}




.headerbox{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("img/top.png");
    background-size: cover;
    background-position: center;
    background-color: cadetblue;
    animation:fadeIn 8s ease-in-out 5s;
    animation-fill-mode: forwards;
    opacity: 0;

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

h1 img{
   position: absolute;
   top: 300px;
   right: 30px;
   font-size: 40px;
   font-style: italic;
   letter-spacing: 20px;
   font-weight: 100;
   animation:animate__slideInLeft 4s ease-in-out 3s ;
   animation-fill-mode: forwards;
   opacity: 0;
  }
 
  


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



.navbar ul{
    position: absolute;
    top: 0px;
    right:-10px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 25px;
    background-color:rgba(245, 245, 245, 0.884);
    margin: 10px;
    text-align: center;
    
    
}

.navbar ul li a{
  
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 19px;
    letter-spacing: 5px;
    text-align: center;
    
    
}


a {
    position: relative;
    display: inline-block;
  }
  a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  a:hover::after {
    transform: scale(1, 1);
  }

h2 img{
  position: fixed;
  bottom: 25px;
  right: 30px;
  animation: fadeIn 3s ease-in-out ;
}

.thumbmenu {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    

}
.thumbmenu img{
  border: 0.5px solid;
    border-color: black;
    margin: 50px;
    animation: fadeInRight 1s ease-in-out;
    
}
.thumbmenu img:hover{
  opacity: 0.5;
}
#thumbworks1:hover{
  animation: pulse 2s;
  
}
#thumbworks2:hover{
  animation: pulse 2s;
  
}
#thumbworks3:hover{
  animation: pulse 2s;
  
}

.open {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 500px;
  left: 185px;
	cursor:pointer;
  
  background: linear-gradient( to bottom,  rgb(202, 235, 232) 25%, rgba(238, 186, 174, 0.767) 75% );
  color: transparent;
  border-radius: 50%;
  animation: fadeInLeft 1s ease-in-out;
  
  
}
.open2 {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  top: 500px;
  left: 595px;
	cursor:pointer;
  animation: fadeInLeft 2s;
  background: linear-gradient( to top,  rgba(202, 240, 245, 0.836) 25%, rgba(245, 228, 171, 0.774) 75% );
  color: transparent; /* 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｧ繧ｫ繝ｼ繧ｽ繝ｫ縺ｮ蠖｢迥ｶ繧貞､峨∴繧九％縺ｨ縺ｧ縲√け繝ｪ繝�け縺ｧ縺阪ｋ隕∫ｴ�縺�縺ｨ繧上°繧翫ｄ縺吶＞繧医≧縺ｫ */
}
.open3 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 500px;
  left: 1000px;
  border-radius: 50%;
	cursor:pointer;
  font-size: 80px;
  animation: fadeInLeft 2s;
  background: linear-gradient( to bottom,  #c8f2f3bb 25%, rgba(176, 181, 255, 0.5) 75% );
  
  color: transparent; /* 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｧ繧ｫ繝ｼ繧ｽ繝ｫ縺ｮ蠖｢迥ｶ繧貞､峨∴繧九％縺ｨ縺ｧ縲√け繝ｪ繝�け縺ｧ縺阪ｋ隕∫ｴ�縺�縺ｨ繧上°繧翫ｄ縺吶＞繧医≧縺ｫ */
}
#pop-up {
	display: none; /* label 縺ｧ繧ｳ繝ｳ繝医Ο繝ｼ繝ｫ縺吶ｋ縺ｮ縺ｧ input 縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
}
#pop-up2 {
	display: none; /* label 縺ｧ繧ｳ繝ｳ繝医Ο繝ｼ繝ｫ縺吶ｋ縺ｮ縺ｧ input 縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
}
#pop-up3 {
	display: none; /* label 縺ｧ繧ｳ繝ｳ繝医Ο繝ｼ繝ｫ縺吶ｋ縺ｮ縺ｧ input 縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
}
.overlay {
	display: none; /* input 縺ｫ繝√ぉ繝�け縺悟�繧九∪縺ｧ縺ｯ髱櫁｡ｨ遉ｺ縺ｫ */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#text {
  position: relative;
  top: 5px;
	font-size: 20px;
	margin: 0;
  color: #ffffff;
  font-family: Courier New;
}

#text2 {
  position: relative;
  top: 5px;
	font-size: 20px;
	margin: 0;
  color: #ffffff;
  font-family: Courier New;
}
#text3 {
  position: relative;
  top: 5px;
	font-size: 20px;
	margin: 0;
  color: rgb(255, 255, 255);
  font-family: Courier New;
}
.close {
	cursor:pointer;
	position: relative;
	top: 280px;
	right: -890px;
	font-size: 50px;
  color: whitesmoke;
  font-family: Courier New;
}






/*.footer {
    position: absolute;
    bottom: 5px;
    right: 500px;
    text-align: center;
    letter-spacing: 3px;
    /*border: 1px solid;
    border-color: black;*/
    /*background-color: rgba(245, 245, 245, 0.692);
}*/</pre></body></html>