@charset "utf-8";
/**********************************************************************************/
.chara {
    position: relative;
    width: 1000px;
    height : 1400px;
}

.chara a {
    color: #ff7800;
    font-weight: bolder;
}

.chara .select {
    position: absolute;
    z-index: 1;
    left: 60px;
    top : 40px;
    width : 500px;
    height: 99px;
}

.chara .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
    }
}


.chara .select .icon {
    float: left;
    position: relative;
    width: 88px;
    height: 89px;
    display: block;
    margin: 0 12px 27px 0;
    background-color: #ff5082;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(120, 20, 0, 0.3);
}

.chara .select .icon img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 88px;
    height: 89px;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 10px;
    -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 : 350px;
    top : 80px;
    width: 719px;
    height : 1450px;
    background-repeat: no-repeat;
    animation: chara_image 1s ease 0s 1 normal;
background-position : right top;
}

.chara .text {
    position: absolute;
    left : 760px;
    top : 250px;
    width : 280px;
    height : 800px;
    background-repeat: no-repeat;
    animation: chara_text 1.2s ease 0s 1 normal;
  
  
  
background-position : left center;
}


.chara .info {
    position: absolute;
    left : 35px;
    top : 281px;
    width : 556px;
    animation: chara_fade 0.4s ease 0s 1 normal;
  
}

.chara .info .youtube .link {
    display: block;
    width: 91px;
    height: 18px;
    background-image : url(img/chara/chara_youtube.png);
}

.chara .info .name {
    width : 556px;
    height : 191px;
  
}

.chara .info .cv {
    
    width : 280px;
    height : 104px;
  margin-top : -51px;
  margin-left : 18px;
  z-index : 11;
}

.chara .info .voice {
    margin : -50px;margin-bottom : 15px;
    width : 300px;
    height : 70px;
  text-align : center;
  padding-left : 300px;
}

.chara .info .catchphrase {
    width : 396px;
    
  

  height : 59px;
  
  
  background-image : url(img/chara/chara_akane_catch.png);
  
  background-repeat : no-repeat;background-position : center center;
  
  padding-top : 40px;
  top : 250px;
  text-align : center;
  padding-left : 50px;
}


.chara .info .description {
    width : 505px;
  height : 630px;
  background-image : url(img/chara/chara_akane_txtbk.png);
  top : 0px;
  
  padding-left : 60px;
  background-repeat : no-repeat;background-position : right top;
  margin-top : -10px;
}

.chara .info .description_text{
    width : 350px;
  height : 450px;
  
  
  line-height : 0.55cm;
  
  background-repeat : no-repeat;background-position : center top;
  
  
  margin-left : 60px;
  font-weight : bold;
  font-size : 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 30px;
}

.chara .info .cg {
    width: 333px;
    margin : -170px 0px 12px 110px;
}


.chara .info .comment {
    width : 500px;
  margin-top : -70px;
  height : 265px;
  margin-left : 330px;
  
  background-repeat : no-repeat;
}

.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: 70px;
    height: 70px;
    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
    }
}
