@charset "UTF-8";
.iziModal {
  background: none !important;
}

#movie_modal {
  display: none;
}

@media (min-width: 769px) {
  html, body {
    height: 100%;
  }
  #gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
  }
  #gnav ul {
    display: flex;
  }
  #gnav ul li {
    margin-left: 15px;
  }
  #gnav ul li a {
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
  }
  #gnav ul li a.active {
    color: #fff;
    background: #e50012;
  }
  #gnav .sns {
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
  #gnav .sns a {
    display: inline-block;
    margin: 0 7px;
  }
  #gnav .logo {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  #bnr {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  #bnr div {
    margin: 0 15px;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .wrap {
    height: 100%;
    display: flex;
  }
  .wrap .info {
    width: 25%;
    padding: 35px 30px;
    position: relative;
    top: -80px;
  }
  .wrap .info h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  .wrap .info .news {
    margin-bottom: 40px;
  }
  .wrap .info .news h2 {
    margin-bottom: 20px;
  }
  .wrap .info .news ul {
    list-style: none;
    height: 125px;
    overflow-y: scroll;
  }
  .wrap .info .news ul li {
    border-bottom: 1px dashed #4d4d4d;
    padding: 7px 0;
  }
  .wrap .info .news ul li .date {
    color: #e50012;
    font-size: 13px;
    line-height: 19px;
  }
  .wrap .info .news ul li .title {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
  }
  .wrap .info .twitter {
    margin-bottom: 40px;
  }
  .wrap .info .twitter h2 {
    margin-bottom: 20px;
    position: relative;
  }
  .wrap .info .twitter h2 .follow {
    color: #e50012;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .wrap .info .pc_video {
    margin-bottom: 40px;
    text-align: center;
  }
  .wrap .info .bnr_store {
    max-width: 320px;
    height: 100px;
    margin: auto;
  }
  .wrap .info .staff h2 {
    margin-bottom: 20px;
  }
  .wrap .info .staff table {
    width: 100%;
  }
  .wrap .info .staff table th {
    color: #e50012;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
  }
  .wrap .info .staff table td {
    color: #fff;
    font-size: 12px;
  }
  .wrap .info .staff table .coron {
    color: #e50012;
    padding: 0 5px;
  }
  .wrap .info .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
  }
  .wrap .info .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wrap .visual {
    width: 75%;
    background: #000;
    background-size: cover;
    text-align: center;
    position: relative;
  }
  .wrap .visual .front {
    position: relative;
    height: 100%;
  }
  .wrap .visual .front img {
    width: auto;
  }
  .wrap .visual .float_logo {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 10;
  }
  .wrap .visual .float_logo img {
    width: 150px;
  }
  .wrap .visual .horizontal {
    display: inline-block;
    animation: horizontal 1s ease-in-out infinite alternate;
    animation-duration: 3s;
  }
  .wrap .visual .vertical {
    display: inline-block;
    animation: vertical 1s ease-in-out infinite alternate;
    animation-duration: 2s;
  }
  .wrap .visual .movie {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
  }
  footer {
    font-size: 12px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9d9d9d;
  }
}

@keyframes horizontal {
  0% {
    transform: translate3d(5px, 0, 0);
  }
  50% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes vertical {
  0% {
    transform: translate3d(0, 5px, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 5px, 0);
  }
}

@media (max-height: 1000px) {
  .wrap {
    height: auto;
  }
}

@media (max-width: 1149px) {
  .wrap .info {
    min-width: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap .info .staff table th {
    white-space: normal;
    width: 30%;
  }
  .wrap .visual {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .wrap .visual .front img {
    height: auto;
    bottom: -10px;
    left: 0;
    top: auto;
  }
  .wrap .visual .float_logo {
    width: 190px;
  }
  .wrap .visual .movie img {
    width: 250px;
  }
}

.modal_link:hover {
  opacity: 1;
}

.iziModal-content {
  text-align: center;
}

.modal_link img {
  width: auto;
  max-width: 100%;
  height: 96vh;
  margin: auto;
}

@media (max-width: 768px) {
  .modal_link img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #movie_modal {
    width: 70%;
  }
  body {
    padding-bottom: 50px;
  }
  .sp_navi_open {
    display: block;
    background: #dc1b27;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 40px;
    width: 40px;
  }
  .sp_navi_open span {
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    margin: 5px auto;
  }
  .sp_navi {
    box-shadow: none !important;
    height: auto !important;
  }
  .sp_navi nav {
    text-align: center;
  }
  .sp_navi nav ul {
    padding-top: 40px;
  }
  .sp_navi nav ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 50px;
  }
  .sp_navi .sns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .sp_navi .sns a {
    display: inline-block;
    margin: 7px;
  }
  .sp_navi .close {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding-top: 17px;
    z-index: 10;
    cursor: pointer;
  }
  .sp_navi .close span {
    margin: auto;
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
  }
  .sp_navi .close span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  #bnr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
  }
  #bnr div {
    width: 47.7%;
    margin-bottom: 10px;
  }
  .wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .wrap .info {
    order: 2;
    width: 100%;
    padding: 0 5.33%;
  }
  .wrap .info h1 {
    margin-bottom: 50px;
  }
  .wrap .info .news {
    margin-bottom: 55px;
  }
  .wrap .info .news h2 {
    margin-bottom: 20px;
  }
  .wrap .info .news ul {
    list-style: none;
    overflow-y: scroll;
  }
  .wrap .info .news ul li {
    border-bottom: 1px dashed #4d4d4d;
    padding: 7px 0;
  }
  .wrap .info .news ul li .date {
    color: #e50012;
    font-size: 13px;
    line-height: 19px;
  }
  .wrap .info .news ul li .title {
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
  }
  .wrap .info .twitter {
    margin-bottom: 55px;
  }
  .wrap .info .twitter h2 {
    margin-bottom: 20px;
    position: relative;
  }
  .wrap .info .twitter h2 .follow {
    color: #e50012;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .wrap .info .twitter iframe {
    width: 300px !important;
    height: 260px !important;
    margin: auto;
    display: block !important;
  }
  .wrap .info .bnr_store {
    width: auto;
    height: auto;
  }
  .wrap .info .staff {
    margin-bottom: 50px;
  }
  .wrap .info .staff h2 {
    margin-bottom: 20px;
  }
  .wrap .info .staff table {
    width: 100%;
  }
  .wrap .info .staff table th {
    color: #e50012;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
  }
  .wrap .info .staff table td {
    color: #fff;
    font-size: 14px;
  }
  .wrap .info .staff table .coron {
    color: #e50012;
    padding: 0 5px;
  }
  .wrap .info .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .wrap .info .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wrap .visual {
    order: 1;
    width: 100%;
    background: #000;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .wrap .visual h1 {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin-bottom: 30px;
  }
  .wrap .visual h1 img {
    width: 100%;
  }
  .wrap .visual .front {
    text-align: center;
    width: 100%;
  }
  .wrap .visual .front img {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .wrap .visual .front .fixed_bnr {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .wrap .visual .float_logo {
    position: absolute;
    bottom: 195px;
    right: 5px;
    z-index: 10;
    width: 82.5px;
  }
  .wrap .visual .horizontal {
    display: inline-block;
    animation: horizontal 1s ease-in-out infinite alternate;
    animation-duration: 3s;
  }
  .wrap .visual .vertical {
    display: inline-block;
    animation: vertical 1s ease-in-out infinite alternate;
    animation-duration: 2s;
  }
  .wrap .visual .movie {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
  }
  .sns_bottom {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  .sns_bottom a {
    display: inline-block;
    margin: 7px;
  }
  footer {
    font-size: 12px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9d9d9d;
  }
  #pagetop_sp {
    margin-top: 62.5px;
  }
  #pagetop_sp a {
    display: flex;
    background: #2c2c2c;
    height: 35px;
    justify-content: center;
    align-items: center;
  }
  #pagetop_sp a span {
    border-top: 2px solid #e50012;
    border-right: 2px solid #e50012;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: 5px;
  }
  .video_modal {
    max-width: 95% !important;
  }
  .video_modal iframe {
    height: 450px !important;
  }
}

@media (max-width: 640px) {
  .video_modal {
    max-width: 300px !important;
  }
  .video_modal iframe {
    height: 180px !important;
  }
}

/* 下層ページ */
#contents {
  max-width: 1200px;
  margin: auto;
  padding: 56px 0 40px 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

#contents h1 {
  margin-bottom: 30px;
  background: url(../images/ttl_bg.png) no-repeat left bottom;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px 20px;
  letter-spacing: 0.05em;
}

#contents.news #category {
  display: flex;
}

#contents.news #category li {
  width: 170px;
  list-style: none;
  margin-right: 15px;
}

#contents.news #category li:last-child {
  margin-right: 0;
}

#contents.news #category li a {
  display: flex;
  height: 30px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #e50012;
  background: #fff;
}

#contents.news #category li a.current {
  color: #fff;
  background: #e50012;
}

#contents.news #category.news li:nth-child(2) a {
  color: #fff;
  background: #e50012;
}

#contents.news #category.tv li:nth-child(3) a {
  color: #fff;
  background: #e50012;
}

#contents.news #category.goods li:nth-child(4) a {
  color: #fff;
  background: #e50012;
}

#contents.news #category.event li:nth-child(5) a {
  color: #fff;
  background: #e50012;
}

#contents.news #category.other li:nth-child(6) a {
  color: #fff;
  background: #e50012;
}

#contents.news .news_box a {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #4d4d4d;
}

#contents.news .news_box a:last-child {
  border-bottom: none;
}

#contents.news .news_box a .meta {
  display: flex;
  align-items: center;
}

#contents.news .news_box a .meta .date {
  color: #e50012;
  margin-right: 15px;
}

#contents.news .news_box a .meta .category {
  font-size: 12px;
  color: #fff;
  width: 70px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e50012;
}

#contents.news_detail .header .meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#contents.news_detail .header .meta .date {
  color: #e50012;
  margin-right: 15px;
}

#contents.news_detail .header .meta .category {
  font-size: 12px;
  color: #fff;
  width: 70px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e50012;
}

#contents.news_detail .header h2.title {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed #4d4d4d;
  font-weight: normal;
}

#contents.news_detail .pager .navi {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #4d4d4d;
  padding: 0 20px;
}

#contents.news_detail .pager .navi:last-child {
  border-bottom: none;
}

#contents.news_detail .pager .navi .meta {
  display: flex;
  align-items: center;
}

#contents.news_detail .pager .navi .meta .date {
  color: #e50012;
  margin-right: 15px;
}

#contents.news_detail .pager .navi .meta .category {
  font-size: 12px;
  color: #fff;
  width: 70px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e50012;
}

#contents.news_detail .pager .navi .title a {
  color: #fff;
}

#contents.news_detail .pager {
  border-top: 1px dashed #4d4d4d;
  border-bottom: 1px dashed #4d4d4d;
  padding: 20px 0;
  margin-top: 100px;
}

#contents.news_detail .pager ul {
  text-align: center;
  display: flex;
}

#contents.news_detail .pager li {
  width: 600px;
  height: 60px;
  display: table;
}

#contents.news_detail .pager a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

#contents.news_detail .pager li:nth-child(2) a {
  text-align: center;
}

#contents.news_detail .pager .inr {
  padding: 0 50px;
}

#contents.news_detail .pager a {
  color: #e50012;
}

#contents.news_detail .pager .goto-list {
  width: 220px;
  border-right: 1px dashed #4d4d4d;
  border-left: 1px dashed #4d4d4d;
}

@media (max-width: 758px) {
  #contents.news_detail .pager {
    padding: 0;
    margin-top: 50px;
  }
  #contents.news_detail .pager .flex-list {
    display: block;
  }
  #contents.news_detail .pager li {
    width: auto;
    height: auto;
    display: block;
    padding: 10px;
  }
  #contents.news_detail .pager a {
    display: block;
  }
  #contents.news_detail .pager .inr {
    display: block;
  }
  #contents.news_detail .pager .goto-list {
    width: auto;
    border-top: 1px dashed #4d4d4d;
    border-right: none;
    border-bottom: 1px dashed #4d4d4d;
    border-left: none;
  }
}

#contents.goods .goods_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contents.goods .goods_box::after {
  content: '';
  width: 32%;
  display: block;
}

#contents.goods .goods_box .case {
  width: 32%;
  margin-bottom: 40px;
}

#contents.goods .goods_box .case .meta {
  margin-top: 20px;
}

#contents.goods .goods_box .case .date {
  color: #e50012;
  font-size: 16px;
}

#contents.goods .goods_box .case .title {
  font-size: 18px;
}

#contents.goods .goods_box .case .title a {
  color: #fff;
}

@media (max-width: 768px) {
  #contents.goods .goods_box .case {
    width: 100%;
  }
  #contents.goods .goods_box .case .date {
    font-size: 12px;
  }
  #contents.goods .goods_box .case .title {
    font-size: 14px;
  }
}

#contents.staff_cast table th {
  color: #e50012;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

#contents.staff_cast table td {
  color: #fff;
  font-size: 16px;
}

#contents.staff_cast table .coron {
  color: #e50012;
  padding: 0 5px;
}

#contents.character h3 {
  margin-bottom: 40px;
}

#contents.character #tab {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #contents.character #tab {
    justify-content: space-between;
  }
  #contents.character #tab::after {
    content: '';
    width: 32%;
    display: block;
  }
}

#contents.character #tab li {
  width: 170px;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #contents.character #tab li {
    width: 32%;
    margin-right: 0;
  }
}

#contents.character #tab li:last-child {
  margin-right: 0;
}

#contents.character #tab li a {
  display: flex;
  height: 30px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #e50012;
  background: #fff;
}

#contents.character #tab li a.current {
  color: #fff;
  background: #e50012;
}

#contents.character #tab li a.current:hover .jp {
  display: inline;
}

#contents.character #tab li a.current:hover .en {
  display: none;
}

#contents.character #tab li a .en {
  display: none;
}

#contents.character #tab li a:hover .en {
  display: inline;
}

#contents.character #tab li a:hover .jp {
  display: none;
}

#contents.character #tab li.long_name2 a .en {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 550px) {
  #contents.character .sp_image {
    display: none;
  }
}

#contents.character h4 {
  margin-bottom: 20px;
}

#contents.character h4 + dl {
  margin-bottom: 0;
}

#contents.character dl {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#contents.character dl dt {
  margin-right: 5px;
  color: #e50012;
  font-size: 18px;
}

#contents.character dl dd {
  font-size: 22px;
}

#contents.character dl dd span {
  font-size: 18px;
}

#contents.character .pict {
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  #contents.character .pict.sp_chris {
    margin-top: -30px;
  }
  #contents.character .pict.sp_dave {
    margin-top: -20px;
  }
  #contents.character .pict.sp_maaya, #contents.character .pict.sp_megan {
    margin-top: -80px;
  }
}

#contents.character p.mb3em {
  margin-bottom: 4em;
}

#contents.character .prototype {
  height: 60px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e50012;
  margin-top: 40px;
}

#contents.character .prototype span {
  color: #e50012;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

#contents.onair h2 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}

#contents.onair dl {
  margin-bottom: 2em;
}

#contents.onair dl dt {
  color: #e50012;
}

#contents.onair dl dd {
  margin-bottom: 1em;
}

#contents.onair dl dd a {
  color: #fff;
}

#contents.onair p span {
  color: #e50012;
}

#contents.music h2 {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}

#contents.music p {
  margin: 0 0 2em 0;
  font-size: 16px;
}

#contents.special .m10 {
  margin-left: auto;
  margin-right: auto;
}

#contents.special h2 {
  color: #e50012;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

#contents.special .iframewrap {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 auto 70px auto;
}

#contents.special .iframewrap div {
  height: 0;
  padding-bottom: 56.5%;
}

#contents.special .iframewrap div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#contents.introduction .sp_img {
  display: none;
}

@media (max-width: 549px) {
  #contents.introduction .sp_img {
    display: block;
  }
}

#contents.introduction .bg {
  background: url(../images/introduction_bg.jpg) no-repeat right top;
  background-size: 80%;
}

@media (max-width: 549px) {
  #contents.introduction .bg {
    background: none;
  }
}

#contents.introduction .box {
  padding-top: 50px;
}

#contents.introduction .box p {
  font-size: 14px;
}

#contents.story h2 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}

#contents.story #tab {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #contents.story #tab {
    justify-content: space-between;
  }
  #contents.story #tab::after {
    content: '';
    width: 32%;
    display: block;
  }
}

#contents.story #tab li {
  width: 170px;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #contents.story #tab li {
    width: 32%;
    margin-right: 0;
  }
}

#contents.story #tab li:last-child {
  margin-right: 0;
}

#contents.story #tab li a {
  display: flex;
  height: 30px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #e50012;
  background: #fff;
}

#contents.story #tab li a.current {
  color: #fff;
  background: #e50012;
}

#contents.story #tab li a.current:hover .jp {
  display: inline;
}

#contents.story #tab li a.current:hover .en {
  display: none;
}

#contents.story #tab li a .en {
  display: none;
}

#contents.story #tab li a:hover .en {
  display: inline;
}

#contents.story #tab li a:hover .jp {
  display: none;
}

#contents.story #tab li.long_name2 a .en {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 550px) {
  #contents.story .sp_image {
    display: none;
  }
}

#contents.story h4 {
  margin-bottom: 20px;
}

#contents.story h4 + dl {
  margin-bottom: 0;
}

#contents.story dl {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#contents.story dl dt {
  margin-right: 5px;
  color: #e50012;
  font-size: 18px;
}

#contents.story dl dd {
  font-size: 22px;
}

#contents.story dl dd span {
  font-size: 18px;
}

#contents.story .pict {
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  #contents.story .pict.sp_chris {
    margin-top: -30px;
  }
  #contents.story .pict.sp_dave {
    margin-top: -20px;
  }
  #contents.story .pict.sp_maaya, #contents.story .pict.sp_megan {
    margin-top: -80px;
  }
}

#contents.story p.mb3em {
  margin-bottom: 4em;
}

#contents.story .prototype {
  height: 60px;
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e50012;
  margin-top: 40px;
}

#contents.story .prototype span {
  color: #e50012;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

#pager {
  margin-top: 50px;
}

#pager ul {
  display: flex;
  justify-content: center;
}

#pager ul li {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  list-style: none;
}

#pager ul li.prev, #pager ul li.next,
#pager ul li.prev a,
#pager ul li.next a {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  font-size: 16px;
}

#pager ul li.current a {
  background: #e50012;
  border: 1px solid #e50012;
}

#pager ul li a {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

@media (min-width: 1500px) {
  .modal .-close {
    margin-right: -590px;
  }
}

@media (max-width: 768px) {
  #contents {
    font-size: 13px;
    line-height: 22px;
    padding-top: 40px;
  }
  #contents h1 {
    background-size: 100%;
    font-size: 31px;
    padding-bottom: 5px;
  }
  #contents.news #category {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents.news #category::after {
    content: '';
    width: 32%;
    display: block;
  }
  #contents.news #category li {
    width: 32%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 13px;
  }
  #contents.news .news_box a {
    font-size: 13px;
  }
  #contents.news_detail {
    font-size: 13px;
    line-height: 22px;
  }
  #contents.staff_cast table th {
    font-size: 13px;
  }
  #contents.staff_cast table td {
    font-size: 13px;
  }
  #contents.character #tab {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #contents.character #tab li {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #contents.character #tab li.long_name {
    font-size: 10px;
  }
  #contents.character #tab li a:hover .en {
    display: none;
  }
  #contents.character #tab li a:hover .jp {
    display: inline;
  }
  #contents.character #tab li a span {
    line-height: 1.2;
    text-align: center;
  }
  #contents.character h3 {
    margin-bottom: 0;
  }
  #contents.character h3 img {
    transform: scale(0.7);
    transform-origin: left top;
  }
  #contents.character .prototype {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) and (max-width: 549px) {
  #contents.character .pc_image {
    display: none;
  }
}

@media (max-width: 768px) {
  #contents.special h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #contents.story #tab {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #contents.story #tab li {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #contents.story #tab li.long_name {
    font-size: 10px;
  }
  #contents.story #tab li a:hover .en {
    display: none;
  }
  #contents.story #tab li a:hover .jp {
    display: inline;
  }
  #contents.story #tab li a span {
    line-height: 1.2;
    text-align: center;
  }
  #contents.story h2 {
    margin-bottom: 0;
    font-size: 20px;
  }
  #contents.story .prototype {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) and (max-width: 549px) {
  #contents.story .pc_image {
    display: none;
  }
}

@media (max-width: 768px) {
  .modal .-close {
    right: 10px;
    margin-right: 0;
  }
}
