.main_wrapper {
    position: fixed;
    top: 20.066666666vw;
    left: 50%;
    margin-left: -40.1vw;
    width: 80vw;
    height: 83vw;
    background: #c4ffce;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.profile{
    align-items: center;
    text-align: center;
}

.header img{
    width: 100%;
}

.title_img {
    margin-top: 10px;
    margin-bottom: 16px;
}

.profile_cap {
    width: 100%;
    height: 50px;
    background: #1691be;
    color: #fff;
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
}

.profile_cap p {
    padding-top: 8px;
    padding-left: 50px;
    
}

.profile_cap_text {
    margin-bottom: 34px;
}

.profile_cap_text p {
    color: #000;
    text-align: left;
    padding-left: 52px;
    font-size: 35px;
}

.profile_cap_text .textline{
    padding-top: 10px;
}

.text_box {
    width: 559px;
    height: 252px;
    background: #292b2b;
    margin-left: 20px;
    margin-top: 100px;
    margin-bottom: 69px;
}


.character {
    margin-left: 22px;
}

.character .move {
    font-size: 34px;
    color: #0006fe;
    text-align: right;
    text-decoration: underline;
    padding-right: 26px;
    margin-top: 13px;
    margin-bottom: 60px;
}

.character_list{
    display: flex;
}

.character_list div{
    padding-right: 42px;
}

.character_list2{
    margin-top: 49px;
    display: flex;
}

.character_list2 div{
    padding-right: 42px;
}

.character_list3{
    margin-top: 49px;
    display: flex;
    margin-bottom: 57px;
}

.character_list3 div{
    padding-right: 42px;
}


.recomend {
    width: 600px;
    height: 288px;
    background: #ff00cc;
    margin-top: 60px;
    font-size: 33px;
    color: #feef00;
}

.recomend p {
    padding-top: 26px;
}

.recomend .click {
    color: #1800ff;
}

.recomend .twitter {
    color: #1800ff;
    text-decoration: underline;
}

.menu_btn {
    color: #000;
    font-size: 34px;
    padding: 30px 0 20px 20px;
}


.btn_1{
    display: flex;
    padding-bottom: 10px;
}

.btn_1 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}

.btn_2{
    display: flex;
}

.btn_2 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}

.recomend .double{
    filter: drop-shadow(1px 1px 1px #fff);
    padding-right: 5px;
}