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

.col {
  margin-top: 15px;
}

@media (min-width: 1300px) {
  .sp_navi {
    display: none !important;
  }
  .sp_navi_open,
  .close {
    display: none !important;
  }
  .logo_small {
    display: none !important;
  }
  #gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    position: relative;
    z-index: 1;
  }
  #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;
    text-shadow: 0 0 10px red, 0 0 10px red, 0 0 10px red, 0 0 10px red;
  }
  #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;
  }
  .wrap .info {
    top: -80px;
  }
}

@media (max-width: 1299px) {
  #gnav .logo, #gnav ul {
    display: none;
  }
  #gnav .sns {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 160px;
    top: 20px;
    z-index: 1;
  }
  #gnav .sns a {
    display: inline-block;
    margin: 0 7px;
  }
  .logo_small {
    position: relative;
    top: 10px;
    left: 20px;
  }
  .sp_navi_open {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #7b161c;
    padding-top: 7px;
    position: absolute;
    padding: 0 10px;
    top: 0;
    right: 0;
    z-index: 1;
    height: 80px;
    width: 140px;
  }
  .sp_navi_open span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 8px auto;
  }
  .sp_navi_open .menu {
    font-size: 14px;
    color: #fff;
  }
  .sp_navi {
    box-shadow: none !important;
  }
  .sp_navi nav {
    width: 800px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .sp_navi nav ul {
    padding-top: 40px;
  }
  .sp_navi nav ul:first-child {
    width: 550px;
  }
  .sp_navi nav ul:last-child {
    width: 250px;
  }
  .sp_navi nav ul li {
    margin-bottom: 25px;
  }
  .sp_navi nav ul li a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
  }
  .sp_navi nav ul li a.active {
    border-bottom: 2px solid #ed1c24;
  }
  .sp_navi nav ul li a span {
    font-size: 15px;
    display: block;
    font-weight: normal;
  }
  .sp_navi .sns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .sp_navi .sns a {
    display: inline-block;
    margin: 7px;
  }
  .wrap .info {
    top: 0;
  }
  .close {
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: -1px;
    width: 140px;
    height: 80px;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
  }
  .close.open {
    display: flex;
  }
  .close span {
    margin: auto;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  .close span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  .close .menu {
    font-size: 14px;
    color: #fff;
  }
}

@media (max-width: 768px) {
  #gnav .logo {
    text-align: center;
    padding: 20px 20px 0 20px;
  }
  #gnav .sns {
    display: none;
  }
  .sp_navi_open {
    width: 75px;
    height: 45px;
    justify-content: space-between;
  }
  .sp_navi_open .menu {
    font-size: 9px;
  }
  .sp_navi_open span {
    width: 20px;
    margin: 5px auto;
  }
  .sp_navi nav {
    width: 100%;
    margin: auto;
    display: block;
  }
  .sp_navi nav ul {
    padding-top: 40px;
  }
  .sp_navi nav ul:last-child {
    padding-top: 0;
  }
  .sp_navi nav ul:first-child {
    width: 100%;
  }
  .sp_navi nav ul:last-child {
    width: 100%;
  }
  .sp_navi nav ul li {
    margin-bottom: 25px;
    text-align: center;
  }
  .sp_navi nav ul li a {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
  }
  .sp_navi nav ul li a.active {
    border-bottom: 2px solid #ed1c24;
  }
  .sp_navi nav ul li a span {
    font-size: 10px;
    display: block;
    font-weight: normal;
  }
  .close {
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: -1px;
    width: 75px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10000;
  }
  .close.open {
    display: flex;
  }
  .close span {
    margin: auto;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
  }
  .close span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
  }
  .close .menu {
    font-size: 9px;
    color: #fff;
  }
}

@media (min-width: 769px) {
  html, body {
    height: 100%;
  }
  body {
    background: url(../images/bg.jpg) repeat-y center top #050101;
  }
  #bnr {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  #bnr div {
    margin: 0 15px;
  }
  #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .wrap {
    display: flex;
  }
  .wrap .info {
    width: 480px;
    padding: 35px 30px;
    position: relative;
  }
  .wrap .info h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  .wrap .info .news {
    margin-bottom: 40px;
  }
  .wrap .info .news h2 {
    margin-bottom: 20px;
    position: relative;
  }
  .wrap .info .news h2 .more {
    color: #e50012;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .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 .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 .info .bnr {
    margin-bottom: 40px;
    text-align: center;
  }
  .wrap .info .bnr img {
    width: 320px;
  }
  .wrap .visual {
    width: 75%;
    text-align: center;
    position: relative;
  }
  .wrap .visual .front {
    position: relative;
  }
  .wrap .visual .float_logo {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 10;
  }
  .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;
  }
  .cnt_box {
    margin: 0 auto 100px auto;
    text-align: left;
  }
  .cnt_box h2 {
    margin-bottom: 30px;
    background: url(../images/ttl_bg.png) no-repeat left bottom;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    padding: 30px 0 40px 20px;
    letter-spacing: 0.05em;
  }
  .cnt_box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .character h2 {
    margin-bottom: 40px;
  }
  .character .thumbnails {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 80px auto;
  }
  .character .thumbnail {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0 20px 15px 20px;
    line-height: 1.3;
    cursor: pointer;
  }
  .character .thumbnail div {
    border: 1px solid #e50012;
    background: #000;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 0 6px 0;
  }
  .character .thumbnail div::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(229, 0, 18, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    /* 乗算 */
  }
  .character .thumbnail.active div {
    background: #e50012;
    border: 1px solid #fff;
  }
  .character .thumbnail.active div::after {
    background: none;
    mix-blend-mode: normal;
    /* 乗算 */
  }
  .character .chara_slide {
    max-width: 990px;
    margin: auto;
  }
  .character .prev-arrow {
    width: 50px;
    height: 50px;
    border-top: 2px solid #e50012;
    border-left: 2px solid #e50012;
    transform: rotate(-45deg);
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 80px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }
  .character .next-arrow {
    width: 50px;
    height: 50px;
    border-top: 2px solid #e50012;
    border-right: 2px solid #e50012;
    transform: rotate(45deg);
    position: absolute;
    right: -75px;
    top: 0;
    bottom: 80px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }
  .character .chara_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    margin: auto;
  }
  .character .chara_wrap .text {
    width: 51.5%;
  }
  .character .chara_wrap .text h3 {
    margin-bottom: 50px;
  }
  .character .chara_wrap .text h3 img {
    height: 65px;
    max-width: 100%;
    width: auto;
  }
  .character .chara_wrap .text .cv {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .character .chara_wrap .text .cv span {
    font-size: 18px;
  }
  .character .chara_wrap .text .cv span:first-child {
    color: #e50012;
  }
  .character .chara_wrap .text .cv .comment_btn {
    width: 130px;
    height: 28px;
    background: #e50012;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    margin-top: 20px;
  }
  .character .chara_wrap .text p {
    font-size: 16px;
    line-height: 1.625;
  }
  .character .chara_wrap .image {
    width: 44.4%;
  }
  .comment_modal .modal_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  .comment_modal .modal_close span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
  }
  .comment_modal .modal_close span:first-child {
    transform: rotate(45deg);
    top: 13px;
  }
  .comment_modal .modal_close span:last-child {
    transform: rotate(-45deg);
    top: 11px;
  }
  .comment_wrap {
    display: flex;
    background: #fff;
    padding: 15px;
    position: relative;
  }
  .comment_wrap .photo {
    width: 300px;
    font-weight: bold;
  }
  .comment_wrap .photo img {
    margin-top: 5px;
  }
  .comment_wrap .text {
    width: 400px;
    padding: 25px 0 0 20px;
  }
  .staff-cast .cnt_box h2 {
    background-size: contain;
  }
  .staff-cast table {
    font-size: 16px;
    line-height: 1.625;
  }
  .staff-cast table th {
    color: #e50012;
    padding-right: 30px;
    position: relative;
  }
  .staff-cast table th::after {
    content: '：';
    position: absolute;
    right: 10px;
  }
  .staff-cast table td span {
    color: #e50012;
    margin-right: 10px;
  }
  .movie h2 {
    margin-bottom: 30px;
  }
  .movie h3 {
    font-size: 24px;
    line-height: 1.58;
    text-align: center;
    margin-bottom: 30px;
    color: #e50012;
    font-weight: normal;
  }
  .movie .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 970px;
    margin: auto;
  }
  .movie .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie .mov_box {
    margin-bottom: 60px;
  }
  .introduction .cnt_box h2 {
    margin-bottom: 33px;
  }
  footer {
    font-size: 12px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9d9d9d;
  }
  .goods h2 {
    margin-bottom: 30px;
  }
  .goods h3 {
    font-size: 24px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .goods strong {
    color: #e50012;
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
    font-weight: normal;
  }
  .goods table {
    margin-bottom: 40px;
  }
  .goods table th {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    line-height: 1.625;
    white-space: nowrap;
  }
  .goods table td {
    font-size: 16px;
    padding: 0 0 0 5px;
    line-height: 1.625;
  }
  .goods .attention {
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
  }
  .goods .attention::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .goods .goods_row {
    margin-bottom: 60px;
  }
  .goods .goods_col_wrap {
    display: flex;
    justify-content: space-between;
  }
  .goods .goods_col_wrap .text {
    width: 48.7%;
  }
  .goods .goods_col_wrap .image {
    width: 48.7%;
  }
}

@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;
    margin-top: 0;
  }
  .wrap .info .staff table th {
    white-space: normal;
    width: 30%;
  }
  .wrap .visual {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .wrap .visual .front {
    padding: 0 20px;
  }
  .wrap .visual .front img {
    height: auto;
    bottom: -10px;
    left: 0;
    top: auto;
  }
  .wrap .visual .cnt_box {
    padding: 0 20px;
  }
  .wrap .visual .cnt_box h2 {
    background-size: contain;
  }
  .wrap .visual .float_logo {
    width: 190px;
  }
  .wrap .visual .movie img {
    width: 250px;
  }
  .introduction .cnt_box {
    padding: 0 20px;
  }
  .introduction .cnt_box h2 {
    background-size: contain;
  }
}

@media (max-width: 768px) {
  body {
    background: url(../images/bg_sp.jpg) repeat-y;
    background-size: cover;
  }
  .logo_small {
    left: 10px;
    width: 65px;
    height: 42px;
  }
  .logo_small img {
    width: 65px;
  }
  #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%;
    margin-bottom: 35px;
  }
  .wrap .info h1 {
    margin-bottom: 50px;
  }
  .wrap .info .news {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .wrap .info .news h2 {
    margin-bottom: 20px;
    position: relative;
  }
  .wrap .info .news h2 .more {
    color: #e50012;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .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 .info .bnr {
    margin-bottom: 20px;
    text-align: center;
  }
  .wrap .visual {
    order: 1;
    width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
  }
  .wrap .visual h1 {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .wrap .visual .front {
    text-align: center;
    width: 100%;
    padding: 45px 0 0 0;
  }
  .wrap .visual .front img {
    height: auto;
    position: relative;
    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;
  }
  .pc_video {
    margin-bottom: 20px;
  }
  .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: 10px;
  }
  #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;
  }
  .cnt_box {
    margin: 0 auto 60px 0;
    text-align: left;
    padding: 0 20px;
  }
  .cnt_box h2 {
    font-size: 22px;
    background: url(../images/ttl_bg.png) no-repeat left bottom;
    color: #fff;
    background-size: 100%;
    padding: 5px 0 20px 10px;
    margin-bottom: 0;
    max-width: 375px;
  }
  .cnt_box p {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 21px;
  }
  .character .cnt_box {
    padding: 0;
    margin-bottom: 0;
  }
  .character .thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
  }
  .character .thumbnail {
    color: #fff;
    font-size: 8px;
    text-align: center;
    margin: 0 1.5% 10px;
    width: 22%;
    cursor: pointer;
    line-height: 1.3;
  }
  .character .thumbnail div {
    border: 1px solid #e50012;
    background: #000;
    position: relative;
    margin: 0 0 6px 0;
  }
  .character .thumbnail div::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(229, 0, 18, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    /* 乗算 */
  }
  .character .thumbnail.active div {
    background: #e50012;
    border: 1px solid #fff;
  }
  .character .thumbnail.active div::after {
    background: none;
    mix-blend-mode: normal;
    /* 乗算 */
  }
  .character .chara_slide {
    max-width: 990px;
    margin: auto;
  }
  .character .prev-arrow {
    width: 20px;
    height: 20px;
    border-top: 1px solid #e50012;
    border-left: 1px solid #e50012;
    transform: rotate(-45deg);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 190px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }
  .character .next-arrow {
    width: 20px;
    height: 20px;
    border-top: 1px solid #e50012;
    border-right: 1px solid #e50012;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 190px;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }
  .character .chara_wrap .text .sp {
    margin: auto;
  }
  .character .chara_wrap .text h3 {
    margin-bottom: 25px;
  }
  .character .chara_wrap .text h3 img {
    display: inline;
  }
  .character .chara_wrap .text .cv {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .character .chara_wrap .text .cv span {
    font-size: 18px;
  }
  .character .chara_wrap .text .cv span:first-child {
    color: #e50012;
  }
  .character .chara_wrap .text .cv .comment_btn {
    width: 105px;
    height: 24px;
    background: #e50012;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    margin-top: 20px;
  }
  .character .chara_wrap .text .cv .comment_btn img {
    width: 4px;
  }
  .character .chara_wrap .text p {
    font-size: 13px;
    line-height: 1.625;
  }
  .character .chara_wrap .text p:last-child {
    margin-bottom: 0;
  }
  .comment_modal .modal_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
  }
  .comment_modal .modal_close span {
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
  }
  .comment_modal .modal_close span:first-child {
    transform: rotate(45deg);
    top: 13px;
  }
  .comment_modal .modal_close span:last-child {
    transform: rotate(-45deg);
    top: 11px;
  }
  .comment_wrap {
    background: #fff;
    padding: 40px 10px;
    position: relative;
  }
  .comment_wrap .photo {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .comment_wrap .photo img {
    margin-top: 10px;
  }
  .staff-cast .cnt_box {
    margin-bottom: 0;
    padding: 0;
  }
  .staff-cast table th {
    color: #e50012;
    padding-right: 30px;
    position: relative;
  }
  .staff-cast table th::after {
    content: '：';
    position: absolute;
    right: 10px;
  }
  .staff-cast table td span {
    color: #e50012;
    margin-right: 10px;
  }
  .movie .cnt_box {
    padding: 0;
    margin-bottom: 0;
  }
  .movie h2 {
    margin-bottom: 15px;
  }
  .movie h3 {
    font-size: 18px;
    line-height: 1.58;
    text-align: center;
    margin-bottom: 30px;
    color: #e50012;
    font-weight: normal;
  }
  .movie .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 970px;
    margin: auto;
  }
  .movie .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie .mov_box {
    margin-bottom: 50px;
  }
  .movie .mov_box:last-child {
    margin-bottom: 0;
  }
  .goods .cnt_box {
    padding: 0;
    margin-bottom: 0;
  }
  .goods h2 {
    margin-bottom: 30px;
  }
  .goods h3 {
    font-size: 24px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .goods strong {
    color: #e50012;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    font-weight: normal;
  }
  .goods table {
    margin: 20px 0;
  }
  .goods table th {
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 1.625;
    white-space: nowrap;
  }
  .goods table td {
    font-size: 13px;
    padding: 0 0 0 5px;
    line-height: 1.625;
  }
  .goods .attention {
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.7;
    position: relative;
  }
  .goods .attention::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .goods .goods_row {
    margin-bottom: 60px;
  }
  .goods .goods_row:last-child {
    margin-bottom: 0;
  }
}

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

/* 下層ページ */
#contents {
  max-width: 1200px;
  margin: auto;
  padding: 40px 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: 30px 0 40px 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 {
  margin-bottom: 100px;
}

#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;
  margin-bottom: 0;
  padding-bottom: 0;
}

#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;
  margin-right: 5px;
}

#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;
  margin-right: 5px;
}

#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: baseline;
}

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

#contents.news_detail .pager .navi .meta .cat_wrap {
  display: flex;
  flex-wrap: wrap;
}

#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;
  margin-right: 5px;
  margin-bottom: 5px;
}

#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: 42%;
  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: 16%;
  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.introduction .sp_img {
  display: none;
}

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

#contents.introduction .cnt_box {
  padding: 0;
}

#contents.introduction .cnt_box:last-child {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #contents.introduction .cnt_box:last-child {
    margin-bottom: 0;
  }
}

#contents.introduction .cnt_box p:last-child {
  margin-bottom: 0;
}

#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: 0;
  }
  #contents h1 {
    background-size: contain;
    font-size: 22px;
    padding: 5px 0 20px 10px;
    margin-bottom: 0;
    max-width: 375px;
  }
  #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 {
    margin-bottom: 0;
  }
  #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;
  }
  .modal .-close {
    right: 10px;
    margin-right: 0;
  }
}

@media (max-width: 1299px) and (min-width: 769px) {
  .wrap .visual .front {
    margin-top: 80px;
  }
}
