/*!
Theme Name: blackstar ver. 10.47
Description: ver. 10.47 / 2025年6月26日更新用
Author: Donuts
Version: 10.47 for June 26th 2025
Text Domain: blackstar
*/

@charset "utf-8";

@font-face {
    font-family: "oranienbaum";
    src: url(./font/oranienbaum-regular-webfont.woff2) format("woff2"),
        url(./font/oranienbaum-regular-webfont.woff) format("woff"),
        url(./font/oranienbaum-regular-webfont.ttf) format("truetype"),
        url(./font/oranienbaum-regular-webfont.eot) format("embdded-opentype");
}

html {
    line-height: 1.65;
}

html.fixed {
    position: fixed;
    width: 100%;
}

body {
    font-family: 'Noto Serif JP', serif;
    background-color: #000;
}

body.home.hide .header_global,
body.home.hide .header,
body.home.hide .main,
body.home.hide .footer {
    visibility: hidden;
}

body:not(.home) .section_title {
    padding-top: 11.5vw;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:focus,
div:focus {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    line-height: 1.75;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-story .main {
    position: relative;
    padding-bottom: 50vw;
}

.main {
    background-image: url(./image/bg_marble_basic.jpg);
    background-size: contain;
    background-color: #000;
    /* min-height: 70vh; */
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace.pace-inactive .pace-progress {
    opacity: 0;
    visibility: hidden;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-image: url(./image/loading_bg.jpg);
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    opacity: 1;
    visibility: visible;
}

.pace .pace-progress:before {
    content: "";
    width: 80%;
    height: 5vh;
    background-image: url(./image/loading_anime.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    color: #333333;
    font-size: 6vh;
    font-family: 'oranienbaum';
    line-height: 1;
}

.pace-progress-inner {
    border-top: 1px solid #333;
    margin: 10px 0;
    width: 100%;
}

.openning_video_wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 2;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

.openning_video_wrapper.done {
    opacity: 0;
    visibility: hidden;
}

.openning_video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner {
    position: relative;
    margin: 0 5vw;
}

.kv {
    background-color: black;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.kv.hide {
    visibility: hidden;
}

.kv_inner {
    padding-bottom: 30vw;
}

.key_visuals {
    opacity: 0;
    transition: opacity .25s ease;
}

.key_visuals.slick-initialized {
    opacity: 1;
}

.key_visual img {
    width: 100%;
}

.header_global {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.header_menu.top {
    display: none;
}

.header_menu_container {
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 8.0vw;
    height: 8.0vw;
    display: block;
    border-radius: 10px;
    background: rgba(0, 0, 0, .85);
}

.header_menu_toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.5vw;
    height: 5.5vw;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header_menu_toggle i {
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all .2s ease;
    opacity: 1;
    visibility: visible;
}

.header_menu_toggle i:nth-child(1) {
    top: 0%;
}

.header_menu_toggle i:nth-child(2) {
    top: 33%;
}

.header_menu_toggle i:nth-child(3) {
    top: 66%;
}

.header_menu_toggle i:nth-child(4) {
    top: 100%;
}

.header_menu_toggle.open i:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.header_menu_toggle.open i:nth-child(2) {
    transform: rotate(45deg);
    top: 50%;
}

.header_menu_toggle.open i:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
}

.header_menu_toggle.open i:nth-child(4) {
    opacity: 0;
    visibility: hidden;
}

.header_menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    text-align: center;
    font-family: 'oranienbaum';
    padding: 11.5vw 7.75vw;
    transition: all .25s ease;
    background-color: rgba(0, 0, 0, .85);
    z-index: -1;
}

.header_menu.open {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.header_menu_logo {
    margin: 0 auto 11.5vw;
    width: 48.5vw;
}

.header_menu_logo img {
    width: 100%;
}

.header_menu_ul li:not(:last-child)::after {
    content: "";
    background-image: url(./image/delimiter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 4vw 0 4vw;
    height: 5vw;
}

.header_menu_ul li {
    font-size: 6.5vw;
    text-shadow: 0 0 2px #000;
    line-height: 1;
}

.header_menu_ul a,
.header_menu_ul span {
    color: #fff;
    display: inline-block;
    letter-spacing: .45em;
    text-indent: .45em;
}

.header_icons {
    margin: 15.5vw 7.75vw 0;
    display: flex;
    justify-content: space-around;
}

.header_icons li {
    width: 14.5vw;
}

.header_icons img {
    width: 100%;
}

.home .main {
    position: relative;
    z-index: 1;
}

.kv_app_links {
    background-image: url(./image/app_icon_bg_sp.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 7.75vw 5.75vw;
}

.kv_app_links_logo {
    transform: scale(1.15) translateX(3%);
    margin: 0 auto 5vw;
    width: 75vw;
}

.kv_app_links_title {
    width: 75vw;
    margin: 0 auto 4vw;
}

.kv_app_links_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.kv_app_links_ul li {
    margin: 1vw;
    width: calc(50% - 2vw);
    justify-content: space-evenly;
    display: flex;
}

.kv_app_links_ul img {
    height: 12.25vw;
}

.home .news {
    background-image: url(./image/news_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: -15vw;
    padding-bottom: 30vw;
}

.post_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 4vw;
    flex-direction: row;
    justify-content: space-around;
}

.post_lists_item::before {
    content: "";
    padding-top: 80%;
    display: block;
}

.post_lists_item {
    width: calc(50% - 2vw);
    position: relative;
    margin-bottom: 4vw;
}

.post_lists_item_img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.post_lists_item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post_lists_item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 8% 5% 0;
    height: 40%;
}

.post_lists_item.game .post_lists_item_info {
    background-image: url(./image/post_bg_game.png);
}

.post_lists_item.event .post_lists_item_info {
    background-image: url(./image/post_bg_event.png);
}

.post_lists_item.media .post_lists_item_info {
    background-image: url(./image/post_bg_media.png);
}

.post_lists_item.music .post_lists_item_info {
    background-image: url(./image/post_bg_music.png);
}

.post_lists_item.drama .post_lists_item_info {
    background-image: url(./image/post_bg_drama.png);
}

.post_lists_item.other .post_lists_item_info {
    background-image: url(./image/post_bg_other.png);
}

.post_lists_item_date {
    display: block;
    font-size: 2vw;
    letter-spacing: .15em;
    margin-bottom: .15em;
}

.post_lists_item_title {
    display: block;
    font-size: 2vw;
    line-height: 1.2;
}

.arrow_down {
    margin: 4vw auto;
    width: 15vw;
}

.see_more {
    width: 55vw;
    margin: auto;
    display: block;
}

.see_more img {
    width: 100%;
}

.player_wrapper {
    position: relative;
    margin: auto;
}

.player_wrapper::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.player_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.twitter_tweets {
    height: 145vw;
    max-width: 1000px;
    margin: 0 auto 7.75vw;
    overflow-y: scroll;
    background-color: #333;
    -webkit-overflow-scrolling: touch;
}

.social {
    margin-top: 7.75vw;
}

.social_text {
    font-family: Oranienbaum;
    font-size: 4.75vw;
    line-height: 1.35;
    letter-spacing: .35em;
    text-align: center;
    color: #fff;
    margin-bottom: 7.75vw;
}

.social_icons {
    display: flex;
    justify-content: space-evenly;
}

.social_icons li {
    width: 16vw;
}

.social_icons img {
    width: 100%;
}

.tsunagi {
    top: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    z-index: 1;
}

.background_video {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.story p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
    line-height: 2;
    letter-spacing: .25em;
    text-indent: .25em;
    margin-bottom: 1.75em;
}

.story p:last-of-type {
    margin: 0;
}

.story_line {
    position: relative;
    color: transparent;
    margin-right: .5em;
}

.story_line::after {
    position: absolute;
    content: "";
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    left: 0;
    right: 0;
}

.character_links {
    display: flex;
    flex-wrap: wrap;
}

.character_link {
    display: block;
    position: relative;
    width: 50%;
}

.character_link img {
    width: 100%;
}

.character_link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.team {
    position: relative;
}

body.page-team-k .main {
    background-image: url(./image/team_k_bg.jpg);
    background-size: cover;
}

body.page-team-w .main {
    background-image: url(./image/team_w_bg.jpg);
    background-size: cover;
}

body.page-team-p .main {
    background-image: url(./image/team_p_bg.jpg);
    background-size: cover;
}

body.page-team-b .main {
    background-image: url(./image/team_b_bg.jpg);
    background-size: cover;
}

body.page-team-c .main {
    background-image: url(./image/team_c_bg.jpg);
    background-size: cover;
}

body.page-others .main {
    background-image: url(./image/team_o_bg.jpg);
    background-size: cover;
}

.section_title.team_title {
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.team_logo {
    position: absolute;
    top: 22vw;
    left: 4vw;
    width: 18vw;
}

.team_characters {
    display: none;
}

.team_characters.slick-initialized {
    display: block;
}

.team_character {
    position: relative;
}

.team_character img {
    width: 100%;
}

.team_character_costume {
    position: absolute;
    right: 6vw;
    top: 103vw;
    width: 27vw;
    cursor: pointer;
}

.cast-img {
    display: block;
    position: absolute;
    width: 100vw;
}

.cast-ds {
    position: absolute;
    width: 100vw;
    top: 98vw;
}

.team_character_voice {
    position: absolute;
    right: 6vw;
    top: 113vw;
    width: 27vw;
    cursor: pointer;
}

.team_bar {
    position: absolute;
    bottom: 5vw;
    margin: auto 4vw;
    left: 0;
    right: 0;
}

.team_bar_item {
    position: absolute;
    font-size: 0;
    height: 100%;
}

.team_bar_item.team_k {
    left: 0;
    width: 16.666%;
}

.team_bar_item.team_w {
    left: 16.666%;
    width: 16.666%;
}

.team_bar_item.team_p {
    left: 33.332%;
    width: 16.666%;
}

.team_bar_item.team_b {
    left: 49.998%;
    width: 16.666%;
}

.team_bar_item.team_c {
    left: 66.664%;
    width: 16.666%;
}

.team_bar_item.others {
    right: 0;
    width: 16.666%;
}

.team_bar_img {
    width: 100%;
}

.slick-arrow {
    width: 0;
    height: 0;
    top: 45%;
    z-index: 1;
}

.slick-slider {
    position: relative;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    height: 10vw;
    width: 5vw;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

.slick-prev:before {
    background-image: url(./image/arrow_l.png);
    left: 4vw;
}

.slick-next:before {
    background-image: url(./image/arrow_r.png);
    background-position: top right;
    right: 4vw;
}

.modal {
    background-color: rgba(0, 0, 0, .85);
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: auto;
    transition: height 650ms cubic-bezier(.75, 0, .25, 1) 0ms;
    -webkit-overflow-scrolling: touch;
}

.modal.open {
    height: 100%;
}

.modal_header {
    display: flex;
    justify-content: flex-end;
    margin: 4vw 5vw;
}

.modal_header_menu_toggle {
    position: relative;
    width: 5.75vw;
    height: 5.75vw;
    display: block;
    cursor: pointer;
}

.modal_header_menu_toggle i {
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #fff;
}

.modal_header_menu_toggle i:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

.modal_header_menu_toggle i:nth-child(2) {
    transform: rotate(-45deg);
    top: 50%;
}

#modal_post_content {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 0 7.75vw;
    color: #fff;
    margin: auto;
}

.modal_post_header {
    margin-bottom: 7.75vw;
}

.modal_post_img {
    margin-bottom: 4vw;
}

.modal_post_img img {
    width: 100%;
}

.modal_post_tag_icons {
    position: relative;
    text-align: center;
    margin-bottom: 2.25vw;
}

.modal_post_tag {
    font-family: 'oranienbaum';
    font-size: 5.85vw;
    display: block;
    letter-spacing: .35em;
    text-indent: .35em;
    line-height: 1;
}

.modal_post_icons {
    display: flex;
    justify-self: flex-end;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: fit-content;
}

.modal_post_icons li {
    width: 7.5vw;
    margin-left: 2.5vw;
}

.modal_post_icons li img {
    width: 100%;
}

.modal_post_date {
    font-size: 3.25vw;
    font-weight: bold;
    letter-spacing: .15em;
    text-indent: .15em;
    text-align: center;
    display: block;
    margin-bottom: 4vw;
    line-height: 1;
}

.modal_post_title_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_post_title {
    font-size: 3.75vw;
    letter-spacing: .05em;
    margin: 0 5.75vw;
    text-align: center;
}

.modal_post_title_arrow {
    width: 5vw;
    flex-shrink: 0;
}

.modal_post_text {
    font-size: 2.85vw;
    letter-spacing: .05em;
    margin: 0 7.75vw;
    text-align: justify;
}

.modal_post_movie {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.modal_post_movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.archive_menu {
    background-image: url(./image/archive_menu_bg_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15.5vw 0 23vw;
    z-index: 1;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5%);
}

.archive_menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.archive_menu_title {
    width: 43vw;
    margin: 0 auto 11.5vw;
}

.archive_menu_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.archive_menu_ul li {
    width: 35vw;
    margin-bottom: 7.75vw;
}

.archive_menu_ul a::before {
    content: "";
    background-image: url(./image/delimiter.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: .5em;
    height: .75em;
    width: 1em;
}

.archive_menu_ul a {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: .25em;
    line-height: 1;
    display: inline-block;
}

.archive_menu_ul a img {
    display: none;
}

.archive_menu_toggle {
    background-color: rgba(8, 12, 57, .5);
    position: fixed;
    width: 15vw;
    height: 15vw;
    border-radius: 100%;
    border: 1px solid #fff;
    left: 5vw;
    bottom: 5vw;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.archive_menu_toggle i {
    position: absolute;
    height: 2px;
    width: 6vw;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    transition: all .2s ease;
    opacity: 1;
    visibility: visible;
}

.archive_menu_toggle i:nth-child(1) {
    top: 34%;
}

.archive_menu_toggle i:nth-child(2) {
    top: 50%;
}

.archive_menu_toggle i:nth-child(3) {
    top: 66%;
}

.archive_menu_toggle.open i:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

.archive_menu_toggle.open i:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.archive_menu_toggle.open i:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
}

.footer {
    background-image: url(./image/footer_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 9.65vw 0 5.75vw;
    margin-top: 15.5vw;
    color: #fff;
    text-align: center;
    position: relative;
}

body.page-character .footer {
    background-image: none;
    background-color: #000;
    padding: 4vw 0;
    margin-top: 0;
    color: #fff;
    text-align: center;
}

body.page-story .footer {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer_logo {
    width: 22vw;
    display: block;
    margin: 0 auto 4vw;
}

.footer_logo img {
    width: 100%;
}

.footer_copy {
    font-family: 'oranienbaum';
    display: block;
    font-size: 3vw;
    letter-spacing: .25em;
    margin-bottom: 4vw;
}

.footer_link {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 2.9vw;
    color: inherit;
}

.section_title {
    padding-top: 7.75vw;
    margin-bottom: 7.75vw;
}

.section_title .title {
    height: 5vw;
    margin: auto;
}

.pc {
    display: none;
}

.system {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

.system_div:not(:first-of-type) {
    margin-top: 30vw;
    position: relative;
}

.system_div:not(:first-of-type)::before {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    left: 0;
    background-color: #fff;
    margin: auto;
    height: 27vw;
    bottom: calc(100% + 1vw);
}

.system_images {
    display: flex;
    margin-bottom: 4vw;
}

.system_images span {
    width: 50%;
}

.system_div_inner {
    margin: 0 5vw;
}

.system_headline {
    display: block;
    position: relative;
    height: 14vw;
}

.system_headline::before {
    content: "";
    position: absolute;
    height: 1px;
    right: calc(100% + 2vw);
    width: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.system_headline img {
    height: 100%;
    width: auto;
}

.system_title {
    font-size: 5vw;
    letter-spacing: .15em;
    margin: .5em 0 .25em;
}

.system_div_inner p {
    font-size: 3.75vw;
    letter-spacing: .05em;
}

.private {
    color: #fff;
    text-align: center;
}

.private .section_title {
    font-size: 5vw;
    font-weight: normal;
}

.private p {
    font-size: 3vw;
    line-height: 2;
}

.error p {
    text-align: center;
    color: #fff;
    font-size: 7vw;
    padding-bottom: 1em;
}

.error a {
    display: block;
    width: 50vw;
    margin: auto;
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: block;
    }

    .inner {
        margin: 0 6.5vw;
    }

    .header_menu_container {
        display: none;
    }

    .header_menu_toggle {
        display: none;
    }

    .header_menu {
        background-image: url(./image/header_menu_bg.png);
        background-size: 100% 100%;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 2vw 2vw 6vw;
        position: static;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_menu.top {
        background-image: url(./image/header_menu_bg_top.png);
        padding: 0 0 3vw;
        top: auto;
        bottom: 0;
        z-index: 0;
        position: absolute;
        display: block;
    }

    .home .header_global {
        opacity: 0;
        transition: opacity .5s ease;
    }

    .home .header_global.show {
        opacity: 1;
    }

    .header_menu_logo {
        margin: 0;
        width: 12.25vw;
        flex-shrink: 0;
    }

    .header_menu.top .header_menu_logo {
        width: 30vw;
        height: 9.5vw;
        margin: 0 auto 3vw;
    }

    .header_menu.top .header_menu_logo a {
      display: none;
    }

    .header_menu.top .header_menu_ul li {
        font-size: 1.75vw;
    }

    .header_menu_ul {
        display: flex;
        justify-content: center;
    }

    .header_menu_ul li {
        font-size: 1.25vw;
    }

    .header_menu_ul li:not(:last-child)::after {
        display: inline-block;
        height: .8em;
        width: .8em;
        margin: 0 1.85em;
    }

    body.category-news .header_menu_news a,
    body.page-story .header_menu_story a,
    body.page-character .header_menu_character a,
    body.page-team-k .header_menu_character a,
    body.page-team-w .header_menu_character a,
    body.page-team-p .header_menu_character a,
    body.page-team-b .header_menu_character a,
    body.page-team-c .header_menu_character a,
    body.page-others .header_menu_character a,
    body.page-system .header_menu_system a,
    body.category-movie .header_menu_movie a,
    .header_menu_ul a:hover {
        color: #cecb7c;
    }

    .header_icons {
        margin: 0;
        justify-content: flex-end;
    }

    .header_icons li {
        width: 2.5vw;
        margin-left: 1vw;
    }

    .kv_inner {
        padding-bottom: 0;
    }

    .kv_app_links {
        background-image: url(./image/app_icon_bg_pc.png);
        background-size: 100% 100%;
        bottom: auto;
        left: 2vw;
        right: auto;
        top: 0;
        padding: 4vw 2.2vw 10vw;
    }

    .kv_app_links_logo {
        width: 13.5vw;
        margin: 0 auto 2.7vw;
        transform: scale(1.8) translateX(6%);
    }

    .kv_app_links_title {
        width: 10.5vw;
        margin: auto;
    }

    .kv_app_links_ul {
        display: block;
    }

    .kv_app_links_ul li {
        margin: 1vw 0 0;
        width: auto;
        flex-wrap: nowrap;
    }

    .kv_app_links_ul li:nth-child(2) {
        margin-left: 0;
    }

    .kv_app_links_ul img {
        height: auto;
        width: 13.75vw;
    }

    .section_title {
        padding-top: 4.75vw;
        margin-bottom: 4.75vw;
    }

    .section_title .title {
        height: 2vw;
        margin: auto;
    }

    .post_lists {
        margin-bottom: 0;
    }

    .post_lists_item {
        width: calc(33.333% - 4.45vw);
        margin-bottom: 4.35vw;
        cursor: pointer;
    }

    .post_lists_item .post_lists_item_img::after {
        content: "See More";
        font-size: 1.85vw;
        position: absolute;
        color: #fff;
        font-family: 'oranienbaum';
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: .2em;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .125s .085s;
    }

    .post_lists_item:hover .post_lists_item_img::after {
        opacity: 1;
        visibility: visible;
    }

    .post_lists_item .post_lists_item_img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .75;
        height: 0;
        visibility: hidden;
        transition: all .25s;
    }

    .post_lists_item.game .post_lists_item_img::before {
        background-image: radial-gradient(#B46868, #A65A5A);
    }

    .post_lists_item.event .post_lists_item_img::before {
        background-image: radial-gradient(#997DB5, #8B7F97);
    }

    .post_lists_item.media .post_lists_item_img::before {
        background-image: radial-gradient(#7BA7B4, #5D8996);
    }

    .post_lists_item.music .post_lists_item_img::before {
        background-image: radial-gradient(#7D94B4, #7E8B9D);
    }

    .post_lists_item.drama .post_lists_item_img::before {
        background-image: radial-gradient(#7EB5A2, #7F938C);
    }

    .post_lists_item.other .post_lists_item_img::before {
        background-image: radial-gradient(#B4B07D, #93927F);
    }

    .post_lists_item:hover .post_lists_item_img::before {
        height: 100%;
        visibility: visible;
    }

    .post_lists_item_info {
        padding-top: 10%;
    }

    .post_lists_item_date {
        font-size: .95vw;
        margin-bottom: .5em;
    }

    .post_lists_item_title {
        font-size: 1.05vw;
        line-height: normal;
    }

    .arrow_down {
        margin: 1vw auto;
        width: 6.35vw;
    }

    .see_more {
        width: 24vw;
    }

    .home .news {
        background-image: url(./image/news_bg_pc.png);
        margin-bottom: -4vw;
        padding-bottom: 10vw;
    }

    .social .section_title {
        margin-bottom: 1.55vw;
    }

    .social_text {
        font-size: 1.25vw;
        letter-spacing: .2em;
        margin-bottom: 2.5vw;
    }

    .social_icons {
        justify-content: center;
    }

    .social_icons li {
        width: 5.25vw;
        margin: 0 2vw;
    }

    .footer {
        background-image: url(./image/footer_bg_pc.png);
        padding: 8.75vw 0 2.5vw;
        margin-top: 0;
    }

    .footer_logo {
        width: 6.25vw;
        margin-bottom: 1.35vw;
    }

    .footer_copy {
        font-size: .95vw;
        margin-bottom: 1.25vw;
        letter-spacing: .4em;
    }

    .footer_link {
        font-size: .75vw;
    }

    .modal_header {
        margin: 2vw 2vw 8vw;
    }

    .modal_header_menu_toggle {
        width: 3.15vw;
        height: 3.15vw;
    }

    #modal_post_content {
        width: 62.5vw;
    }

    .modal_post_header {
        margin-bottom: 2.2vw;
    }

    .modal_post_img {
        margin-bottom: 2.75vw;
    }

    .modal_post_tag_icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.95vw;
    }

    .modal_post_tag {
        font-size: 3.75vw;
        text-indent: 0;
        line-height: normal;
    }

    .modal_post_icons {
        position: static;
        margin: 0;
        height: auto;
    }

    .modal_post_icons li {
        width: 2.5vw;
        margin-left: 1vw;
    }

    .modal_post_date {
        font-size: 1.65vw;
        text-align: left;
        text-indent: 0;
        margin-bottom: 1vw;
    }

    .modal_post_title_div {
        display: block;
        margin-bottom: 2.2vw;
    }

    .modal_post_title_arrow {
        position: absolute;
        width: 3.15vw;
    }

    .modal_post_title_arrow.left {
        left: 0;
    }

    .modal_post_title_arrow.right {
        right: 0;
    }

    .modal_post_title {
        font-size: 2.2vw;
        text-align: left;
        margin: 0;
    }

    .modal_post_text {
        font-size: 1.25vw;
        margin: 0;
    }

    .archive_menu_toggle {
        display: none;
    }

    .archive_menu {
        background-image: none;
        position: static;
        padding: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .archive_menu_title {
        display: none;
    }

    .archive_menu_ul {
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 3.75vw;
    }

    .archive_menu_ul li {
        margin: 0;
        width: 11.5vw;
    }

    .archive_menu_ul li:not(:first-child) {
        margin-left: 3.5vw;
    }

    .archive_menu_ul a::before,
    .archive_menu_ul a span {
        display: none;
    }

    .archive_menu_ul a img {
        display: block;
        width: 100%;
    }

    .archive_menu_ul a img:hover {
        opacity: .8;
    }

    .page-story .main {
        padding-bottom: 18vw;
    }

    .story p {
        font-size: 1.05vw;
        letter-spacing: .3em;
    }

    .page-character .main {
        padding: 7.25vw 0 0;
        position: relative;
    }

    .character .section_title {
        display: none;
    }

    .character_links {
        flex-wrap: nowrap;
    }

    .character_link {
        width: auto;
    }

    .character_link a {
        top: 81%;
        left: 16%;
        right: 16%;
        bottom: 10%;
    }

    .cast-img {
        display: block;
        position: absolute;
        width: 62vw;
    }

    .cast-ds {
        position: absolute;
        width: 75vw;
        right: 1vw;
        top: 0vw;
    }

    .section_title.team_title {
        display: none;
    }

    .team_logo {
        top: 9vw;
        left: 2.5vw;
        width: 8.5vw;
        z-index: 2;
    }

    .slick-prev:before,
    .slick-next:before {
        height: 6.25vw;
        width: 3.15vw;
    }

    .slick-prev:before {
        left: 2.65vw;
    }

    .slick-next:before {
        right: 2.65vw;
    }

    .team_bar {
        width: 37vw;
        left: auto;
        margin: auto 2vw;
    }

    .team_character_costume {
        right: 13vw;
        top: 51vw;
        width: 12vw;
    }

    .team_character_voice {
        right: 13vw;
        top: 56vw;
        width: 12vw;
    }

    .system_wrap {
        position: relative;
        padding: 5vw 2.4vw;
    }

    .system_wrap::before {
        content: "";
        position: absolute;
        width: 1px;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        margin: auto;
    }

    .system_div {
        display: flex;
        justify-content: space-between;
    }

    .system_div:not(:first-of-type) {
        margin-top: 12vw;
    }

    .system_div.system_game {
        flex-direction: row-reverse;
    }

    .system_div_inner {
        margin: 0;
        width: 50%;
        position: relative;
    }

    .system_rehearsal .system_div_inner,
    .system_story .system_div_inner {
        padding-left: 7vw;
        padding-right: 0;
    }

    .system_game .system_div_inner {
        padding-left: 0;
        padding-right: 7vw;
    }

    .system_images {
        margin: 2vw 0 0;
        width: 48%;
        flex-shrink: 0;
    }

    .system_rehearsal .system_images span:nth-child(1),
    .system_game .system_images span:nth-child(2),
    .system_story .system_images span:nth-child(1) {
        transform: translateY(-8.3vw);
    }

    .system_headline {
        height: 6vw;
        position: static;
    }

    .system_rehearsal .system_headline::before,
    .system_story .system_headline::before {
        left: 0;
        right: auto;
        top: 3vw;
        bottom: auto;
        width: 6vw;
    }

    .system_game .system_headline::before {
        left: auto;
        right: 0;
        top: 3vw;
        bottom: auto;
        width: 25vw;
    }

    .system_title {
        font-size: 1.65vw;
        letter-spacing: .05em;
        margin: 0.85em 0;
    }

    .system_div_inner p {
        font-size: 1.45vw;
    }

    .system_div:not(:first-of-type)::before {
        display: none;
    }

    .error p {
        font-size: 3vw;
    }

    .error a {
        width: 20vw;
    }
}
