.flyer__parts01 {
    margin: 0 auto 0.78rem;
}

p.cp-deloterytail__nots {
    margin: .6rem 2rem 0;
}

p.shafull-modal__frist-nots {
    margin: 0 2rem .2rem;
}

.countdown__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.3rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    line-height: 1;
    color: #39521C;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.cp-deloterytail {
    padding: 1.72rem 0 1rem;
    z-index: 2;
}

.cta_btn2_wrap {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
}

.l-site-layout__catches {
    flex: 1 1 auto;
    position: sticky;
    top: 7.32rem;
    margin-right: 1rem;
}

.l-site-layout__catches-btn {
    width: 20.52rem;
    max-width: 80%;
    display: block;
    margin: 0.96rem auto 0;
}

.cta--top {
    margin-top: 0;
}

.flyer {
    padding: 2.36rem 0 1.4rem;
}


@media(min-width:769px) {
    .l-site-layout {
        display: flex;
        align-items: flex-start;
        position: relative;
        z-index: 2;
        width: 84.132353%;
        max-width: 1150px;
        margin: auto;
    }
}

@media(max-width:767px) {
    .countdown__content {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 4rem;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        line-height: 1;
        color: #39521C;
        font-size: 1.6rem;
        text-align: center;
        font-weight: bold;
        letter-spacing: -0.05em;
    }
}