@import url(destyle.css);

* body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background-color: rgba(252, 237, 237, 0.954);
}
* {
  box-sizing: border-box;
}

#wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.title_bar {
  display: flex;
  flex-direction: row;
  background-color: #af7da5;
  text-align: left;
  width: 100%;
  margin-bottom: -10px;
}

.title_bar p {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  padding-top: 15px;
  padding-left: 10px;
  width: 100%;
}

#sns {
  display: flex;
  margin-right: 8px;
  margin-top: 6px;
  list-style: none;
}

#sns li img {
  width: 36px;
  padding-bottom: 6px;
  margin-left: 6px;
}

#sns li a:hover {
  opacity: 0.7;
}

.header_nav {
  margin-top: 25px;
}

.header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  background-color: #fcee90;
  column-gap: 10px;
  list-style: none;
  width: 100%;
  margin-top: -15px;
  padding-top: 10px;
}

.header_nav ul li a {
  display: inline-block;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}

.header_nav ul li a:hover {
  opacity: 0.7;
}

.pale2 {
  display: inline-block;
  opacity: 0.4;
  flex-grow: 0;
  /* レスポンシブ化 */
  color: white;
  background-color: rgb(87, 80, 83);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 116px;
  height: 27px;
  text-align: center;
  outline: none;
  color: #fff;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 3px 3px 3px;
}
h4 {
  font-family: "Whisper", cursive;
  color: white;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px;
  padding-left: 2%;
  /* text-shadow: 1px 2px 8px rgb(170, 165, 168); */
  text-shadow: 0 0 10px #ffffff, 0 0 20px #e7970b, 0 0 30px #e7970b,
    0 0 40px #e7970b, 0 0 50px #e7970b, 0 0 60px #e7970b, 0 0 70px #e7970b;
  font-size: 52px;
  color: #ffffff;
}
.combi_sp {
  display: flex;
  padding: 20px 2%;
}
.combi_sp img {
  width: 150px;
  align-self: flex-start;
}
.right {
  margin-left: 10px;
}
.name {
  font-size: 36px;
  font-family: "Bentham", serif;
  font-weight: 400;
  font-style: normal;
  color: #9547d1;
}
.right .janru {
  font-family: sans-serif;
  color: rgb(87, 80, 83);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}
.right .janru p {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #af7da5;
  margin-top: 10px;
}
.profile {
  font-family: sans-serif;
  color: rgb(87, 80, 83);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  padding-left: 2%;
  padding-right: 2%;
  text-align: justify;
}
.leftside .jimusho img {
  width: 120px;
  margin-top: 5px;
  margin-left: 2%;
}
.leftside .jimusho a:hover {
  opacity: 0.7;
}
.rightside {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 2%;
}
.rightside ul {
  display: flex;
  flex-direction: column;
}
.rightside ul li .year {
  font-family: sans-serif;
  color: #af7da5;
  font-size: 20px;
  font-weight: 700;
}
.rightside ul li {
  font-family: sans-serif;
  color: rgb(87, 80, 83);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: justify;
}

footer {
  background-color: #af7da5;
  width: 100%;
  font-size: 12px;
  font-weight: lighter;
  font-family: sans-serif;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}

footer p {
  padding: 15px 8px 18px 8px;
}

/* ↓先頭に戻るボタンのデザイン */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: hsl(46, 94%, 55%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (min-width: 850px) {
  .all {
    display: flex;
  }
  .leftside {
    width: 300px;
    margin-left: 18px;
    margin-right: 20px;
  }
  .rightside {
    width: calc(100% - 300px);
    margin-top: 14px;
  }
  .combi_sp {
    display: flex;
    flex-direction: column;
  }
  .right {
    margin-top: 20px;
    margin-left: -3px;
  }
  .leftside .jimusho img {
    margin-top: 10px;
    margin-left: 0;
  }
  .profile {
    margin-left: -3px;
  }
}

@media (min-width: 1250px) {
  body {
    max-width: 1250px;
  }
}
