@charset "utf-8";

#wrapper.label > header{
    background: #242e6a;
    color: #FFF;
}

#wrapper.label > header .upper nav li a:after{
    background: #fff133;
}
#wrapper > header .breadcrumb{
    background: #e6e6e6;
    color: #242e6a;
}

#wrapper > header .open_nav:before,
#wrapper > header .open_nav:after,
#wrapper > header .open_nav span{
    background: #fff133;
}

#main{
    background: #f2f2f2;
}

#main > .container{
    height: 1200px;
    background: url(../img/dokuhon/title_bg_1.png) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

#main > .container div.bg,
#main > .container h1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#main > .container > div.bg > div{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#main > .container h1 span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 3;
}

#main > .container:before,
#main > .container:after,
#main > .container div.bg:before,
#main > .container div.bg:after,
#main > .container h1:before,
#main > .container h1:after,
#main > .container h1 span:before,
#main > .container h1 span:after,
#main > .container > div.bg > div:before,
#main > .container > div.bg > div:after{
    content: "";
    display: block;
    position: absolute;
}


#main > .container:before{
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: url(../img/dokuhon/title_bg_2_l.png) no-repeat left bottom;
    background-size: contain;
    z-index: 1;
}

#main > .container > div.bg:before{
    width: 100%;
    bottom: 0;
    height: 95%;
    background: url(../img/dokuhon/title_bg_8.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
}


#main > .container > div.bg > div:before{
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/dokuhon/title_bg_7.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}


#main > .container h1:before{
    left: 0;
    width: 100%;
    height: 100%;
    top: 0%;
    background: url(../img/dokuhon/title_bg_3_l.png) no-repeat left center;
    background-size: contain;
    z-index: 2;
}

#main > .container h1 span:before{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../img/dokuhon/title_bg_4.png) no-repeat center bottom;
    background-size: auto 94.5%;
    z-index: 1;
}

#main > .container h1 span:after{
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dokuhon/title_bg_3_r.png) no-repeat right center;
    background-size: contain;
    z-index: 2;
}

#main > .container h1:after{
    left: -5%;
    bottom: 5%;
    width: 100%;
    height: 40%;
    background: url(../img/dokuhon/title_bg_2_r.png) no-repeat left bottom;
    background-size: contain;
    z-index: 1;
}

#main > .container > div.bg > div:after{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/dokuhon/title_bg_5.png) repeat center top;
    background-size: contain;
    z-index: 4;

}

#main > .container > div.bg:after{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/dokuhon/title_bg_6.png) repeat center center;
    background-size: auto 100%;
    z-index: 5;
}

#main > .container:after{
    content: "";
    display: block;
    width: 40%;
    max-width: 540px;
    height: 19%;
    top: 1%;
    background: url(../img/dokuhon/logo.png) no-repeat left 0;
    background-size: contain;
    z-index: 6;
    position: absolute;
    left: 50%;
    margin-left: -510px;
}

#main > .container .recent{
    width: 390px;
    position: absolute;
    left: 50%;
    top: 95px;
    margin-left: 10%;
    z-index: 6;
    color: #FFF;
    text-align: left;
}

#main > .container .recent section{
    background: rgba(30, 41, 103, 0.9);
    padding: 20px 30px 20px 60px;
    position: relative;
    margin-bottom: 10px;
}

#main > .container .recent section.books{
    padding-left: 40px;
}

#dokuhon_about > .credit{
    font-size: 11px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: right;
    padding-top: 10px;
    font-style: italic;
}

#main > .container .recent section:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 33px;
    top: 27px;
    background: url(../img/dokuhon/title_r_ex.png) no-repeat center center;
}

#main > .container .recent section h2{
    font-size: 11px;
    letter-spacing: 0.1em;
    padding-top: 9px;
    position: relative;
}

#main > .container .recent section h2 span{
    font-size: 10px;
    line-height: 10px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2em;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

#main > .container .recent section .date{
    padding-top: 20px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
    position: relative;
}

#main > .container .recent section .date:before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 14px;
}

#main > .container .recent section > a{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

#main > .container .recent section.news h3{
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.1em;
}

#main > .container .recent section.news a:hover h3{
    text-decoration: underline;
}

#main > .container .recent section.news .display{
    width: 260px;
    height: 90px;
    overflow: hidden;
}

#main > .container .recent section.news .articles{
    width: 780px;
}

#main > .container .recent section.news .articles > a{
    display: block;
    width: 260px;
    height: 90px;
    float: left;
}

#main > .container .recent section.news article{
    height: 90px;
}

#main > .container .recent section.books .display{
    width: 280px;
    height: 163px;
    overflow: hidden;
}

#main > .container .recent section.books .articles{
    width: 840px;
}

#main > .container .recent section.books .articles > a{
    display: block;
    width: 280px;
    height: 163px;
    float: left;
}

#main > .container .recent section.books article{
    width: 160px;
    padding-left: 120px;
    height: 163px;
    position: relative;
}

#main > .container .recent section.books h2{
    margin-bottom: 24px;
    padding-left: 20px;
}

#main > .container .recent section.books article .img{
    position: absolute;
    left: 0;
    top: 0;
}

#main > .container .recent section.books article .img img{
    width: 108px;
    height: auto;
}

#main > .container .recent section.books .date{
    padding-top: 4px;
}

#main > .container .recent section.books .date:before{
    top: 0;
}

#main > .container .recent section.books h3{
    display: table-cell;
    height: 40px;
    width: 160px;
    vertical-align: middle;
    font-size: 20px;
}

#main > .container .recent section.books a:hover h3{
    text-decoration: underline;
}

#main > .container .recent section.books .author{
    font-size: 10px;
    left: 0.1em;
    line-height: 20px;
}

#main > .container .recent section.books .author span{
    padding-left: 1em;
}

#dokuhon_about{
    height: 740px;
    position: relative;
    z-index: 2;
    -webkit-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
    overflow: hidden;
    width: 100%;
    padding: 0 50%;
    left: -50%;
}

#dokuhon_about *{
    position: relative;
    z-index: 2;
}

#dokuhon_about:before,
#dokuhon_about:after{
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: -50%;

}

#dokuhon_about:before{
    background: #1e5799;
    background: -webkit-linear-gradient(top,  #1e5799 0%,#f1f1f1 0%,#dedddd 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#f1f1f1 0%,#dedddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#f1f1f1 0%,#dedddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#dedddd',GradientType=0 ); /* IE6-9 */
}

#dokuhon_about:after{
    height: 150%;
    top: -25%;
    -webkit-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
    background-size: auto 100%;
}

#dokuhon_about .content{
    width: 520px;
    position: absolute;
    top: 60px;
    left: 50%;
    padding-top: 25px;
    -webkit-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}

#dokuhon_about .content h2{
    text-align: right;
    margin-bottom: 125px;
}

#dokuhon_about .text{
    padding-right: 19px;
}

#dokuhon_about .text h3{
    margin-bottom: 40px;
}

#dokuhon_about .text p{
    font-size: 15px;
    line-height: 160%;
    color: #1b2a6a;
    text-align: justify;
}

#dokuhon_about .books{
    -webkit-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
    position: absolute;
    width: 1010px;
    height: 685px;
    right: 50%;
    top: 155px;
    margin-right: -105px;
}

#dokuhon_about .books:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: url(../img/dokuhon/s_1_b_bg.png) no-repeat center bottom;
    transition: all 1s;
    transition-delay: 0.6s;
}

#dokuhon_about .books.show:before{
    height: 100%;
}

#dokuhon_about .books h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

#dokuhon_about .books h3 span{
    display: block;
    position: absolute;
    top: 247px;
    left: 614px;
    z-index: 3;
    -webkit-transform: scale(1.1) rotate(-30deg);
    transform: scale(1.1) rotate(-30deg);
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 1.8s;
}

#dokuhon_about .star{
    height: 200%;
    width: 23px;
    position: absolute;
    -webkit-transform: rotate(50deg) translateY(200%);
    transform: rotate(50deg) translateY(200%);
    -webkit-animation: dokuhon_anime1 2s linear;
    animation: dokuhon_anime1 2s linear;
    z-index: 0;
}

#dokuhon_about .star:before{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    left: 10px;
    top: 0;
    bottom: 28px;
    background: #1b2a6a;
}

#dokuhon_about .star:after{
    content: "";
    display: block;
    height: 23px;
    width: 23px;
    background: url(../img/dokuhon/s_1_star.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: dokuhon_anime2 1s infinite linear;
    animation: dokuhon_anime2 1s infinite linear;
}

#dokuhon_about .line{
    height: 500%;
    width: 50px;
    position: absolute;
    z-index: 0;
    background: #f8f8f8;
    -webkit-transform: rotate(50deg) translateY(-80%);
    transform: rotate(50deg) translateY(-80%);
    opacity: 0;
    left: -10%;
    left: 50%;
}

#dokuhon_about .line.tr{
    -webkit-animation: dokuhon_anime3 2s linear;
    animation: dokuhon_anime3 2s linear;
}

#dokuhon_about .line.tl{
    -webkit-animation: dokuhon_anime4 2s linear;
    animation: dokuhon_anime4 2s linear;
}

@-webkit-keyframes dokuhon_anime1 {
    0% { 
        -webkit-transform: rotate(50deg) translateY(-150%);
    } 100% { 
        -webkit-transform: rotate(50deg) translateY(60%);
    }
}

@keyframes dokuhon_anime1 {
    0% { 
        transform: rotate(50deg) translateY(-150%);
    } 100% { 
        transform: rotate(50deg) translateY(60%);
    }
}

@-webkit-keyframes dokuhon_anime2 {
    0% { 
        -webkit-transform: rotate(0deg);
    } 100% { 
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes dokuhon_anime2 {
    0% { 
        transform: rotate(0deg);
    } 100% { 
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes dokuhon_anime3 {
    0% { 
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(0%);
        width: 150px;
        opacity: 0;
    } 30% { 
        width: 200px;
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(100%);
        opacity: 1;
    } 100% { 
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(480%);
        width: 100px;
        opacity: 0;
    }
}

@keyframes dokuhon_anime3 {
    0% { 
        transform: rotate(50deg) translateY(-80%) translateX(0%);
        width: 150px;
        opacity: 0;
    } 30% { 
        width: 200px;
        transform: rotate(50deg) translateY(-80%) translateX(100%);
        opacity: 1;
    } 100% { 
        transform: rotate(50deg) translateY(-80%) translateX(480%);
        width: 100px;
        opacity: 0;
    }
}
@-webkit-keyframes dokuhon_anime4 {
    0% { 
        width: 150px;
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(0%);
        opacity: 0;
    } 30% { 
        width: 200px;
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(-60%);
        opacity: 1;
    } 100% { 
        width: 100px;
        -webkit-transform: rotate(50deg) translateY(-80%) translateX(-380%);
        opacity: 0;
    }
}
@keyframes dokuhon_anime4 {
    0% { 
        width: 150px;
        transform: rotate(50deg) translateY(-80%) translateX(0%);
        opacity: 0;
    } 30% { 
        width: 200px;
        transform: rotate(50deg) translateY(-80%) translateX(-60%);
        opacity: 1;
    } 100% { 
        width: 100px;
        transform: rotate(50deg) translateY(-80%) translateX(-380%);
        opacity: 0;
    }
}

#dokuhon_about .books.show h3 span{
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

#dokuhon_about .books ul{
    width: 521px;
    height: 434px;
    position: absolute;
    left: 390px;
    top: -100px;
}

#dokuhon_about .books ul li{
    position: absolute;
    top: -25px;
    left: 0;
    opacity: 0;
}

#dokuhon_books > a,
#dokuhon_news > a{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: -1;
    overflow: hidden;
}
#dokuhon_books > a span,
#dokuhon_news > a span{
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all 0.4s;
}
#dokuhon_books > a,
#dokuhon_books > a span{
    width: 167px;
    height: 97px;
}
#dokuhon_books > a{
    top: -23px;
}

#dokuhon_news > a,
#dokuhon_news > a span{
    width: 164px;
    height: 153px;
}
#dokuhon_news > a{
    top: -71px;
}

#dokuhon_books > a.show span,
#dokuhon_news > a.show span{
    bottom: 0;
}
#dokuhon_books{
    height: 1100px;
    position: relative;
    z-index: 2;
    color: #FFF;
    width: 200%;
    left: -50%;
    width: 100%;
    left: 0;
}

#dokuhon_books:before{
    content: "";
    display: block;
    width: 200%;
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
    background: #da4978;
}

#dokuhon_books .content_width{
    position: relative;
    top: 70px;
}

#dokuhon_books h2{
    float: right;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: -135px;
}

#dokuhon_books .content_width > p{
    background: url(../img/dokuhon/s_2_arr.png) no-repeat left center;
}

#dokuhon_books .content_width > p a{
    border-color: #FFF;
}

#dokuhon_news .content_width > p a{
}

#dokuhon_news{
    height: 580px;
    position: relative;
    z-index: 2;
    width: 200%;
    left: -50%;
    z-index: 3;
}

#dokuhon_news:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    left: -50%;
    -webkit-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg);
    background: #f2f2f2;
}

#dokuhon_news_anc{
    position: absolute;
    width: 128px;
    height: 244px;
    top: -94px;
    left: 50%;
    margin-left: 460px;
    background: url(../img/dokuhon/s_3_bg_2.png) no-repeat 0 0;
    opacity: 0;
    transition: all 0.4s;
}

#dokuhon_news.show #dokuhon_news_anc{
    top: -74px;
    opacity: 1;
}

#dokuhon_news .content_width{
    position: relative;
    top: 100px;
}

#dokuhon_news .content_width{
    width: 1024px;
}

#dokuhon_news .content_width:before{
    content: "";
    display: block;
    position: absolute;
    width: 121px;
    height: 189px;
    background: url(../img/dokuhon/s_3_bg_1.png) no-repeat 0 0;
    top: 143px;
    right: 50%;
    margin-right: 370px;
    transition: all 0.4s;
    opacity: 0;
}

#dokuhon_news.show .content_width:before{
    top: 163px;
    opacity: 1;
    -webkit-animation: dokuhon_anime5 2.5s infinite;
    animation: dokuhon_anime5 2.5s infinite;
}
@keyframes dokuhon_anime5 {
    0% { 
        transform: translateY(0);
    } 50% {
        transform: translateY(15px);
    } 100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes dokuhon_anime5 {
    0% { 
        -webkit-transform: translateY(0);
    } 50% {
        -webkit-transform: translateY(15px);
    } 100% {
        -webkit-transform: translateY(0px);
    }
}


#dokuhon_news h2{
    position: absolute;
    left: 70px;
    top: 0;
}

#dokuhon_news .articles{
    margin-left: 342px;
    overflow: hidden;
}

.label_books .articles{
    clear: both;
}

#dokuhon_news article{
    padding-top: 8px;
    padding-bottom: 26px;
    position: relative;
}

#dokuhon_news article.new:before{
    top: 4px;
    left: 250px;
}

#dokuhon_news article .date{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

#dokuhon_news article h3{
    font-size: 16px;
    margin-bottom: 20px;
}

#dokuhon_news article a:hover h3{
    text-decoration: underline;
}

#dokuhon_news article .content{
    font-size: 12px;
    line-height: 20px;
}

#dokuhon_news .content_width > p{
    background: url(../img/dokuhon/s_3_arr.png) no-repeat left center;
    margin-right: 33.3px;
}

#wrapper > footer{
    z-index: 4;
    position: relative;
}



