.main_wrapper {
    position: fixed;
    top: 20.066666666vw;
    left: 50%;
    margin-left: -40.1vw;
    width: 80vw;
    height: 83vw;
    background: #fdffe0;
    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: #f0ff00;
    color: #000;
    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;
    padding-bottom: 10px;
    font-size: 30px;
}

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

.textline a{
    text-decoration: underline;
    color: #0006fe;
}

.textline2 {
    margin-top: 50px;
}

.deco {
    text-decoration: line-through;
}

.textline3 {
    margin-top: 150px;
}


.line {
    width: 100%;
    height: 5px;
    background: #0000ff;
    margin-top: 100px;
}

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

.banner_list img:not(.move a img) {
    margin-bottom: 50px;   
}


.recomend {
    width: 602px;
    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;
}