html {
    font-size: 4.2vw;
}

.main {
    overflow: visible;
}

img {
    display: block;
}

.footer-tops{
    margin-top:1.5rem
}

.container {
    background: #000;
    margin-bottom: 90px;
}

.fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
}

.fadeactive {
    opacity: 1;
    visibility: visible;
}

.cp {
    position: absolute;
    bottom: 1.62rem;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.cp .fcp {
    position: absolute;
    left: 0.63rem;
    width: 3.125rem;
}

.cp .dcp {
    position: absolute;
    right: 0.63rem;
    width: 3.125rem;
}

.cp .d3cp {
    position: absolute;
    right: 0.63rem;
    width: 4.375rem;
}

.kv {
    position: relative;
    height: calc(100svh - 64px);
}

.kv .kv-top {
    background: #010302;
    height: 3.0625rem;
    display: flex;
    align-items: center;
}

.kv .kv-top img {
    margin: 0 auto;
}

.kv .kv-txt {
    position: absolute;
    left: 50%;
    top: 3.26rem;
    transform: translate(-50%);
    z-index: 1;
    width: 13.125rem;
}

.kv .kv-logo {
    width: 8.625rem;
    margin: 0 auto;
}

.kv .kv-ttl {
    margin-top: 1.47rem;
}

.kv .kv-img {
    overflow: hidden;
    height: calc( 100vh - 64px );
}

.kv .kv-slide-item {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
}

.kv .kv-slide-item.ksActive {
    opacity: 1;
    visibility: visible;
}

.kv .kv-img img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.heads {
    color: #F4F2E6;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.08125rem;
    text-transform: uppercase;
    width: max-content;
    padding: 0 2rem;
    margin: 0 auto;
    background: url("https://marlmarlstatics.blob.core.windows.net/pub/assets/img/feature/disney_2025/i_str.gif") no-repeat left center, url("https://marlmarlstatics.blob.core.windows.net/pub/assets/img/feature/disney_2025/i_str.gif") no-repeat right center;
    background-size: 1.21875rem;
}

.heads .heads p {
    padding: 0;
}

.i-plus {
    padding: 0;
}

.cta {
    width: 11.875rem;
    height: 3.125rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.04063rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5rem auto 0;
}

.cta.on {
    display: none;
    background: #010302;
    color: #F4F2E6;
}

.cta.off {
    background: #B9B9B9;
    color: #F4F2E6;
}

.conts {
    margin: 3.75rem auto 0;
    position: relative;
}

.conts-inner {
    margin: 0 auto;
    padding-bottom: 6.25rem;
}

.conts .conts-tops {
    height: 15.5625rem;
    position: relative;
}

.conts .conts-msg {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #F4F2E6;
    text-align: center;
    font-size: 1.55rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.09906rem;
    text-transform: uppercase;
    z-index: 1;
}

.conts .conts-msg span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 150%;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: 0.0625rem;
}

.conts .conts-msg span span {
    font-size: 0.8875rem;
    display: inline;
    margin: 0 0.4rem;
}

.conts .conts-slide {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.conts .conts-slide.fadeactive {
    opacity: 0.7;
}

.conts .conts-slide-item {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 23rem;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
}

.conts .conts-slide-item.csActive {
    opacity: 1;
    visibility: visible;
}

.conts .conts-wrap {
    padding-top: 5rem;
}

.conts ul {
    margin: 3.12rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.87rem 0.69rem;
}

.conts .conts-lu-item {
    position: relative;
}

.conts .conts-lu-item .i-on {
    position: absolute;
    top: 6.36rem;
    right: 0;
    width: 0.63094rem;
    height: auto;
}

.conts .conts-lu-img {
    height: 7rem;
}

.conts .conts-lu-img img {
    transition: all 0.3s ease;
    height: 100%;
    width: auto;
}

.conts .conts-lu-ttl {
    color: #F4F2E6;
    text-align: center;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-top: 0.39rem;
    transition: all 0.3s ease;
}

.conts .conts-lu-ttl span {
    display: block;
}

.conts .conts-lu-item:hover .conts-lu-img img,
.conts .conts-lu-item.active .conts-lu-img img {
    transform: scale(1.1);
}

.conts .conts-lu-item:hover .conts-lu-ttl {
    opacity: 0.8;
}

.conts .conts-txt {
    margin-top: 6.25rem;
    color: #F4F2E6;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 225%;
    letter-spacing: 0.07rem;
}

.gift {
    padding: 6.25rem 0 5rem;
    position: relative;
    background: #F4F2E6;
    text-align: center;
}

.gift-head {
    color: #010302;
}

.gift-lists {
    margin: 5rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.gift-label {
    margin: 0 auto;
    width: 6.52175rem;
}

.gift-txt {
    color: #010302;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.04375rem;
    margin-top: 0.69rem;
}

.gift-img {
    width: 15rem;
    height: auto;
    margin: 0.63rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-name {
    color: #010302;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.gift-links {
    display: none;
    color: #010302;
    text-align: center;
    font-size: 0.775rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.04375rem;
    margin-top: 5rem;
    border-bottom: 1px solid #010302;
    padding-bottom: 0.38rem;
    padding-right: 0.8rem;
    background: url("https://marlmarlstatics.blob.core.windows.net/pub/assets/img/feature/disney_2025/i_link.svg") no-repeat right top 0.45rem;
    background-size: auto;
}

.sns {
    padding: 6.25rem 0;
    background: url("https://marlmarlstatics.blob.core.windows.net/pub/assets/img/feature/disney_2025/bk_sp.jpg") no-repeat center center;
    background-size: 100%;
}

.sns-head {
    margin-bottom: 2.5rem;
}

.sns-txt {
    color: #F4F2E6;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.04375rem;
}

.sns-links {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
    gap: 0.94rem;
}

.sns-links li {
    width: 8.75rem;
}

.modaal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #010302;
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
}

.modaal .modaal-cnts {
    width: 21.25rem;
    height: calc( 90dvh - 64px );
    position: absolute;
    top: calc( 50% + 32px );
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.modaal .modaal-cnts::-webkit-scrollbar {
  display: none;
}

.modaal .modaal-off {
    position: sticky;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    cursor: pointer;
    width: 2.25rem;
    margin: 0 0 0 auto;
}

.modaal .modaal-off img {
    width: 100%;
}

.modaal .modaal-inner {
    position: relative;
    margin-top: -2.25rem;
    background: #F4F2E6;
}

.modaal .modaal-wrap {
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
}

.modaal .modaal-wrap .modaal-img {
    margin: 0 auto;
    width: 14.375rem;
}

.modaal .modaal-slide {
    position: relative;
}

.modaal .modaal-slide .slide-wrap {
    position: relative;
    height: 15rem;
    overflow: hidden;
}

.modaal .modaal-slide .slide-item {
    opacity: 0;
    visibility: hidden;
    transition: all 1s cubic-bezier(0.57, 1, 0.75, 1);
    width: 100%;
}

.modaal .modaal-slide .slide-item.msActive {
    opacity: 1;
    visibility: visible;
}

.modaal .modaal-slide .slide-item img {
    width: 105%;
    max-width: none;
    transform: translate(-50%);
    position: relative;
    transition: all 0.6s ease;
}

.modaal .modaal-slide .slide-item:nth-child(odd) img {
    left: 48%;
}

.modaal .modaal-slide .slide-item:nth-child(even) img {
    left: 52%;
}

.modaal .modaal-slide .slide-item.msActive img {
    left: 50%;
}

.modaal .modaal-slide .slide-pager {
    position: absolute;
    width: 100%;
    bottom: 0.56rem;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    z-index: 1;
}

.modaal .modaal-slide .slide-pager span {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 0.3125rem;
    border: 0.5px solid #D9D9D9;
}

.modaal .modaal-slide .slide-pager span.active {
    background: #D9D9D9;
}

.modaal .modaal-name {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    margin: 2.5rem 0 1.87rem;
}

.modaal .modaal-name dt {
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0.0625rem;
}

.modaal .modaal-name dd {
    font-size: 0.875rem;
    line-height: 125%;
    margin-top: 1.25rem;
}

.modaal .modaal-cap {
    margin-top: 1.88rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.modaal .gift {
    padding: 6.25rem 0;
}

.modaal .gift .gift-lists {
    flex-direction: column;
    gap: 5rem;
}

.modaal .gift .gift-img {
    height: auto;
}

.modaal .cp {
    position: relative;
}

.modaal .cp img {
    display: none;
}

.modaal-bg {
    width: 100%;
    height: 100%;
    background: #0008;
    position: fixed;
    top: 0;
    left: 0;
}

.modaal-open {
    overflow: hidden;
}

.modaal-open .modaal {
    opacity: 1;
    visibility: visible;
}

.release .kv .kv-txt {
    top: 1.81rem;
    width: 14.93rem;
}

.release .kv .kv-ttl {
    margin-top: 0;
    margin-bottom: 0.94rem;
}

.release .conts .conts-msg {
    display: none;
}

.release .conts .conts-slide.fadeactive {
    opacity: 1;
}

.release .cta.on {
    display: flex;
}

.release .cta.off {
    display: none;
}

.release .gift-links {
    display: inline-block;
}

.release .sns {
    display: none;
}

.release .modaal .cta.on {
    display: flex;
}

@media screen and (min-width: 768px) {
    html {
        font-size:min(1.35vw, 16px)
    }

    .footer-tops{
        margin-top:3.5rem
    }

    a:hover {
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    .container {
        max-width: none;
        width: auto;
        margin-bottom: 7rem;
    }

    .cp {
        bottom: 2.95rem;
    }

    .cp .fcp {
        left: 1.55rem;
        width: 4.6875rem;
    }

    .cp .dcp {
        right: 1.55rem;
        width: 4.6875rem;
    }

    .cp .d3cp {
        right: 1.55rem;
        width: 6.565rem;
    }

    .kv {
        height: auto;
        min-height: calc(100svh - 64px);
    }

    .kv .kv-top {
        background: #010302;
        height: 3.0625rem;
        display: flex;
        align-items: center;
    }

    .kv .kv-top img {
        margin: 0 auto;
    }

    .kv .kv-txt {
        top: 8.03rem;
        width: 14.78325rem;
    }

    .kv .kv-logo {
        width: 9.71475rem;
    }

    .kv .kv-img {
        height: 56.25rem;
        min-height: calc(100vh - 64px);
    }

    .kv .cp {
        height: calc(100vh - 64px);
        top: 0;
    }

    .kv .cp img {
        bottom: 1rem;
    }

    .heads {
        font-size: 2.8rem;
        letter-spacing: 0.125rem;
        padding: 0 3.5rem;
        background-size: 1.775rem;
    }

    .heads .heads p {
        padding: 0;
    }

    .i-plus {
        padding: 0;
    }

    .release .cta .on {
        display: block;
    }

    .release .cta .off {
        display: none;
    }

    .conts {
        margin-top: 5.81rem;
    }

    .conts-inner {
        max-width: 1300px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 29.16rem;
    }

    .conts .conts-tops {
        width: 50%;
        height: 24.66188rem;
        position: sticky;
        top: 12rem;
    }

    .conts .conts-msg {
        font-size: 1.98169rem;
    }

    .conts .conts-msg span {
        font-size: 1.58538rem;
        margin-bottom: 1.59rem;
    }

    .conts .conts-msg span span {
        font-size: 1.08994rem;
    }

    .conts .conts-slide-item {
        width: 36.25rem;
    }

    .conts .conts-wrap {
        width: 50%;
        padding-top: 8.09rem;
    }

    .conts ul {
        margin-top: 6.25rem;
        gap: 3.01rem 1.25rem;
    }

    .conts .conts-lu-item {
        cursor: pointer;
    }

    .conts .conts-lu-item .i-on {
        top: 8.8rem;
        width: 0.83331rem;
    }

    .conts .conts-lu-img {
        height: 9.81219rem;
    }

    .conts .conts-lu-ttl {
        color: #F4F2E6;
        text-align: center;
        font-size: 0.9425rem;
        font-style: normal;
        font-weight: 500;
        line-height: 114%;
        margin-top: 0.39rem;
        transition: all 0.3s ease;
    }

    .conts .conts-lu-ttl span {
        display: block;
    }

    .conts .conts-lu-item:hover .conts-lu-img img,
    .conts .conts-lu-item.active .conts-lu-img img {
        transform: scale(1.1);
    }

    .conts .conts-lu-item:hover .conts-lu-ttl {
        opacity: 0.8;
    }

    .conts .conts-txt {
        margin-top: 11.28rem;
        font-size: 1rem;
        line-height: 300%;
        letter-spacing: 0.08rem;
    }

    .gift {
        padding: 9.38rem 0;
    }

    .gift .heads {
        font-size: 2.05rem;
         /* 1.75rem */
        letter-spacing: 0.0875rem;
    }

    .gift-lists {
        margin-top: 6.25rem;
        flex-direction: row;
        justify-content: center;
        gap: 8.76rem;
    }

    .gift-label {
        width: 8.24169rem;
    }

    .gift-txt {
        font-size: 1rem;
        letter-spacing: 0.05rem;
        margin-top: 0.99rem;
    }

    .gift-img {
        width: 15.75rem;
        height: 15.75rem;
        margin: 0.7rem auto;
    }

    .gift-name {
        font-size: 1.075rem;
    }

    .gift-links {
        font-size: 1.05rem;
        letter-spacing: 0.0525rem;
        background-size: 0.49394rem;
        padding-bottom: 0.51rem;
    }

    .sns {
        padding: 9.31rem 0;
        background-image: url("https://marlmarlstatics.blob.core.windows.net/pub/assets/img/feature/disney_2025/bk_pc.jpg");
    }

    .sns-head {
        margin-bottom: 3.55rem;
    }

    .sns-txt {
        font-size: 1.3125rem;
        letter-spacing: 0.06563rem;
    }

    .sns-links {
        margin-top: 3.82rem;
    }

    .sns-links li {
        width: 13.125rem;
    }

    .modaal .modaal-cnts {
        width: 30rem;
    }

    .modaal .modaal-wrap .modaal-img {
        width: 20.51631rem;
    }

    .modaal .modaal-slide .slide-wrap {
        height: 21.6875rem;
    }

    .modaal .modaal-slide .slide-item img {
        width: 528px;
    }

    .modaal .modaal-slide .slide-pager {
        bottom: 0.93rem;
    }

    .modaal .modaal-slide .slide-pager span {
        width: 0.51469rem;
        height: 0.51469rem;
        border-radius: 0.51469rem;
    }

    .modaal .modaal-name {
        margin: 3.03rem 0 1rem;
    }

    .modaal .modaal-name dt {
        font-size: 1.7rem;
        letter-spacing: 0.075rem;
    }

    .modaal .modaal-name dd {
        font-size: 1.225rem;
        margin-top: 1.2rem;
    }

    .modaal .modaal-cap {
        margin-top: 1.3rem;
        font-size: 0.875rem;
    }

    .modaal .gift .gift-lists {
        gap: 3.63rem;
    }

    .modaal .gift .gift-img {
        height: auto;
    }

    .modaal-bg {
        width: 100%;
        height: 100%;
        background: #0008;
        position: fixed;
        top: 0;
        left: 0;
    }

    .release .kv .kv-txt {
        top: 2.48rem;
        width: 20.03906rem;
    }

    .release .kv .kv-logo {
        width: 10.97375rem;
    }

    .release .kv .kv-ttl {
        margin-bottom: 1.19rem;
    }
}