.ani-elem {
    --duration: 1s;
    --delay: 0s;
    --play-state: paused;
    --y: 100px;
}

.ani-elem.run-animate {
    --play-state: running;
}

.ani-target {
    animation-duration: var(--duration);
    animation-delay: var(--delay);
    animation-play-state: var(--play-state);
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

.ani-clip-up {
    display: block;
    overflow: hidden;
}

.ani-clip-up > span {
    display: block;
    translate: 0 100%;
    animation-name: ClipUp;
    will-change: translate;
}

.ani-fade-in-up {
    opacity: 0;
    translate: 0 var(--y);
    animation-name: FadeIn, SlideUp;
    will-change: translate, opacity;
}

@keyframes ClipUp {
    0% {
        translate: 0 100%;
    }
    100% {
        translate: 0 0;
    }
}

@keyframes SlideUp {
    0% {
        translate: 0 var(--y);
    }
    100% {
        translate: 0 0;
    }
}

@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    -ms-overflow-style: none;
}
.jms-campaign-wrapper img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.jms-campaign-wrapper img.img-full {
    width: 100%;
    max-width: none;
}
.jms-campaign-wrapper .img-centered {
    position: relative;
    height: var(--height);
    overflow: hidden;
}
.jms-campaign-wrapper .img-centered img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    max-width: none;
}
.jms-campaign-wrapper .bg-gray {
    background-color: #F6F4F3;
}

.jms-campaign-wrapper .move-detail {
    --color: #999;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: var(--color);
}
.jms-campaign-wrapper .move-detail::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: var(--color);
    mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.67383 2.37937L5.32462 1.62012L12.7675 7.99975L5.32462 14.3794L4.67383 13.6201L11.2302 7.99875L4.67383 2.37937Z' fill='black'/%3E%3C/svg%3E") center -1px/16px no-repeat;
    margin-left: 4px;
}

.hmj-container.jms-campaign-wrapper {
    padding: 0;
}
.jms-campaign-wrapper .contents-sec {
    padding: 100px 0;
    position: relative;
    display: block;
    font-size: 16px;
}
.jms-campaign-wrapper .contents-sec .sec-head {
    margin-bottom: 40px;
}
.jms-campaign-wrapper .contents-sec .sec-head-tagline {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #002C5F;
}
.jms-campaign-wrapper .contents-sec .sec-head-tit {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.jms-campaign-wrapper .contents-sec .sec-head-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.jms-campaign-wrapper .contents-sec .sec-head-text-str {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #002C5F;
}
.jms-campaign-wrapper .container {
    width: 1120px;
    margin: 0 auto;
}
.jms-campaign-wrapper .cont-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.jms-campaign-wrapper .cont-wrapper .img-box {
    width: 100%;
    height: auto;
}
.jms-campaign-wrapper .cont-wrapper .text-box {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.jms-campaign-wrapper .out-link, .jms-campaign-wrapper .out-link:hover {
    color: #1C6BBA;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
}

/* visual-section */
.jms-campaign-wrapper .visual-section {
    position: relative;
}
.jms-campaign-wrapper .visual-section .content-box {
    position: absolute;
    inset: 0;
    padding-top: 100px;
    color: #fff;
}
.jms-campaign-wrapper .visual-section .content-box .content-tit {
    font-size: 40px;
    font-weight: 500;
    line-height: 64px;
}
.jms-campaign-wrapper .visual-section .content-box .content-text {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/* section-banner */
.jms-campaign-wrapper .section-banner {
    position: relative;
}
.jms-campaign-wrapper .section-banner .content-box {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
}
.jms-campaign-wrapper .section-banner .content-box .content-tit {
    font-size: 32px;
    font-weight: 500;
    line-height: 52px;
    text-align: center;
    color: #fff;
}

/* section-lineup */
.jms-campaign-wrapper .section-lineup {
    position: relative;
}
.jms-campaign-wrapper .section-lineup .lineup-content .img-area {
    position: relative;
}
.jms-campaign-wrapper .section-lineup .lineup-content .img-area .text-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-align: right;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.jms-campaign-wrapper .section-lineup .lineup-content .img-area .text-box strong {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    font-weight: 500;
}
.jms-campaign-wrapper .section-lineup .lineup-content .btn-area {
    margin-top: 40px;
}
.jms-campaign-wrapper .section-lineup .lineup-content .btn-area .btn {
    min-width: auto;
    width: 400px;
}

/* section-daring-moves */
.jms-campaign-wrapper .section-daring-moves {
    position: relative;
}
.jms-campaign-wrapper .section-daring-moves .moves-content-wrapper {
    margin-top: 100px;
}
.jms-campaign-wrapper .section-daring-moves .moves-content-wrapper:first-child {
    margin-top: 0;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-item {
    display: flex;
    gap: 40px;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-item-reverse {
    flex-direction: row-reverse;
    align-items: flex-end;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .img-box {
    flex: 1;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-link {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: fit-content;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.jms-campaign-wrapper .section-daring-moves .moves-flex-content .move-detail {
    --color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.jms-campaign-wrapper .section-daring-moves .for-imagination .moves-content .content-text {
    margin-top: 24px;
}

/* section-special */
.jms-campaign-wrapper .section-special {
    position: relative;
}
.jms-campaign-wrapper .section-special .special-content {
    margin-top: 60px;
}
.jms-campaign-wrapper .section-special .special-content:first-child {
    margin-top: 0;
}
.jms-campaign-wrapper .section-special .special-content-tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.jms-campaign-wrapper .section-special .special-item {
    display: flex;
    flex-direction: column;
    width: 360px;
    height: auto;
}
.jms-campaign-wrapper .section-special .special-item .text-box {
    flex: 1;
    padding: 32px 24px 72px;
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 22px;
}
.jms-campaign-wrapper .section-special .special-item .text-tit {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.jms-campaign-wrapper .section-special .special-item .text-tit span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 500;
    list-style: 1;
    color: #fff;
    background-color: #002C5F;
    border-radius: 50%;
}
.jms-campaign-wrapper .section-special .special-item .text-sub-tit {
    margin-bottom: 8px;
}
.jms-campaign-wrapper .section-special .special-item .text-desc {
    color: #666;
}
.jms-campaign-wrapper .section-special .special-item .item-link {
    position: absolute;
    right: 24px;
    bottom: 32px;
}
.jms-campaign-wrapper .section-special .special-item .item-link .move-detail {
    --color: #002C5F;
    font-weight: 500;
}
.jms-campaign-wrapper .section-special .special-item .sns-links {
    position: absolute;
    right: 24px;
    bottom: 32px;
    display: flex;
    gap: 12px;
}

/* section-information */
.jms-campaign-wrapper .section-information {
    position: relative;
}
.jms-campaign-wrapper .section-information .information-content .content-01 {
    display: flex;
    gap: 40px;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .img-box {
    flex: 1;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .text-box {
    flex: 1;
    max-width: 532px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .text-box dl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 26px;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .text-box dt {
    font-weight: 500;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .text-box .out-link-text {
    margin-top: 12px;
    color: #4592E3;
}
.jms-campaign-wrapper .section-information .information-content .content-01 .text-box .out-link {
    font-weight: 500;
    color: #4592E3;
}
.jms-campaign-wrapper .section-information .information-content .content-02 {
    margin-top: 60px;
    display: flex;
    gap: 24px;
}
.jms-campaign-wrapper .section-information .information-content .content-02 .content-item {
    flex: 1;
}
.jms-campaign-wrapper .section-information .information-content .content-02 .tit {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.jms-campaign-wrapper .section-information .information-content .content-02 .desc {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}


/* link-banner-section */
.jms-campaign-wrapper .link-banner-sec {
    padding: 100px 0 0;
}
.jms-campaign-wrapper .link-banner-sec .banner-content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.jms-campaign-wrapper .link-banner-sec .banner-content-box .banner-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}

.jms-campaign-wrapper .link-banner-sec .banner-content-box .banner-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.jms-campaign-wrapper .link-banner-sec .banner-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jms-campaign-wrapper .link-banner-sec .banner-img-box a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.jms-campaign-wrapper .link-banner-sec .banner-img-box a .banner-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
}

.jms-campaign-wrapper .link-banner-sec .banner-img-box a .banner-text p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}
.jms-campaign-wrapper .link-banner-sec .banner-img-box .move-detail {
    --color: #fff;
}

/* share-section */
.jms-campaign-wrapper .share-section {
    padding: 80px 0;
}
.jms-campaign-wrapper .share-section .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.jms-campaign-wrapper .share-section .card-cont {
    display: flex;
    gap: 20px;
}
.jms-campaign-wrapper .share-section .card-cont li {
    width: 33.33%;
    height: 200px;
    cursor: pointer;
    overflow: hidden;
}
.jms-campaign-wrapper .share-section .card-cont a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.jms-campaign-wrapper .share-section .card-cont a h5 {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.96px;
}
.jms-campaign-wrapper .share-section .card-cont a::before {
    position: absolute;
    content: "";
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: url("../../images/brandstory/jms_campaign/card-btn.png") center center / contain no-repeat;
}
.jms-campaign-wrapper .share-cont {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.jms-campaign-wrapper .share-cont p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.jms-campaign-wrapper .share-cont .link-sns {
    display: flex;
    align-items: center;
    gap: 32px;
}
.jms-campaign-wrapper .share-cont .link-sns li {
    width: 30px;
    height: 30px;
}

/* popup */
.layer-popup-wrap.popup-example .layer-popup-body .layer-cont {
    display: flex;
    flex-direction: column;
}
.layer-popup-wrap.popup-example .layer-scroll {
    flex: 1 0 calc(100% - 128px);
    height: calc(100% - 128px);
    overflow-y: auto;
}
.layer-popup-wrap.popup-example .layer-btn-area {
    margin-top: 32px;
}
@media screen and (min-width: 1921px) {
    .jms-campaign-wrapper .img-centered {
        height: auto;
    }
    .jms-campaign-wrapper .img-centered img {
        position: static;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1119px) {
    .jms-campaign-wrapper .contents-sec {
        padding: 48px 0;
        font-size: 14px;
    }
    .jms-campaign-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    .jms-campaign-wrapper .out-link, .jms-campaign-wrapper .out-link:hover {
        font-size: 14px;
        line-height: 22px;
    }
    .jms-campaign-wrapper .contents-sec .sec-head {
        margin-bottom: 24px;
    }
    .jms-campaign-wrapper .contents-sec .sec-head-tagline {
        margin-bottom: 4px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.04em;
    }
    .jms-campaign-wrapper .contents-sec .sec-head-tit {
        font-size: 24px;
        line-height: 38px;
        letter-spacing: -0.04em;
    }
    .jms-campaign-wrapper .contents-sec .sec-head-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 22px;
    }
    .jms-campaign-wrapper .contents-sec .sec-head-text-str {
        margin-top: 24px;
        font-size: 18px;
        line-height: 30px;
    }

    .jms-campaign-wrapper .img-centered {
        height: auto;
    }
    .jms-campaign-wrapper .img-centered img {
        position: static;
        margin-left: 0;
        width: 100%;
    }

    .jms-campaign-wrapper .move-detail {
        font-size: 12px;
        line-height: 20px;
    }

    .jms-campaign-wrapper .visual-section .content-box {
        padding-top: 56px;
    }
    .jms-campaign-wrapper .visual-section .content-box .content-tit {
        font-size: 26px;
        line-height: 38px;
    }
    .jms-campaign-wrapper .visual-section .content-box .content-text {
        margin-top: 4px;
        font-size: 15px;
        line-height: 24px;
    }

    /* section-lineup */
    .jms-campaign-wrapper .section-lineup .lineup-content .img-area .text-box {
        right: 20px;
        bottom: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .jms-campaign-wrapper .section-lineup .lineup-content .img-area .text-box strong {
        gap: 8px;
    }
    .jms-campaign-wrapper .section-lineup .lineup-content .btn-area {
        margin-top: 24px;
    }
    .jms-campaign-wrapper .section-lineup .lineup-content .btn-area .btn {
        width: 100%;
        height: 48px;
    }
    .jms-campaign-wrapper .section-lineup .lineup-content .btn-area .btn {
        font-size: 13px;
    }

    /* section-daring-moves */
    .jms-campaign-wrapper .section-daring-moves .moves-content-wrapper {
        margin-top: 48px;
    }
    .jms-campaign-wrapper .section-daring-moves .moves-flex-content {
        gap: 16px;
    }
    .jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-item {
        position: relative;
    }
    .jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-link {
        flex: auto;
        gap: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 16px;
        justify-content: flex-end;
    }
    .jms-campaign-wrapper .section-daring-moves .moves-flex-content .content-tit {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }
    .jms-campaign-wrapper .section-daring-moves .moves-flex-content .move-detail {
        font-size: 10px;
        line-height: 16px;
        --color: #fff;
        color: #fff;
    }

    /* section-banner */
    .jms-campaign-wrapper .section-banner .content-box .content-tit {
        font-size: 16px;
        line-height: 26px;
    }

    /* section-special */
    .jms-campaign-wrapper .section-special .special-content-tit {
        font-size: 18px;
        line-height: 30px;
    }

    .jms-campaign-wrapper .section-special .special-item {
        width: 100%;
    }
    .jms-campaign-wrapper .section-special .special-item .img-box img {
        width: 100%;
    }
    .jms-campaign-wrapper .section-special .special-item .text-box {
        padding: 32px 24px 86px;
        font-size: 13px;
        line-height: 20px;
    }
    .jms-campaign-wrapper .section-special .special-item .item-link .move-detail {
        font-size: 13px;
    }
    .jms-campaign-wrapper .section-special .special-item .sns-links {
        right: 24px;
        bottom: 26px;
    }
    .jms-campaign-wrapper .section-special .swiper-pagination {
        margin-top: 20px;
        position: static;
    }


    /* section-information */
    .jms-campaign-wrapper .section-information .information-content .content-01 {
        flex-direction: column;
        gap: 20px;
    }
    .jms-campaign-wrapper .section-information .information-content .content-01 .text-box {
        max-width: none;
    }
    .jms-campaign-wrapper .section-information .information-content .content-01 .text-box dl {
        font-size: 14px;
        line-height: 22px;
    }
    .jms-campaign-wrapper .section-information .information-content .content-02 {
        margin-top: 24px;
        flex-direction: column;
    }
    .jms-campaign-wrapper .section-information .information-content .content-02 .tit {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .jms-campaign-wrapper .section-information .information-content .content-02 .desc {
        margin-top: 4px;
        font-size: 14px;
        line-height: 22px;
    }

    /* link-banner-section */
    .jms-campaign-wrapper .link-banner-sec {
        padding: 40px 0 0;
    }
    .jms-campaign-wrapper .link-banner-sec .banner-content-box {
        padding: 40px 20px;
    }
    .jms-campaign-wrapper .link-banner-sec .banner-content-box .banner-text {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .jms-campaign-wrapper .link-banner-sec .banner-img-box a .banner-text {
        left: 24px;
    }

    .jms-campaign-wrapper .link-banner-sec .banner-img-box a .banner-text p {
        font-size: 18px;
        line-height: normal;
    }

    .jms-campaign-wrapper .link-banner-sec .banner-img-box img {
        width: 100%;
    }

    /* share-section */
    .jms-campaign-wrapper .share-section {
        padding: 80px 0;
    }
    .jms-campaign-wrapper .share-section .container {
        gap: 80px;
    }
    .jms-campaign-wrapper .share-section .card-cont {
        flex-direction: column;
    }
    .jms-campaign-wrapper .share-section .card-cont li {
        width: 100%;
        height: auto;
    }
    .jms-campaign-wrapper .share-section .card-cont a h5 {
        margin-top: -15px;
        top: 50%;
        font-size: 18px;
        line-height: normal;
        letter-spacing: -0.72px;
    }
    .jms-campaign-wrapper .share-section .card-cont a::before {
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        background: url("../../images/brandstory/jms_campaign/card-btn-mo.png") center center / contain no-repeat;
    }
    .jms-campaign-wrapper .share-cont {
        gap: 10px;
    }

    
}