body {
  font-size: 80%;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
  line-height: 1.9;
  background: #fff5fc;
  letter-spacing: 0.5px;
}

a {
  color: #000000;
  border: 0;
  text-decoration: none;
  display: inline-block;
}

a.font {
  font-size: 18px;
}

.line {
  font-family: "MS Serif"
}

.line::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #c4327c;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.line:hover::after {
  transform: scale(1, 1);
}

#wrp {
  width: 600px;
  margin: 0 auto;
}

#header {
  margin: 0 auto;
  text-align: center;
}

#nav {
  margin: 0 auto;
  text-align: center;
  height: 30px;
  letter-spacing: 0.5em;
}

ul {
  list-style: none;
  font-size: 15px;
  padding-top: 20px;
  margin: 0 auto 0 -40px;
}

li {
  display: inline-block;
  position: relative;
  padding: 3px;
  letter-spacing: 1px;
}

.top_clover {
  display: flex;
  flex-wrap: wrap;
  width: 260px;
  margin: 20px auto;
}

.top_clover img {
  margin: 2px;
  width: 120px;
  height: 110px;
}

.img1 {
  border-radius: 50% 50% 0 50%
}

.img2 {
  border-radius: 50% 50% 50% 0
}

.img3 {
  border-radius: 50% 0 50% 50%
}

.img4 {
  border-radius: 0 50% 50% 50%
}

.img5 {
  width: 40px;
  height: 40px;
}

.img_aki {
  pointer-events: none;
  width: 600px;
  height: 371px;
}

h1 {
  font-family: "MS Serif";
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: normal;
}

h2 {
  position: relative;
  background: #e8caff;
  box-shadow: 0px 0px 0px 5px #e8caff;
  border: dashed 2px white;
  padding: 0em 0.5em;
  color: #454545;
  width: 100px;
  font-weight: normal;
  font-family: "MS Serif";
}

h2:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #cfabf5;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

p {
  color: #000;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0;
}

.box {
  width: 450px;
  margin: 0px auto;
  padding: 20px;
  color: #000;
  text-align: left;
  border-bottom: 1px dashed #f5f5f5;
}

.box_center {
  width: 450px;
  margin: 0px auto;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px dashed #f5f5f5;
}

.box_center span {
  display: block;
}

strong {
  background: linear-gradient(transparent 75%, #dfc6ff 75%);
}

.title {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}

.title:before {
  position: absolute;
  content: '';
  bottom: 1px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #f590e6ab;
}

.title:after {
  position: absolute;
  content: '';
  bottom: 1px;
  left: 15px;
  width: 15%;
  border-bottom: solid 2px #f590e6ab;
}

.setting_btn {
  display: inline-block;
  background: #ffffff;
  color: #cc99ff;
  width: 50px;
  height: 50px;
  border: double 4px #cc99ff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.under {
  position: relative;
  padding-left: 0.7em;
}

.under::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1em;
  background-color: #dc143c;
}.novel {
  width: 450px;
  margin: 0px auto;
  padding: 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.novel span {
  display: block;
}

.text_box {
  width: 500px;
  margin: 0px auto;
  color: #000;
  text-align: left;
  font-size: 12px;
  overflow-wrap: normal;
}

.aki_color {
  color: #dc143c;
}

.rin_color {
  color: #2dc48d;
}

.tw_color {
  color: #00acee;
}
.tw_name_color {
  color: #808080;
}
.yt_color {
  color: #c4302b;
}

.time_color {
  color: #3399ff;
  font-weight: 700;
}

.link_color {
  color: #00a1e9;
}

.yt_line_color {
  color: #b5b5b5;
}

.disco_color {
  color: #5661ea;
  font-weight: 700;
}

.maro_color {
  color: #F3969A;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.line_name {
  font-size: 10px;
}
.super_chat500 {
  color: #00000;
  background-color:#32e8b7;
}
.super_chat1000 {
  color: #00000;
  background-color:#fcd748;
}
.super_chat2000 {
  font-color: #FFF;
  background-color:#f37c22;
}
.super_chat5000 {
  color: #FFF;
  background-color:#e62565;
}
.super_chat10000 {
  color: #FFF;
  background-color:#e32524;
}

.active {
  display: inline-block;
  background: #96d5ed;
  border-radius: 50%;
  width: 26px;
  height: 27px;
  color: #000;
  text-align: center;
}

.novel_list div a {
  margin-bottom: 7px;
  border-bottom: solid 2px #ffb2c059;
}

.pagination li {
margin:0 5px 0 5px;
}.balloon_l,
.balloon_r{
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.balloon_r{
  justify-content:flex-end;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says_r {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  background: #b9f3b9;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
  font-size: 12px;
}
.says_l {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 5px 5px 5px 10px;
  border-radius: 20px;
  background: #ffffff;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
  font-size: 12px;
}
[class^="says"] p{
  margin:8px 0 0 !important; 
}
[class^="says"] p:first-child{
  margin-top:0 !important;
}
[class^="says"]:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
}
.balloon_l [class^="says"]:after {
  left: -16px;
  border-right: 20px solid #ffffff;
}
.balloon_r [class^="says"]:after {
  right: -16px;
  border-left: 20px solid #b9f3b9;
}