*{
    font-family: 'Noto Sans SC';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.layout-main {
    max-width: 539px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.main {
    width: 100%;
    height: 100%;
    padding: 20px;
}
.main-section {
    width: 100%;
    height: 100%;
    border: 1px solid red;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-bg{
    width: 85%;
    object-fit: contain;
    object-position: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ff7d77;
}
@media screen and (max-width: 414px) {
    .main-bg {
        width: 90%;
    }
}
.main-join {
    width: 85%;
    display: flex;
    align-items: center;
    padding-top: 30px;
}
@media screen and (max-width: 414px) {
    .main-join {
        width: 90%;
    }
}
.main-join-left {
    width: 50%;
    border-right: 1px dashed #ff7d77;
    padding-right: 30px;
}
.main-join-right {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-join-icon {
    width: 60px;
    height: 60px;
}
.main-join-icon img {
    width: 100%;
}
.main-join-service {
    width: 100%;
    margin-bottom: 10px;
}
.main-bonus {
    padding-top: 30px;
    width: 85%;
}
.main-bonus img {
    width: 100%;
}
@media screen and (max-width: 414px) {
    .main-bonus {
        width: 90%;
    }
}
.main-bottom-bg {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.main-btn {
    width:60%;
    object-fit: contain;
    cursor: pointer;
}
