.main {
    overflow: visible;
    background: #fbfaf5;
}
.loading {
    background: #111417;
    position: fixed;
    top: 65px;
    width: 100%;
    height: calc( 100vh - 65px );
    z-index: 150;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.fixed {
    position: fixed;
}
.container {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.ttl{
    display: none;
}
.kv {
    position: relative;
    z-index: 1;
}
.kv-main {
    position: relative;
    height: calc(100vh - 64px);
    width: 496px;
    width: 100%;
    left: 72.45%;
    transform: translate(-50%);
    z-index: 1;
    left: 0;
    transform: none;
}

.kv-img {
    height: 100%;
    object-fit: cover;
    max-width: none;
    width: 100%;
}

.kv-ttl {
    position: absolute;
    bottom: 13vw;
    left: 50%;
    transform: translate(-50%);
    width: 73vw;
    transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
}

.kv-ttl.active {
    opacity: 1;
    visibility: visible;
}

.kv-copyright {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translate(-50%);
    width: 47vw;
}

.greet {
    color: #313131;
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 2;
}
.greet .fixed {
    bottom: 0;
}

.greet-wrap {
    width: 100%;
    padding: 42vw 0 27vw;
    will-change: transform;
    transition: transform 0.3s ease;
    background: #fff;
}

.greet h1 {
    font-size: 5.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 37.4px */
    letter-spacing: 2.2px;
}

.greet .greet-txt {
    font-size: 3.36vw;
    font-style: normal;
    font-weight: 700;
    line-height: 220%; /* 28.6px */
    letter-spacing: 1.3px;
    display: flex;
    flex-direction: column;
    gap: 8.6vw;
    margin-top: 12vw;
}

.greet .greet-txt p {
    padding: 0;
}

.greet .greet-img {
    margin: 13.4vw auto 0;
    display: block;
    width: 20%;
}

.greet .greet-copyright {
    display: block;
    margin: 20.5vw auto 0;
    width: 47vw;
}
.revival {
    position: relative;
    z-index: 2;
}
.revival.zindex {
    z-index: 0;
    transition: all 0.6s ease;
}
.revival .revival-inner {
    height: calc( 100vh - 65px );
}
.revival .fixed {
    position: fixed;
    top: 65px;
}

.revival-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    transition: all 0.6s ease;
}

.revival-bg.fixed {
    background: #fff;
}

.revival-bg-item {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
    background: url("https://marlmarl-cdn.azureedge.net/pub/assets/img/feature/sanrio-characters/release/rv-bg.svg");
    background-size: 10%;
}

.revival-bg-item.active {
    opacity: 1;
    visibility: visible;
}

.revival-bg.fadeout, .revival-deco.fadeout, .revival-name.fadeout, .revival-ttl.fadeout, .revival-bg-item.fadeout {
    opacity: 0;
    visibility: hidden;
}

.revival-deco {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc( 100vh - 65px );
    z-index: 3;
    will-change: transform;
    transition: transform 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.revival-deco-wrap, .revival-ttl-wrap, .revival-name-wrap {width: 100%;position: relative;}

.revival-deco-item {
    position: absolute;
    width: 50vw;
    transition: all 1s ease;
}

.revival-deco-item:nth-child(1) {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%) rotate(-38deg);
    z-index: 3;
}

.revival-deco-item:nth-child(2) {
    top: -14%;
    left: 28%;
    transform: translate(-50%, -50%) rotate(-2deg);
    z-index: 3;
}

.revival-deco-item:nth-child(3) {
    top: 1%;
    left: 47%;
    transform: translate(-50%, -50%) rotate(13deg);
    z-index: 2;
}

.revival-deco-item:nth-child(4) {
    top: -6%;
    left: 82%;
    transform: translate(-50%, -50%) rotate(24deg);
    z-index: 1;
}

.revival-deco-item:nth-child(5) {
    top: 16%;
    left: 86%;
    transform: translate(-50%, -50%) rotate(52deg);
    z-index: 1;
}

.revival-deco-item:nth-child(6) {
    top: 85%;
    left: 2%;
    transform: translate(-50%, -50%) rotate(-46deg);
    z-index: 1;
}

.revival-deco-item:nth-child(7) {
    top: 111%;
    left: 14%;
    transform: translate(-50%, -50%) rotate(36deg);
    z-index: 0;
}

.revival-deco-item:nth-child(8) {
    top: 112%;
    left: 53%;
    transform: translate(-50%, -50%) rotate(-14deg);
    z-index: 1;
}

.revival-deco-item:nth-child(9) {
    top: 104%;
    left: 96%;
    transform: translate(-50%, -50%) rotate(53deg);
    z-index: 2;
}

.revival-deco-item:nth-child(10) {
    top: 114%;
    left: 80%;
    transform: translate(-50%, -50%) rotate(8deg);
    z-index: 0;
}

.decoout .revival-deco-item:nth-child(1) {
    top: 17vw;
    left: -48vw;
}

.decoout .revival-deco-item:nth-child(2) {
    top: -50vw;
}

.decoout .revival-deco-item:nth-child(3) {
    top: -47vw;
}

.decoout .revival-deco-item:nth-child(4) {
    left: 149vw;
}

.decoout .revival-deco-item:nth-child(5) {
    left: 147vw;
}

.decoout .revival-deco-item:nth-child(6) {
    top: 50vw;
    left: -47vw;
}

.decoout .revival-deco-item:nth-child(7) {
    top: 180%;
}

.decoout .revival-deco-item:nth-child(8) {
    top: 180%;
}

.decoout .revival-deco-item:nth-child(9) {
    left: 149vw;
}

.decoout .revival-deco-item:nth-child(10) {
    left: 163vw;
}

.revival-content01Inner,
.revival-content02Inner {
    width: 100%;
    height: calc(100vh - 65px);
    position: relative;
    will-change: transform;
    transition: transform 0.3s ease;
}

.revival-content01Inner.fadeout,
.revival-content02Inner.fadeout {
    opacity: 0;
    visibility: hidden
}

.revival-content03Inner {
    height: 30vh;
}

.revival-content04Inner {
    height: 15vh;
}

.revival-content05Inner {
    height: 20vh;
}

.revival-img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-top: 11vw;
}

.revival-img img {
    width: 90vw;
    outline: 3px solid #313131;
    border-radius: 15px;
}

.revival-ttl {
    z-index: 4;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc( 100vh - 65px );
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.revival-ttl img {
    width: 54vw;
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%);
}

.revival-name {
    z-index: 4;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc( 100vh - 65px );
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.revival-name-item {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    bottom: 0;
    text-align: center;
}

.revival-name-item:nth-child(2) {
    opacity: 0;
}

.revival-ttl .revival-copyright {
    width: 47vw;
    bottom: -59px;
    top: auto;
}

.bib.noscroll {
    opacity: 0;
    visibility: hidden;
}

.bib-inner {
    z-index: 0;
    width: 100%;
    min-height: 100vh;
    /* padding: 13.5vw 0 7vw; */
    overflow: hidden;
    background: #fff;
    top: 65px;
}

.bib-inner.fixed {
    height: calc( 100vh - 65px );
}

.bib-inner > * {
    position: relative;
    top: 0;
    transition: all 1s ease;
}

.bib-inner .h_txt {
    width: 55vw;
    margin: 0 auto;
    position: relative;
    top: 15vw;
}

.bib-inner .g_txt {
    width: 60vw;
    margin: 22.8vw auto 0;
    position: relative;
    opacity: 1;
}

.bib-inner .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8.3vw;
    gap: 0;
    z-index: 1;
}

.bib-inner .icons-item {
    width: 16vw;
    height: 14vw;
    position: relative;
}

.bib-inner .icons-chara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.bib-inner .icons-shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.bib-inner .items {
    margin-top: 16vw;
    overflow: hidden;
}

.bib-inner .items-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.bib-inner .items-item {
    width: 66vw;
    height: 57vw;
    position: absolute;
    transition: all 0.3s ease;
}

.bib-inner .icons-item:nth-child(1) {
    top: 14.2vw;
    left: 4vw;
    transform: rotate(-52deg);
}

.bib-inner .icons-item:nth-child(2) {
    top: 4.3vw;
    transform: rotate(-25deg);
}

.bib-inner .icons-item:nth-child(3) {
    transform: rotate(-10deg);
}

.bib-inner .icons-item:nth-child(4) {
    transform: rotate(10deg);
}

.bib-inner .icons-item:nth-child(5) {
    top: 5.5vw;
    transform: rotate(25deg);
}

.bib-inner .icons-item:nth-child(6) {
    top: 15.5vw;
    left: -4vw;
    transform: rotate(52deg);
}

.bib-inner .icons-item.is-active .icons-shadow {
    opacity: 1;
    visibility: visible;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(1) {
    top: -5vw;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(2) {
    top: 5.5vw;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(3) {
    top: 5.5vw;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(4) {
    top: 5.5vw;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(5) {
    top: 5.5vw;
}

.bib-inner .icons-item.is-active .icons-chara:nth-child(6) {
    top: 15.5vw;
    left: -4vw;
}

.bib-inner .items-item img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    filter: drop-shadow(3px 4px 0 rgba(217, 217, 217, 1));
}

.bib .is-active0 {
    background: #FCFEFF;
}

.bib .is-active1 {
    background: #FEF9EB;
}

.bib .is-active2 {
    background: #ECE9ED;
}

.bib .is-active3 {
    background: #EDF0F1;
}

.bib .is-active4 {
    background: #F7ECEC;
}

.bib .is-active5 {
    background: url("https://marlmarl-cdn.azureedge.net/pub/assets/img/feature/sanrio-characters/release/fb-line.svg") center top;
    background-size: 3%;
}

.bib-inner .labels {
    width: 85vw;
    margin: 4vw auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
}

.bib-inner .labels-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
}

.bib-inner .labels-item {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    top: 50%;
    transform: translate(0, -50%);
}

.bib-inner .labels-item.is-active {
    opacity: 1;
    visibility: visible;
}

.bib-inner .labels-left {
    width: 6vw;
    height: 6vw;
    position: relative;
    left: 0;
    z-index: 2;
}

.bib-inner .labels-right {
    width: 6vw;
    height: 6vw;
    position: relative;
    right: 0;
    z-index: 2;
}

.bib-inner .labels-left img,
.bib-inner .labels-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bib-inner .labels-right img {
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

.bib-inner .bib-copyright {
    display: block;
    margin: 17vw auto 0;
    width: 47vw;
}

.stuffed.noscroll {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.stuffed-inner {
    position: relative;
    z-index: 0;
    padding: 27.6vw 0 8.5vw;
    background: #fff;
}

.st-ttl {
    width: 83vw;
    margin: 0 auto;
    display: block;
}

.st-img {
    padding: 0;
    margin: 17.7vw auto 0;
    display: block;
    width: 95vw;
    transition: all 0.3s ease;
    opacity: 0;
}

.st-img.fadein {
    opacity: 1;
}

.st-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11vw;
    align-items: flex-end;
    margin-top: 25vw;
}

.st-items li {
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}

.st-items li:nth-child(1) img:nth-child(1) {
    width: 45vw;
    max-width: none;
}

.st-items li:nth-child(2) img:nth-child(1) {
    width: 49vw;
    max-width: none;
}

.st-copyright {
    display: block;
    margin: 44vw auto 0;
    width: 47vw;
}

.close {
    position: relative;
    background: #111417;
    z-index: 29;
}

.close.noscroll {
    position: fixed;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.close-bg {
    height: calc(100vh - 65px);
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.close-bg.fixed {
    position: fixed;
    top: 65px;
}

.close-bg.fadeout {
    opacity: 0;
    visibility: hidden;
}

.close-bg img {
    max-width: none;
    width: 131vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.close-wrap {
    color: #fff;
    text-align: center;
    padding: 110vw 0 80vw;
    position: relative;
    z-index: 1;
}

.close-wrap p {
    text-align: center;
    font-size: 3.3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 300%; /* 39px */
    letter-spacing: 1.3px;
}

.close-wrap img {
    margin: 80vw auto 0;
    width: 70vw;
}

.lineup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 5vw;
    right: 4.7vw;
    width: 20.5vw;
    height: 20.5vw;
    background: #fff;
    z-index: 100;
    border-radius: 100px;
    border: 2px solid #313131;
    transition: all 0.6s ease;
}

.lineup.active {
    opacity: 1;
    visibility: visible;
}

.lineup .btn-txt {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.lineup .lineup-inner {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
}

.lineupOpen {
    overflow: hidden;
}

.lineupOpen .lineup {
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    border: none;
    border-radius: 0;
}

.lineupOpen .lineup .btn-txt {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.lineupOpen .lineup .lineup-inner.active {
    opacity: 1;
    visibility: visible;
    padding: 9.6vw 0 30vw;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
}

.lineup .btn-close {
    position: fixed;
    top: 6vw;
    right: 6vw;
    width: 11vw;
    visibility: hidden;
    opacity: 0;
}

.lineupOpen .lineup .btn-close {
    opacity: 1;
    visibility: visible;
}

.lineup .md-txt {
    margin: 0 auto;
    display: block;
    width: 21vw;
}

.lineup .items {
    width: 92vw;
    margin: 9.1vw auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw 0;
}

.lineup .items-item {
    width: 50%;
}

.lineup .items-item a {
    padding: 0;
}

.lineup .items-item img {
    width: 74%;
    margin: 0 auto;
    display: block;
}

.lineup .items-item p {
    color: #313131;
    text-align: center;
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7; /* 181.818% */
    letter-spacing: 0.22px;
    margin-top: -0.9vw;
}

.lineup .items-item span {
    display: block;
}

footer.has-text-centered {
    position: relative;
    z-index: 100;
    background: #fff;
}

footer.has-text-centered.noscroll {
    position: fixed;
    z-index: -1;
    background: #fff;
    width: 100%;
}

.footer-tops {
    margin-bottom: 0;
    padding: 1.5rem 0;
}

@media screen and (min-width: 768px){

    img {
        width: 100%;
    }

    .loading img {
        width: 60%;
    }

    .fixed {
        max-width: calc( 32.2% - 4px );
    }

    .contents {
        width: 32.2%;
        margin: 0 11.5% 0 auto;
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        position: relative;
        overflow: hidden;
    }

    .contents:before {
        content: "";
        width: 56.4%;
        height: 100%;
        position: fixed;
        top: 64px;
        left: 0;
        background: #fff;
        border-right: 2px solid #000;
        z-index: 3;
        opacity: 0;
    }

    .contents:after {
        content: "";
        width: 11.5%;
        height: 100%;
        position: fixed;
        top: 64px;
        right: 0;
        background: #fff;
        border-right: 2px solid #000;
        z-index: 3;
        opacity: 0;
    }

    .ttl{
        display: block;
        position: fixed;
        top: 14.2%;
        left: 17.5%;
        width: 21.1%;
        z-index: 4;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
    }

    .ttl.active {
        opacity: 1;
        visibility: visible;
    }

    .kv {
        position: relative;
        z-index: 1;
    }
    .kv-main {
        position: relative;
        height: calc(100vh - 64px);
        width: 496px;
        width: 100%;
        left: 72.45%;
        transform: translate(-50%);
        z-index: 1;
        left: 0;
        transform: none;
    }

    .kv-img {
        height: 100%;
        object-fit: cover;
        max-width: none;
        width: 100%;
    }

    .kv-ttl {
        bottom: 9.4%;
        width: 72%;
    }

    .kv-copyright {
        bottom: 3%;
        width: 47%;
    }

    .greet .fixed {
        bottom: 0;
        padding-bottom: 9%;
    }

    .greet-wrap {
        padding: 21.8% 0 25%;
    }

    .greet h1 {
        font-size: 27.472px;

         /* 46.702px */
        letter-spacing: 2.747px;
         /* 37.4px */
    }

    .greet .greet-txt {
         /* 28.6px */
         text-align: center;
         font-size: 16.233px;
         font-style: normal;
         font-weight: 700;
         line-height: 220%; /* 35.713px */
         letter-spacing: 1.623px;
         gap: 2.7rem;
         margin-top: 12.9%;
    }

    .greet .greet-txt p {
        padding: 0;
    }

    .greet .greet-img {
        margin: 14.3% auto 0;
    }

    .greet .greet-copyright {
        display: block;
        margin: 14% auto 0;
        width: 47%;
    }
    .revival {
        position: relative;
        z-index: 2;
    }
    .revival .revival-inner {
        height: calc( 100vh - 65px );
    }
    .revival .fixed {
        position: fixed;
        top: 65px;
        overflow: hidden;
    }

    .revival-bg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.6s ease;
    }

    .revival-bg-item {
        width: 100%;
        height: 100%;
        transition: all 0.6s ease;
        opacity: 0;
        visibility: hidden;
        background: url("https://marlmarl-cdn.azureedge.net/pub/assets/img/feature/sanrio-characters/release/rv-bg.svg");
        background-size: 10%;
    }

    .revival-bg-item.active {
        opacity: 1;
        visibility: visible;
    }

    .revival-bg.fadeout, .revival-deco.fadeout, .revival-name.fadeout, .revival-ttl.fadeout, .revival-bg-item.fadeout {
        /* opacity: 0; */
        /* visibility: hidden; */
    }

    .revival-deco {
        position: absolute;
        height: calc( 100vh - 65px );
    }

    .revival-deco-item {
        width: 48%;
    }

    .revival-deco-item:nth-child(1) {
        top: 6%;
        left: 10%;
    }

    .revival-deco-item:nth-child(2) {
        top: -21%;
    }

    .revival-deco-item:nth-child(3) {
        top: -2%;
    }

    .revival-deco-item:nth-child(4) {
        top: -10%;
        left: 83%;
    }

    .revival-deco-item:nth-child(5) {
        top: 14%;
        left: 86%;
    }

    .revival-deco-item:nth-child(6) {
        top: 81%;
        left: 2%;
    }

    .revival-deco-item:nth-child(7) {
        top: 111%;
    }

    .revival-deco-item:nth-child(8) {
        top: 112%;
        left: 55%;
    }

    .revival-deco-item:nth-child(9) {
        top: 103%;
        left: 96%;
    }

    .revival-deco-item:nth-child(10) {
        top: 119%;
        left: 80%;
    }

    .revival-content01Inner,
    .revival-content02Inner {
        width: 100%;
        height: calc(100vh - 65px);
        position: relative;
        will-change: transform;
        transition: transform 0.3s ease;
    }

    .revival-img {
        display: flex;
        justify-content: center;
        width: 80%;
        height: 100%;
        align-items: center;
        padding-top: 6%;
        margin: 0 auto;
    }

    .revival-img img {
        width: 90vw;
        outline: 3px solid #313131;
        border-radius: 20px;
    }

    .revival-ttl {
        z-index: 4;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc( 100vh - 65px );
    }

    .revival-ttl img {
        width: 53%;
        position: absolute;
        top: -7%;
        left: 50%;
        transform: translate(-50%);
    }

    .revival-name {
        z-index: 4;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc( 100vh - 65px );
    }

    .revival-name-item {
        bottom: 3%;
        width: 26%;
        left: 50%;
        transform: translate(-50%);
    }

    .revival-name-item:nth-child(2) {
        opacity: 0;
    }

    .revival-ttl .revival-copyright {
        width: 47%;
        bottom: -15.4%;
        top: auto;
    }

    .bib-inner {
        min-height: calc( 100vh - 65px );
        padding: 7vh 1px;
    }

    .bib-inner.fixed {
        height: calc( 100vh - 65px );
    }

    .bib-inner .h_txt {
        width: 54%;
        margin: 0 auto;
        position: relative;
        top: 1vh;
    }

    .bib-inner .g_txt {
        width: 59.6%;
        margin: 15% auto 0;
        position: relative;
        opacity: 1;
    }

    .bib-inner .icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15%;
        gap: 0;
    }

    .bib-inner .icons-item {
        width: calc( 100% / 6 );
        height: auto;
    }

    .bib-inner .icons-chara {
        transition: all 0.3s ease;
    }

    .bib-inner .icons-shadow {
        position: relative;
    }

    .bib-inner .icons-shadow img {
        width: 84%;
    }

    .bib-inner .items {
        margin-top: 8%;
        overflow: hidden;
    }

    .bib-inner .items-item {
        width: calc( ( 100vw * 0.322 ) * 0.69 );
        height: calc( ( 100vw * 0.322 ) * 0.69 );
    }

    .bib-inner .icons-item:nth-child(1) {
        top: 4.6rem;
        left: 1rem;
        transform: rotate(-42deg);
    }

    .bib-inner .icons-item:nth-child(2) {
        top: 1.4rem;
        transform: rotate(-26deg);
    }

    .bib-inner .icons-item:nth-child(5) {
        top: 2rem;
        transform: rotate(26deg);
    }

    .bib-inner .icons-item:nth-child(6) {
        top: 5rem;
        left: -1.5rem;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(1) {
        top: -50%;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(2) {
        top: 5.5vw;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(3) {
        top: 5.5vw;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(4) {
        top: 5.5vw;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(5) {
        top: 5.5vw;
    }

    .bib-inner .icons-item.is-active .icons-chara:nth-child(6) {
        top: 15.5vw;
        left: -4vw;
    }

    .bib-inner .items-item img {
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
    }

    .bib .is-active0 {
        background: #FCFEFF;
    }

    .bib .is-active1 {
        background: #FEF9EB;
    }

    .bib .is-active2 {
        background: #ECE9ED;
    }

    .bib .is-active3 {
        background: #EDF0F1;
    }

    .bib .is-active4 {
        background: #F7ECEC;
    }

    .bib .is-active5 {
        background: url("https://marlmarl-cdn.azureedge.net/pub/assets/img/feature/sanrio-characters/release/fb-line.svg") center top;
        background-size: 3%;
    }

    .bib-inner .labels {
        width: 90%;
        margin: 4% auto 0;
    }

    .bib-inner .labels-wrap {
        position: relative;
        width: 93%;
        text-align: center;
    }

    .bib-inner .labels-item {
        height: 16px;
    }

    .bib-inner .labels-item img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bib-inner .labels-left {
        width: 7px;
        height: 12px;
    }

    .bib-inner .labels-right {
        width: 7px;
        height: 12px;
    }

    .bib-inner .labels-right img {
        transform: translate(-50%, -50%) rotate(180deg);
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .bib-inner .bib-copyright {
        margin: 24.8% auto 0;
        width: 47%;
    }

    .stuffed-inner {
        position: relative;
        z-index: 0;
        padding: 21% 0 8%;
        background: none;
    }

    .st-ttl {
        width: 84%;
        margin: 0 auto;
        display: block;
    }

    .st-img {
        padding: 0;
        margin: 18% auto 0;
        display: block;
        width: 96%;
        transition: all 0.3s ease;
        opacity: 0;
    }

    .st-img.fadein {
        opacity: 1;
    }

    .st-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        align-items: flex-end;
        margin-top: 20%;
    }

    .st-items li {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .st-items li:nth-child(1) img:nth-child(1) {
        width: 100%;
    }

    .st-items li:nth-child(2) img:nth-child(1) {
        width: 120%;
    }

    .st-items li:nth-child(1) img:nth-child(2) {
        width: 57%;
        margin-top: 6%;
    }

    .st-items li:nth-child(2) img:nth-child(2) {
        width: 59%;
        margin-top: 6%;
    }

    .st-copyright {
        display: block;
        margin: 45.8% auto 0;
        width: 47%;
    }

    .close {
        position: relative;
    }

    .close-bg {
        height: calc(100vh - 65px);
        position: absolute;
        top: 0;
        max-width: none;
        width: 100%;
        overflow: hidden;
    }

    .close-bg.fixed {
        position: fixed;
        top: 65px;
    }

    .close-bg.fadeout {
        opacity: 0;
        visibility: hidden;
    }

    .close-bg img {
        max-width: none;
        width: 60%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
        opacity: 0.4;
    }

    .close-wrap {
        color: #fff;
        text-align: center;
        padding: 30.5% 0 23%;
        position: relative;
        z-index: 1;
    }

    .close-wrap p {
         /* 39px */
         font-size: 16px;
         font-style: normal;
         font-weight: 700;
         line-height: 290%; /* 46.4px */
         letter-spacing: 3.2px;
    }

    .close-wrap img {
        margin: 31% auto 0;
        width: 29.5%;
    }

    .lineup {
        opacity: 1;
        visibility: visible;
        bottom: 13.3%;
        left: 7%;
        width: 42%;
        height: auto;
        background: none;
        z-index: 28;
        border-radius: 0;
        border: none;
        transition: none;
    }

    .lineup.active {
        opacity: 1;
        visibility: visible;
    }

    .lineup .btn-txt {
        display: none;
    }

    .lineup .lineup-inner {
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .lineupOpen {
        overflow: hidden;
    }

    .lineupOpen .lineup {
        bottom: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        border: none;
        border-radius: 0;
    }

    .lineupOpen .lineup .btn-txt {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .lineupOpen .lineup .lineup-inner.active {
        opacity: 1;
        visibility: visible;
        padding: 9.6vw 0 15vw;
        overflow-y: auto;
        height: 100%;
        background: #fff;
    }

    .lineup .btn-close {
        display: none;
    }

    .lineup .md-txt {
        width: 26%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
    }

    .lineup .md-txt.active {
        opacity: 1;
        visibility: visible;
    }

    .lineup .items {
        width: 100%;
        margin: 7% auto 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.39rem;
    }

    .lineup .items-item {
        width: 18.7%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease;
    }

    .lineup .items-item.active {
        opacity: 1;
        visibility: visible;
    }

    .lineup .items-item a:hover {
        opacity: 0.6;
    }

    .lineup .items-item img {
        width: 100%;
    }

    .lineup .items-item p {
        display: none;
         /* 181.818% */
    }

    .lineup .items-item span {
        display: block;
    }
    .footer-tops {
        padding: 3.5rem 0;
    }
}