@charset "utf-8";
/**********************************************************************************/
.chara{
    position : relative;
    
    height : 1400px;
  
  
  
  width : 100%;
  

  

  text-align : center;
  margin-left : auto;
  margin-right : auto;
}

.chara a{
    color: #ff7800;
    font-weight: bolder;
}

.bk_chidori{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/chidori/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}


.bk_kotoha{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/kotoha/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}


.bk_ayaka{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/ayaka/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}


.bk_mutsuki{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/mutsuki/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}


.bk_ema{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/ema/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}


.bk_otoha{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/otoha/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}


.bk_miki{
    position : relative;
    height : 1300px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/miki/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : 50px;
  margin-bottom : 30px;
  top : 40px;
}

.select{
    position: absolute;
    z-index: 1;
    left : 10px;
    top : 110px;
    width : 100%;
    height: 99px;
  text-align : center;
  
  
  padding-left : 24%;
  margin-top : 45px;
}

.select .new{
    position: absolute;
    width:44px;
    height:45px;
    top:-20px;
    left : -12px;
    background-image : url(img/top/items/mark_new.png);
    animation: chara_mark_new 1.0s ease 0s 1 normal;
}@keyframes chara_mark_new {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}


.select .icon{
    float: left;
    position: relative;
    width: 88px;
    height : 88px;
    display: block;
    margin : 0px 10px;margin-bottom : 27px;
    background-color : white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(120, 20, 0, 0.3);
  
}

.select .icon img{
    -webkit-border-radius : 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 88px;
    height: 89px;
    transition: opacity 0.3s ease;
    
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
  
  
  
  
}.chara .select .icon img:hover {
    opacity: 0.5;
}

.chara .image{
    position : relative;
    width : 1000px;
    height : 1300px;
    background-repeat: no-repeat;
    animation: chara_image 1s ease 0s 1 normal;
background-position : center top;
  margin-top : 0px;
  text-align : center;
  margin-left : auto;
  margin-right : auto;
}


.chara .text{
    position : relative;
    width : 100%;
    height : 1300px;
    background-repeat: no-repeat;
    animation: chara_text 1.2s ease 0s 1 normal;
  
  
  
background-position : center top;
  z-index : 1;
  margin-left : auto;
  text-align : center;
  margin-right : auto;
  margin-top : 0px;
}

.chara .info .cv{
    
    width : 280px;
    height : 40px;
  margin-top : -5px;
  margin-left : 680px;
  z-index : 11;
  
  
}

.chara .info .voice{
    
    width : 400px;
    height : 50px;
  text-align : center;
  
  
  
  
  margin-left : 555px;
  margin-top : 350px;
  
}


.chara .date{
    width : 1000px;
  
  height : 442px;
  
  
  background-repeat : no-repeat;
  z-index : 5;
  position : relative;
  top : -800px;
}

.chara .thumbnail{
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    margin : 0px 10px;margin-bottom : 27px;
    background-color : rgb(255, 80, 130);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 6px 6px 6px rgba(120, 20, 0, 0.3);
    animation: chara_thumbnail 1s ease 0s 1 normal;
  

  
}

.chara .thumbnail img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width : 80px;
    height : 80px;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
  

  
}.chara .thumbnail img:hover {
    opacity: 0.5;
}@keyframes chara_thumbnail {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}@keyframes chara_fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}@keyframes chara_image {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}@keyframes chara_text {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    30% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1
    }
}
