/*-----------------------------------------------------

	top.css

------------------------------------------------------*/


/*-----------------------------------------------------

	top.css
	dark Mode

------------------------------------------------------*/

.dark {
    /* footer */
    /* top slider */
    /* movie */
    /* top_content */
}

.dark header {
    background: #141414;
}

.dark header #header_wrap:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.29) 1%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
}

.dark footer #mode_change.into_light {
    background: #fff url(../images/dark/into_light.jpg) no-repeat center top;
}

.dark #top_slider {
    background: #141414;
}

@media only screen and (max-width: 767px) {
    .dark #top_slider .slick-slider {
        background: #141414;
    }
}

.dark #top_slider .slick-dots li button:before {
    background: #b732ac;
}

.dark #top_slider .slick-dots li.slick-active button:before {
    background: yellow;
}

@media only screen and (max-width: 767px) {
    .dark #top_slider .slick-prev:before {
        background: url(../images/small/dark/prev.png) no-repeat center;
        background-size: 100%;
    }
    .dark #top_slider .slick-next:before {
        background: url(../images/small/dark/next.png) no-repeat center;
        background-size: 100%;
    }
}

.dark #movie {
    background: #fff;
}

.dark #movie .tit_line {
    background: url(../images/dark/tit_movie_bgside.png) repeat-x top;
}

.dark #movie .tit_line>div {
    background: url(../images/dark/movie_tit_bg.png) no-repeat center top;
}

.dark #movie #movie_area {
    background: #fff;
}

.dark #movie #movie_area>section {
    background: #fff;
}

.dark #movie #movie_area>section .oa_title {
    color: #000;
}

.dark #movie #movie_area>section .oa_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.dark #movie #movie_area #next_bg:before,
.dark #movie #movie_area #review_bg:before {
    background: #fff;
}

.dark #movie #movie_area #next_bg:after,
.dark #movie #movie_area #review_bg:after {
    background: url(../images/dark/img_over.png);
    opacity: .7;
}

.dark #movie #movie_area #next_bg:before {
    left: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffff', GradientType=1);
    /* IE6-9 */
}

.dark #movie #movie_area #review_bg:before {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.76) 68%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

@media only screen and (max-width: 767px) {
    .dark #movie #movie_area>section .movie_box {
        background: #fff;
    }
    .dark #movie #movie_area>section#next>h1 {
        background: url(../images/small/dark/tit_next_bg.png) no-repeat;
        background-size: 100%;
    }
    .dark #movie #movie_area>section#review>h1 {
        background: url(../images/small/dark/tit_review_bg.png) no-repeat;
        background-size: 100%;
    }
}

.dark #top_content {
    background: url(../images/dark/bg_brick_purple.png);
}

.dark #top_content #news h1::before {
    background-image: url(../images/dark/jin_info.png);
    width: 157px;
    height: 130px;
    left: 134px;
}

.dark #top_content #news h1::after {
    background-image: url(../images/dark/vodka_info.png);
    width: 209px;
    height: 119px;
    right: 110px;
}

.dark #top_content #news #btn_newslist a {
    background: #fff100;
}

.dark #top_content #news #btn_newslist a .ring {
    display: block;
    background: #b6ac00;
    position: absolute;
    z-index: 2;
    border-radius: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.dark #top_content #news #btn_newslist a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.dark #top_content #news #update h2 .illust {
    left: 71px;
    width: 168px;
}

.dark #top_content #news #update ul li {
    background: url(../images/dark/card_bg_red.png) top;
}

.dark #top_content #news #update ul li a .ring {
    display: block;
    background: #420e40;
    position: absolute;
    z-index: 2;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.dark #top_content #news #update ul li a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.dark #top_content #news #info h2 .letter {
    z-index: 6;
}

.dark #top_content #news #info h2 .illust {
    z-index: 5;
    right: 61px;
    width: 178px;
}

.dark #top_content #news #info ul li {
    background: url(../images/dark/card_bg_blue.png) top;
}

.dark #top_content #news #info ul li a .ring {
    display: block;
    background: #150e42;
    position: absolute;
    z-index: 2;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.dark #top_content #news #info ul li a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.dark #top_content #twitter .orn {
    display: block;
    position: absolute;
    right: 24px;
    top: 31px;
    width: 84px;
}

.dark #top_content #twitter #twitter_wrap .diagonal {
    background: #6b005d;
}

.dark #top_content .content .orn01 {
    right: -55px;
    bottom: -18px;
    width: 235px;
    height: 549px;
    background: url(../images/dark/velmot.png) no-repeat;
}

.dark #top_content .content .orn02 {
    display: block;
    left: -10px;
    top: 49px;
    width: 61px;
    height: 71px;
    background: url(../images/dark/bullethole.png) no-repeat;
}

.dark #top_content .content .orn03 {
    left: auto;
    right: 24px;
    top: -11px;
    width: 207px;
    height: 171px;
    background: url(../images/dark/bullethole2.png) no-repeat;
}

.dark #top_content .content .orn04 {
    display: none;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    .dark #top_content .content .orn03 {
        display: none;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    .dark #top_content #twitter .orn {
        right: auto;
        left: 91px;
        top: 150px;
        width: 131px;
        height: 365px;
        background: url(../images/small/hibara_twitter_portrait.png);
        text-indent: 131px;
        overflow: hidden;
    }
    .dark #top_content #twitter .orn2 {
        position: absolute;
        right: 91px;
        top: 150px;
        width: 151px;
        height: 377px;
        background: url(../images/small/conan_twitter_portrait.png);
    }
}

@media only screen and (max-width: 767px) {
    .dark #top_content .content .orn03 {
        left: 2%;
        top: 0;
        width: 12%;
        padding: 27% 0 0 0;
    }
    .dark #top_content #news h1::before {
        background-image: url(../images/dark/ttl_info_sp.jpg);
        width: 100%;
        height: 100%;
        left: 0;
    }
    .dark #top_content #news #update h2 .illust {
        width: 40%;
    }
    .dark #top_content #news #info h2 .illust {
        right: 3%;
        bottom: -68%;
        width: 45%;
    }
    .dark #top_content #twitter .orn {
        top: 2.2em;
        width: 27%;
        left: auto;
        right: 4%;
        background: none;
        text-indent: 0;
    }
}


/* ie8 */

.ie8 {
    /* header */
    /* movie */
    /* top_content */
}


/*.ie8 header #header_wrap {
  clear: both;
  margin: 98px 0 0 0 !important;
  padding: 0;
}
.ie8 #movie #movie_area > section {
  float: left !important;
  width: 465px !important;
}
.ie8 #movie #movie_area > section #movie_disp:after {
  background: url(../common/images/play_s.png) no-repeat;
}
.ie8 #top_content .orn01 {
  right: 42px !important;
}
.ie8 #top_content #news ul li {
  *display: inline;
  *zoom: 1;
}*/


/* header */

header {
    position: relative;
    background: #fff;
}

header h1 {
    display: none;
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 9;
    width: 200px;
    height: 170px;
    margin: 0 0 0 -100px;
    text-align: center;
}

header #header_wrap {
    width: 100%;
    position: relative;
    z-index: inherit !important;
}

header #header_wrap:after {
    content: '';
    display: block;
    position: relative;
    z-index: 9;
    height: 120px;
    margin-top: -120px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.29) 1%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#47ffffff', endColorstr='#ffffff', GradientType=0);
}

@media only screen and (max-width: 767px) {
    header #header_wrap:after {
        content: none;
        display: block;
    }
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    header h1 {
        display: block;
        position: static !important;
        float: left;
        height: auto !important;
        width: 280px;
        margin: 0;
        padding: 0;
    }
    header h1.ani20 {
        padding: 0 86px 0 0;
        background: url(../common/images/logo_20th.png) no-repeat center right;
        background-size: 86px;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
    header #header_wrap {
        clear: both;
        width: 100% !important;
        height: auto !important;
    }
    header #header_wrap:after {
        height: 110px;
        margin-top: -110px;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    header h1 {
        display: block;
        position: static !important;
        float: left;
        height: auto !important;
        width: 280px;
        margin: 0;
        padding: 0;
    }
    header h1.ani20 {
        padding: 0 86px 0 0;
        background: url(../common/images/logo_20th.png) no-repeat center right;
        background-size: 86px;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
    header #btn_nav_switch {
        display: block;
        float: right;
        width: 110px;
        background: #004ebc;
        cursor: pointer;
    }
    header #header_wrap {
        clear: both;
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    header {
        border-top: none !important;
    }
    header h1 {
        display: block;
        position: static !important;
        float: left;
        height: auto !important;
        width: 42.75%;
        margin: 0 0 0 2%;
        padding: 1% 0;
    }
    header h1.ani20 {
        width: 58.75%;
        padding: 1% 16% 1% 0;
        background: url(../common/images/logo_20th.png) no-repeat center right;
        background-size: 26%;
    }
    header #btn_nav_switch {
        display: block;
        float: right;
        width: 18.9%;
        background: #004ebc;
        cursor: pointer;
    }
    header #header_wrap {
        clear: both;
        width: 100% !important;
        height: auto !important;
    }
}


/* footer */

footer #mode_change {
    display: block;
    position: relative;
    z-index: 3;
    height: 552px;
    margin: 0;
    cursor: pointer;
    background: #000 url(../images/into_dark.jpg) no-repeat center top;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer #mode_change img {
    position: absolute;
    bottom: 552px;
}

footer #copyright {
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    padding: 5px 0;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    footer #mode_change {
        /* margin: -77px 0 0 0; */
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    footer #copyright {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    footer #mode_change {
        position: static;
        height: auto;
        /* margin: -15% 0 0 0; */
        background: #000;
        -webkit-transition: all 3s ease;
        -moz-transition: all 3s ease;
        -ms-transition: all 3s ease;
        -o-transition: all 3s ease;
        transition: all 3s ease;
    }
    footer #mode_change img {
        position: static;
        vertical-align: middle;
    }
    footer #copyright {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 10%;
    }
}


/* bnr */

#bnr {
    background: transparent;
}


/* top slider */

#top_slider {
    position: relative;
    width: 1028px;
    margin: 0 auto;
}

#top_slider img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #top_slider {
        width: 908px;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #top_slider {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #top_slider {
        width: 100%;
    }
}

#top_slider .slick-track {
    background: #000;
}

#top_slider .slick-list {
    overflow: visible;
    background: transparent;
}

#top_slider .slick-slider {
    margin: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    #top_slider .slick-slider {
        padding-bottom: 52px;
        background: #fff;
    }
}

#top_slider .slick-slide {
    transform: scale(1);
    background: #000;
}

#top_slider .slick-slide img {
    opacity: .2;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#top_slider .slick-slide.slick-active {
    transform: scale(1);
}

#top_slider .slick-slide.slick-active img {
    opacity: 1;
}

#top_slider .slick-dots {
    bottom: 86px;
    z-index: 11;
}

#top_slider .slick-dots li {
    margin: 0 2px;
}

#top_slider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1f4a87;
    opacity: 1;
    border-radius: 12px;
}

#top_slider .slick-dots li.slick-active button:before {
    background: red;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    #top_slider .slick-dots {
        bottom: 12px;
    }
}

#top_slider .slick-prev,
#top_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 12;
    display: block;
    width: 85px;
    height: 85px;
    margin-top: -43px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#top_slider .slick-prev {
    left: 2%;
}

#top_slider .slick-next {
    right: 2%;
}

#top_slider .slick-prev:before,
#top_slider .slick-next:before {
    content: '';
    display: block;
    position: static;
    width: 85px;
    height: 85px;
    margin: 0;
    line-height: 1;
    opacity: 1;
    color: #333;
    border: none;
}

#top_slider .slick-prev:before {
    background: url(../images/prev.png) no-repeat center;
}

#top_slider .slick-next:before {
    background: url(../images/next.png) no-repeat center;
}

#top_slider .slick-prev:hover,
#top_slider .slick-next:hover {
    opacity: .4;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #top_slider .slick-dots {
        bottom: 76px;
    }
}

@media only screen and (max-width: 767px) {
    #top_slider .slick-prev,
    #top_slider .slick-next {
        top: inherit;
        bottom: 4px;
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
    #top_slider .slick-prev:before,
    #top_slider .slick-next:before {
        width: 32px;
        height: 32px;
    }
    #top_slider .slick-prev:before {
        background: url(../images/small/prev.png) no-repeat center;
        background-size: 100%;
    }
    #top_slider .slick-next:before {
        background: url(../images/small/next.png) no-repeat center;
        background-size: 100%;
    }
}

#top_slider .embed_movie {
    position: relative;
    padding: 56.25% 0 0 0;
}

#top_slider .embed_movie iframe,
#top_slider .embed_movie object {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#top_slider .embed_movie:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 48px;
    background: -moz-linear-gradient(top, transparent 0%, black 99%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 99%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 99%, black 100%);
}

#thumbnail {
    position: relative;
    z-index: 11;
}

@media only screen and (max-width: 767px) {
    #thumbnail {
        opacity: 0;
    }
}

#thumbnail ul li {
    display: none;
    width: 120px;
    position: absolute;
}

#thumbnail ul li.focus {
    display: block;
}


/* OA info */

#oainfo {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 120px;
    margin-top: -120px;
}

#oainfo img {
    width: 100%;
    height: auto;
}

#oainfo #oainfo_wrap {
    width: 1028px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

#oainfo #oainfo_wrap #oadate {
    float: left;
}

#oainfo #oainfo_wrap #oadate em,
#oainfo #oainfo_wrap #oadate small {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 480px;
}

#oainfo #oainfo_wrap #oadate em.ani20,
#oainfo #oainfo_wrap #oadate small.ani20 {
    padding: 0 0 0 90px;
    background: url(../common/images/logo_20th.png) no-repeat 10px 0;
}

#oainfo #oainfo_wrap #oadate small {
    width: 120px;
    margin: 0 0 0 -15px;
    vertical-align: 8px;
}

#oainfo #oainfo_wrap #btn_bbs {
    float: right;
    width: 300px;
    padding: 10px;
}

#oainfo #oainfo_wrap #btn_bbs a {
    display: block;
    position: relative;
    background: #fff100;
}

#oainfo #oainfo_wrap #btn_bbs a .bar {
    display: block;
    background: #ffa300;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#oainfo #oainfo_wrap #btn_bbs a:hover .bar {
    width: 100%;
    opacity: 1;
}

#oainfo #oainfo_wrap #btn_bbs a img {
    position: relative;
    z-index: 2;
    vertical-align: middle;
}

#oainfo #oainfo_wrap #btn_bbs a .illust {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 92px;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #oainfo {
        height: 110px;
        margin-top: -110px;
    }
    #oainfo #oainfo_wrap {
        width: 908px;
    }
    #oainfo #oainfo_wrap #oadate em,
    #oainfo #oainfo_wrap #oadate small {
        width: 430px;
        margin: 10px 0 0 0;
    }
    #oainfo #oainfo_wrap #oadate em.ani20,
    #oainfo #oainfo_wrap #oadate small.ani20 {
        padding: 0;
        background: none;
    }
    #oainfo #oainfo_wrap #oadate small {
        width: 120px;
    }
    #oainfo #oainfo_wrap #btn_bbs {
        width: 280px;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #oainfo #oainfo_wrap {
        width: 810px;
    }
    #oainfo #oainfo_wrap #oadate em,
    #oainfo #oainfo_wrap #oadate small {
        width: 470px;
    }
    #oainfo #oainfo_wrap #oadate em.ani20,
    #oainfo #oainfo_wrap #oadate small.ani20 {
        padding: 0;
        background: none;
    }
    #oainfo #oainfo_wrap #oadate small {
        display: block;
        width: 120px;
        margin: -20px 0 0 auto;
    }
    #oainfo #oainfo_wrap #btn_bbs {
        width: 320px;
        margin: 8px 0 0 0;
    }
    #oainfo #oainfo_wrap #btn_bbs a .illust {
        width: 84px;
    }
}

@media only screen and (max-width: 767px) {
    #oainfo {
        position: relative;
        height: auto;
        margin: 0;
    }
    #oainfo #oainfo_wrap {
        width: 100%;
        padding: 0;
    }
    #oainfo #oainfo_wrap #oadate {
        position: absolute;
        bottom: 52px;
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0 10%;
    }
    #oainfo #oainfo_wrap #oadate em,
    #oainfo #oainfo_wrap #oadate small {
        width: 100%;
        display: block;
    }
    #oainfo #oainfo_wrap #oadate em.ani20,
    #oainfo #oainfo_wrap #oadate small.ani20 {
        padding: 0;
        background: none;
    }
    #oainfo #oainfo_wrap #oadate small {
        width: 30%;
        margin: -1em 0 0 auto;
    }
    #oainfo #oainfo_wrap #btn_bbs {
        width: 100%;
        margin: 0;
        padding: 4%;
    }
    #oainfo #oainfo_wrap #btn_bbs a .illust {
        width: 29.6%;
    }
}


/* content */


/* movie */

#movie {
    position: relative;
    background: #000;
    overflow: hidden;
}

#movie .tit_line {
    position: relative;
    z-index: 2;
    height: 145px;
    background: url(../images/tit_movie_bgside.png) repeat-x top;
}

#movie .tit_line span {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 125px;
}

#movie .tit_line span img {
    width: 100%;
    height: auto;
}

#movie .tit_line>div {
    width: 1028px;
    height: 145px;
    margin: 0 auto;
    background: url(../images/movie_tit_bg.png) no-repeat center top;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #movie .tit_line>div {
        width: 988px;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #movie .tit_line>div {
        width: 988px;
    }
}

@media only screen and (max-width: 767px) {
    #movie .tit_line span {
        position: relative;
        display: block;
        width: 120px;
        margin: 0 auto;
        padding: 8% 0;
        top: 0;
    }
    #movie .tit_line>div {
        display: none;
    }
}

#movie>.content {
    width: 1028px;
    margin: -40px auto 0 auto;
    padding: 0;
    background: #ddd;
}

#movie>.content>h1 {
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 4;
    width: 120px;
    margin: 0 0 0 -60px;
}

#movie>.content>h1 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #movie>.content {
        width: 100%;
    }
    #movie>.content>h1 {
        top: 30px;
        width: 182px;
        margin: 0 0 0 -91px;
    }
}

@media only screen and (max-width: 767px) {
    #movie>.content>h1 {
        top: 30px;
        width: 32%;
        margin: 0 0 0 -16%;
    }
}

#movie #movie_area {
    margin: 0 -25px;
    padding: 45px 0 15px 0;
    text-align: center;
    background: #000;
}

#movie #movie_area img {
    display: block;
    width: 100%;
    height: auto;
}

#movie #movie_area>section {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 480px;
    margin: 5px 25px;
    padding: 0 0 42px 0;
    vertical-align: middle;
    background: #000;
}

#movie #movie_area>section>h1 {
    position: absolute;
    top: -92px;
    left: 50%;
    width: 144px;
    margin: 0 0 0 -72px;
}

#movie #movie_area>section figure {
    position: relative;
    padding: 15px 75px 0 75px;
}

#movie #movie_area>section figure>a {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#movie #movie_area>section figure>a img {
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#movie #movie_area>section figure>a:hover img {
    transform: scale(1.2, 1.2);
}

#movie #movie_area>section figcaption {
    position: relative;
    width: 14em;
    padding: 0.5em 0.8em 0.4em;
    text-align: left;
    font-weight: bold;
    font-size: .9em;
}

#movie #movie_area>section figcaption:after {
    content: '';
    display: block;
    position: absolute;
    right: -1.45em;
    top: 0;
    width: 0;
    height: 0;
}

#movie #movie_area>section #movie_disp:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 120px;
    height: 120px;
    margin: auto;
    background: url(../common/images/play.png) no-repeat;
    background-size: 100%;
}

#movie #movie_area>section .oa_title {
    position: relative;
    padding: .5em 75px .75em 75px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}

#movie #movie_area>section .oa_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25em;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#movie #movie_area>section .btn {
    position: absolute;
    bottom: 0;
}

#movie #movie_area>section .btn a {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

#movie #movie_area>section .btn a img {
    position: relative;
    z-index: 2;
}

#movie #movie_area>section#next figcaption {
    background: #fff100;
}

#movie #movie_area>section#next figcaption:after {
    border-top: solid 2.1em #fff100;
    border-right: solid 1.5em transparent;
}

#movie #movie_area>section#next .btn a {
    background: #fff100;
}

#movie #movie_area>section#next .btn a .bar {
    display: block;
    background: #ffa300;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#movie #movie_area>section#next .btn a:hover .bar {
    width: 100%;
    opacity: 1;
}

#movie #movie_area>section#review figcaption {
    background: #5db9ff;
}

#movie #movie_area>section#review figcaption:after {
    border-top: solid 2.1em #5db9ff;
    border-right: solid 1.5em transparent;
}

#movie #movie_area>section#review .btn a {
    background: #5db9ff;
}

#movie #movie_area>section#review .btn a .bar {
    display: block;
    background: #2696ff;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#movie #movie_area>section#review .btn a:hover .bar {
    width: 100%;
    opacity: 1;
}

#movie #movie_area #next_bg,
#movie #movie_area #review_bg {
    position: absolute;
    top: 105px;
    width: 680px;
    height: 100%;
}

#movie #movie_area #next_bg:before,
#movie #movie_area #review_bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 100%;
    background: #000;
}

#movie #movie_area #next_bg:after,
#movie #movie_area #review_bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: url(../images/img_over.png); */
    background-color: rgba(22, 14, 2, 0.7);
}

#movie #movie_area #next_bg span,
#movie #movie_area #review_bg span {
    /* position: absolute;
    top: 0;
    left: 0; */
    display: block;
    width: 100%;
    height: 100%;
}

#movie #movie_area #next_bg span img,
#movie #movie_area #review_bg span img {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

#movie #movie_area #next_bg {
    right: 50%;
}

#movie #movie_area #next_bg:before {
    left: 0;
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.76) 32%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

#movie #movie_area #review_bg {
    left: 50%;
}

#movie #movie_area #review_bg:before {
    right: 0;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.76) 68%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #movie #movie_area>section {
        width: 465px;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #movie #movie_area>section {
        width: 465px;
    }
}

@media only screen and (max-width: 767px) {
    #movie #movie_area {
        margin: 0;
        padding: 0;
    }
    #movie #movie_area>section {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
    }
    #movie #movie_area>section>h1 {
        position: static;
        width: 100%;
        margin: 0;
        height: 0;
        padding: 18% 0 0 0;
    }
    #movie #movie_area>section .movie_box {
        position: absolute;
        left: 50%;
        width: 88%;
        margin: 1.5em 0 0 -44%;
        padding: 0 0 13% 0;
        background: #000;
    }
    #movie #movie_area>section .movie_box figure {
        padding: 4% 12% 0 12%;
    }
    #movie #movie_area>section .movie_box figure figcaption {
        width: 100%;
        text-align: center;
    }
    #movie #movie_area>section .movie_box figure figcaption:after {
        display: none;
    }
    #movie #movie_area>section .movie_box .oa_title {
        padding: .5em 1em .75em 1em;
    }
    #movie #movie_area>section .movie_box .btn {
        width: 100%;
    }
    #movie #movie_area>section .movie_box .btn a {
        padding: 2% 0;
    }
    #movie #movie_area>section .movie_box .btn a .bar {
        display: none !important;
    }
    #movie #movie_area>section .movie_box .btn a img {
        left: 50%;
        transform: translateX(-50%);
        width: 130%;
    }
    #movie #movie_area>section#next>h1 {
        background: url(../images/small/tit_next_bg.png) no-repeat;
        background-size: 100%;
    }
    #movie #movie_area>section#next>h1 img {
        display: block;
        width: 154px;
        margin: -40px 0 0 162px;
    }
    #movie #movie_area>section#review>h1 {
        background: url(../images/small/tit_review_bg.png) no-repeat;
        background-size: 100%;
    }
    #movie #movie_area>section#review>h1 img {
        display: block;
        width: 154px;
        margin: -38px 0 0 25px;
    }
    #movie #movie_area #next_bg,
    #movie #movie_area #review_bg {
        position: static;
        width: 100%;
        margin: 0;
        overflow: hidden;
        min-height: 20em;
    }
    #movie #movie_area #next_bg span,
    #movie #movie_area #review_bg span {
        position: relative;
        min-height: 20em;
    }
    #movie #movie_area #next_bg:before,
    #movie #movie_area #review_bg:before {
        display: none;
    }
    #movie #movie_area #next_bg:after,
    #movie #movie_area #review_bg:after {
        opacity: .4;
    }
    #movie #movie_area #next_bg span img,
    #movie #movie_area #review_bg span img {
        position: absolute;
    }
}


/* top_content */

#top_content {
    padding: 20px 0 70px;
    background: url(../images/bg_brick_white.png);
}

#top_content .content {
    position: relative;
    background: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0 0;
}

#top_content .content section>h1,
#top_content .content aside>h1 {
    border: none;
}

#top_content .content section>h1 img,
#top_content .content aside>h1 img {
    width: 323px;
}

#top_content #news {
    position: relative;
    z-index: 2;
    width: 870px;
    margin: 0 auto;
}

#top_content #news>div {
    position: relative;
    padding: 54px 0;
    background: url(../images/card_stripe.png);
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#top_content #news>div:before,
#top_content #news>div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 22px;
    background: url(../images/arrow_right.png) repeat-x;
    background-size: auto 100%;
}

#top_content #news>div:before {
    top: 0;
    transform: scale(-1, 1);
}

#top_content #news>div:after {
    bottom: 0;
    visibility: visible;
}

#top_content #news #btn_newslist {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 120px;
}

#top_content #news #btn_newslist a {
    display: block;
    position: relative;
    background: #eb1c25;
    border-radius: .2em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
}

#top_content #news #btn_newslist a .ring {
    display: block;
    background: #bd0008;
    position: absolute;
    z-index: 2;
    border-radius: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

#top_content #news #btn_newslist a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

#top_content #news #btn_newslist a img {
    position: relative;
    z-index: 2;
    width: 100%;
    vertical-align: middle;
}

#top_content #news h1 {
    /* text-indent: -84px; */
    /* overflow: hidden; */
    position: relative;
    text-align: center;
    padding-bottom: 33px;
}

#top_content #news h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 161px;
    background: url(../images/conan_info.png) no-repeat center/contain;
    width: 117px;
    height: 130px;
}

#top_content #news h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 168px;
    background: url(../images/haibara_info.png) no-repeat center/contain;
    width: 102px;
    height: 126px;
}

#top_content #news ul {
    display: flex;
    justify-content: center;
    z-index: 9;
    width: 100%;
}

#top_content #news h2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#top_content #news h2.long {
    width: 600px;
}

#top_content #news h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 34px;
}

#top_content #news h2 .letter {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 4;
}

#top_content #news h2 .illust {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 4;
}

#top_content #news h2 .tape {
    display: block;
    position: absolute;
    bottom: 0;
    width: 408px;
    height: 100%;
    z-index: 3;
}

#top_content #news ul {
    position: relative;
    z-index: 1;
}

#top_content #news ul li {
    display: inline-block;
    width: 190px;
    /* min-height: 200px; */
    margin: 0 8px;
    border: solid 1px #000;
    vertical-align: text-top;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: perspective(300) rotateX(0deg);
    -moz-transform: perspective(300) rotateX(0deg);
    -ms-transform: perspective(300) rotateX(0deg);
    -o-transform: perspective(300) rotateX(0deg);
}

#top_content #news ul li:hover {
    -webkit-transform: perspective(300) rotateX(-8deg);
    -moz-transform: perspective(300) rotateX(-8deg);
    -ms-transform: perspective(300) rotateX(-8deg);
    -o-transform: perspective(300) rotateX(-8deg);
}

#top_content #news ul li a {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
}

#top_content #news ul li a dl {
    position: relative;
    height: 100%;
    z-index: 4;
    padding: 60px 10px 10px 10px;
    line-height: 1.5;
    box-sizing: border-box;
}

#top_content #news ul li a dl:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.25em;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#top_content #news ul li a dl dt {
    position: absolute;
    top: 25px;
    left: 1px;
    font-size: 0.9em;
    font-style: oblique;
    font-weight: bold;
    color: #000;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#top_content #news ul li a dl dd {
    /* height: 128px; */
    overflow: hidden;
    text-align: left;
}

#top_content #news ul li a .ribon {
    display: block;
    position: absolute;
    left: -4px;
    top: 15px;
    z-index: 3;
    width: 202px;
}

#top_content #news ul li a .ribon img {
    width: 100%;
    height: auto;
}

#top_content #news ul li.last {
    display: none !important;
}

#top_content #news #update h2 {
    right: 0;
}

#top_content #news #update h2:before {
    background: url(../images/arrow_left.png) repeat-x;
}

#top_content #news #update h2 .letter {
    left: 0;
    width: 92px;
}

#top_content #news #update h2 .illust {
    left: 55px;
    width: 147px;
}

#top_content #news #update h2 .tape {
    left: 206px;
    background: url(../images/update_tape.png) no-repeat left center;
}

#top_content #news #update ul {
    float: left;
}

#top_content #news #update ul li {
    background: url(../images/card_bg_blue.png) top;
}

#top_content #news #update ul li a .ring {
    display: block;
    background: #000085;
    position: absolute;
    z-index: 2;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

#top_content #news #update ul li a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

#top_content #news #info h2 {
    left: 0;
}

#top_content #news #info h2:before {
    background: url(../images/arrow_right.png) repeat-x;
}

#top_content #news #info h2 .letter {
    right: 0;
    width: 92px;
}

#top_content #news #info h2 .illust {
    right: 65px;
    width: 126px;
}

#top_content #news #info h2 .tape {
    right: 206px;
    background: url(../images/info_tape.png) no-repeat left center;
}

#top_content #news #info ul {
    float: right;
}

#top_content #news #info ul li {
    background: url(../images/card_bg_red.png) top;
}

#top_content #news #info ul li a .ring {
    display: block;
    background: #a10000;
    position: absolute;
    z-index: 2;
    border-radius: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

#top_content #news #info ul li a:hover .ring {
    animation: pulsate .4s ease-out;
    animation-iteration-count: 1;
}

@keyframes pulsate {
    0% {
        transform: scale(0, 0);
    }
    50% {
        opacity: .64;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

#top_content #twitter {
    position: relative;
    z-index: 2;
    float: left;
    width: 320px;
    margin: 0 0 0 15px;
}

#top_content #twitter .orn {
    display: block;
    position: absolute;
    right: 12px;
    top: 23px;
    width: 72px;
}

#top_content #twitter .orn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#top_content #twitter #twitter_wrap {
    position: relative;
    margin: 10px 0 0 0;
    padding: 20px;
    background: url(../images/card_stripe.png);
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
}

#top_content #twitter #twitter_wrap>p {
    position: relative;
    z-index: 2;
    padding: 0 112px .5em 0;
}

#top_content #twitter #twitter_wrap>p img {
    width: 100%;
    height: auto;
}

#top_content #twitter #twitter_wrap .embeded_area {
    position: relative;
    z-index: 2;
}

#top_content #twitter #twitter_wrap .diagonal {
    display: block;
    position: absolute;
    z-index: 0;
    left: -59px;
    top: -147px;
    width: 226px;
    height: 522px;
    background: #55acee;
    -webkit-transform: rotate(-142deg);
    -moz-transform: rotate(-142deg);
    -ms-transform: rotate(-142deg);
    -o-transform: rotate(-142deg);
    transform: rotate(-142deg);
}

#top_content .orn01 {
    display: none;
    position: absolute;
    right: -95px;
    bottom: -48px;
    z-index: 1;
    width: 233px;
    height: 371px;
    background: url(../images/ayumi.png) no-repeat;
}

#top_content .orn02 {
    position: absolute;
    right: -30px;
    top: -5px;
    z-index: 1;
    width: 319px;
    height: 258px;
    background: url(../images/sk8ter.png) no-repeat;
}

#top_content .orn03 {
    position: absolute;
    left: -67px;
    top: 19px;
    z-index: 1;
    width: 187px;
    height: 165px;
    background: url(../images/tie.png) no-repeat;
}

#top_content .orn04 {
    position: absolute;
    left: -6px;
    bottom: -58px;
    z-index: 1;
    width: 291px;
    height: 243px;
    background: url(../images/glasses.png) no-repeat;
}

@media only screen and (max-width: 1539px) and (orientation: landscape) {
    #top_content .content {
        width: 918px;
    }
    #top_content #twitter {
        float: right;
        width: 300px;
        margin: 0;
    }
    #top_content .orn01 {
        display: none;
    }
    #top_content .orn02 {
        right: -68px;
    }
}

@media only screen and (max-width: 1539px) and (orientation: portrait) {
    #top_content .content section>h1,
    #top_content .content aside>h1 {
        /* width: 450px;
        margin: 0 auto; */
    }
    #top_content .content section>h1 img,
    #top_content .content aside>h1 img {
        /* width: 100%;
        height: auto; */
    }
    #top_content .content .orn01 {
        display: none;
    }
    #top_content .content .orn02 {
        display: none;
    }
    #top_content .content .orn03 {
        left: 12px;
        top: 0;
        /* width: 285px;
        height: 196px; */
        background-size: 100%;
    }
    #top_content .content .orn04 {
        display: none;
    }
    #top_content #news {
        float: none;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }
    #top_content #news #btn_newslist {
        left: auto;
        right: 0;
        top: 0;
        width: 180px;
    }
    #top_content #news h1 {
        text-align: center;
        text-indent: 0;
    }
    #top_content #news h2 {
        width: 310px;
    }
    #top_content #news h2.long {
        width: 948px;
    }
    #top_content #news ul li {
        width: 290px;
        margin: 0 10px;
    }
    #top_content #news ul li a dl {
        padding: 5em 15px 15px 15px;
        text-align: left;
    }
    #top_content #news ul li a dl dt {
        top: 2.1em;
        /* top: 1.5em;
        left: .5em;
        font-size: 1.1em; */
    }
    #top_content #news ul li a dl dd {
        /* height: 104px; */
    }
    #top_content #news ul li a .ribon {
        left: -4px;
        top: 12px;
        width: 304px;
    }
    #top_content #news #update {
        margin: 1em 0 2em 0;
    }
    #top_content #news #update h2 .letter {
        left: 0;
        width: 128px;
    }
    #top_content #news #update h2 .illust {
        left: 132px;
        bottom: -28px;
        width: 201px;
    }
    #top_content #news #update h2 .tape {
        left: 500px;
    }
    #top_content #news #update ul li {
        background-size: 120%;
    }
    #top_content #news #info h2 .letter {
        right: 0;
        width: 128px;
    }
    #top_content #news #info h2 .illust {
        right: 132px;
        bottom: -28px;
        width: 185px;
    }
    #top_content #news #info h2 .tape {
        right: 500px;
    }
    #top_content #news #info ul li {
        background-size: 120%;
    }
    #top_content #twitter {
        float: none;
        width: auto;
        margin: 65px -40px 0 -40px;
    }
    #top_content #twitter .orn {
        right: auto;
        left: 91px;
        top: 150px;
        width: 131px;
        height: 365px;
        background: url(../images/small/hibara_twitter_portrait.png);
        text-indent: 131px;
        overflow: hidden;
    }
    #top_content #twitter .orn2 {
        position: absolute;
        right: 91px;
        top: 150px;
        width: 151px;
        height: 377px;
        background: url(../images/small/conan_twitter_portrait.png);
    }
    #top_content #twitter #twitter_wrap {
        padding: 20px 0 45px 0;
    }
    #top_content #twitter #twitter_wrap>p {
        width: 220px;
        margin: 0 auto;
        padding: 15px 0;
    }
    #top_content #twitter #twitter_wrap .embeded_area {
        text-align: center;
    }
    #top_content #twitter #twitter_wrap .diagonal {
        left: -59px;
        top: -481px;
        width: 529px;
        height: 1222px;
        -webkit-transform: rotate(-125deg);
        -moz-transform: rotate(-125deg);
        -ms-transform: rotate(-125deg);
        -o-transform: rotate(-125deg);
        transform: rotate(-125deg);
    }
}

@media only screen and (max-width: 767px) {
    #top_content {
        padding: 0;
    }
    #top_content .content {
        padding: 0;
    }
    #top_content .content section>h1,
    #top_content .content aside>h1 {
        width: 100%;
    }
    #top_content .content section>h1 img,
    #top_content .content aside>h1 img {
        width: 100%;
    }
    #top_content .content .orn01 {
        display: none;
    }
    #top_content .content .orn02 {
        display: none;
    }
    #top_content .content .orn03 {
        display: none;
    }
    #top_content .content .orn04 {
        display: none;
    }
    #top_content #news {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    #top_content #news>div {
        /* margin: 0 0 2em 0; */
        padding: 37px 0;
        overflow: scroll;
        background: url(../images/card_stripe.png);
    }
    .info_box {
        overflow: scroll;
    }
    #top_content #news #btn_newslist {
        left: auto;
        right: 4%;
        top: 2em;
        width: 28%;
    }
    #top_content #news h1 {
        text-align: center;
        text-indent: 0;
        padding: 0;
        height: 76px;
    }
    #top_content #news h1::before {
        background: url(../images/ttl_info_sp.jpg) no-repeat center/contain;
        width: 100%;
        height: 100%;
        left: 0;
    }
    #top_content #news h1::after {
        display: none;
    }
    #top_content #news h1 img {
        opacity: 0;
    }
    #top_content #news h2 {
        position: relative;
        top: 0;
        width: 100%;
        height: 0;
        margin: 0 auto;
        padding: 28% 0 0 0;
        background: none;
    }
    #top_content #news h2.long {
        width: 100%;
    }
    #top_content #news ul {
        text-align: center;
        margin: 0;
        width: 250vw;
    }
    #top_content #news ul li {
        width: 300px;
        height: auto;
        /* margin: 0 auto .5em auto; */
    }
    #top_content #news ul li a {
        height: 100%;
    }
    #top_content #news ul li a dl {
        padding: 3.5em 2% 1em 2%;
        text-align: left;
        height: 100%;
    }
    #top_content #news ul li a dl dt {
        top: 1.3em;
        left: .5em;
    }
    #top_content #news ul li a dl dd {}
    #top_content #news ul li a .ribon {
        left: -2%;
        top: .5em;
        width: 108%;
    }
    #top_content #news ul li:nth-child(3) {
        display: inline-block !important;
    }
    #top_content #news #update {
        margin: 1em 0 2em 0;
    }
    #top_content #news #update h2 {
        float: none;
    }
    #top_content #news #update h2:before {
        background: url(../images/arrow_right.png) repeat-x;
        background-size: 7px;
    }
    #top_content #news #update h2 .letter {
        left: 0;
        top: 10%;
        width: 17%;
    }
    #top_content #news #update h2 .illust {
        left: 18%;
        width: 33%;
        bottom: -65%;
    }
    #top_content #news #update h2 .tape {
        left: auto;
        right: 0;
        width: 70%;
        background: url(../images/update_tape.png) no-repeat left center;
        background-size: 100%;
    }
    #top_content #news #update ul {
        float: none;
    }
    #top_content #news #update ul li {
        background: url(../images/card_bg_blue.png) top;
        background-size: 100%;
    }
    #top_content #news #info h2 {
        float: none;
    }
    #top_content #news #info h2:before {
        background: url(../images/arrow_left.png) repeat-x;
        background-size: 7px;
    }
    #top_content #news #info h2 .letter {
        right: 0;
        top: 10%;
        width: 17%;
    }
    #top_content #news #info h2 .illust {
        right: 16%;
        bottom: -47%;
        width: 30%;
    }
    #top_content #news #info h2 .tape {
        left: auto;
        left: 0;
        width: 70%;
        background: url(../images/info_tape.png) no-repeat left center;
        background-size: 100%;
    }
    #top_content #news #info ul {
        float: none;
    }
    #top_content #news #info ul li {
        background: url(../images/card_bg_red.png) top;
        background-size: 100%;
    }
    #top_content #twitter {
        float: none;
        width: auto;
        margin: 0;
    }
    #top_content #twitter .orn {
        display: block;
        position: absolute;
        right: 4%;
        left: auto;
        top: 2.7em;
        width: 22%;
        height: auto;
        background: none;
        text-indent: 0;
    }
    #top_content #twitter .orn img {
        vertical-align: bottom;
    }
    #top_content #twitter #twitter_wrap {
        position: relative;
        margin: 1em 0 0 0;
        padding: 4%;
        background: url(../images/card_stripe.png);
        overflow: hidden;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
        -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
        -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 4px;
    }
    #top_content #twitter #twitter_wrap>p {
        position: relative;
        z-index: 2;
        padding: 0 40% 1em 0;
    }
    #top_content #twitter #twitter_wrap .embeded_area {
        position: relative;
        z-index: 2;
    }
    #top_content #twitter #twitter_wrap .diagonal {
        display: block;
        position: absolute;
        z-index: 0;
        left: -59px;
        top: -147px;
        width: 226px;
        height: 522px;
        background: #55acee;
        -webkit-transform: rotate(-142deg);
        -moz-transform: rotate(-142deg);
        -ms-transform: rotate(-142deg);
        -o-transform: rotate(-142deg);
        transform: rotate(-142deg);
    }
}

#fadeout {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #141414;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

#fadeout.masket {
    z-index: 9999;
    opacity: 1;
}


/*# sourceMappingURL=top.css.map */


/* !birdman2018 add
---------------------------------------------------------- */

.fix_menu_smartphone {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
}

.fix_menu_smartphone img {
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 3%;
    left: 90%;
    z-index: 10100;
}

.close-btn img {
    width: 100%;
}

/* =====================================================
    2023.0715 add
======================================================*/

.info-box {
    width: max-content;
    max-width: 60%;
padding: 2rem;
    margin: 2rem auto;
    border: 1px solid #cccccc;
    font-size: 1rem;
    line-height: 1.6rem;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .info-box {
    max-width: 90%;
    padding: 1rem;

    }
}
