@charset "utf-8";
/**********************************************************************************/
.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_ran{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/ran/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}
.bk_marika{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/marika/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}
.bk_aoi{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/aoi/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}
.bk_sara{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/sara/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}
.bk_erika{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/erika/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}
.bk_ren{
    position : relative;
    height : 1398px;
  width : 100%;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/ren/bese.png);
  
  z-index : -5;
  background-color : transparent;
  
  margin-top : -850px;
  margin-bottom : 30px;
}

.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: absolute;
    left : -150px;
    top : 170px;
    width : 700px;
    height : 1198px;
    background-repeat: no-repeat;
    animation: chara_image 1s ease 0s 1 normal;
background-position : right top;
}

.chara .text {
    position: absolute;
    left : 300px;
    top : 300px;
    width : 280px;
    height : 800px;
    background-repeat: no-repeat;
    animation: chara_text 1.2s ease 0s 1 normal;
  
  
  
background-position : left center;
  z-index : 1;
}

.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 .info .date{
    width : 541px;
  
  height : 442px;
  
  
  background-repeat : no-repeat;
  
  
  margin-top : 20px;
  margin-left : 68px;
  z-index : -1;
}

.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
    }
}
.chara {
    position: relative;
    
    height : 500px;
  
  
  
  width : 1000px;
  

  

  text-align : center;
  margin-left : auto;
  margin-right : auto;
}