@charset "utf-8";

#sidebar {
  display: block;
  width: 298px;
  text-align: left;
}

.sticky {
  position: sticky;
  height: fit-content;
  top: 5px;
}

.side-section {
  margin-bottom: 10px;
  padding: 5px 1.5rem 10px;
  border: 1px solid #c0c0c0;
  line-height: 1.6;
}

.side-title {
  text-align: center;
  text-shadow: 3px 3px 3px #cccccc;
  font-size: 1.0rem;
  font-feature-settings: "palt";
}

#profile,#sidenote {
  font-size: 0.9rem;
}

.portrait {
  text-align: center;
  line-height: 1.6;
}

#contents ul {
  margin: 0;
  padding: 5px 0 5px 2.5rem;
}

#contents li ul {
  margin: 0;
  padding-left: 1.5rem;
}

#contents li {
  margin: 0;
  padding: 0;
}

.socialnetwork {
  line-height: 1.2;
  text-align: center;
  font-size: 2.4rem;
}

.link-x-twitter a:hover {
  color: #32aded;
}

.link-threads a:hover {
  color: #000000;
}

.link-instagram a:hover {
  color: #ff4500;
}

.link-youtube a:hover {
  color: #ff0000;
}
