
html,body{
    scroll-behavior: smooth;
}

#pageArea {
    background-image: url("../images/event202406/bg.jpg");

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 2100px 3250px;

    width: 100%;
    /*height: 3250px;*/
    margin: 0 auto;
    overflow: hidden;
}

#pageBlock {
    margin: 150px auto 0;
    width: 90%;
}

#slideList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slide {
    position: relative;
    width: 48%;
    margin-bottom: 30px;
}

.slide-bg {
    width: 100%;
}

.slide-no {
    position: absolute;
    z-index: 2;
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
}

.slide-tip {
    position: absolute;
    top: 35px;
    z-index: 2;
    color: white;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    text-shadow: 1px 1px 3px #937171;
}

.slide-button {
    position: absolute;
    width: 55%;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slide-button > img {
    width: 100%;
}

.slide-button > span {
    position: absolute;
    color: #f4e7c1;
}

.button-icon {
    position: absolute;
    width: 25px !important;
    left: 12px;
}

.button-text-offset {
    margin-left: 20px;
}

#checkInList {
    margin: 40px auto 0;
    display: flex;
}

#day30Reward {
    position: relative;
    left: -175px;
}

#weekMask {
    position: absolute;
    left: -7px;
    top: -6px
}

#weekMask > img {
    width: 862px;
}

#weekMask > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fcff00;
    font-size: 26px;
}

.checkin-elem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkin-elem-bg {
    height: 60px;
}

.checkin-elem-effect {
    position: absolute;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.checkin-elem-status {
    position: absolute;
    top: 30px;
    width: 25px;
}

.checkin-elem-reward {
    position: absolute;
    width: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkin-elem-amount {
    color: #ff8f37;
    text-shadow: 0 1px black, 1px 0 black, -1px 0 black, 0 -1px black;
    position: absolute;
    top: 0px;
    left: 38px;
    font-size: 12px;
}

.checkin-elem-amount-offset {
    left: 16px;
    font-size: 11px;
}

.checkin-elem-desc {
    color: #8a7024;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    font-size: 9px;
    min-width: 75%;
}

.checkin-elem-progress {
    color: #fedf36;
    text-shadow: 0 1px black, 1px 0 black, -1px 0 black, 0 -1px black;
}

.checkin-elem-extra {
    color: #8a7024;
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 10px;
}

#checkInWrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

#checkInDesc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    color: #e8dfba;
    width: 80%;
    margin-right: 10px;
}

.checkin-tip {
    font-size: 10px;
    width: 100%;
    line-height: 15px;
}

.checkin-own {
    display: flex;
    align-items: center;
    margin-right: 20px;
    line-height: 16px;
    font-size: 12px;
}

.checkin-own > img {
    width: 25px;
}

.checkin-own-value {
    color: #ff8f37;
    text-shadow: 0 1px black, 1px 0 black, -1px 0 black, 0 -1px black;
}

.checkin-own-title {
    color: #fedf36;
    text-shadow: 0 1px black, 1px 0 black, -1px 0 black, 0 -1px black;
}

.checkin-button {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.checkin-button > img {
    width: 100px;
}

.checkin-button > span {
    position: absolute;
    font-size: 12px;
}

#activityStepList {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.activity-step-elem {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    scroll-margin-top: 200px;
}

.activity-step-elem > img {
    position: absolute;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.activity-step-elem:before {
    content: "";
    display: none;
    height: 200px;
    margin-top: -200px
}

.activity-step-wrapper {
    width: 85%;
    margin: 15px auto;
}

.activity-step-wrapper > .time {
    color: #d80015;
}

.activity-step-wrapper > .title {
    color: #fafd00;
}

.activity-step-wrapper > .content {
    /*display: flex;*/
    /*flex-direction: column;*/
    color: #fdfdfd;
}

.step-title {
    color: #45fae4;
}

.step-desc-mixed {
    display: flex;
    justify-content: space-between;
}

.step-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.step-button > img {
    width: 100px;
}

.step-button > span {
    position: absolute;
    font-size: 13px;
}

#accountListDialog {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

#accountListDialog > .dialog-wrapper {
    background-image: url("../images/event202406/list_bg_dialog.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 30px;
    width: 460px;
    height: 340px;
}

#accountListDialog > .dialog-wrapper > .title{
    font-size: 16px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #f5e6c0;
}

#accountListDialog > .dialog-wrapper > .list {
    background-image: url("../images/event202406/list_bg_shadow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 420px;
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 15px auto 0;
    justify-content: center;
}

#accountListDialog > .dialog-wrapper > .list > .list-elem {
    background-image: url("../images/event202406/list_elem_bg.png");
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: center top;
    height: 125px;
    width: 100px;
    margin-top: 15px;
    text-align: center;
    color: #9b7c3f;
    font-size: 12px;
    position: relative;
}

#accountListDialog > .dialog-wrapper > .list > .list-elem > img {
    width: 70px;
    margin: 10px auto 0;
}

#accountListDialog > .dialog-wrapper > .list > .list-elem > img.list-elem-sel {
    position: absolute;
    top: 1px;
    left: 7px;
    width: 85px;
    margin: 0 auto;
}

#accountListDialog > .dialog-wrapper > .list > .list-elem > .list-elem-name {
    color: #9b7c3f;
}

#accountListDialog > .dialog-wrapper > .button-area {
    margin-top: 10px;
    color: #f5e6c0;
}

#accountListDialog > .dialog-wrapper > .button-area > .step-button > img {
    width: 130px;
}