#mezase {
  padding: 0 20px;
}
#mezase .tar {
  text-align: right;
}
#mezase .tal {
  text-align: left;
}
#mezase .tac {
  text-align: center;
}
#mezase .mb00 {
  margin-bottom: 0 !important;
}
#mezase .color-p {
  color: #ff6699;
}
#mezase .font-b {
  font-weight: bold;
}
#mezase p {
  font-size: 2.7rem;
}
#mezase h1 {
  margin: 20px -20px 15px;
}
#mezase h1 img {
  width: 100%;
  height: auto;
}
#mezase h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #ff6699;
  text-align: center;
  margin: 10px -20px 40px;
  padding: 10px 20px;
}
#mezase h4.tit {
  font-size: 3rem;
  font-weight: bold;
  color: #ff7a00;
  margin-bottom: 25px;
}
#mezase .manga-list {
  padding-bottom: 30px;
}
#mezase .manga-list .inner a {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  text-decoration: none;
  color: #333;
}
#mezase .manga-list .inner .img {
  width: 33.33333333%;
  margin-right: 3.33333333%;
}
#mezase .manga-list .inner .img img {
  width: 100%;
  height: auto;
}
#mezase .manga-list .inner .info {
  width: 63.33333333%;
}
#mezase .manga-list .inner .info p {
  margin-bottom: 0;
}
#mezase .manga-list .inner .info .date {
  margin-bottom: 0;
}
#mezase .manga-list .inner .info .tit {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#mezase .manga-list .inner .info h4 {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0 5px;
}
#mezase #js-pager {
  margin-bottom: 50px;
}
#mezase #js-pager ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
#mezase #js-pager ul li {
  margin: 0 5px;
}
#mezase #js-pager ul li.is-current a {
  background: #f69;
  color: #fff;
}
#mezase #js-pager ul li a {
  display: block;
  color: #f69;
  font-size: 2.5rem;
  line-height: 1;
  padding: 10px 12px;
  border: 1px solid #f69;
  border-radius: 0;
  text-decoration: none;
}
#mezase .btn_np ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
#mezase .btn_np ul a {
  color: #ff7a00;
  font-size: 2rem;
  text-decoration: none;
}
#mezase .box-character {
  border: 1px solid #ff6699;
  position: relative;
  margin-bottom: 40px;
}
#mezase .box-character h5 {
  display: inline-block;
  font-size: 2.5rem;
  color: #fff;
  background: #ff6699;
  text-align: center;
  padding: 5px 30px;
  border-radius: 30px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mezase .character-wrap {
  padding: 30px 20px 0;
}
#mezase .character-wrap .inner {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
}
#mezase .character-wrap .inner .img {
  width: 20%;
  margin-right: 4%;
}
#mezase .character-wrap .inner .img img {
  width: 100%;
  height: auto;
}
#mezase .character-wrap .inner .list {
  width: 76%;
}
#mezase .character-wrap .inner .list .name {
  font-size: 2.7rem;
  font-weight: bold;
  color: #ff7a00;
  border-bottom: 1px solid #ff7a00;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 5px;
}
#mezase .character-wrap .inner .list .detail {
  font-size: 2.7rem;
  line-height: 1.28571429;
}
#mezase .manga {
  text-align: center;
  margin: 0 20px 30px;
}
#mezase .manga img {
  width: 100%;
  height: auto;
}
#mezase .box-point {
  padding: 20px 20px 10px;
  background: #fcf1f5;
  margin-bottom: 30px;
}
#mezase .box-point p {
  font-size: 2.7rem;
  line-height: 1.71428571;
  margin-bottom: 1.5em;
}
#mezase .tit-point {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#mezase .tit-point .img-point {
  width: 14.28571429%;
  margin-right: 3.57142857%;
}
#mezase .tit-point .img-point img {
  width: 100%;
  height: auto;
}
#mezase .tit-point h4 {
  width: 82.14285714%;
  font-size: 3rem;
  font-weight: bold;
  color: #ff6699;
  line-height: 1.2;
}
#mezase .box-default {
  margin-bottom: 40px;
}
#mezase .box-default .tit-default {
  font-size: 3rem;
  font-weight: bold;
  color: #ff6699;
  background: #fcf1f5;
  border-bottom: 6px double #ff6699;
  line-height: 1.2;
  padding: 10px 15px;
  margin-bottom: 30px;
}
#mezase .box-default .check {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
#mezase .box-default .check li {
  font-size: 2.7rem;
  line-height: 1.71428571;
  margin-bottom: 20px;
  background: url(/sp/mezase/img/icon_check_sp.png) no-repeat;
  background-size: 27px 23px;
  background-position: 0 11px;
  padding: 0 0 0 1.3em;
}
#mezase .box-default p {
  font-size: 2.7rem;
  line-height: 1.71428571;
  margin-bottom: 1.5em;
}
#mezase .supervisor {
  margin-bottom: 40px;
}
#mezase .q-detail h5 {
  font-size: 2.7rem;
  margin-bottom: 1em;
}
#mezase .btn-back {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
}
#mezase .btn-back a {
  display: inline-block;
  padding: 0.6em 4em;
  border-radius: 50px;
  text-decoration: none;
  color: #FFF;
  background: #b00009;
  font-size: 1.8em;
}
/* ΔΙ΅­_20210428 */
#mezase .page-nav {
  padding-top: 30px;
  margin-bottom: 50px;
}
#mezase .page-nav ul {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 40px;
  list-style: none;
}
#mezase .page-nav ul li {
  position: absolute;
}
#mezase .page-nav ul li a {
  display: block;
  color: #ff6699;
  font-size: 2.7rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ff6699;
  border-radius: 50px;
  padding: 15px 30px;
  transition: all 0.5s;
}
#mezase .page-nav ul li a:hover {
  color: #fff;
  background: #ff6699;
}
#mezase .page-nav ul .previous_link {
  top: 0;
  left: 0;
}
#mezase .page-nav ul .previous_link a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-top: 2px solid #ff6699;
  border-left: 2px solid #ff6699;
  transform: rotate(-45deg);
}
#mezase .page-nav ul .next_link {
  top: 0;
  right: 0;
}
#mezase .page-nav ul .next_link a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  border-top: 2px solid #ff6699;
  border-right: 2px solid #ff6699;
  transform: rotate(45deg);
}
#mezase .page-nav ul .back_link {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mezase .page-nav ul .back_link a {
  padding: 15px 50px;
}
#mezase .page-nav ul .no_link a {
  pointer-events: none;
  color: #ddd;
  border-color: #ddd;
}
#mezase .page-nav ul .no_link a::before {
  border-color: #ddd;
}
#mezase .page-nav ul .no_link a::after {
  border-color: #ddd;
}
#mezase .box-sns {
  margin-bottom: 13px;
  padding: 0 15px;
  text-align: center;
}
#mezase .box-sns > div {
  display: inline-block;
  width: 426px;
  transform: scale(1.5);
  padding: 5px 3px;
  margin-bottom: 20px;
}
#mezase .box-sns > div > iframe {
  vertical-align: middle;
}
#mezase .box-sns .facebook {
  padding-right: 13px;
}