@charset "utf-8";
/**********************************************************************************/
.chara {
    position: relative;
    
    height : 1400px;
  
  
  
  width : 1000px;
  

  
}

.chara a {
    color: #ff7800;
    font-weight: bolder;
}
.visual_mao{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/mao/bese.png);
}
.visual_airi{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/airi/bese.png);
}
.visual_arisu{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/arisu/bese.png);
}
.visual_mei{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/mei/bese.png);
}
.visual_raichi{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/raichi/bese.png);
}
.visual_yuduki{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/yuduki/bese.png);
}
.visual_gumi{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/gumi/bese.png);
}
.visual_maron{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/maron/bese.png);
}
.visual_kotori{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/kotori/bese.png);
}
.visual_natsume{
    position: relative;
    height : 1330px;
  width : 1000px;
  background-repeat : no-repeat;background-position : center top;
  background-image : url(img/chara/natsume/bese.png);
}

.chara .select {
    position: absolute;
    z-index: 1;
    left : 10px;
    top : 110px;
    width : 1000px;
    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 : 88px;
    display: block;
    margin : 0px 12px 27px 0px;
    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);
}

.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 : -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 {
    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 : 550px;
    height : 150px;
  

    animation: chara_text 0.6s ease 0s 1 normal;
  margin-top : -50px;
  margin-left : 415px;
}

.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 .cg {
    width: 333px;
    margin : -170px 0px 12px 110px;
}


.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: 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
    }
}
