

header{
    background-color: rgba(0,0,0,0.7);
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}



header .hcopy{
    border-top-color: #333;
}
header .hcopy .inner{
   color: #ccc;
}



header .corp .logo a{
    background-image: url(../jp/top/img/logo.png);
}



header .corp .hmenu .target li a{
    background-color: rgba(78,78,78,0.5);
    color: #ccc;
    background-image: url(../img/top/icon_arrow1.png);
}


header .corp .hmenu .size li a{
    background-color: transparent;
    color: #666;
}

header .corp .hmenu .size li a.active{
    background-color: rgba(78,78,78,0.5);
    color: #ccc;
}


header .corp .hmenu .search {
    float: right;
    margin-right: 10px;
}

header .corp .hmenu .search input.ta {
    background-color: rgba(78,78,78,0.5);
    color: #ccc;
}
header .corp .hmenu .search input.btn {
    background-color: rgba(78,78,78,0.5);
    color: #ccc;
}


header .corp .hmenu .lang {
    float: right;
}
header .corp .hmenu .lang li{
    display: inline;
}

header .corp .hmenu .lang li a{
    background-color: rgba(78,78,78,0.5);
    color: #ccc;
}



header .corp .hmenu .smenu li a{
    text-decoration: none;
    color: #ccc;
}



.mv{
    position: relative;
    overflow: hidden;
}

.mv .fixed{
    position: fixed;

    left: 0;
    top: 0;
}


.mv .photo{
    position: absolute;
    left: 0;
    top: 0;
}



.mv .slides{
    position: absolute;
    left: 0;
    top: 0;
}


.mv .slides li{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}



.mv .videoarea{
    position: absolute;
    left: 0;
    top: 0;
}


.mv .texts{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -220px;
    width: 600px;
}


.mv .texts h1{
    padding-top: 0;
    padding-bottom: 0;
}


.mv .texts .hcopy{
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 40px;
    text-align: center;
    line-height: 1.5em;
    font-size:120%;
}



.mv .scroll{
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    font-size:10px;
}


.mv .scroll a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
    width: 50px;
}
.mv .scroll a span {
    position: absolute;
    top: -55px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.mv .scroll a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
.mv .scroll a p{
    text-align: center;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



.mv .spbtn{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}


.mv .spbtn a{
    display: block;
    background: #3a83bf;
    background: -moz-linear-gradient(top, #3a83bf 1%, #005eaa 100%);
    background: -webkit-linear-gradient(top, #3a83bf 1%,#005eaa 100%);
    background: linear-gradient(to bottom, #3a83bf 1%,#005eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a83bf', endColorstr='#005eaa',GradientType=0 );

    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.mv .spbtn a span{
    display: block;
    background-image: url(/img/common/icon_arrow2.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
   padding-left: 30px;
    padding-right: 40px;
    padding-top:20px;
    padding-bottom: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 1.5em;
}








#maincontent{
    z-index: 1;
    position: relative;
    padding-top: 30px;
    margin-bottom: 0;
/*    background-color: #1a1a1a;*/
    background-color: rgba(0,0,0,0.7);
}


#topics{
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    position: relative;
}


#topics .rss{
   position: absolute;
    right: 0;
    top: 0px;
}



h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top-width: 0;
    text-align: center;
    font-size:240%;
    line-height: 1em;
}


#topics .cards{
    margin-top: 30px;
    position: relative;
    width: 1120px;
    margin-left: -10px;
}

#topics .card a{
        height: 385px;
}

.card .docs{
    height: 315px;
}


#topics .card .images{
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    width: 240px;
    height: 240px;
}

#topics .card .images .image{
    position: absolute;
    left: 0;
    top: 0;
}






#topics .cards .clm{
    width: 260px;
    float: left;
    margin-right: 20px;
}


#topics .cards .clm:last-child{
    margin-right: 0;
}





.card.cat_results{
    border-top-color: #cfab80;
}


.card.cat_results .category{
    color: #cfab80;
}

.card.cat_results .btn{
    background-color: #cfab80;
}


.card.cat_gallery{
    border-top-color: #01ab80;
}

.card.cat_gallery .category{
    color: #01ab80;
}
.card.cat_gallery .btn{
    background-color: #01ab80;
}


.card.cat_tweet{
    border-top-color: #1794b2;
}


.card.cat_tweet .category{
   display: none;
}

.card.cat_tweet .btn{
    background-color: #1794b2;
}

.card.cat_tweet .ico{
    position: absolute;
    left:-10px;
    top: -15px;
}


.card.cat_tweet .account{

}

.card.cat_tweet .account .avatar{
    width: 48px;
    float: left;
}

.card.cat_tweet .account .avatar img{
    width: 100%;
}

.card.cat_tweet .account .texts{
    margin-top: 5px;
    width: 180px;
    float: right;
}

.card.cat_tweet .account .texts .id{
    margin-top: 2px;
   font-size:80%;
    color: #ccc;
}








#topics .more{
    text-align: center;
    margin-top: 30px;
}
#topics .more a{
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-image: url(../img/top/more.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
}




#news{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    margin-bottom: 50px;
    overflow: hidden;
}




#news .items{
    margin-top: 30px;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
   padding-top: 20px;
    padding-bottom: 20px;
}

#news .items .outer{
    height:200px;
}

#news .items .inn{
    width: 1060px;
}

#news .items .item{
    margin-left: 20px;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}
#news .items .item:lest-child{
    border-bottom-width: 0;
}

#news .items .item a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #fff;
}

#news .items .item a dt{
    display: block;
    float: left;
    width: 100px;
}
#news .items .item a dd{
    display: block;
    float: right;
    width:920px;
}


