/* header */
@media (min-width: 768px) and (max-width: 1920px) {
    .sp {
        display: none;
    }

    .site-header {
        background-color: #000;
        height: 3.2rem;
        z-index: 1;
        position: relative;
    }

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

    .logo-area {
        margin-left: 8.25rem;
        margin-right: 6.25rem;
        line-height: 1rem;
        width: 22.5rem;
        margin-top: 1rem;
    }

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

    .main-menu {
        margin-top: 0.6rem;
    }

    .header-main #Main a {
        color: #fff;
        font-size: 1rem;
        letter-spacing: 0.08rem;
        line-height: 0.95rem;
    }

    .menu-description {
        font-size: 0.64rem;
    }

    .sns-icon--list {
        margin-left: 6rem;
        margin-top: 0.7rem;
    }

    .sns-icon--list ul {
        gap: 0.85rem;
    }

    .sns-icon--list li {
        width: 1.65rem;
    }

    .sns-icon--list li.mail {
        scale: 1.1;
        margin-right: 1.25rem;
    }

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

    .sns-icon--list li.youtube {
        width: 2.2rem;
    }

    /* 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: 1.4rem auto;
    }

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

    /* top news */
    .top--news-content {
        width: 62.5%;
        margin: 3.4rem auto 2.5rem;
    }

    .top--news-title {
        margin-left: 1.6rem;
    }

    .top--news-title h2 {
        font-size: 1.6rem;
    }

    .top--news-line {
        border-top: solid 1px #000;
        width: 2.7rem;
        margin-left: 0.9rem;
        margin-top: 0.5rem;
    }

    .top--news-subtitle {
        margin-left: 1.1rem;
        margin-top: 0.6rem;
    }

    .top--news-subtitle h3 {
        font-size: 1rem;
    }

    .news--list-main {
        margin-top: 1rem;
    }

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

    .news--list-main .news--col {
        padding: 1.1rem 0 1rem;
        border-bottom: solid 0.15rem #000;
    }

    .news--col-day {
        margin-left: 1.75rem;
    }

    .news--col-day p {
        font-size: 0.8rem;
        letter-spacing: 0.025rem;
    }

    .news--col-title {
        margin-left: 5.3rem;
    }

    .news--col-title h3 {
        font-size: 0.75rem;
        letter-spacing: 0.095rem;
    }

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

    .view-more-btn a {
        width: 100%;
    }

    .view-more-btn-col.col1 {
        width: 55%;
    }

    .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: 2rem;
        height: 0.1rem;
        left: 0.5rem;
        display: block;
        position: absolute;
        top: 1.1rem;
    }

    .view-more-btn .arrow:after {
        content: '';
        border-top: solid 1px #000;
        transform: rotate(45deg);
        width: 0.6rem;
        height: 0.1rem;
        left: 2rem;
        display: block;
        position: absolute;
        top: 0.9rem;
    }
    /* 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: 56.2rem;
    }

    .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: 3rem;
        letter-spacing: 0.13rem;
    }

    .on-text--title1 h6 {
        font-size: 1rem;
        letter-spacing: 1.3rem;
        margin-top: 0.2rem;
    }

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

    .on-text--title2 h3 {
        font-size: 1.5rem;
        letter-spacing: 0.08rem;
    }

    .on-text--main {
        margin-top: 2.1rem;
    }

    .on-text--main p {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        line-height: 2rem;
    }
    /* top content1 end */

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

    .top-character--title h2 {
        font-size: 3rem;
        letter-spacing: 0.15rem;
    }

    .top-character--subtitle {
        margin-left: 6.4rem;
        margin-top: 0.3rem;
    }

    .top-character--subtitle h3 {
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }

    .top-character--row {
        margin-top: 3.3rem;
        gap: 2.2rem 1.1rem;
    }

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

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

    .top-character--name {
        margin-top: 1rem;
    }

    .top-character--name h4 {
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
    }

    /* .top-character--scenario {
        margin-top: 0.5rem;
    }

    .top-character--illust {
        margin-top: 0.2rem;
    } */

    .top-character--list {
        gap: 0.2rem 0.5rem;
        margin-top: 0.75rem;
    }

    .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: 0.6rem;
        letter-spacing: 0.1rem;
    }

    /* top character end */

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

    .top-comic-movie--title h2 {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }

    .top-comic-movie--subtitle {
        margin-top: 0.3rem;
    }

    .top-comic-movie--subtitle h3 {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }

    .top-comic-movie--row {
        width: 66.5%;
        margin: 2.6rem auto 2.2rem;
    }

    .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: 2.1rem;
    }

    .top-comic-movie--text {
        margin-top: 1rem;
    }

    .top-comic-movie--text p {
        font-size: 0.8rem;
        line-height: 1.565rem;
    }

    .top-comic-movie--movie {
        margin-top: 0.5rem;
    }

    .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: 2rem;
        color: #fff;
    }

    .movie-thumbnail {
        background-size: cover;
        background-position: center;
        width: 17.5rem;
        height: 9.9rem;
        cursor: pointer;
    }

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

    .top-comic-movie--movie-view p {
        font-size: 0.7rem;
        letter-spacing: 0.05rem;
    }

    .movie-link-list {
        gap: 0.6rem;
        margin-top: 0.3rem;
    }

    .movie-link {
        font-size: 0.8rem;
        cursor: pointer;
    }

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

    .top-comic-movie--banner-list .banner--btn {
        background-size: cover;
        background-position: center;
        height: 4.7rem;
        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: 1.8rem;
        position: absolute;
        right: -2.75rem;
        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: 1.8rem;
        position: absolute;
        left: -2.75rem;
        z-index: 1;
    }

    /* top comic movie end */

    /* staff */
    .top-staff--content {
        margin-top: 9.2rem;
        padding: 6rem 0 5.1rem;
        background-color: #000;
        overflow: hidden;
    }

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

    .top-staff--col.col1 {
        width: 8%;
    }

    .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 0.6rem;
        font-size: 3.15rem;
        line-height: 2rem;
        color: #fff;
    }

    .top-staff--col-title h2 span {
        margin: 1rem 0;
    }

    .top-staff--col-title h3 {
        font-size: 1.1rem;
        margin: 0.3rem 0 0 1rem;
        letter-spacing: 0.35rem;
        color: #fff;
    }

    .top-staff--col-title h3 span {
        margin: 0.5rem 0;
    }

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

    .top-staff--col2-title {
        margin-top: -0.5rem;
    }

    .top-staff--col2-title h3 {
        color: #fff;
        font-size: 2rem;
        line-height: 3.5rem;
        letter-spacing: 0.1rem;
    }

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

    .top-staff--col2-text p {
        color: #fff;
        margin: 0;
        font-size: 1rem;
        line-height: 1.97rem;
        letter-spacing: 0.05rem;
    }

    .top-staff--list {
        margin-top: 2rem;
    }

    .top-staff--list p {
        animation: animetxt 120s linear infinite;
        transform: translateX(100%);
        white-space: nowrap;
        letter-spacing: 0.3rem;
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        margin-bottom: 1rem !important;
    }
    
    @keyframes animetxt {
        100% {
            transform: translateX(-530%);
        }
    }

    /* staff end */

    /* top public */
    .top-public--content {
        margin-top: 4.8rem;
    }

    .top-public--title h2 {
        font-size: 3rem;
        letter-spacing: 0.3rem;
    }

    .top-public--subtitle {
        margin-top: 0.3rem;
    }

    .top-public--subtitle h3 {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }

    .top-public--content {
        width: 64.5%;
        margin: 4.8rem auto 7.4rem;
    }

    .top-public--row {
        margin-top: 3.6rem;
    }

    .top-public--table {
        margin-top: 3.64rem;
    }

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

    .top-public--col .public-logo-area {
        padding: 1rem;
        height: 7rem;
    }

    .top-public--col .icon {
        margin-top: -0.3rem;
        margin-bottom: 0.3rem;
    }

    .top-public--col .icon i {
        margin-right: 0.5rem;
        font-size: 0.7rem;
        color: #000;
    }
    /* top public end */

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

    .footer--logo {
        width: 30rem;
        margin: auto;
    }

    .footer--logo h2 {
        font-size: 2.4rem;
    }

    .footer--sns-list {
        margin-top: 0.5rem;
    }

    .footer--sns-list ul {
        gap: 1rem;
    }

    .footer--sns-list li {
        width: 1.5rem;
    }

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

    .footer--sns-list li.youtube {
        width: 2.1rem;
    }

    .footer--main {
        color: #fff;
        width: 75%;
        margin: 2rem auto;
    }

    .footer--main h2{
        font-size: 1.2rem;
        letter-spacing: 0.05rem;
    }

    .footer--main h3{
        margin-top: 1rem;
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }

    .footer--main p {
        font-size: 0.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.5rem;
    }

    .footer--box {
        margin-top: 1rem;
    }

    .footer--main-list {
        width: 30%;
        margin: 1rem auto;
    }

    .footer-menu {
        margin-top: 3.5rem;
    }

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

    .footer-menu #Main a {
        color: #fff;
        font-size: 1.1rem;
    }

    .footer-menu #Main a p {
        font-size: 0.6rem;
        letter-spacing: 0.1rem;
    }

    .footer-menu2 {
        margin-top: 2rem;
    }

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

    .footer-menu2 #Footer1 a {
        color: #fff;
        font-size: 0.7rem;
    }

    .footer--copyright {
        color: #fff;
        margin-top: 2.7rem;
        font-size: 0.9rem;
    }

    /* footer end */

    /* page-news */
    .page--news-content {
        width: 62.5%;
        margin: 7rem auto 2.5rem;
    }

    .page--news-title-box {
        margin-bottom: 4rem;
    }

    .page--news-title h2 {
        font-size: 1.6rem;
    }

    .page--news-line {
        border-top: solid 1px #000;
        width: 2.7rem;
        margin-left: 0.9rem;
        margin-top: 0.5rem;
    }

    .page--news-subtitle {
        margin-left: 1.1rem;
        margin-top: 0.6rem;
    }

    .page--news-subtitle h3 {
        font-size: 1rem;
    }

    .page--news-content .news--list-main .news--col {
        padding: 4.5rem 0 1.5rem;
    }

    .pagenavi {
        margin-top: 1rem;
    }

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

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

    /* single-news */
    .single-news--title {
        margin-bottom: 4rem;
    }

    .single-news--title h2 {
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
        line-height: 2.5rem;
    }

    .single-news--text p {
        font-size: 1rem;
        line-height: 2.5rem;
    }

    .single-news--text {
        margin-bottom: 4rem;
    }

    .back-btn {
        margin-bottom: 1rem;
    }

    .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: 0.9rem;
    }

    .back-btn-col.col2 {
        margin-left: 0.25rem;
    }

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

    .single-news--link {
        margin-top: 2rem;
    }

    .single-news--link-prev i {
        margin-right: 0.25rem;
    }

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

    /* page privacypolicy */
    .page--privacy-policy-content {
        width: 62.5%;
        margin: 5rem auto;
    }

    .page--privacy-policy-title-box {
        margin-bottom: 3rem;
    }

    .page--privacy-policy-title h2 {
        font-size: 1.7rem;
        letter-spacing: 0.3rem;
    }

    .page--privacy-policy-subtitle {
        margin-top: 1rem;
    }

    .page--privacy-policy-subtitle h3 {
        font-size: 1rem;
        letter-spacing: 0.1rem;
    }

    .page--privacy-policy-main .text p {
        font-size: 0.68rem;
        letter-spacing: 0.05rem;
        line-height: 1.5rem;
    }

    .page--privacy-policy-main .text p.indent {
        text-indent: -2.1rem;
        padding-left: 2.1rem;
    }

    .page--privacy-policy-main .text {
        margin-bottom: 3rem;
        margin-top: 1.5rem;
    }

    .page--privacy-policy-main h3 {
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
    }
    /* page privacypolicy end */

    /* page contact */
    .page--contact-content {
        width: 62.5%;
        margin: 5rem auto;
    }

    .page--contact-top {
        margin-top: 2rem;
    }

    .page--contact-text p {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        line-height: 2rem;
    }

    .page--contact-tab-box {
        width: 60%;
        margin: 2rem auto;
        border: solid 1px #000;
        border-radius: 3rem;
        padding: 1rem 2rem;
    }

    .page--contact-tab-col {
        border: solid 1px #b4b4b5;
        border-radius: 2rem;
        padding: 0.25rem 3.5rem;
        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: 1.25rem;
        letter-spacing: 0.3rem;
    }

    .contact-company-from,
    .contact-normal-from {
        margin-top: 4rem;
    }

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

    .contact-col.col1 p {
        font-size: 0.9rem;
        letter-spacing: 0.05rem;
    }

    .contact-col.col1 p span.req {
        font-size: 0.75rem;
        color: #ff0000;
        margin-left: 0.5rem;
    }

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

    .contact-row {
        margin-top: 1.5rem;
    }

    .contact-col.col2 select,
    .contact-col.col2 input,
    .contact-col.col2 textarea {
        border-radius: 1.5rem;
        font-size: 0.9rem;
        padding: 0.35rem 1rem;
    }

    .submit-btn {
        width: 30%;
        margin: 2.5rem auto;
    }

    .submit-btn input {
        border-radius: 1.5rem;
        background-color: #000;
        color: #fff;
        padding: 0.5rem 5rem;
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
        width: 100%;
    }
    
    /* page contact end */
}