@charset "UTF-8";
body {
  /* background-color: rgba(103, 114, 165, 0.465); */
  /* background-image: img/yozora.jpg
  background-blend-mode: lighten;
  color: white; */
  margin: 0;
  background-color: black;
}

header {
  background-image: url("IMG_7311.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 60vh;
  margin: 0;
}

h1 {
  font-size: 40px;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

section {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
  overflow-wrap: break-word;
}

.center {
  display: block;
  text-align: center;
}

ol {
  background-color: rgba(17, 41, 161, 0.658);
  padding-top: 25px;
  padding-bottom: 25px;
  min-width: 10%;
}

li {
  position: relative;
  height: 20px;
  padding: px;
  margin: 0 20%;
  font-size: 16px;
  list-style-type: upper-roman;
}

li a {
  font-weight: bold;
  color: #ffffff;
}

li::before {
  width: 5px;
  height: 10px;
  padding: 10%;
  position: absolute;
}

#jotaro {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

#joseph {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

#avdol {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

#kakyoin {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

#polnareff {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

#iggy {
  border-bottom: 2px solid #333;
  padding-left: 10%;
  padding-right: 10%;
}

p.arasuji {
  text-align: center;
  font-size: 24px;
}

header h1 {
  text-align: center;
}

main {
  background-image: url(img/yozora.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  color: azure;
}

footer {
  font-size: small;
  text-align: center;
}

.kakyo img {
  margin: 0 auto;
  display: block;
  width: 80%;
}

.kakyoflex {
  max-width: 1080px;
  width: 90%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; /* Safari etc. */ /* IE10        */
  flex-wrap: wrap;
}

.kakyoflex .kakyo {
  flex: 2 375px;
}

.kakyoinfo {
  flex: 3 400px;
}

#oshi {
  margin-bottom: 10rem;
}

@keyframes reveal-image {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.animationElement {
  /* スクロールアニメーションの設定 */
  animation: reveal-image linear both; /* アニメーションを指定。イージングはlinear。animation-fill-modeはboth */
  animation-timeline: view();
  animation-range: entry 10% contain 66%; /* 開始: 要素がビューポートに完全に入った時、終了: ビューポートの真ん中 */
}/*# sourceMappingURL=style2.css.map */