<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}

html {
  width: 100vw;
  scroll-behavior: smooth;
}

h1 {
  padding: 10px 30px;
  font-size: 35px;
  position: absolute;
  color: rgba(280, 280, 280, 0.7);
  text-decoration:solid 2px olive;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

p {
  font-family: "Kiwi Maru", serif;
}

.headerbox{
  background-color: rgb(84, 87, 67);
  width: 1280px;
  height: 600px;
}

.title {
  position: absolute;
  top: 300px;
  left: 1000px;
  width: 200px;
}

#main {
  position: absolute;
  top: 100px;
  height: 400px;
  width: 1110px;
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
}

#topimg {
  position: relative;
  width: 1100px;
  height: 380px;
  object-fit: cover;
  margin: 10px 0px;
}

#topimg&gt;img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  width: 1000px;
  height: 380px;
  object-fit: cover;
}

#topimg img.active {
  z-index: 10;
  opacity: 1;
}

#topimg img.last-active {
  z-index: 9;
}

.navbar {
  position: fixed;
  width: 130px;
  top: 100px;
  left: 70px;
  z-index: 1000;
  background-color: white;
  padding-bottom: 30px;
}

.rogo {
  text-align: center;
  background-color: olive;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rogo img {
  background-color: white;
  border-radius: 50px;
  margin-top: 5px;
}

.navbar ul li {
  width: 100px;
  padding: 5px;
  display: block;
  margin: 1px 15px;
  text-align: left;
  font-family: "Kiwi Maru", serif;
}

.navbar ul li a {
  text-decoration: none;
  font-size: 16px;
  color: olive;
}

/* .navbar ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: olive; 
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.navbar ul li a:hover::after {
  transform: scale(1, 1);
} */

.photosCategory li {
  font-size: 12px;
  /* opacity: 0; */
}

.headerbox {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.sectionbox {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgb(100,100,100);
  padding-left: 240px;
  padding-top: 20px;
}

#G-profile {
  width: 900px;
  height: auto;
  top: 100px;
  left: 320px;
  position: absolute;
  background-color: rgba(280, 280, 280, 0.3);
  border-radius: 10px;
}

#midasi {
  display: flex;
  flex-direction: row;
  padding: 10px;
  border-bottom: 1px solid rgba(280, 280, 280, 0.7);
}
.camera {
  width: 900px;
  height: 150px;
  object-fit: cover;
  opacity: 0.7;
}

.name {
  padding: 5px 0px;
}

h2 {
  padding: 50px 30px;
  font-size: 35px;
  color: rgba(280, 280, 280, 0.7);
  font-family: "Kiwi Maru", serif;
}

.Mprofile {
  display: flex;
  padding: 30px 0px;
  justify-content: space-evenly;
}

.setumei {
  width: 380px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px 15px;
}

.profile_img {
  display: flex;
  width: 400px;
  justify-content: space-evenly;
}

.pro {
  border-radius: 50%;
  width: 150px;
  height: auto;
}

.Pireko {
  text-align: center;
}
p {
  font-size: 18px;
}

.Pbox {
  /* position: absolute; */
  height: 580px;
  width: 1000px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
}

.Pbox&gt;img {
  width: 100%;
  height: auto;
}

#PhotoBig {
 margin: 0 auto;
 justify-content: center;
 position: relative;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 background-color: black;
}

#P-big {
  margin: 0 auto;
  justify-content: center;
  width: 1000px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* object-position: 50% 33%; */
}

#PhotoBig&gt;h1 {
  top: 60px;
  left: 50px;
}

#P-smorl {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 900px;
  padding:2px 50px;
}

#P-smorl img {
  border-radius: 10px;
}

#column {
  flex-direction: column;
  margin-left: 0px;
}

.thum {
  opacity: 1;
  width: 293px;
  height: 180px;
  object-fit: cover;
}

.thum:hover{
  opacity: 0.7;
}

.thum-B {
  width: 293px;
  height: 360px;
  object-fit: cover;
}

.thum-B:hover{
  opacity: 0.7;
}

#anima3 {
  padding: 0px 4px;
  background-color: white;
  border-radius: 5px;
}

#zoomback {
  position: absolute;
  top: 20px;
  width: 1000px;
  height: 580px;
  background-color: rgba(0, 0, 0, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 10;
  display: none;
}

#zoomimg {
  height: 90%;
  border: solid 5px white;
}



#Rbox {
  width: 1000px;
  height: auto;
  top: 100px;
  left: 240px;
  position: absolute;
}

#contact-A {
  display: flex;
  justify-content: space-evenly;
  margin: 80px 0px;
}

#Gotop {
  position: absolute;
  right: 20vw;
  bottom: 0px;
  width: 200px;
  height: 400px;
  opacity: 1;
  background-image: url(img/top_off.PNG);
}

#Gotop:active {
  background-image: url('img/top_on.PNG');
}

#Gotop:before {
  content: '';
  display: inline-block;
  width: 300px;
  height: 300px;
  background-image: url(img/chabibako.PNG);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -97px;
  right: 150px;
}

footer {
  height: 200px;
  padding: 20px;
  text-align: center;
  bottom: 0px;
}

.one{
  animation: opacity 500ms linear 0s none;
  animation-fill-mode: both;
}
.two {
  animation: opacity 500ms linear 500ms none;
  animation-fill-mode: both;
}

.three {
  animation: opacity 500ms linear 1s none;
  animation-fill-mode: both;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* 繧ｵ繝�繝阪う繝ｫ�剃ｻ･髯� */
.thum2 {
  opacity: 1;
  width: 293px;
  height: 180px;
  object-fit: cover;
}

.thum2:hover{
  opacity: 0.7;
}

.thum-B2 {
  width: 293px;
  height: 360px;
  object-fit: cover;
}

.thum-B2:hover{
  opacity: 0.7;
}
#zoomback2 {
  position: absolute;
  top: 20px;
  width: 1000px;
  height: 580px;
  background-color: rgba(0, 0, 0, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 10;
  display: none;
}

#zoomimg2 {
  height: 90%;
  border: solid 5px white;
}


/* 繧ｵ繝�繝阪う繝ｫ�� */
.thum3 {
  opacity: 1;
  width: 293px;
  height: 180px;
  object-fit: cover;
}

.thum3:hover{
  opacity: 0.7;
}

.thum-B3 {
  width: 293px;
  height: 360px;
  object-fit: cover;
}

.thum-B3:hover{
  opacity: 0.7;
}
#zoomback3 {
  position: absolute;
  top: 20px;
  width: 1000px;
  height: 580px;
  background-color: rgba(0, 0, 0, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 10;
  display: none;
}

#zoomimg3 {
  height: 90%;
  border: solid 5px white;
}


/* 繧ｵ繝�繝阪う繝ｫ�� */
.thum4 {
  opacity: 1;
  width: 293px;
  height: 180px;
  object-fit: cover;
}

.thum4:hover{
  opacity: 0.7;
}

.thum-B4 {
  width: 293px;
  height: 360px;
  object-fit: cover;
}

.thum-B4:hover{
  opacity: 0.7;
}
#zoomback4 {
  position: absolute;
  top: 20px;
  width: 1000px;
  height: 580px;
  background-color: rgba(0, 0, 0, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 10;
  display: none;
}

#zoomimg4 {
  height: 90%;
  border: solid 5px white;
}
</pre></body></html>