@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body.ut-pokemon.gl-font {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

body.ut-pokemon.jp-font {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 300;
}

html.is-scroll-locked,
body.is-scroll-locked {
    overflow: hidden;
    height: 100%;
    touch-action: none;
}


/*=======header=======*/
.header {
    background-color: #d6d4c3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4
}

.fr-globalHeader {
    background: transparent !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
    height: 53px;
    min-width: 320px !important;
    padding: 12px 0 13px !important;
    position: relative
}

.fr-globalHeader_inner {
    box-sizing: border-box !important;
    padding: 0 15px !important
}

.-doubleWrapper {
    display: block;
    height: 28px !important;
    left: 21px;
    position: absolute;
    width: 63px !important
}

img.fr-globalHeader_logo.-double {
    height: 28px !important;
    width: 63px !important
}

.utLogoWrapper {
    display: block;
    height: 28.8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 36px
}

.fr-globalHeader_utLogo {
    height: auto;
    width: 36px
}

.main_inner {
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.kv-spacer {
        height: 53px;
    }

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body.ut-pokemon,
body.ut-pokemon .wrapper,
body.ut-pokemon .main,
body.ut-pokemon .main_inner {
    overflow-x: hidden;
}

html.frNativeApp .main_inner {
    padding-top: 53px !important;
}


@media screen and (min-width:980px) {
    .header {
        position: fixed;
        background-color: transparent;
        left: 50%;
        margin: auto;
        transform: translateX(-50%)
    }

    .header::after {
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .fr-globalHeader {
        height: 69px;
        width: 100%;
    }

    .-doubleWrapper {
        left: 24px;
        top: 20px;
        height: 28px !important;
        width: 63px !important
    }

    img.fr-globalHeader_logo.-double {
        height: auto !important;
    }

    .utLogoWrapper {
        top: 20px;
        left: 128px;
    }

    .fr-globalHeader_utLogo {
        height: auto !important;
        width: 35px !important
    }

    .main_inner {
        background-color: #D6D4C3;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT-feature/26ss/pokemon/pokemon-pc-bg-1.png);
        background-repeat: repeat;
        background-size: 1346px 901px;
        position: relative;
        padding-top: 0 !important;
        display: grid;
        grid-template-columns: auto 500px auto;
    }
}

@media screen and (min-width: 813px) {
    .main_inner {
        max-width: unset;
    }

}

/*=======header end=======*/

/* ====== fixedAnchor ====== */
body[data-bff-version=v5] .fr-fixedAnchor.-isFixed {
    top: 0;
}

.fr-fixedAnchor .js-fr-fixedAnchor_container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fr-fixedAnchor .js-fr-fixedAnchor_inner {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0 8px;
}

.fr-fixedAnchor .js-fr-fixedAnchor_item {
    flex: 0 0 auto;
    height: 45px;
    margin: 0;
    padding: 0;
}

.fr-fixedAnchor .js-fr-fixedAnchor_itemLink.-imageAnchor {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    padding: 0 6px;
    gap: 6px;
}

.fr-fixedAnchor .js-fr-fixedAnchor_itemLink.-imageAnchor .-anchorImage {
    width: 35px;
    flex: 0 0 35px;
}

.fr-fixedAnchor .js-fr-fixedAnchor_itemLink.-imageAnchor .fr-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fr-fixedAnchor .js-fr-fixedAnchor_itemLink.-imageAnchor span {
    margin: 0;
    line-height: 1;
}

body .u-fixedAnchorAdjust {
    margin-top: -55px;
    padding-top: 55px;
}

/* ====== fixedAnchor end ====== */

/* ====== left content ====== */

.left-lineup-box {
    background-color: #D6D4C3;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    justify-self: end;
    margin-right: 97px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    width: 186px;
    height: 296px;
    padding: 34px 0 30px 32px;

}

.left-lineup-box .fr-anchorButton_item {
    background-color: transparent;
}

.left-lineup-box .fr-anchorButton_itemInner{
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    color: inherit;
    transition: color 0.25s ease;
}

.left-lineup-box .fr-anchorButton_itemInner.is-active {
    color: #A4A28B;
}

.left-lineup-box  .lineup-play-icon {
    margin-right: 10px;
}

.left-lineup-box .fr-anchorButton_item {
    border: none;
}
/* ====== left content end ====== */


/* ====== center ====== */
.kv-wrapper {
    position: relative;
}

.kv-deco {
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    height: 132%;
    z-index: 1;
}

.main-content {
    position: relative;
    background-color: #fff;
}

.background-soy-milk {
    background-color: #d6d4c3;
}

.pokemon-logo {
    position: absolute;
    bottom: -100px;
    width: 152px;
    height: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.lineup-list-number {
    font-family: "Press Start 2P";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -1.33px;
    text-align: center;
    color: #000;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ut-info {
    margin-top: 130px;
}

.ut-info.-gl-info {
    margin-top: 40px;
}

.ut-info-top-text {
    text-align: center;
    position: relative;
    z-index: 2;
}

.ut-info-top-text .ut-info-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0px;
}

.ut-info-top-text .ut-date-of-sale {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
}

.ut-info-top-text .ut-date-of-sale-description {
    margin-top: 8px;
}

.ut-notice {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding: 21px 15px;
}

.ut-notice .ut-notice-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
}

.ut-notice .ut-notice-link {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin-top: 12px;
}

.ut-pokemon-slides {
    margin-top: 28px;
    overflow-x: hidden;
    position: relative;
}

.pokemon-imgBox {
    display: flex;
    position: relative;
}

.pokemon-imgBox .u-imgAdjustBox {
    width: 100vw;
    flex-shrink: 0;
}

.pokemon-imgBox .u-imgAdjustBox.image1 {
    position: relative;
    z-index: 1;
}

.pokemon-imgBox .u-imgAdjustBox.image2 {
    position: absolute;
    left: 102vw;
    top: 0;
    z-index: 2;
}

.second-box .u-imgAdjustBox.image2 {
    position: absolute;
    left: -102vw;
    top: 0;
    z-index: 2;
}

@keyframes moveLeftInfinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-102%);
    }
}

@keyframes moveRightInfinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(102%);
    }
}

.pokemon-imgBox.first-box {
    animation: moveLeftInfinite 10s linear infinite;
}

.pokemon-imgBox.second-box {
    margin-top: 6px;
    animation: moveRightInfinite 10s linear infinite;
}

.ut-info-description {
    margin-top: 28px;
}

.ut-info-description .info-description-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
}

.ut-info-description .info-description-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
}

.detail-button-under-line {
    margin-top: 12px;
    margin-bottom: 12px;
}

.lineup-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.2px;
    padding: 31px 35px 31px 40px;
    margin-bottom: 28px;
}

.lineup-box .fr-anchorButton_item {
    background-color: transparent;
    border: none;
}

.lineup-item-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lineup-play-icon {
    align-self: center;
    width: 12px;
    height: 12px;
    animation: playIconBlink 0.8s steps(1, end) infinite;
}

@keyframes playIconBlink {

    0%,
    49% {
        filter: brightness(0);
    }

    50%,
    100% {
        filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(150%) hue-rotate(15deg) brightness(98%) contrast(94%);
    }
}

.text-spacer {
    display: inline-block;
    width: 12px;
}

.lineup-text {
    position: relative;
    padding-top: 33px;
}

.lineup-text .lineup-deco-left {
    position: absolute;
    width: 16vw;
    height: auto;
    bottom: 0;
    left: 0;
}

.lineup-text .lineup-deco-right {
    position: absolute;
    width: 12vw;
    height: auto;
    top: 0;
    right: 0;
}

.typing-text-title {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "Press Start 2P";
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -1px;
}

.typing-text-title-sub {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
}

.lineup-list-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    margin-top: 36px;
    margin-bottom: 20px;
}

.lineup-list-title .-kids {
    margin-top: 20px;
}

.lineup-list-title .lineup-list-gender {
    font-family: "Press Start 2P";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.lineup-list-box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.lineup-list-box .lineup-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.lineup-list-box .lineup-list-item .lineup-item {
    width: 20vw;
    height: auto;
}


.lineup-list-box .lineup-list-item .under-arrow {
    margin-top: 10px;
    width: 6.4vw;
    height: auto;
    animation: move-y .5s infinite alternate ease-in-out;
}

@keyframes move-y {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(5px);
    }
}

    /* ====== item section ====== */

    .section-number {
        font-family: "Press Start 2P";
        font-weight: 400;
        font-size: 22px;
        line-height: 100%;
        padding-top: 45px;
        letter-spacing: -2px;
        text-align: center;
        padding-bottom: 20px;
    }

    .section-number.-first{
        padding-top: 10px;
    }

    .section-number.pikachu-number {
        padding-bottom: 83px;
    }

    section.pokemon-items {
        position: relative;
        margin-bottom: 44px;
    }

    section.js-fixedAnchor_kids1.pokemon-items {
        margin-bottom: 44px;
    }

    .pokemon-items .fr-mediaCarouselThumbs_items {
        justify-content: center;
    }

    .pokemon-items-title {
        margin-top: 36px;
        margin-bottom: 40px;
        font-family: "Press Start 2P";
        font-weight: 400;
        font-size: 22px;
        text-align: center;
        letter-spacing: -1px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-color: transparent;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        -webkit-mask-size: 13px 21px;
        mask-size: 13px 21px;
        mask-image: url(https://www.uniqlo.com/jp/ja/special-feature/ut/pokemon/img/right-arrow-icon.svg);
    }

    .item-text {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        gap: 11px;
    }

    .item-description {
        margin-top: 20px;
    }

    .bgm-title {
        display: flex;
        align-items: center;
        gap: 4.5px;
        margin-top: 12px;
    }

    .item-information-text-wrap {
        color: #000;
        align-items: flex-end;
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding-top: 4px;
    }

     .item-information-text-wrap .money-text .fr-bff-products {
        background-color: transparent;
    }

    .gender-size-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 16.9px;
        margin-right: 15px;
    }

    .size-text {
        margin-left: 15px;
    }

    .item-information-text-wrap .money-text {
        text-align: left;
        width: auto;
    }

    .item-information-text-wrap .money-text [data-component-type="ProductCarouselDestroy"] .fr-bff-product {
        margin-top: 0;
        width: auto;
    }

    .item-information-text-wrap .money-text .fr-bff-products[data-component-type="ProductCarouselDestroy"] {
        display: inline;
        width: 100%;
    }

    .item-information-text-wrap .money-text [data-component-type="ProductCarouselDestroy"] .fr-bff-product_content,
    .item-information-text-wrap .money-text [data-component-type="ProductCarousel"] .fr-bff-product_content {
        margin-right: 0;
        margin-top: 0;
    }

    .item-information-text-wrap .money-text [data-component-type="ProductCarouselDestroy"] .fr-bff-product_price,
    .item-information-text-wrap .money-text [data-component-type="ProductCarousel"] .fr-bff-product_price,
    .item-information-text-wrap .money-text [data-component-type="ProductGridHorizontal"] .fr-bff-product_price,
    .item-information-text-wrap .money-text [data-component-type="ProductGridText"] .fr-bff-product_price,
    .item-information-text-wrap .money-text [data-component-type="ProductGrid"] .fr-bff-product_price {
        color: #000;
        font-family:
            UniqloPro Regular,
            sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        margin-top: 0;
    }


    .money-text .u-color-text-pricedown {
        color: #fff;
    }

    .money-text .fr-bff-product_apology,
    .money-text .fr-bff-product_futureExhibition,
    .money-text .fr-bff-product_gender,
    .money-text .fr-bff-product_imgWrapper,
    .money-text .fr-bff-product_name,
    .money-text .fr-bff-product_noStock,
    .money-text .fr-bff-product_priceFlags,
    .money-text .fr-bff-product_sizes {
        display: none;
    }

    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_imgWrapper figure {
        display: none;
    }

    .item-information-button-wrap .bffHeart_bff .fr-bff-products {
        background-color: transparent;
        display: block;
        width: auto;
    }

    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product {
        margin-top: 0;
        width: 100%;
    }

    .detail-view-button-wrap {
        width: 100%;
    }

    .fr-linkButton.-blackButton {
        display: block;
        border: none;
        background-color: #000;
        color: #fff;
        padding: 17px 15px;
    }

    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-favorite {
        height: 48px;
        width: 48px;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT-feature/26ss/pokemon/heart-button.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 48px 48px;
    }
    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-favorite_icon {
        display: none;
    }

    .item-information-button-wrap {
        display: flex;
        align-items: center;
        gap: 7.5px;
        margin-top: 8px;
    }

    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndIcon,
    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_content,
    .item-information-button-wrap .bffHeart_bff .fr-bff-products .fr-bff-product_apology,
    .item-information-button-wrap .bffHeart_bff .fr-bff-products .u-imgAdjustBox {
        display: none;
    }

    .raichu-box {
        position: absolute;
        width: 19.6vw;
        top: 100px;
        right: 10%;
        z-index: 2;
        will-change: transform;
    }
    .mangnanyong-box{
        position: absolute;
        width: 19.6vw;
        top: 100px;
        right: 6%;
        z-index: 2;
        will-change: transform;
    }

    .mangnanyong-box.is-active,
    .raichu-box.is-active {
        animation: raichuPopIn 0.8s cubic-bezier(0.18, 0.82, 0.2, 1.15) forwards;
    }

    @keyframes raichuPopIn {
        0% {
            transform: translate3d(100px, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    .akusuta-box {
        position: absolute;
        width: 19.6vw;
        top: 100px;
        left: 7%;
        z-index: 2;
        will-change: transform;
    }

    .akusuta-box.is-active {
        animation: akusutaPopIn 0.8s cubic-bezier(0.18, 0.82, 0.2, 1.15) forwards;
    }

    @keyframes akusutaPopIn {
        0% {
            transform: translate3d(-100px, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    
    .evi-box {
        position: absolute;
        width: 19.6vw;
        bottom: 300px;
        z-index: 2;
        will-change: transform;
    }

    .evi-box.is-active {
        animation: eviPopIn 0.8s cubic-bezier(0.18, 0.82, 0.2, 1.15) forwards;
    }

    @keyframes eviPopIn {
        0% {
            transform: translate3d(-100px, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }
    .pikachu-wrapper {
        position: absolute;
        width: 49vw;
        top: -12%;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    .swiper-parent.-pikachu{
        overflow: visible;
    }
    
    .pikachu-box {
        width: 100%;
        height: 100%;
        will-change: transform;
    }

    .pikachu-box.is-active {
        animation: pikachuPopIn 1s cubic-bezier(0.13, 0.94, 0.47, 0.99) forwards;
    }

    @keyframes pikachuPopIn {
        0% {
            transform: translate3d(0, 100px, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    .longstone-box {
        position: absolute;
        width: 19.6vw;
        bottom: 310px;
        right: 3%;
        z-index: 2;
        will-change: transform;
    }

    .longstone-box.is-active {
        animation: longstonePopIn 0.8s cubic-bezier(0.18, 0.82, 0.2, 1.15) forwards;
    }

    @keyframes longstonePopIn {
        0% {
            transform: translate3d(100px, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }

    @media screen and (max-width: 350px) {
        .longstone-box {
            bottom: 360px;
        }
    }

    @media screen and (min-width: 351px) and (max-width: 415px) {
        .longstone-box {
            bottom: 340px;
        }
    }
    @media screen and (min-width: 416px) and (max-width: 512px) {
        .longstone-box {
            bottom: 320px;
        }
    }

    @media screen and (min-width: 813px) {
        .mangnanyong-box {
            top: 20px;
        }
        .raichu-box {
            top: 20px;
        }
        .akusuta-box {
            top: 20px;
        }
        .pikachu-wrapper {
            top: -12%;
        }
        .evi-box {
            bottom: 340px;
            left: 5px;
        }
        .longstone-box {
            bottom: 350px;
        }
        .section-number.pikachu-number{
            padding-bottom: 120px;
        }
    }

    @media screen and (min-width: 980px) {
        .kv-spacer {
            height: 0px;
        }
        .kv-deco {
            top: 0px;
        }
        .section-number {
            padding-top: 0px;
        }
        .raichu-box {
            width: 98px;
            top: 20px;
        }
        .mangnanyong-box{
            width: 100px;
            top: 20px;
        }
        .akusuta-box {
            width: 97px;
            top: 20px;
        }
        .pikachu-wrapper {
            width: 245px;
        }
        .evi-box {
            width: 99px;
            bottom: 300px;
            left: 0;
        }
        .longstone-box {
            width: 97px;
        }

        .section-number.pikachu-number{
            padding-bottom: 83px;
        }
        
        section.js-fixedAnchor_kids1.pokemon-items {
            margin-bottom: 76px !important;
        }
    }

    /* ====== item section end ====== */

.movie-up-deco {
    margin-top: 12px;
    margin-bottom: 12px;
}

.fr-video_container {
    margin-top: 36px;
    margin-bottom: 64px;
}

.fr-styling {
    margin-top: 36px;
    margin-bottom: 36px;
}

.fr-styling.-length-2 .fr-styling_item {
   width: calc((100% - 1px) / 2);
 }

 .js-fixedAnchor_styling .fr-linkButton {
    background-color: #000;
    color: #fff;
 }

 .information-box {
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
 }

.information-box .fr-imagePlusText_heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.information-box .fr-imagePlusText_body {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
}

.information-box .fr-imagePlusText_link {
    color: #000;
    font-size: 13px;
    line-height: 19.5px;
    text-decoration: underline;
}

.copyright-text{
    text-align: center;
    font-size: 13px;
    line-height: 19.5px;
    padding-bottom: 64px;
}

.fr-videoAutoPlay_button.-play {
    right: 4vw;
    bottom: 4vw;
}

.fr-videoAutoPlay_button.-sound {
    left: 4vw;
    bottom: 4vw;
}


@media screen and (min-width: 813px) {
    .-list .fr-imagePlusText {
        width: unset;
        max-width: unset;
    }

    .fr-imagePlusTextParent {
        display: block;
    }

    body .u-fixedAnchorAdjust {
        margin-top: 0;
        padding-top: 0;
    }

    [data-component-type=ProductCarousel] .fr-bff-product_colorChipsAndFavorite, [data-component-type=ProductCarouselDestroy] .fr-bff-product_colorChipsAndFavorite {
        margin-right: 0px;
    }

    .fr-videoAutoPlay_button.-play {
        right: 15px;
        bottom: 15px;
    }

    .fr-videoAutoPlay_button.-sound {
        left: 15px;
        bottom: 15px;
    }

    .-list .fr-imagePlusText_content {
        padding-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .main-content {
        width: 500px;
        box-shadow: -4px 0 14px rgba(0, 0, 0, 0.15), 4px 0 14px rgba(0, 0, 0, 0.15);
    }

    .pokemon-imgBox .u-imgAdjustBox {
        width: 100%;
        flex-shrink: 1;
    }
    .pokemon-imgBox .u-imgAdjustBox.image2 {
        left: 102%;
    }
    .second-box .u-imgAdjustBox.image2 {
        left: -102%;
    }
    .lineup-list-box .lineup-list-item .lineup-item {
        width: 100px;
        height: 100px;
    }
    .lineup-list-box .lineup-list-item .under-arrow {
        width: 24px;
        height: 24px;
    }
    .lineup-text .lineup-deco-right{
        width: 45px;
    }
    .lineup-text .lineup-deco-left{
        width: 60px;
    }

    .fr-imagePlusTextParent {
        display: flex !important;
    }

    .fr-imagePlusText_content {
        padding-left: 20px;
    }
}

/* ====== center end ====== */

/* ====== right anchor ====== */
.right-content {
    position: relative;
}
.right-content_inner {
    position: fixed;
    top: 50%;
    margin-left: 97px;
    transform: translateY(-50%);
    width: 250px;
    height: 565px;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT-feature/26ss/pokemon/pc-side-lineup-1.png);
    background-repeat: no-repeat;
    background-size: 250px 565px;
}

.anchor-box .fr-fixedAnchor_itemLink {
    padding: 0;
}

.right-anchor-title {
    font-family: 'Press Start 2P';
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 18px;
}

.right-anchor-subtitle-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.right-anchor-subtitle {
    font-family: 'Press Start 2P';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
}

.right-content_inner .anchor-box {
    display: grid;
    padding-right: 18.5px;
    padding-left: 18.5px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.right-content_inner .anchor-box .u-imgAdjustBox {
    width: 104px;
    height: 104px;
}

/* ====== right anchor end ====== */

/* ====== music info ====== */
.music-info {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #474325;
    color: #fff;
    z-index: 3;
    box-sizing: border-box;
    font-family: "Press Start 2P";
}

.music-now-playing {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
}

.music-now-playing_text {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.music-now-playing.is-playing .music-now-playing_text {
    animation: nowPlayingMarquee 10s linear infinite;
}

.current-music.-jp-text {
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

@keyframes nowPlayingMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-107%);
    }
}

.music-note-icon.-info {
    filter: brightness(0) invert(1);
}

.music-toggle-wrap {
    position: fixed;
    right: 10px;
    bottom: 56px;
    z-index: 3;
    background: #474325;
    border-radius: 50%;
}

.music-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
}

.music-toggle img {
    display: block;
    width: 40px;
    height: 40px;
}

.page-top-wrap {
    position: fixed;
    left: 10px;
    bottom: 52px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.page-top-wrap.-non-attentinon {
    left: unset;
    right: 10px;
    bottom: 2px;
}

.page-top-wrap.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-1px);
}

.page-top-button {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.page-top {
    display: block;
    width: 50px;
    height: 40px;
}

@media screen and (min-width: 980px) {
    .music-info {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 500px;
    }

    .page-top-wrap {
        bottom: 22px;
        right: 28px;
        left: unset;
        opacity: 0;
        visibility: visible;
        pointer-events: none;
        transform: translateY(8px);
        transition: unset;
    }

    .music-toggle-wrap {
        right: 84px;
        bottom: 28px;
    }
}
/* ====== music info end ====== */


/* ====== popup ====== */
.sound-popup {
    background-color: #D6D4C3;
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: opacity .18s ease;
}

.sound-popup .sound-popup-image-box {
    width: 254px;
    height: 224px;
    margin-bottom: 34px;
}

.sound-popup .sound-popup-title-box {
    width: 285px;
    height: 80px;
    padding: 21px 36px;
    margin-bottom: 12px;
}

.sound-popup .sound-popup-title-box .sound-popup-title {
    text-align: center;
    font-size: 14px;
    line-height: 135%;
}

.sound-popup .sound-popup-button-box {
    width: 285px;
    height: 80px;
    padding: 31px 51px;
    display: flex;
    justify-content: space-between;
}

.sound-popup .sound-yes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sound-popup .select-text {
    font-family: 'Press Start 2P';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 5%;
    color: #000;
}

.sound-off-text-box {
    height: 42px;
}

.select-text.sounds-text.sound-no {
    height: 42px;
}

.off-text {
    font-family: "Press Start 2P";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
}

.select-text .text-sound{
font-family: "Press Start 2P";
font-weight: 400;
font-size: 8px;
line-height: 100%;
letter-spacing: 5%;
text-align: center;
vertical-align: middle;
margin-bottom: 8px;
}

.select-text.sound-no {
    transform: translateY(-5.5px);
}

.sounds-text{
    text-align: start;
}

.skip-button {
    font-family: 'Press Start 2P';
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    margin-top: 20px;
    color: #1B1B1B;
}

.skip-icon {
    margin-left: 8px;
    padding-bottom: 1px;
}

/* ====== popup end ====== */



/* ====== image aspect ratio ====== */
.u-imgAdjustBox[data-aspect-ratio="kv-deco"] {
    padding-top: calc(494 / 375 * 100%);
}

.u-imgAdjustBox[data-aspect-ratio="logo"] {
    padding-top: calc(130 / 152 * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='pokemon-slide']::before {
    padding-top: calc((110 / 462) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='detail-button-under-line']::before {
    padding-top: calc((45 / 375) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='lineup-deco-left']::before {
    padding-top: calc((45 / 60) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='lineup-deco-right']::before {
    padding-top: calc((60 / 45) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='movie-up-line']::before {
    padding-top: calc((75 / 375) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='styling']::before {
    padding-top: calc((5 / 4) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='sound-popup']::before {
    padding-top: calc((224 / 254) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='pikachu-box']::before {
    padding-top: calc((47 / 184) * 100%);
}

.u-imgAdjustBox[data-aspect-ratio='longstone']::before {
    padding-top: calc((83 / 73) * 100%);
}

/* ====== image aspect ratio end ====== */

/* ====== screen & space ====== */

.box-border-shadow {
    border: 1px solid #000;
    border-radius: 13px;
    box-shadow: 1.33px 1.33px 1.33px 0px rgba(0, 0, 0, 0.25),
        inset 1.33px 1.33px 1.33px 0px rgba(0, 0, 0, 0.25);
}

.p-mx-1g {
    margin-left: 4vw;
    margin-right: 4vw;
}

.p-px-1g {
    padding-left: 4vw;
    padding-right: 4vw;
}

.p-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-64 {
    margin-bottom: 64px;
}

.p-only-pc {
    display: none;
}

.p-only-sp {
    display: block;
}

@media screen and (min-width: 980px) {
    .p-only-pc {
        display: block;
    }

    .p-only-sp {
        display: none;
    }

    .p-mx-1g {
        margin-left: 15px;
        margin-right: 15px;
    }

    .p-px-1g {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 813px) {
    .fr-mediaCarouselThumbs {
        max-width: none;
    }
}

/* ====== screen & space end ====== */

/* ====== Video Modal ====== */
.video-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.video-modal-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: -1;
}

.video-modal-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 0;
}

.video-modal-header {
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: end;
}

.video-modal-bottom {
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.video-modal-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-sound-btn {
    width: 40px;
    height: 40px;
}

.video-sound-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.video-close-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.video-modal-video {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.video-play-btn {
    width: 40px;
    height: 40px;
    padding: 9px;
}

.video-play-btn img {
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 813px) {
    .video-modal-bottom {
        width: 70vw;
    }
}



/* ====== Video Modal end ====== */

/* ====== footer ====== */
footer .fr-globalFooter .fr-globalFooter_navigationInner {
   display: block !important;
 }

 footer .fr-globalFooter .fr-globalFooter_navigationItems {
   display: block !important;
   font-size: 16px !important;
 }

 footer .fr-globalFooter .fr-globalFooter_navigationItem {
   margin-left: 0 !important;
   margin-top: 24px !important;
 }

 @media screen and (min-width: 813px) {
   .aside .fr-snsButtons_inner {
     min-width: 320px;
   }

   .aside .fr-snsButtons_heading {
     text-align: center;
   }

   .aside .fr-snsButtons_items {
     display: flex;
     justify-content: center;
   }

   .aside #common_questionnaire {
     padding-left: 20px;
     padding-right: 20px;
   }

   .aside #common_banner .swiper-container .swiper-wrapper .swiper-slide {
     margin-right: 0;
   }

   .aside #common_banner>div>section>a {
     padding-left: 20px;
     padding-right: 20px;
   }
   .video-modal-container {
     padding-top: 20vw;
     padding-bottom: 20vw;
   }
    .video-modal-header {
        width: 70vw;
    }
    .video-modal-video {
        width: 70vw;
        height: auto;
        max-height: unset;
    }
 }

@media screen and (min-width:980px) {
   .aside .fr-snsButtons_inner {
     min-width: 320px;
   }

   .aside .fr-snsButtons_heading {
     text-align: center;
   }

   .aside .fr-snsButtons_items {
     display: flex;
     justify-content: center;
   }

   .aside #common_questionnaire {
     padding-left: 20px;
     padding-right: 20px;
   }

   .aside #common_banner .swiper-container .swiper-wrapper .swiper-slide {
     margin-right: 0;
   }

   .aside #common_banner>div>section>a {
     padding-left: 20px;
     padding-right: 20px;
   }
}

/* ====== footer end ====== */



/* debug */

.with-debug {
    position: absolute;
    top: 0;
    right: 0;
}