@charset "UTF-8";
.trans {
  transition: all .2s;
}

/*
---------------------------------------
page common
---------------------------------------
*/
.page .page-mv {
  position: static;
  background: #111129;
  height: 313px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 650px) {
  .page .page-mv {
    height: 270px;
  }
}

.page .page-ttl {
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  padding-top: 3rem;
}

@media (max-width: 650px) {
  .page .page-ttl {
    font-size: 3rem;
    padding-top: 2rem;
  }
}

.breadcrumbs-wrap {
  position: relative;
  padding: 2rem 0 0;
  z-index: 2;
}

@media (max-width: 650px) {
  .breadcrumbs-wrap {
    padding: 1.5rem 0 0;
  }
}

.breadcrumbs-wrap #breadcrumbs {
  font-size: 1.1rem;
}

.breadcrumbs-wrap #breadcrumbs .dash {
  padding: 0 .5rem;
}

/*
---------------------------------------
star-canvas
---------------------------------------
*/
.star-canvas {
  width: 100%;
  background-color: #111129;
}

.star-canvas canvas {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

/*
---------------------------------------
news-ac
---------------------------------------
*/
#news-ac {
  background: #f3f3f4;
}

#news-ac .sec-news {
  position: relative;
}

#news-ac .sec-news .sec-cont {
  padding: 2rem 0 3rem;
}

#news-ac .sec-news .list {
  margin: 0 -1.6rem;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#news-ac .sec-news .item {
  width: calc(25% - 3.2rem);
  padding: 0;
  margin: 0 1.6rem 3.5rem;
  background: #fff;
}

#news-ac .sec-news .item a {
  display: block;
}

#news-ac .sec-news .item .img img {
  width: 251px;
  height: 169px;
}

#news-ac .sec-news .item .txtbox {
  padding: 2.1rem 2rem 5.5rem;
}

#news-ac .sec-news .item .date {
  font-size: 1.1rem;
  color: #a7a7a7;
  padding-bottom: 0.3rem;
}

#news-ac .sec-news .item .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 650px) {
  #news-ac .sec-news .sec-head {
    background: url(/wp-content/themes/anime/img/news/bg-mv_sp.jpg) no-repeat center center/cover;
    padding: 8rem 0 5.5rem;
  }
  #news-ac .sec-news .sec-cont {
    padding: 2rem 0 5rem;
  }
  #news-ac .sec-news .list {
    margin: 0 -.75rem;
  }
  #news-ac .sec-news .item {
    width: calc(50% - 1.5rem);
    margin: 0 .75rem 1.5rem;
  }
  #news-ac .sec-news .item .img img {
    width: 100%;
    height: 108px;
  }
  #news-ac .sec-news .item .txtbox {
    padding: 1.5rem 1.2rem 2.5rem;
  }
  #news-ac .sec-news .item .ttl {
    font-size: 1.2rem;
  }
}

/* page-nav
-----------------------*/
.page-nav {
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.page-nav .wp-pagenavi {
  display: block;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  transition: all .2s;
  color: #091429;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  padding: 0;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
  color: #fff;
  background: #091429;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.page-nav .wp-pagenavi .nextpostslink span,
.page-nav .wp-pagenavi .previouspostslink span {
  padding: 0;
  margin: 0;
}

@media (max-width: 750px) {
  .page-nav {
    padding: 2rem 0 0;
  }
  .page-nav .wp-pagenavi {
    padding: 0;
  }
  .page-nav .wp-pagenavi a,
  .page-nav .wp-pagenavi span {
    font-size: 1.4rem;
    margin: 3px;
  }
}

/*
---------------------------------------
news-dtl
---------------------------------------
*/
#news-dtl {
  background: #f3f3f4;
}

#news-dtl .breadcrumbs-wrap {
  max-width: 1020px;
  margin: 0 auto;
}

#news-dtl .sec-art {
  padding: 2rem 0 11.2rem;
  position: relative;
}

#news-dtl .art-wrap {
  background: #fff;
  padding: 5rem 9rem;
  max-width: 980px;
  margin: 0 auto;
}

#news-dtl .post-head .date {
  font-size: 1.8rem;
  color: #a7a7a7;
  letter-spacing: .08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 1rem;
}

#news-dtl .post-head .ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .02em;
  padding-bottom: 3.5rem;
}

#news-dtl .post-head .post-thumbnail {
  padding-bottom: 3.5rem;
}

#news-dtl .post-head .post-thumbnail img {
  width: 100%;
  height: auto;
}

#news-dtl .post-content * {
  max-width: 100%;
}

#news-dtl .post-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  background: #f3f3f4;
  padding: 3rem 3.5rem;
  margin: 3rem 0 3rem;
  position: relative;
}

#news-dtl .post-content h2:before {
  content: '';
  background: #0a1821;
  width: 3px;
  height: 35%;
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

#news-dtl .post-content h2:nth-of-type(1) {
  margin: 0 0 3rem;
}

#news-dtl .post-content h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid #0a1821;
  margin-bottom: 2.5rem;
}

#news-dtl .post-content h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

#news-dtl .post-content p {
  padding: 0 0 5rem;
  line-height: 2.2;
}

#news-dtl .post-content p.wp-caption-text {
  font-size: 1.3rem;
  padding: 0 0 4rem;
}

#news-dtl .post-content blockquote {
  position: relative;
  background: #eeedea;
  padding: 2.5rem 6rem;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 4rem;
}

#news-dtl .post-content blockquote p {
  padding: 0;
}

#news-dtl .post-content ul,
#news-dtl .post-content ol {
  margin-bottom: 2rem;
}

#news-dtl .post-content ul li {
  list-style: none;
  margin-left: 14px;
  text-indent: -0.9em;
  line-height: 1.6;
  padding: 0 0 1rem;
  position: relative;
}

#news-dtl .post-content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #091429;
  display: inline-block;
  transform: translateY(-65%);
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

#news-dtl .post-content ul li ul {
  padding-top: 1rem;
  margin-bottom: 0;
}

#news-dtl .post-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 1rem;
}

#news-dtl .post-content ul li ul li:before {
  border: 1px solid #848484;
  background: #fff;
  width: 4px;
  height: 4px;
}

#news-dtl .post-content ul li ul li:last-child {
  padding: 0;
}

#news-dtl .post-content ol {
  counter-reset: item;
  list-style-type: none;
}

#news-dtl .post-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 2;
  position: relative;
  padding: 0 0 1rem 35px;
}

#news-dtl .post-content ol li:before {
  position: absolute;
  left: 0;
  top: 3px;
  counter-increment: item;
  content: counters(item, "-");
  background: #091429;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  line-height: 25px;
  text-align: center;
}

#news-dtl .post-content ol li ol {
  padding-top: 1rem;
  margin-bottom: 0;
}

#news-dtl .post-content ol li ol li {
  line-height: 1.6;
  padding: 0 0 1rem 35px;
}

#news-dtl .post-content ol li ol li:before {
  top: 0;
  content: counters(item, "-") ". ";
  width: auto;
  height: auto;
  line-height: 1.6;
  color: inherit;
  background: none;
}

#news-dtl .post-content ol li:nth-child(9) ~ li:before {
  content: counter(cnt);
}

#news-dtl .post-content p a {
  color: #00a0ff;
  text-decoration: underline;
}

#news-dtl .post-content strong {
  font-size: inherit;
  font-weight: bold;
}

#news-dtl .post-content em {
  font-style: italic;
}

#news-dtl .post-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 5rem 0;
}

#news-dtl .post-content table {
  margin: 0 0 7rem;
  width: 100%;
}

#news-dtl .post-content table tr {
  width: 100%;
}

#news-dtl .post-content table th,
#news-dtl .post-content table td:first-of-type {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #1f1f1f;
  padding: 2rem 2.4rem;
}

#news-dtl .post-content table th + td:first-of-type,
#news-dtl .post-content table td {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  padding: 0 15px;
  border-bottom: 1px solid #adbac2;
  padding: 2rem 1rem 2rem 6rem;
}

#news-dtl .post-content iframe {
  width: 100%;
  height: 470px;
  margin-bottom: 5rem;
}

#news-dtl .post-content .aligncenter {
  display: block;
  margin: 0 auto;
}

#news-dtl .post-content .alignright {
  float: right;
  margin-left: 30px;
}

#news-dtl .post-content .alignleft {
  float: left;
  margin-right: 30px;
}

#news-dtl .post-content img {
  max-width: 100%;
  height: auto;
}

#news-dtl .post-content img[class*="wp-image-"],
#news-dtl .post-content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

#news-dtl .post-content .btn {
  text-align: center;
  margin-bottom: 7rem;
}

#news-dtl .post-content .btn a {
  background: #091429;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  padding: 1.9rem 6rem;
  border: 1px solid #091429;
  transition: all .2s;
}

#news-dtl .post-content .btn a:hover {
  background: #fff;
  color: #091429;
}

#news-dtl .back-btn {
  text-align: center;
  margin-top: 3rem;
}

#news-dtl .back-btn a {
  border: 1px solid #111129;
  color: #111129;
  text-align: center;
  display: inline-block;
  width: 222px;
  height: 50px;
  line-height: 48px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #111129 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

@media (max-width: 650px) {
  #news-dtl .back-btn a {
    font-size: 1rem;
    width: 75%;
  }
}

@media (min-width: 650px) {
  #news-dtl .back-btn a:hover {
    color: #fff;
    background-color: #111129;
    background-position: -100% 100%;
  }
}

@media (max-width: 650px) {
  #news-dtl .sec-art {
    padding: 1.5rem 0 4.5rem;
  }
  #news-dtl .art-wrap {
    padding: 2.5rem 2rem 5.4rem;
  }
  #news-dtl .post-head .date {
    font-size: 1.3rem;
  }
  #news-dtl .post-head .ttl {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  #news-dtl .post-head .post-thumbnail {
    padding-bottom: 2rem;
  }
  #news-dtl .post-content h2 {
    font-size: 1.9rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    margin: 2rem 0 1.5rem;
  }
  #news-dtl .post-content h2:before {
    height: 50%;
  }
  #news-dtl .post-content h2:nth-of-type(1) {
    margin: 0 0 1.5rem;
  }
  #news-dtl .post-content h3 {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #news-dtl .post-content h4 {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
  }
  #news-dtl .post-content p {
    padding: 0 0 3.5rem;
    font-size: 1.5rem;
    line-height: 2;
  }
  #news-dtl .post-content table {
    width: 100%;
    margin-bottom: 5rem;
    display: block;
    border-left: 1px solid #adbac2;
    border-right: 1px solid #adbac2;
    border-top: 1px solid #adbac2;
  }
  #news-dtl .post-content table tr {
    width: 100%;
    display: block;
  }
  #news-dtl .post-content table th,
  #news-dtl .post-content table td:first-of-type {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    vertical-align: middle;
    display: block;
    background: #f3f3f4;
  }
  #news-dtl .post-content table th + td:first-of-type,
  #news-dtl .post-content table td {
    font-size: 1.5rem;
    padding: 1.5rem;
    vertical-align: middle;
    display: block;
    background: #fff;
  }
  #news-dtl .post-content iframe {
    width: 100%;
  }
  #news-dtl .post-content blockquote {
    padding: 2.5rem 2rem;
    margin: 4rem 0;
  }
  #news-dtl .post-content ul li,
  #news-dtl .post-content ol li {
    line-height: 1.7;
  }
  #news-dtl .post-content ul li ul li,
  #news-dtl .post-content ul li ol li,
  #news-dtl .post-content ol li ul li,
  #news-dtl .post-content ol li ol li {
    line-height: 1.7;
  }
  #news-dtl .post-content ol li:before {
    top: -3px;
  }
  #news-dtl .post-content hr {
    margin: 3rem 0;
  }
  #news-dtl .post-content .aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
  }
  #news-dtl .post-content .alignright {
    float: none;
    margin: 0 auto 1.5rem;
  }
  #news-dtl .post-content .alignleft {
    float: none;
    margin: 0 auto 1.5rem;
  }
  #news-dtl .post-content img[class*="wp-image-"],
  #news-dtl .post-content img[class*="attachment-"] {
    height: auto;
    width: 100%;
  }
  #news-dtl .post-content .btn {
    margin-bottom: 5.5rem;
  }
  #news-dtl .post-content .btn a {
    padding: 1.5rem 2rem;
    width: 90%;
  }
  #news-dtl .back-btn a {
    font-size: 1.3rem;
    background: #f6f7f9;
    width: 80%;
  }
}

/*
---------------------------------------
onair
---------------------------------------
*/
#onair .sec-onair {
  position: relative;
  padding: 3rem 0 0;
}

@media (max-width: 650px) {
  #onair .sec-onair {
    padding: 2rem 0 0;
  }
  #onair .sec-onair .inner {
    padding: 0;
  }
}

#onair .sec-onair .sec-head {
  padding: 0 0 6.5rem;
  text-align: center;
}

@media (max-width: 650px) {
  #onair .sec-onair .sec-head {
    padding: 0 5% 2.8rem;
  }
}

#onair .sec-onair .sec-head .img {
  display: block;
  padding: 0 0 11rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .sec-head .img {
    padding: 0 0 5rem;
  }
}

#onair .sec-onair .sec-head .catch-01 {
  font-size: 2rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .sec-head .catch-01 {
    font-size: 1.2rem;
  }
}

#onair .sec-onair .sec-head .catch-02 {
  font-size: 4.5rem;
  font-weight: bold;
}

@media (max-width: 650px) {
  #onair .sec-onair .sec-head .catch-02 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

#onair .sec-onair .sec-head .note {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .sec-head .note {
    font-size: 1.2rem;
  }
}

#onair .sec-onair .box {
  border: 11px solid #f3f3f4;
  padding: 4.2rem 4.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .box {
    border: 18px solid #f3f3f4;
    padding: 3.5rem 3% 1rem;
    margin-bottom: 1rem;
  }
}

#onair .sec-onair .box .box-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 2.4rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .box .box-ttl {
    font-size: 2rem;
  }
}

#onair .sec-onair .note-02 {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 6rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .note-02 {
    font-size: 1.2rem;
    padding-bottom: 2.8rem;
  }
}

#onair .sec-onair .tbl-01 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dcdcdc;
}

#onair .sec-onair .tbl-01 li {
  width: 25%;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem 0;
}

#onair .sec-onair .tbl-01 li:nth-of-type(1), #onair .sec-onair .tbl-01 li:nth-of-type(2), #onair .sec-onair .tbl-01 li:nth-of-type(3), #onair .sec-onair .tbl-01 li:nth-of-type(4) {
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 650px) {
  #onair .sec-onair .tbl-01 li {
    width: 50%;
    font-size: 1.1rem;
    padding: 1.5rem 0;
  }
}

#onair .sec-onair .tbl-01 li a {
  text-decoration: underline;
  display: block;
  width: 100%;
  height: auto;
}

#onair .sec-onair .child .child-ttl {
  font-size: 2.3rem;
  font-weight: bold;
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .child .child-ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}

#onair .sec-onair .child-01 {
  padding-bottom: 4rem;
}

@media (max-width: 650px) {
  #onair .sec-onair .child-01 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 650px) {
  #onair .sec-onair .child-02 {
    padding-bottom: 2rem;
  }
}

/*
---------------------------------------
staff
---------------------------------------
*/
#staff section {
  position: relative;
}

#staff .sec-staff {
  padding: 8rem 0 3rem;
}

@media (max-width: 650px) {
  #staff .sec-staff {
    padding: 4rem 0 0;
  }
}

#staff .sec-staff .sec-ttl {
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 6.8rem;
}

@media (max-width: 650px) {
  #staff .sec-staff .sec-ttl {
    font-size: 3rem;
    padding-bottom: 3.5rem;
  }
}

#staff .sec-staff .list {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ececf0;
  padding-bottom: 3rem;
}

@media (max-width: 650px) {
  #staff .sec-staff .list {
    padding-bottom: 0;
    justify-content: flex-start;
  }
}

#staff .sec-staff .list .item {
  text-align: center;
  width: 310px;
  padding-bottom: 7.5rem;
}

@media (max-width: 650px) {
  #staff .sec-staff .list .item {
    padding-bottom: 4rem;
  }
}

@media (max-width: 650px) {
  #staff .sec-staff .list .item {
    width: 50%;
  }
}

#staff .sec-staff .list .item .job {
  font-size: 1.5rem;
  color: #646464;
}

@media (max-width: 650px) {
  #staff .sec-staff .list .item .job {
    font-size: 1.3rem;
  }
}

#staff .sec-staff .list .item .name {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.8;
}

@media (max-width: 650px) {
  #staff .sec-staff .list .item .name {
    font-size: 2.9rem;
  }
}

#staff .sec-staff.sec-02 .list-01,
#staff .sec-staff.sec-02 .list-02 {
  border: none;
  padding-bottom: 11rem;
}

@media (max-width: 650px) {
  #staff .sec-staff.sec-02 .list-01,
  #staff .sec-staff.sec-02 .list-02 {
    padding-bottom: 5rem;
  }
}

@media (max-width: 650px) {
  #staff .sec-staff.sec-02 .list-03 {
    padding-bottom: 3rem;
  }
}

#staff .sec-thanks {
  padding: 8rem 0 3rem;
  border-bottom: 1px solid #ececf0;
}

@media (max-width: 650px) {
  #staff .sec-thanks {
    padding: 4rem 0 3rem;
  }
}

#staff .sec-thanks .sec-ttl {
  font-size: 3.5rem;
  text-align: center;
  padding-bottom: 6.8rem;
}

@media (max-width: 650px) {
  #staff .sec-thanks .sec-ttl {
    font-size: 3rem;
    padding-bottom: 3.5rem;
  }
}

#staff .sec-thanks .logo-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#staff .sec-thanks .logo-item {
  padding: 0 2rem;
  line-height: 1;
  margin-bottom: 4rem;
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    width: calc(100% / 3);
  }
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-01 {
    width: 28%;
  }
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-02 {
    width: 28%;
  }
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-03 {
    width: 38%;
  }
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-04 {
    width: calc(100% / 2);
  }
}

#staff .sec-thanks .logo-item.item-06 {
  margin-left: 5rem;
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-06 {
    margin-left: 0;
  }
}

#staff .sec-thanks .logo-item.item-10 {
  margin-right: 5rem;
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-10 {
    margin-right: 0;
    width: 25%;
  }
}

@media (max-width: 650px) {
  #staff .sec-thanks .logo-item.item-14 {
    width: 25%;
  }
}

#staff .sec-thanks .note {
  text-align: right;
  padding-right: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 650px) {
  #staff .sec-thanks .note {
    padding-right: 0;
    padding-bottom: 0;
  }
}

#staff .sec-theme {
  padding: 9rem 0 3.5rem;
}

@media (max-width: 650px) {
  #staff .sec-theme {
    padding: 5rem 0 0;
  }
}

#staff .sec-theme.end {
  padding-bottom: 20rem;
}

@media (max-width: 650px) {
  #staff .sec-theme.end {
    padding: 0;
  }
  #staff .sec-theme.end .item-02 {
    padding-bottom: 5rem;
  }
}

#staff .sec-theme .sec-ttl {
  font-size: 4.2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 7.5rem;
}

@media (max-width: 650px) {
  #staff .sec-theme .sec-ttl {
    font-size: 3rem;
    padding-bottom: 4rem;
  }
}

#staff .sec-theme .box {
  justify-content: center;
}

#staff .sec-theme .item {
  padding: 0 4.5rem;
}

@media (max-width: 650px) {
  #staff .sec-theme .item {
    padding: 0 0 8.5rem;
  }
}

#staff .sec-theme .item .txt-head {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #ececf0;
}

#staff .sec-theme .item .date {
  font-size: 1.5rem;
  color: #646464;
  padding: 0 0 0.6rem;
}

#staff .sec-theme .item .ttl {
  font-size: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-bottom: 1.8rem;
}

@media (max-width: 650px) {
  #staff .sec-theme .item .ttl {
    font-size: 2.8rem;
  }
}

#staff .sec-theme .item .ttl .band {
  font-size: 2rem;
  padding-left: 1rem;
}

@media (max-width: 650px) {
  #staff .sec-theme .item .ttl .band {
    padding-left: 0;
    font-size: 1.8rem;
  }
}

#staff .sec-theme .item dl .row {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 650px) {
  #staff .sec-theme .item dl .row dt,
  #staff .sec-theme .item dl .row dd {
    font-size: 1.3rem;
  }
}

#staff .sec-theme .item .txt-foot {
  padding: 2rem 0 1.5rem;
}

#staff .sec-theme .item .txt {
  font-size: 1.4rem;
}

/*
---------------------------------------
story
---------------------------------------
*/
@media (min-width: 651px) {
  #story #container.fixed {
    padding-top: 120px;
  }
}

@media (max-width: 650px) {
  #story #container.fixed .sec-story {
    padding-top: 105px;
  }
}

#story .story-nav {
  position: relative;
  padding: 3rem 0;
}

#story .story-nav.fixed {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0;
  background: #f3f3f4;
}

@media (max-width: 650px) {
  #story .story-nav {
    padding: 1.5rem 0 3rem;
  }
  #story .story-nav .inner {
    padding: 0;
  }
}

#story .story-nav .list-wrap {
  background: #f3f3f4;
  padding: 1.5rem 3rem;
  display: flex;
  display: -webkit-flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 650px) {
  #story .story-nav .list-wrap {
    padding: 1.5rem 5%;
  }
}

#story .story-nav .list {
  white-space: nowrap;
}

#story .story-nav .item {
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 0.8rem;
}

@media (max-width: 650px) {
  #story .story-nav .item {
    margin-right: .5rem;
  }
}

#story .story-nav .item a {
  display: inline-block;
  height: 3rem;
  line-height: 2.8rem;
  border: 1px solid #dfdfdf;
  border-radius: 3rem;
  background: #fff;
  padding: 0 2.4rem;
  transition: all .2s;
}

@media (min-width: 651px) {
  #story .story-nav .item a:hover {
    border: 1px solid #111129;
  }
}

#story .sec-story {
  position: relative;
}

#story .sec-story .box-story {
  border-bottom: 1px solid #b7b7be;
  margin-bottom: 4.5rem;
}

@media (max-width: 650px) {
  #story .sec-story .box-story {
    margin-bottom: 5rem;
  }
  #story .sec-story .box-story:last-child {
    margin-bottom: 0;
  }
}

#story .slide-wrap {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 650px) {
  #story .slide-wrap {
    display: block;
  }
}

#story .synchro-slider {
  width: 80%;
}

@media (max-width: 650px) {
  #story .synchro-slider {
    width: 100%;
  }
}

#story .synchro-slider-nav {
  width: 20%;
}

@media (max-width: 650px) {
  #story .synchro-slider-nav {
    width: 100%;
  }
}

#story .slide-item {
  width: 100%;
  height: 492px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 650px) {
  #story .slide-item {
    height: 188px;
  }
}

#story .thumbnail-item {
  line-height: 0;
  width: 100%;
  height: 123px;
  outline-offset: -2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 650px) {
  #story .thumbnail-item {
    height: 46px;
  }
}

#story .thumbnail-item.slick-current {
  outline: 2px solid #00a1e9;
}

#story .sec-cont {
  padding: 4.9rem 0;
}

@media (max-width: 650px) {
  #story .sec-cont {
    padding: 3rem 0 2.5rem;
  }
}

#story .sec-cont .box-l {
  width: 72%;
  border-right: 1px solid #b7b7be;
  padding: 0 5vw 2.5rem 1rem;
}

@media (max-width: 650px) {
  #story .sec-cont .box-l {
    width: 100%;
    border-right: none;
    padding: 0 0 3rem;
    border-bottom: 1px solid #b7b7be;
  }
}

#story .sec-cont .box-l .ttl {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 2.7rem;
}

@media (max-width: 650px) {
  #story .sec-cont .box-l .ttl {
    padding-bottom: 2rem;
  }
}

#story .sec-cont .box-l .ttl .num {
  font-size: 1.9rem;
  color: #919197;
  margin-right: 1.5rem;
}

#story .sec-cont .box-l .ttl .min {
  font-size: 3rem;
}

@media (max-width: 650px) {
  #story .sec-cont .box-l .ttl .min {
    font-size: 2.5rem;
  }
}

#story .sec-cont .box-l .txt {
  font-size: 1.3rem;
}

#story .sec-cont .box-r {
  width: 28%;
  padding: 0 0 0 3vw;
}

@media (max-width: 650px) {
  #story .sec-cont .box-r {
    padding: 2.5rem 0 0;
    width: 100%;
  }
}

#story .sec-cont .box-r .staff-ttl {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}

#story .sec-cont .box-r dl .row {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: .5rem;
}

#story .sec-cont .box-r dl dt,
#story .sec-cont .box-r dl dd {
  font-size: 1.3rem;
}

/*
---------------------------------------
character
---------------------------------------
*/
#character .sec-character {
  position: relative;
  padding: 3rem 0 0;
}

#character .tabs-cont {
  padding: 6rem 0 12rem;
  margin-top: -6rem;
}

#character .sec-cont .band-ttl {
  text-align: center;
  padding-bottom: 5.5rem;
}

#character .sec-cont .list,
#character .sec-cont .list-sub {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 -1.3rem;
}

#character .sec-cont .list a,
#character .sec-cont .list-sub a {
  display: block;
  cursor: pointer;
}

#character .sec-cont .list a .img,
#character .sec-cont .list-sub a .img {
  position: relative;
  overflow: hidden;
}

#character .sec-cont .list a .mask,
#character .sec-cont .list-sub a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: rgba(17, 17, 41, 0.8);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#character .sec-cont .list a .txt-wrap,
#character .sec-cont .list-sub a .txt-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

#character .sec-cont .list a .detail,
#character .sec-cont .list-sub a .detail {
  font-size: 1.2rem;
  letter-spacing: .2em;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 1rem;
  line-height: 1.1;
  padding-left: .2em;
}

@media (min-width: 651px) {
  #character .sec-cont .list a:hover .mask,
  #character .sec-cont .list-sub a:hover .mask {
    bottom: 0;
  }
  #character .sec-cont .list a:hover .txt-wrap,
  #character .sec-cont .list-sub a:hover .txt-wrap {
    opacity: 1;
  }
}

#character .sec-cont .list .img,
#character .sec-cont .list-sub .img {
  margin-bottom: 2.5rem;
}

#character .sec-cont .list .position,
#character .sec-cont .list-sub .position {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 2px 0.8rem 2px calc(.8rem + .2em);
  letter-spacing: .2em;
  margin-bottom: 1rem;
}

#character .sec-cont .list .position.sub,
#character .sec-cont .list-sub .position.sub {
  color: inherit;
  padding: 0;
  letter-spacing: 0;
}

#character .sec-cont .list .position.a,
#character .sec-cont .list-sub .position.a {
  background: #0082d7;
}

#character .sec-cont .list .position.g,
#character .sec-cont .list-sub .position.g {
  background: #d70930;
}

#character .sec-cont .list .name,
#character .sec-cont .list-sub .name {
  font-size: 2rem;
  font-weight: bold;
  color: #091429;
}

#character .sec-cont .item {
  padding: 0 1.3rem;
}

#character .correlation {
  text-align: center;
  position: relative;
  padding-bottom: 10rem;
}

.page-character .mfp-wrap,
.page-character .mfp-bg {
  z-index: 6;
}

.page-character .mfp-content {
  padding: 5rem 0;
}

.page-character .mfp-close-btn-in .mfp-close {
  background: #d2d2d5;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 34px;
  top: -14px;
  right: -14px;
  opacity: 1;
}

.page-character .modal-cont {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 36px 0 132px;
}

.page-character .modal-cont.o {
  padding: 135px 0 132px;
}

.page-character .modal-cont .inner {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
}

.page-character .modal-cont .modal-head {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.3rem;
  position: relative;
  z-index: 2;
}

.page-character .modal-cont .prof-box {
  position: relative;
  padding-left: 6rem;
}

.page-character .modal-cont .prof-namebox {
  position: relative;
  margin-bottom: 3rem;
}

.page-character .modal-cont .prof-namebox:before {
  content: 'REN\ANANAHOSHI';
  white-space: pre;
  font-size: 16rem;
  color: #f6f6f6;
  line-height: .95;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: -43px;
  transform: translateY(-45%);
  z-index: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-character .modal-cont .prof-namebox.a-1:before {
  content: 'REN\ANANAHOSHI';
}

.page-character .modal-cont .prof-namebox.a-2:before {
  content: 'WATARU\AMATOBA';
}

.page-character .modal-cont .prof-namebox.a-3:before {
  content: 'YUTO\AGORYO';
}

.page-character .modal-cont .prof-namebox.a-4:before {
  content: 'BANRI\ASHIROISHI';
}

.page-character .modal-cont .prof-namebox.a-5:before {
  content: 'RIO\AKIKYO';
}

.page-character .modal-cont .prof-namebox.g-1:before {
  content: 'REON\AMISONO';
}

.page-character .modal-cont .prof-namebox.g-2:before {
  content: 'RYO\A AKEBONO';
}

.page-character .modal-cont .prof-namebox.g-3:before {
  content: 'NAYUTA\A ASAHI';
}

.page-character .modal-cont .prof-namebox.g-4:before {
  content: 'MIYUKI\ASAKAIGAWA';
}

.page-character .modal-cont .prof-namebox.g-5:before {
  content: 'KENTA\ASATOZUKA';
}

.page-character .modal-cont .prof-namebox.o-1:before {
  content: 'KENZO\AHAKKODA';
}

.page-character .modal-cont .prof-namebox.o-2:before {
  content: 'SHINTARO\AMASHU';
}

.page-character .modal-cont .prof-namebox .box {
  position: relative;
  z-index: 2;
}

.page-character .modal-cont .prof-namebox .position span {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 2px 0.5rem 2px calc(0.5rem + .2em);
  letter-spacing: .2em;
  margin-bottom: 2rem;
}

.page-character .modal-cont .prof-namebox .position.a span {
  background: #0082d7;
}

.page-character .modal-cont .prof-namebox .position.g span {
  background: #d70930;
}

.page-character .modal-cont .prof-namebox .position.o span {
  background: none;
  color: #111129;
  letter-spacing: 0;
}

.page-character .modal-cont .prof-namebox .name-box {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-character .modal-cont .prof-namebox .name {
  font-size: 4rem;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: .07em;
}

.page-character .modal-cont .prof-namebox .cv {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 22px;
}

.page-character .modal-cont .img-illust {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/anime/img/character/img-illust-a-1.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.a-1 {
  background: url(/wp-content/themes/anime/img/character/img-illust-a-1.png) no-repeat right 4rem top 62px;
  background-size: auto calc(100% - 102px);
}

.page-character .modal-cont .img-illust.a-2 {
  background: url(/wp-content/themes/anime/img/character/img-illust-a-2.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.a-3 {
  background: url(/wp-content/themes/anime/img/character/img-illust-a-3.png) no-repeat right 10px top 40px;
  background-size: auto calc(100% - 105px);
}

.page-character .modal-cont .img-illust.a-4 {
  background: url(/wp-content/themes/anime/img/character/img-illust-a-4.png) no-repeat right 85px top 100px;
  background-size: auto calc(100% - 160px);
}

.page-character .modal-cont .img-illust.a-5 {
  background: url(/wp-content/themes/anime/img/character/img-illust-a-5.png) no-repeat right top 48px;
  background-size: auto calc(100% - 75px);
}

.page-character .modal-cont .img-illust.g-1 {
  background: url(/wp-content/themes/anime/img/character/img-illust-g-1.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.g-2 {
  background: url(/wp-content/themes/anime/img/character/img-illust-g-2.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.g-3 {
  background: url(/wp-content/themes/anime/img/character/img-illust-g-3.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.g-4 {
  background: url(/wp-content/themes/anime/img/character/img-illust-g-4.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.g-5 {
  background: url(/wp-content/themes/anime/img/character/img-illust-g-5.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.o-1 {
  background: url(/wp-content/themes/anime/img/character/img-illust-o-1.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-illust.o-2 {
  background: url(/wp-content/themes/anime/img/character/img-illust-o-2.png) no-repeat right top 55px;
  background-size: auto calc(100% - 145px);
}

.page-character .modal-cont .img-sd {
  position: absolute;
  right: 7rem;
  z-index: 2;
  bottom: 5px;
}

.page-character .modal-cont .serif {
  position: relative;
  z-index: 2;
}

.page-character .modal-cont .serif .row {
  display: inline-block;
  font-size: 2rem;
  font-style: italic;
  line-height: 1;
  margin: 0 0 1em;
  border-bottom: 1px solid #111129;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .15em;
}

.page-character .modal-cont .prof {
  max-width: 460px;
  font-size: 1.3rem;
  line-height: 2;
  position: relative;
  z-index: 2;
  padding-bottom: 4.3rem;
}

.page-character .modal-cont .detail-box {
  background: #fff;
  padding: 2.7rem 0 0;
  margin-left: 6rem;
  max-width: 465px;
}

.page-character .modal-cont .detail-box .tbl-01 .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.page-character .modal-cont .detail-box .tbl-01 dt {
  display: table-cell;
  width: 31%;
  font-size: 1.3rem;
  border-bottom: 1px solid #0f0f0f;
  padding: 1.2rem 1rem;
  text-align: center;
}

.page-character .modal-cont .detail-box .tbl-01 dd {
  display: table-cell;
  font-size: 1.3rem;
  border-bottom: 1px solid #adbac2;
  padding: 1.2rem 1rem 1.2rem 5rem;
}

@media (max-width: 650px) {
  #character .tabs-cont {
    padding: 5rem 0 8.5rem;
    margin-top: -5rem;
  }
  #character .sec-cont .inner {
    padding: 0;
  }
  #character .sec-cont .list,
  #character .sec-cont .list-sub {
    margin: 0;
  }
  #character .sec-cont .item {
    padding: 0;
  }
  #character .sec-cont .slick-slide img {
    margin: 0 auto;
  }
  #character .sec-cont .cont-02 {
    padding: 5rem 0 10rem;
  }
  #character .sec-cont .cont-02 .band-ttl {
    width: 30%;
    margin: 0 auto;
  }
  #character .sec-cont .band-ttl {
    width: 45%;
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
  #character .correlation {
    padding-bottom: 5rem;
  }
  .page-character .mfp-close-btn-in .mfp-close {
    background: #d2d2d5;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 29px;
    top: -8px;
    right: -8px;
    opacity: 1;
  }
  .page-character .mfp-container {
    padding: 0;
  }
  .page-character .mfp-content {
    padding: 2.5rem 0;
  }
  .page-character .modal-cont {
    width: 90%;
    margin: 0 auto;
    padding: 2.2rem 0 0;
  }
  .page-character .modal-cont.g .band-ttl {
    width: 26%;
  }
  .page-character .modal-cont > .inner {
    padding: 0;
  }
  .page-character .modal-cont .modal-head {
    margin-bottom: 0;
    padding: 0 5%;
  }
  .page-character .modal-cont .img-illust {
    background: none !important;
    height: 480px;
    overflow: hidden;
  }
  .page-character .modal-cont .img-illust:before {
    content: 'REN\ANANAHOSHI';
    white-space: pre;
    font-size: 11rem;
    color: #f6f6f6;
    line-height: .95;
    letter-spacing: .03em;
    position: absolute;
    top: 50%;
    left: -.2em;
    transform: translateY(-45%);
    z-index: -1;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-character .modal-cont .img-illust:after {
    content: '';
    background: url(/wp-content/themes/anime/img/character/img-illust-a-2_sp.png) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-character .modal-cont .img-illust.a-1 {
    height: 495px;
  }
  .page-character .modal-cont .img-illust.a-1:before {
    content: 'REN\ANANAHOSHI';
  }
  .page-character .modal-cont .img-illust.a-1:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-a-1_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.a-2:before {
    content: 'WATARU\AMATOBA';
  }
  .page-character .modal-cont .img-illust.a-2:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-a-2_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.a-3 {
    height: 496px;
  }
  .page-character .modal-cont .img-illust.a-3:before {
    content: 'YUTO\AGORYO';
  }
  .page-character .modal-cont .img-illust.a-3:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-a-3_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.a-4:before {
    content: 'BANRI\ASHIROISHI';
  }
  .page-character .modal-cont .img-illust.a-4:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-a-4_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.a-5:before {
    content: 'RIO\AKIKYO';
  }
  .page-character .modal-cont .img-illust.a-5:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-a-5_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.g-1:before {
    content: 'REON\AMISONO';
  }
  .page-character .modal-cont .img-illust.g-1:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-g-1_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.g-2:before {
    content: 'RYO\A AKEBONO';
  }
  .page-character .modal-cont .img-illust.g-2:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-g-2_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.g-3:before {
    content: 'NAYUTA\A ASAHI';
  }
  .page-character .modal-cont .img-illust.g-3:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-g-3_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.g-4:before {
    content: 'MIYUKI\ASAKAIGAWA';
  }
  .page-character .modal-cont .img-illust.g-4:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-g-4_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .img-illust.g-5:before {
    content: 'KENTA\ASATOZUKA';
  }
  .page-character .modal-cont .img-illust.g-5:after {
    background: url(/wp-content/themes/anime/img/character/img-illust-g-5_sp.png) no-repeat center top;
    background-size: auto 100%;
  }
  .page-character .modal-cont .band-ttl {
    width: 35%;
  }
  .page-character .modal-cont .prof-box {
    margin-bottom: 0;
    padding: 0 7%;
    padding-top: 450px;
  }
  .page-character .modal-cont .prof-namebox {
    margin-bottom: 1.3rem;
  }
  .page-character .modal-cont .prof-namebox:before {
    content: none !important;
  }
  .page-character .modal-cont .prof-namebox .box {
    padding: 0;
  }
  .page-character .modal-cont .prof-namebox .position {
    margin-bottom: .8rem;
    padding: 2px 0;
  }
  .page-character .modal-cont .prof-namebox .position span {
    margin-bottom: 0;
  }
  .page-character .modal-cont .prof-namebox .name {
    padding-bottom: 0;
    margin-bottom: .8rem;
    font-size: 3rem;
  }
  .page-character .modal-cont .prof-namebox .cv {
    font-size: 1.3rem;
  }
  .page-character .modal-cont .prof {
    padding-bottom: 3rem;
  }
  .page-character .modal-cont .serif .row {
    font-size: 2rem;
    margin: 0 0 .8em;
  }
  .page-character .modal-cont .detail-box {
    position: relative;
    z-index: 2;
    padding: 1rem 5% 4.3rem;
    margin: 0;
  }
  .page-character .modal-cont .detail-box .ttl {
    font-size: 1.9rem;
  }
  .page-character .modal-cont .detail-box .tbl-01 dt {
    width: 42%;
    padding: .9rem 0 .9rem .5rem;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.3rem;
    text-align: left;
  }
  .page-character .modal-cont .detail-box .tbl-01 dd {
    padding: .9rem 0 .9rem .5rem;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 1.3rem;
  }
}
