.tour {
    position: relative;
    background-image: url('../img/tour__bg.svg');
    background-position: center;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 125px;
    padding-bottom: 125px;
}

.tour__wrapper {
    color: #fff;
    position: relative;
}
.tour__wrapper::after {
    content: url("../img//tour__img.png");
    right: 00px;
    top: 0;
    position: absolute;
}

.tour__title {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    line-height: 85px;
    /* or 113% */
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    
    /* light */
    
    color: #E7E5DE;
    position: relative;
    max-width: 660px;
    margin-bottom: 30px;
}
.tour__title::after {
    position: absolute;
    content: url('../img/tourline.svg');
    right: -300px;
    top: 20px;
}
.tour__text {
    max-width: 890px;
    
    font-family: 'Proxima Nova';
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */
    
    
    /* light */
    
    color: #E7E5DE;
    
    margin-bottom: 68px;
}

.tour__subtext {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    /* or 133% */
    
    letter-spacing: 0.03em;
    text-transform: uppercase;
    
    color: #F5F4EF;
    
    max-width: 715px;
}

.tour__btn {
    margin-top: 50px;
}

.tour__mb {
    display: none;
}
.tour__btn a {
    color: #fff;
    position: relative;
}
.tour__btn a::after {
    content: url("../img/regline.svg");
    position: absolute;
    right: -600px;
    top: -20px;
}
@media screen and (max-width: 1600px) {
    .tour {
        background-image: url('../img/tour__bg.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1065px) {
    .tour__title {
        font-size: 30px;
        line-height: 40px;
        /* or 118% */
        
        letter-spacing: 0.02em;
    }
    
    .tour__text {
        font-weight: 300;
        font-size: 20px;
        line-height: 25px;
    }
    
    .tour__subtext {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        /* or 150% */
        
        letter-spacing: 0.01em;
    }
    .tour {
        background-image: url("../img/tourbgmb.svg");
        -webkit-background-size: cover;
        background-size: cover;
    }
    .tour__mb img {
        width: 100%;
    }
    .tour__btn .pc {
        display: block;
    }
    .tour__btn {
        margin-top: 0px;
    }
    .tour {
        padding-bottom: 60px!important;
    }
    .tour__btn a::after {
        content: url('../img/reglinemb.svg');
        right: -21px;
    top: -196px;
    }
    .tour__title::after {
        content: url('../img/tourline__mb.svg');
            right: 24px;
    top: -7px;
    }
}
    
    