/* header */

@media (min-width: 1921px) {
    .sp {
        display: none;
    }
    
    .site-header {
        background-color: #000;
        height: 72.44px;
        z-index: 1;
        position: relative;
    }

    .header-main {
        justify-content: center;
    }

    .header-main #Main {
        display: flex;
        align-items: center;
        gap: 64.32px;
    }

    .logo-area {
        margin-left: 158.4px;
        margin-right: 120px;
        line-height: 19.2px;
        width: 432px;
        margin-top: 19.2px;
    }

    .logo-area span {
        /* font-size: 26.88px;
        color: #fff;
        letter-spacing: 2.112px; */
        text-indent: -9999px;
        display: block;
        position: absolute;
    }

    .main-menu {
        margin-top: 11.52px;
    }

    .header-main #Main a {
        color: #fff;
        font-size: 19.2px;
        letter-spacing: 1.536px;
        line-height: 18.24px;
    }

    .menu-description {
        font-size: 12.288px;
    }

    .sns-icon--list {
        margin-left: 115.2px;
        margin-top: 13.44px;
    }

    .sns-icon--list ul {
        gap: 16.32px;
    }

    .sns-icon--list li {
        width: 31.68px;
    }

    .sns-icon--list li.mail {
        scale: 1.1;
        margin-right: 24px;
    }

    .sns-icon--list li.tiktok {
        scale: 1.6;
    }

    .sns-icon--list li.youtube {
        width:42.24px;
    }

    /* header end */

    /* top mv */

    .top--mv {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 56rem;
        margin-top: -3rem;
    }

    .swiper-op {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1;
    }

    .swiper-pagination-bullet {
        width: 15px!important;
        height: 15px!important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #231815;
    }

    /* top mv end */

    /* top banner */
    .top-banner-box {
        width: 85%;
        max-width: 1920px;
        margin: 26.88px auto;
    }

    .top-banner {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 242.6px;
        max-height: 268px;
    }
    /* top banner end */

    /* top news */
    .top--news-content {
        width: 62.5%;
        max-width: 1190.63px;
        margin: 65.28px auto 48px;
    }

    .top--news-title {
        margin-left: 30.72px;
    }

    .top--news-title h2 {
        font-size: 30.72px;
    }

    .top--news-line {
        border-top: solid 1px #000;
        width: 51.84px;
        margin-left: 17.28px;
        margin-top: 9.6px;
    }

    .top--news-subtitle {
        margin-left: 21.12px;
        margin-top: 11.52px;
    }

    .top--news-subtitle h3 {
        font-size: 19.2px;
    }

    .news--list-main {
        margin-top: 19.2px;
    }

    .news--list-main a {
        color: #000!important;
        width: 100%;
    }

    .news--list-main .news--col {
        padding: 21.12px 0 19.2px;
        border-bottom: solid 2.88px #000;
    }

    .news--col-day {
        margin-left: 33.6px;
    }

    .news--col-day p {
        font-size: 15.36px;
        letter-spacing: 0.48px;
    }

    .news--col-title {
        margin-left: 101.76px;
    }

    .news--col-title h3 {
        font-size: 14.4px;
        letter-spacing: 1.824px;
    }

    .view-more-btn {
        margin-left: 85%;
        display: flex;
        width: 15%;
        margin-top: 38.4px;
    }

    .view-more-btn-col.col1 {
        width: 55%;
        font-size: 19.2px;
    }

    .view-more-btn-col.col2 {
        width: 40%;
        transition: .5s;
    }

    .view-more-btn:hover .view-more-btn-col.col2 {
        margin-left: 5%;
    }

    .view-more-btn .arrow:before {
        content: '';
        border-top: solid 1px #000;
        width: 38.4px;
        height: 1.92px;
        left: 9.6px;
        display: block;
        position: absolute;
        top: 21.12px;
    }

    .view-more-btn .arrow:after {
        content: '';
        border-top: solid 1px #000;
        transform: rotate(45deg);
        width: 11.52px;
        height: 1.92px;
        left: 38.4px;
        display: block;
        position: absolute;
        top: 17.28px;
    }
    /* top news end */

    /* top content1 */
    .swiper.content1 {
        z-index: 0;
    }

    .swiper.content1 .swiper-wrapper {
        transition-timing-function: linear !important;
    }

    .content1-bg {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 1445.04px;
    }

    .content1-bg.bg1 {
        background-image: url(../img/slide1.jpg);
    }

    .content1-bg.bg2 {
        background-image: url(../img/slide2.jpg);
    }

    .content1-bg.bg3 {
        background-image: url(../img/slide3.jpg);
    }

    .filter--black {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #00000090;
        z-index: 1;
    }

    .on-text-bg {
        background-image: url(../img/common1.png);
        background-size: cover;
        background-position: center;
        width: 65%;
        height: 35rem;
        z-index: 2;
        top: 8.7rem;
        left: 18rem;
    }

    .on-text {
        color: #fff;
        width: 99%;
        /* height: 100%; */
        top: 0;
        left: 0;
        z-index: 3;
        margin-top: 9.3rem;
        margin-left: 1%;
        text-shadow:
        1px 1px 3px #000,
        -1px 1px 3px #000,
        1px -1px 3px #000,
        -1px -1px 3px #000;
    }

    .on-text--title1 h2 {
        font-size: 57.6px;
        letter-spacing: 0.13rem;
    }

    .on-text--title1 h6 {
        font-size: 19.2px;
        letter-spacing: 24.96px;
        margin-top: 0.2rem;
    }

    .on-text--title2 {
        margin-top: 3.6rem;
    }

    .on-text--title2 h3 {
        font-size: 28.8px;
        letter-spacing: 1.536px;
    }

    .on-text--main {
        margin-top: 40.32px;
    }

    .on-text--main p {
        font-size: 19.2px;
        letter-spacing: 0.96px;
        line-height: 38.4px;
    }
    /* top content1 end */

    /* top character */
    .top-character--content {
        width: 62.5%;
        margin: 5.2rem auto;
        max-width: 1190px;
    }

    .top-character--title h2 {
        font-size: 57.6px;
        letter-spacing: 2.88px;
    }

    .top-character--subtitle {
        margin-left: 122.88px;
        margin-top: 5.76px;
    }

    .top-character--subtitle h3 {
        font-size: 19.2px;
        letter-spacing: 0.96px;
    }

    .top-character--row {
        margin-top: 63.36px;
        gap:42.24px 21.12px;
    }

    .top-character--col {
        width: 32%;
    }

    .top-character--img {
        background-size: cover;
        background-position: center;
        height: 142.08px;
        cursor: pointer;
    }

    .top-character--name {
        margin-top: 19.2px;
    }

    .top-character--name h4 {
        font-size: 21.12px;
        letter-spacing: 1.92px;
    }

    .top-character--list {
        margin-top: 38.4px;
        gap: 3.84px 9.6px;
        margin-top: 14.4px;
    }

    .top-character--scenario p,
    .top-character--illust p,
    .top-character--story-board p,
    .top-character--title-logo p,
    .top-character--character-design p,
    .top-character--original p {
        font-size: 11.52px;
        letter-spacing: 1.92px;
    }

    /* top character end */

    /* top comic movie */
    .top-comic-movie--content {
        margin-top: 6.3rem;
    }

    .top-comic-movie--title h2 {
        font-size: 57.6px;
        letter-spacing: 5.76px;
    }

    .top-comic-movie--subtitle {
        margin-top: 5.76px;
    }

    .top-comic-movie--subtitle h3 {
        font-size: 19.2px;
        letter-spacing: 1.92px;
    }

    .top-comic-movie--row {
        width: 66.5%;
        max-width: 1266.81px;
        margin: 49.92px auto 42.24px;
    }

    .top-comic-movie--col.col1 {
        width: 40%;
        margin-left: 3%;
    }

    .top-comic-movie--col.col2 {
        width: 54%;
        margin-left: 3%;
    }

    .top-comic-movie--name {
        margin-top: -0.2rem;
    }

    .top-comic-movie--name h3 {
        font-size: 40.32px;
    }

    .top-comic-movie--text {
        margin-top: 19.2px;
    }

    .top-comic-movie--text p {
        font-size: 15.36px;
        line-height: 30.048px;
    }

    .top-comic-movie--movie {
        margin-top: 9.6px;
    }

    .top-comic-movie--movie-box {
        width: 49%;
    }

    .top-comic-movie--movie-box .movie-play {
        cursor: pointer;
    }

    .top-comic-movie--movie-box .movie-play i {
        font-size: 38.4px;
        color: #fff;
    }

    .movie-thumbnail {
        background-size: cover;
        background-position: center;
        width: 336px;
        height: 190.08px;
        cursor: pointer;
    }

    .top-comic-movie--movie-view {
        width: 44%;
        margin-left: 7%;
        margin-top: 13.44px;
    }

    .top-comic-movie--movie-view p {
        font-size: 13.44px;
        letter-spacing: 0.96px;
    }

    .movie-link-list {
        gap: 11.52px;
        margin-top: 5.76px;
    }

    .movie-link {
        font-size: 15.36px;
        cursor: pointer;
    }

    .top-comic-movie--banner-list{
        width: 62.5%;
        max-width: 1190px;
        margin: auto;
    }

    .top-comic-movie--banner-list .banner--btn {
        background-size: cover;
        background-position: center;
        height: 90.24px;
        cursor: pointer;
    }

    .banner-list-swiper-button-next::after {
        background-image: url(../img/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 20px;
        margin: auto;
        width: 20px;
        display: block;
        top: 36.72px;
        position: absolute;
        right: -52.8px;
        z-index: 1;
    }

    .banner-list-swiper-button-prev::after {
        background-image: url(../img/previous.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 20px;
        margin: auto;
        width: 20px;
        display: block;
        top: 36.72px;
        position: absolute;
        left: -52.8px;
        z-index: 1;
    }

    /* top comic movie end */

    /* staff */
    .top-staff--content {
        margin-top: 176.64px;
        padding: 115.2px 0 97.92px;
        background-color: #000;
        overflow: hidden;
    }

    .top-staff--row {
        width: 65%;
        max-width: 1238.25px;
        margin: auto;
    }

    .top-staff--col-title {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }

    .top-staff--col-title h2 {
        margin: 0 0 0 11.52px;
        font-size: 60.48px;
        line-height: 38.4px;
        color: #fff;
    }
    
    .top-staff--col-title h2 span {
        margin: 19.2px 0;
    }

    .top-staff--col-title h3 {
        font-size: 21.12px;
        margin: 5.76px 0 0 19.2px;
        letter-spacing: 6.72px;
        color: #fff;
    }

    .top-staff--col-title h2 span {
        margin: 9.6px 0;
    }

    .top-staff--col.col2 {
        margin-left: 14%;
    }

    .top-staff--col2-title {
        margin-top: -9.6px;
    }

    .top-staff--col2-title h3 {
        color: #fff;
        font-size: 38.4px;
        line-height: 67.2px;
        letter-spacing: 1.92px;
    }

    .top-staff--col2-text {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-top: 38.4px;
    }

    .top-staff--col2-text p {
        color: #fff;
        margin: 0;
        font-size: 19.2px;
        line-height: 37.824px;
        letter-spacing: 0.96px;
    }

    .top-staff--list {
        margin-top: 38.4px;
    }

    .top-staff--list p {
        animation: animetxt 100s linear infinite;
        transform: translateX(100%);
        white-space: nowrap;
        font-size: 19.2px;
        margin-bottom: 19.2px!important;
        color: #fff;
        font-weight: bold;
    }
    
    @keyframes animetxt {
        100% {
            transform: translateX(-300%);
        }
    }

    /* staff end */

    /* top public */
    .top-public--title h2 {
        font-size: 57.6px;
        letter-spacing: 5.76px;
    }

    .top-public--subtitle {
        margin-top: 5.76px;
    }

    .top-public--subtitle h3 {
        font-size: 19.2px;
        letter-spacing: 1.92px;
    }

    .top-public--content {
        width: 64.5%;
        max-width: 1228.72px;
        margin: 92.16px auto 142.08px;
    }

    .top-public--table {
        margin-top: 69.888px;
    }

    .top-public--table td {
        width: 20%;
        border: solid 1px #000;
    }

    .top-public--col .public-logo-area {
        padding: 19.2px;
        height: 134.4px;
    }

    .top-public--col .icon {
        margin-top: -5.76px;
        margin-bottom: 5.76px;
    }

    .top-public--col .icon i {
        margin-right: 9.6px;
        font-size: 13.44px;
        color: #000;
    }
    /* top public end */

    /* modal */

    .modal-body {
        padding: 18px 36px 28px!important;
    }

    .work--info {
        gap: 14.4px;
    }

    .work--info p {
        font-size: 14.4px;
    }

    .character-area {
        margin-top: 21.6px;
    }

    .character--detail-img {
        width: 44%;
        margin-right: 6%;
    }

    .character--detail-text {
        width: 50%;
    }

    .character--detail-name {
        display: inline-block;
        margin-bottom: 21.6px;
    }

    .character--detail-name h3 {
        font-size: 21.6px;
        letter-spacing: 2.16px;
    }

    .character--detail-name h4 {
        font-size: 14.4px;
        letter-spacing: 2.16px;
    }

    .character--detail-introduce {
        overflow-y: auto;
        height: 160px;
    }

    .character--detail-introduce .char-description {
        font-size: 12.96px;
        line-height: 28.8px;
    }

    .character-icons {
        gap: 7.2px;
        margin-top: 21.6px;
        overflow-y: auto;
        height: 162px;
    }

    .char-icon-btn {
        width: 115px;
    }

    .char-icon-name {
        margin-top: 10px;
    }

    .char-icon-name h3 {
        font-size: 17px;
    }

    .char-icon-name h4 {
        margin-top: 3px;
        font-size: 11px;
    }

    .character-swiper-button-next::after {
        background-image: url(../img/next.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 25px;
        margin: auto;
        width: 25px;
        display: block;
        top: 280px;
        position: absolute;
        right: 20px;
        z-index: 1;
    }

    .character-swiper-button-prev::after {
        background-image: url(../img/previous.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 25px;
        margin: auto;
        width: 25px;
        display: block;
        top: 280px;
        position: absolute;
        left: 20px;
        z-index: 1;
    }

    .character-swiper-button-next.swiper-button-disabled::after,
    .character-swiper-button-prev.swiper-button-disabled::after {
        opacity: 0.3;
    }

    .work-logo {
        background-size: cover;
        background-position: center;
        top: 45px;
        right: 35px;
        width: 125px;
        height: 46px;
    }

    /* modal end */

    /* footer */
    .site-footer {
        background-color: #000;
        padding: 76.8px 0;
    }

    .footer--logo {
        width: 576px;
        margin: auto;
    }

    .footer--logo h2 {
        font-size: 46.08px;
    }

    .footer--sns-list {
        margin-top: 9.6px;
    }

    .footer--sns-list ul {
        gap: 19.2px;
    }

    .footer--sns-list li {
        width: 28.8px;
    }

    .footer--sns-list li.tiktok {
        scale: 1.6;
    }

    .footer--sns-list li.youtube {
        width: 40.32px;
    }

    .footer--main {
        color: #fff;
        width: 1428.75px;
        margin: 38.4px auto;
    }

    .footer--main h2{
        font-size: 23.04px;
        letter-spacing: 0.96px;
    }

    .footer--main h3{
        margin-top: 19.2px;
        font-size: 19.2px;
        letter-spacing: 0.96px;
    }

    .footer--main p {
        font-size: 15.36px;
        letter-spacing: 0.96px;
        line-height: 28.8px;
    }

    .footer--box {
        margin-top: 19.2px;
    }

    .footer--main-list {
        width: 428.625px;
        margin: 19.2px auto;
    }


    .footer-menu {
        margin-top: 67.2px;
    }

    .footer-menu #Main {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 63.36px;
    }

    .footer-menu #Main a {
        color: #fff;
        font-size: 21.12px;
    }

    .footer-menu #Main a p {
        font-size: 11.52px;
        letter-spacing: 1.92px;
    }

    .footer-menu2 {
        margin-top: 38.4px;
    }

    .footer-menu2 #Footer1 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 101.76px;
    }

    .footer-menu2 #Footer1 a {
        color: #fff;
        font-size: 13.44px;
    }

    .footer--copyright {
        color: #fff;
        margin-top: 51.84px;
        font-size: 17.28px;
    }

    /* footer end */

    /* page-news */
    .page--news-content {
        width: 62.5%;
        max-width: 1190.63px;
        margin: 134.4px auto 48px;
    }

    .page--news-title-box {
        margin-bottom: 76.8px;
    }

    .page--news-title h2 {
        font-size: 30.72px;
    }

    .page--news-line {
        border-top: solid 1px #000;
        width: 51.84px;
        margin-left: 17.28px;
        margin-top: 9.6px;
    }

    .page--news-subtitle {
        margin-left: 21.12px;
        margin-top: 11.52px;
    }

    .page--news-subtitle h3 {
        font-size: 19.2px;
    }

    .page--news-content .news--list-main .news--col {
        padding: 86.4px 0 28.8px;
    }

    .pagenavi {
        margin-top: 19.2px;
        font-size: 19.2px;
    }

    .pagenavi a {
        color: #00000069;
        transition: .5s;
    }

    .pagenavi a:hover {
        color: #000;
    }
    /* page-news end */

    /* single-news */
    .single-news--title {
        margin-bottom: 76.8px;
    }

    .single-news--title h2 {
        font-size: 34.56px;
        letter-spacing: 1.92px;
        line-height: 48px;
    }

    .single-news--text p {
        font-size: 19.2px;
        line-height: 48px;
    }

    .single-news--text {
        margin-bottom: 76.8px;
    }

    .back-btn {
        margin-bottom: 19.2px;
    }

    .back-btn a,
    .back-btn a:hover,
    .single-news--link-prev a,
    .single-news--link-prev a:hover,
    .single-news--link-next a,
    .single-news--link-next a:hover {
        color: #000;
        font-size: 17.28px;
    }

    .back-btn-col.col2 {
        margin-left: 4.8px;
    }

    .single-news--img {
        width: 70%;
        margin: auto;
    }

    .single-news--link {
        margin-top: 38.4px;
    }

    .single-news--link-prev i {
        margin-right: 4.8px;
    }

    .single-news--link-next i {
        margin-left: 4.8px;
    }
    /* single-news end */

    /* page privacypolicy */
    .page--privacy-policy-content {
        width: 62.5%;
        max-width: 1190.63px;
        margin: 96px auto;
    }

    .page--privacy-policy-title-box {
        margin-bottom: 57.6px;
    }

    .page--privacy-policy-title h2 {
        font-size: 32.64px;
        letter-spacing: 5.76px;
    }

    .page--privacy-policy-subtitle {
        margin-top: 19.2px;
    }

    .page--privacy-policy-subtitle h3 {
        font-size: 19.2px;
        letter-spacing: 1.92px;
    }

    .page--privacy-policy-main .text p {
        font-size: 13.056px;
        letter-spacing: 0.96px;
        line-height: 28.8px;
    }

    .page--privacy-policy-main .text p.indent {
        text-indent: -40.32px;
        padding-left: 40.32px;
    }

    .page--privacy-policy-main .text {
        margin-bottom: 57.6px;
        margin-top: 28.8px;
    }

    .page--privacy-policy-main h3 {
        font-size: 21.12px;
        letter-spacing: 1.92px;
    }
    /* page privacypolicy end */

    /* page contact */
    .page--contact-content {
        width: 62.5%;
        max-width: 1190.63px;
        margin: 96px auto;
    }

    .page--contact-top {
        margin-top: 38.4px;
    }

    .page--contact-text p {
        font-size: 19.2px;
        letter-spacing: 0.96px;
        line-height: 38.4px;
    }

    .page--contact-tab-box {
        width: 60%;
        margin: 38.4px auto;
        border: solid 1px #000;
        border-radius: 57.6px;
        padding: 19.2px 38.4px;
    }

    .page--contact-tab-col {
        border: solid 1px #b4b4b5;
        border-radius: 38.4px;
        padding: 4.8px 67.2px;
        background-color: #b4b4b5;
        color: #fff;
        cursor: pointer;
    }

    .page--contact-tab-col.active {
        background-color: #000;
        border: solid 1px #000;
    }

    .page--contact-tab-col p {
        font-size: 24px;
        letter-spacing: 5.76px;
    }

    .contact-company-from,
    .contact-normal-from {
        margin-top: 76.8px;
    }

    .contact-col.col1 {
        width: 18%;
    }

    .contact-col.col1 p {
        font-size: 17.28px;
        letter-spacing: 0.96px;
    }

    .contact-col.col1 p span.req {
        font-size: 14.4px;
        color: #ff0000;
        margin-left: 9.6px;
    }

    .contact-col.col2 {
        width: 82%;
    }

    .contact-row {
        margin-top: 28.8px;
    }

    .contact-col.col2 select,
    .contact-col.col2 input,
    .contact-col.col2 textarea {
        border-radius: 28.8px;
        font-size: 17.28px;
        padding: 6.72px 19.2px;
    }

    .submit-btn {
        width: 30%;
        margin: 48px auto;
    }

    .submit-btn input {
        border-radius: 28.8px;
        background-color: #000;
        color: #fff;
        padding: 9.6px 96px;
        font-size: 24.96px;
        letter-spacing: 5.76px;
        width: 100%;
    }
    
    /* page contact end */
}