/* ==========================================================
  top.css
  display: top
========================================================== */
/* ====================
  @CONTENTS
===================== */
#container {
    padding: 0 0 45px;
}

.main-slider {
    background: url("../images/top/frame_slider_sp.png") no-repeat center 0;
    width: 767px;
    height: 500px;
}

.main-slider .main-slider-item a {
    background: #000;
    width: 767px;
    height: 395px;
    padding: 6px 0;
    display: block;
    box-sizing: border-box;
}

.banner-area {
    margin: -35px auto 0;
}

.banner-area ul {
    font-size: 0;
    text-align: center;
}

.banner-area ul li {
    display: inline-block;
}

.banner-area .bnr-version {
    background: url("../images/top/bnr_version.png") no-repeat center 0;
}

.banner-area .bnr-version a {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 165px;
    max-height: 100%;
    display: block;
    padding: 35px 0 0;
}

.news-tab-area {
    background: url("../images/top/frame_news_sp.png") no-repeat 0 0;
    padding: 68px 0 60px;
}

.news-tab-area .tab-selecter-container {
    position: relative;
}

.news-tab-area .tab-selecter-container.open .arrow {
    transform: rotate(180deg);
}

.news-tab-area .tab-selecter-container.open .category-list {
    display: block;
}

.news-tab-area .tab-selecter-container .category-box {
    background-color: #fff;
    border: 1px solid #ccaa5e;
    color: #ccaa5e;
    font-weight: bold;
    width: 640px;
    height: 80px;
    margin: 0 auto;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    position: relative;
}

.news-tab-area .tab-selecter-container .category-box .current-category {
    line-height: 80px;
}

.news-tab-area .tab-selecter-container .category-box .arrow {
    background: #ccaa5e;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news-tab-area .category-list {
    background-color: #fff;
    border: 1px solid #ccaa5e;
    border-top: none;
    width: 640px;
    margin: 0 auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.news-tab-area .category-list .category-item {
    border-bottom: 1px solid #ccaa5e;
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}

.news-tab-area .category-list .category-item:last-of-type {
    border-bottom: none;
}

.news-tab-area .category-list .category-item a {
    color: #ccaa5e;
}

.news-tab-area .no-archives {
    height: 490px;
    margin: 22px auto 10px;
}

.news-tab-area .no-archives p {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 198px 0 0;
}

.news-tab-area .news-tab-contents {
    height: 490px;
    padding: 0 63px;
    margin: 22px auto 10px;
    pointer-events: auto;
    position: relative;
    overflow-y: auto;
}

.news-tab-area .news-tab-contents li {
    border-bottom: 1px dashed #959595;
    padding: 20px 0;
    position: relative;
}

.news-tab-area .news-tab-contents li:last-child {
    border-bottom: none;
}

.news-tab-area .news-tab-contents li a {
    font-weight: bold;
    display: block;
}

.news-tab-area .news-tab-contents li a .date {
    color: #a4a4a4;
    max-height: 100%;
    font-size: 24px;
}

.news-tab-area .news-tab-contents li a .category-tag {
    position: absolute;
    top: 14px;
    left: 170px;
}

.news-tab-area .news-tab-contents li a .category-tag span {
    background: #ccaa5e;
    border-radius: 13px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding: 1px 20px;
    margin: 0 5px;
    display: inline-block;
}

.news-tab-area .news-tab-contents li a .title {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
    max-height: 100%;
    margin: 5px 0 0;
}

.movie-area {
    background: url("../images/top/bg_movie_sp.jpg") no-repeat center 105px;
    background-size: cover;
    padding: 0 0 45px;
}

.movie-area .movie-list {
    text-align: center;
    font-size: 0;
    padding: 50px 3px 10px;
}

.movie-area .movie-list li {
    background: url("../images/common/frame_movielist_sp.png") no-repeat center 0;
    width: 380px;
    height: 380px;
    display: inline-block;
    position: relative;
}

.movie-area .movie-list li:nth-child(n + 5) {
    display: none;
}

.movie-area .movie-list li .rotate-container {
    position: absolute;
    width: 480px;
    height: 480px;
    top: -50%;
    left: -50%;
    transform: translate(140px, 140px) rotate(45deg);
    transform-origin: 50% 50%;
    overflow: hidden;
    pointer-events: none;
}

.movie-area .movie-list li .rotate-container .inner {
    position: absolute;
    width: 350px;
    height: 350px;
    transform: rotate(-45deg) translate(0, 94px);
}

.movie-area .movie-list li .rotate-container .inner a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: auto;
}

.movie-area .movie-list li .rotate-container .inner a::after {
    content: "";
    display: block;
    background: url("../images/icon/icon_play_d.png") no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.movie-area .movie-list li .rotate-container .inner .thumbnail {
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 202px;
    background-size: cover;
    opacity: 0.6;
    position: relative;
}

.movie-area .movie-list li .rotate-container .inner .text {
    width: 100%;
    height: 148px;
    text-align: left;
    padding: 15px 20px;
    box-sizing: border-box;
}

.movie-area .movie-list li .rotate-container .inner .text .date {
    font-size: 22px;
    color: #a4a4a4;
}

.movie-area .movie-list li .rotate-container .inner .text .title {
    font-size: 27px;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
}

.twitter-area {
    background: url("../images/common/bg_pattern_dark.gif") repeat 0 0;
    padding: 40px 0 55px;
}

.twitter-area .widget li .tit {
    padding: 0 9px;
    margin: 0 0 6px;
}

.twitter-area .widget li div {
    background: url("../images/top/frame_widget_sp.png") no-repeat;
    width: 767px;
    height: 475px;
    padding: 45px 39px 35px;
    box-sizing: border-box;
}

.top-footer-banner {
    background: url("../images/common/bg_pattern_khaki.gif") repeat;
    padding: 45px 0;
    margin:0 auto;
}

.top-footer-banner .inner p {
    width: 715px;
    padding: 0 0;
    margin: 0 auto;
}

.top-footer-banner .inner ul {
    font-size: 0;
    padding: 0 25px;
}

.top-footer-banner .inner ul li {
    width: 356px;
    padding: 2px 1px;
    display: inline-block;
}

.top-footer-banner .inner .leftbnr ul li{
    width: 356px;
    padding: 2px 1px;
    display: inline-block;}

@media screen and (min-width: 768px) {
  /* ====================
    @CONTENTS
  ===================== */
    #container {
        padding: 50px 0 40px;
    }

    .main-chara {
        position: relative;
    }

    .main-chara > p {
        background-size: contain;
        background-repeat: no-repeat;
        height: 820px;
        position: absolute;
        top: -50px;
    }

    .main-chara > p.left-chara {
        width: 1040px;
        left: 50%;
        margin-left: -1000px;
    }



    .main-chara > p.left-chara.left-chara-16 {
        background-image: url("../images/top/main_chara_l_16.png");
    }

    .main-chara > p.left-chara.left-chara-17 {
        background-image: url("../images/top/main_chara_l_17.png");
    }

    .main-chara > p.left-chara.left-chara-18 {
        background-image: url("../images/top/main_chara_l_18.png");
    }

    .main-chara > p.left-chara.left-chara-19 {
        background-image: url("../images/top/main_chara_l_19.png");
    }

    .main-chara > p.left-chara.left-chara-20 {
        background-image: url("../images/top/main_chara_l_20.png");
    }

    .main-chara > p.left-chara.left-chara-21 {
        background-image: url("../images/top/main_chara_l_21.png");
    }

    .main-chara > p.left-chara.left-chara-22 {
        background-image: url("../images/top/main_chara_l_22.png");

    }

    .main-chara > p.left-chara.left-chara-23 {
        background-image: url("../images/top/main_chara_l_23.png");

    }

    .main-chara > p.left-chara.left-chara-24 {
        background-image: url("../images/top/main_chara_l_24.png");

    }

    .main-chara > p.left-chara.left-chara-25 {
        background-image: url("../images/top/main_chara_l_25.png");

    }

    .main-chara > p.left-chara.left-chara-26 {
        background-image: url("../images/top/main_chara_l_26.png");

    }

    .main-chara > p.left-chara.left-chara-27 {
        background-image: url("../images/top/main_chara_l_27.png");

    }



    .main-chara > p.right-chara {
        width: 820px;
        right: 50%;
        margin-right: -1000px;
    }


    .main-chara > p.right-chara.right-chara-16 {
        background-image: url("../images/top/main_chara_r_16.png");
    }

    .main-chara > p.right-chara.right-chara-17 {
        background-image: url("../images/top/main_chara_r_17.png");
    }

    .main-chara > p.right-chara.right-chara-18 {
        background-image: url("../images/top/main_chara_r_18.png");
    }

    .main-chara > p.right-chara.right-chara-19 {
        background-image: url("../images/top/main_chara_r_19.png");
    }

    .main-chara > p.right-chara.right-chara-20 {
        background-image: url("../images/top/main_chara_r_20.png");
    }

    .main-chara > p.right-chara.right-chara-21 {
        background-image: url("../images/top/main_chara_r_21.png");

    }

    .main-chara > p.right-chara.right-chara-22 {
        background-image: url("../images/top/main_chara_r_22.png");
    }

    .main-chara > p.right-chara.right-chara-23 {
        background-image: url("../images/top/main_chara_r_23.png");
    }

    .main-chara > p.right-chara.right-chara-24 {
        background-image: url("../images/top/main_chara_r_24.png");

    }

    .main-chara > p.right-chara.right-chara-25 {
        background-image: url("../images/top/main_chara_r_25.png");
        margin-right: -1000px;
    }

    .main-chara > p.right-chara.right-chara-26 {
        background-image: url("../images/top/main_chara_r_26.png");

    }

    .main-chara > p.right-chara.right-chara-27 {
        background-image: url("../images/top/main_chara_r_27.png");

    }


    .main-slider {
        background: url("../images/top/frame_slider_pc.png") no-repeat center 0;
        width: 910px;
        height: 512px;
        padding: 17px 21px 0 21px;
        margin: 0 auto;
    }

    .main-slider .main-slider-item a {
        width: 868px;
        height: 436px;
        padding: 4px;
    }

    .main-slider .main-slider-item a:hover {
        background: #ec3d00;
    }

    .banner-area {
        margin: 0;
        float: right;
    }

    .banner-area ul li {
        margin: -20px 0 0;
        display: block;
    }

    .banner-area .bnr-version {
        background: url("../images/top/bnr_version.png") no-repeat center 0;
        background-size: contain;
        width: 448px;
        height: auto;
        margin-top: -3px;
    }

    .banner-area .bnr-version a {
        font-size: 14px;
        line-height: 100px;
        padding: 18px 0 0;
    }

    .banner-area .bnr-version a:hover {
        color: #ec3d00;
    }

    .news-tab-area {
        background: url("../images/top/frame_news_pc.png") no-repeat 0 0;
        width: 690px;
        padding: 45px 0 45px;
        margin-left: 40px;
    }

    .news-tab-area .tab-selecter-container .category-box {
        display: none;
    }

    .news-tab-area .tab-selecter-container .category-list {
        background-color: transparent;
        border-top: 1px solid #ccaa5e;
        width: 600px;
        height: 28px;
        text-align: center;
        display: block;
        overflow: hidden;
        clear: both;
        top: 0;
    }

    .news-tab-area .tab-selecter-container .category-list .category-item {
        border-right: 1px solid #ccaa5e;
        border-bottom: none;
        width: 100px;
        height: 28px;
        font-size: 11px;
        line-height: 28px;
        padding-left: 0;
        float: left;
    }

    .news-tab-area .tab-selecter-container .category-list .category-item a {
        display: block;
        color: #ccaa5e;
    }

    .news-tab-area .tab-selecter-container .category-list .category-item:hover, .news-tab-area .tab-selecter-container .category-list .category-item.current {
        background: #ccaa5e;
        transition: .3s;
    }

    .news-tab-area .tab-selecter-container .category-list .category-item:hover a, .news-tab-area .tab-selecter-container .category-list .category-item.current a {
        color: #fff;
    }

    .news-tab-area .tab-selecter-container .category-list .category-item:last-of-type {
        border-right: none;
        width: 98px;
    }

    .news-tab-area .no-archives {
        width: 598px;
        height: 236px;
        padding: 0;
        margin: 35px auto 5px;
    }

    .news-tab-area .no-archives p {
        font-size: 25px;
        padding: 100px 0 0;
    }

    .news-tab-area .news-tab-contents {
        width: 598px;
        height: 236px;
        padding: 0;
        margin: 35px auto 5px;
    }

    .news-tab-area .news-tab-contents li {
        padding: 8px 0;
    }

    .news-tab-area .news-tab-contents li a .date {
        font-size: 12px;
    }

    .news-tab-area .news-tab-contents li a .category-tag {
        top: 3px;
        left: 90px;
    }

    .news-tab-area .news-tab-contents li a .category-tag span {
        border-radius: 7px;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        padding: 0 12px;
        margin: 0 4px;
    }

    .news-tab-area .news-tab-contents li a .title {
        font-size: 14px;
        line-height: 1.4;
        margin: 5px 0 0;
    }

    .news-tab-area .news-tab-contents li a:hover .title {
        color: #ec3d00;
    }

    .movie-area {
        background: url("../images/top/bg_movie_pc.jpg") no-repeat center 68px;
        background-size: cover;
        padding: 0 0 45px;
        clear: both;
        overflow: hidden;
    }

    .movie-area .movie-list li {
        background: url("../images/common/frame_movielist_pc.png") no-repeat center 0;
        width: 390px;
        height: 310px;
    }

    .movie-area .movie-list li:nth-child(n + 4) {
        display: none;
    }

    .movie-area .movie-list li .rotate-container {
        width: 424px;
        height: 424px;
        transform: translate(178px, 98px) rotate(45deg);
    }

    .movie-area .movie-list li .rotate-container .inner {
        width: 350px;
        height: 268px;
        transform: rotate(-45deg) translate(-29px, 81px);
    }

    .movie-area .movie-list li .rotate-container .inner a {
        position: absolute;
    }

    .movie-area .movie-list li .rotate-container .inner a::after {
        top: 40%;
    }

    .movie-area .movie-list li .rotate-container .inner .text {
        height: 66px;
        padding: 12px 15px;
    }

    .movie-area .movie-list li .rotate-container .inner .text .date {
        font-size: 12px;
    }

    .movie-area .movie-list li .rotate-container .inner .text .title {
        font-size: 14px;
        margin: 2px 0 0;
    }

    .movie-area .movie-list li .rotate-container .inner a:hover::after {
        content: "";
        display: block;
        background: url("../images/icon/icon_play_on.png") no-repeat 0 0;
        background-size: contain;
    }

    .movie-area .movie-list li .rotate-container .inner a:hover .text .title {
        color: #ec3d00;
    }

    .twitter-area {
        padding: 55px 0 50px;
    }

    .twitter-area .widget li {
        width: 575px;
        text-align: center;
        float: left;
    }

    .twitter-area .widget li .tit {
        width: 400px;
        padding: 0;
        margin: 0 auto;
    }

    .twitter-area .widget li div {
        background: url("../images/top/frame_widget_pc.png") no-repeat;
        width: 575px;
        height: 415px;
        padding: 30px 35px 35px;
    }

    .top-footer-banner {
        padding: 35px 0;
    }

    .top-footer-banner .inner {
        width: 929px;
        padding: 0 26px 0 12px;
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
        clear: both;
    }

    .top-footer-banner .inner > p, .top-footer-banner .inner > ul {
        height: 167px;
        margin-left: -7px;
        float: left;
    }

    .top-footer-banner .inner > p a, .top-footer-banner .inner > ul a {
        display: block;
    }

    .top-footer-banner .inner > p a:hover, .top-footer-banner .inner > ul a:hover {
        opacity: 0.85;
    }

    .top-footer-banner .inner p {
        width: 271px;
        padding: 0;
    }

    .top-footer-banner .inner p:last-of-type {
        width: 167px;
    }

    .top-footer-banner .inner ul {
        width: 459px;
        padding: 7px 0 0;
    }

    .top-footer-banner .inner ul li {
        width: 233px;
        padding: 0;
        margin: -7px 0 0;
    }
    .top-footer-banner .inner ul li:nth-child(even) {
        margin: -7px 0 0 -7px;
    }
     .top-footer-banner .inner .leftbnr ul {
        width: 271px;
        padding: 7px 0 0;
        float:left;
    }
    .top-footer-banner .inner .leftbnr ul li {
        width: 271px;
        padding: 0;
        margin: -7px 0 0 0;
    }


}
