@charset "utf-8";
main {
  width: 600px;
}

/* ■タイトル■ */
h1 {
  border: 1px solid rgb(71, 197, 220);
  margin: 10px;
  border-radius: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1 div {
  text-align: center;
  color: white;
  background-color: rgb(71, 197, 220);
  margin: 2px;
  padding: 8px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 600;
}

/* ■サブタイトル■ */
.subtitle {
  position: relative;
  width: 90%;
  height: 40px;
  margin: 20px auto;
  text-align: center;
}

h2 {
  position: absolute;
  z-index: 3;
  color: rgb(73, 191, 212);
  border: 2px solid rgb(236, 140, 120);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px;
  font-family: "つぶてん AP";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

.h2back {
  position: absolute;
  z-index: 2;
  color: rgb(231, 251, 255);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px;
  font-family: "つぶてん AP";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  transform: translate(3.5px, 3.5px);
}

.subtitle .back {
  position: absolute;
  z-index: 1;
  background-color: rgb(255, 229, 225);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translate(5px, 5px);
  transition: transform 0.3s ease;
}

/* ■生い立ち■ */

.profilRap ul {
  position: relative;
  width: 85%;
  font-size: 18px;
  line-height: 28px;
  background-color: rgb(255, 255, 255);
  margin: 0 auto;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.profilRap ul img[alt="プロフィール画像１"] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  height: auto;
}

.profilRap ul img[alt="プロフィール画像２"] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: auto;
}

.profilRap ul img[alt="プロフィール画像３"] {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 140px;
  height: auto;
}

.profilRap ul img[alt="プロフィール画像４"] {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 130px;
  height: auto;
}


.profilRap li::before {
  content: "● ";
  color: rgb(73, 191, 212);
}

.profilRap .award::before {
  content: "🏆 ";
}

.profilRap .mike::before {
  content: "🎤 ";
}

.custom-space {
  margin-right: 26px;
}

@media only screen and (max-width:768px) {
  main {
    width: 100vw;
  }
  
  h1 {
    margin: 90px auto;
  }

  .profilRap ul {
    width: 88%;
  }

  .profilRap ul img {
    display: none;
  }

}


