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

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

.header-spacer {
    display: block;
    height: 53px;
    left: 0;
    top: 0;
    width: 100%;
}

.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; - sticky動作のため削除 */
}

/* sticky動作のためwrapperのoverflowを削除 */
.wrapper {
    overflow: visible !important;
    /* 横スクロール防止は別の方法で処理 */
}

/* 横スクロール防止 - bodyに適用 */
body {
    overflow-x: hidden;
}

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


@media screen and (min-width:813px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        z-index: 10;
        transition: transform 0.3s ease;
    }

    .header.is-hidden {
        transform: translateY(-100%);
    }

    .header-spacer {
        display: none;
    }

    .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 {
        max-width: unset;
    }

}

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

/*=======Lineup + Adult + Movie sections=======*/
/* 上部コンテンツエリア - sticky動作のための十分な高さを確保 */
.top-content-area {
    position: relative;
}


/* SP: 縦配列 (デフォルト) */
.lineup-adult-wrapper {
    display: block;
    background-color: rgba(228, 225, 222, 0.6);
}

/* sticky動作のため親要素のoverflowを確保 - !importantで外部CSSを上書き */
.wrapper,
.main,
.main_inner,
.content-container {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    /* height制約も削除 */
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
}

/* すべての祖先要素のoverflowを削除 */
.content-container>div {
    overflow: visible !important;
}

.top-content-wrapper {
    background-color: rgba(228, 225, 222, 0.6);
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/top_bg_character.png);
    background-size: min(100%, 1226px) auto;
    background-position-x: center;
    background-repeat: no-repeat;
}

.adult-section {
    overflow-x: hidden;
}

/* PC: 横配列 + sticky */
@media screen and (min-width: 813px) {

    .lineup-adult-wrapper {
        display: flex;
        position: relative;
        justify-content: center;
        width: 100%;
        overflow: visible !important;
    }

    /* sticky解除状態 */
    .lineup-section.is-unsticky {
        position: relative;
        top: auto;
    }

    .lineup-wrapper {
        position: relative;
        background-color: #fff;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/lineup-background.png);
        background-size: cover;
        background-repeat: repeat;
        width: 50%;
        min-height: 100vh;
        display: flex;
        justify-content: end;
        align-self: stretch;
        overflow: visible !important;
    }

    .lineup-section {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        align-self: flex-start;
        justify-self: end;
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/lineup_character_background.png);
        background-size: auto 100%;
        background-position: center;
        background-repeat: repeat-x;
        overflow: visible;
    }

    .lineup-category {
        width: 100%;
        max-width: 613px;
    }

    .lineup-contents {
        padding: 24px 16px;
        position: relative;
        z-index: 2;
        max-width: 613px;
        margin-left: auto;
    }

    .lineup-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 16px;
    }

    .lineup-category {
        margin-bottom: 16px;
    }

    .lineup-categoryTitle {
        font-weight: 700;
        font-size: 19px;
        line-height: 120%;
        margin-bottom: 4px;
    }

    .lineup-categoryLabel {
        font-weight: 700;
        font-size: 13px;
        line-height: 120%;
        margin-bottom: 8px;
    }

    .lineup-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        list-style: none;
        margin: 0 0 12px 0;
        padding: 0;
    }

    .lineup-gridItem a {
        display: block;
        line-height: 0;
        cursor: pointer;
        border: 2px solid transparent;
        box-sizing: border-box;
    }

    .lineup-gridItem.is-active a {
        border: 2px solid #000;
    }

    .lineup-gridItem img {
        width: 100%;
        height: auto;
        display: block;
    }

    .adult-wrapper {
        overflow: visible !important;
        width: 50%;
        display: flex;
        justify-content: start;
    }

    .adult-section {
        width: 100%;
        max-width: 613px;
        overflow: visible !important;
    }

    .js-fixedAnchor_Adult {
        overflow: visible !important;
    }

    .top-content-area {
        max-width: 876px;
        margin-left: auto;
        margin-right: auto;
        overflow: visible !important;
        z-index: 2;
    }

    .top-content-inner {
        z-index: 2;
    }

    .adult-section-top::before,
    .adult-section-top::after,
    .kids-section-top::before,
    .kids-section-top::after,
    .accessories-section-top::before,
    .accessories-section-top::after {
        display: none;
    }

    .adult-section-top,
    .kids-section-top,
    .accessories-section-top {
        width: 50vw;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/item_background-1.png);
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: left center;
    }

    .adult-section-top>*,
    .kids-section-top>*,
    .accessories-section-top>* {
        max-width: 613px;
    }
}

/*=======Lineup + Adult + Movie sections end=======*/

/* ======== main ======= */

.wrapper {
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/background_dot.png);
    background-repeat: repeat;
}

.top-arriving {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.top-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.message-profile-top-image {
    position: relative;
    z-index: 2;
}

.information-section {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 12px;
    background-color: #fff;
    margin-bottom: calc(36 / 345 * 100% + 20px);
}

.information-section::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc(36 / 345 * 100%);
    /* 10.43% - 画像比率に合わせて */
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/paper_texture_SP.png);
    background-size: 100% 100%;
    /* 画像全体を表示 */
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: translateY(100%);
    /* 下部に配置 */
}

.information-section p {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
}

.information-section p:nth-child(2),
.information-section p:nth-child(3) {
    padding-bottom: 8px;
}

.information-section .read-more-btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
    text-align: right;
}

.information-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    padding-bottom: 12px;
    text-align: center;
}

.adult-section-top,
.kids-section-top {
    position: relative;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/item_background-1.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;
    padding-bottom: 12px;
    margin-top: -2px;
}

.accessories-section-top {
    position: relative;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/item_background-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 12px;
    padding-left: 48px;
    /* 左右に余白 */
    padding-right: 48px;
}

.age-group-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    /* 画像より上に表示 */
}

.item-group-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    position: relative;
    z-index: 2;
    /* 画像より上に表示 */
}

/* KIDS画像を上に重ねる */
.kids-section-top [data-aspect-ratio="kids-top"] {
    margin-top: -100px;
    /* 画像を上に移動してテキストと重ねる */
    position: relative;
    z-index: 1;
}

.kids-section-top [data-aspect-ratio="kids-top-2"] {
    margin-top: -80px;
    /* 画像を上に移動してテキストと重ねる */
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    /* 下部の余白を追加 */
}

.accessories-section-top [data-aspect-ratio="accessories-top"] {
    position: relative;
    z-index: 1;
}

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


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

.swiper-button-next:after {
    background-color: transparent;
    -webkit-mask-image: none;
    mask-image: none;
    background-image: url(https://www.uniqlo.com/jp/ja/special-feature/ut/kaws-universe/img/right_arrow.svg);
    transform: translateY(-75%);
}

.swiper-button-prev:after {
    background-color: transparent;
    -webkit-mask-image: none;
    mask-image: none;
    background-image: url(https://www.uniqlo.com/jp/ja/special-feature/ut/kaws-universe/img/left_arrow.svg);
    rotate: 0deg;
    transform: translateY(-75%);
}

.item-shirt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 12px;
}

.item-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
}

.item-side {
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
}

/* ====== bff div ====== */
.itemInformationTextWrap {
    color: #000;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
}

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

.sizeText {
    margin-right: 15px;
}

.itemInformationTextWrap .moneyText {
    text-align: left;
    width: auto;
}

.itemInformationTextWrap .moneyText [data-component-type="ProductCarouselDestroy"] .fr-bff-product {
    margin-top: 0;
    width: auto;
}

.itemInformationTextWrap .moneyText .fr-bff-products[data-component-type="ProductCarouselDestroy"] {
    display: inline;
    width: 100%;
}

.itemInformationTextWrap .moneyText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_content,
.itemInformationTextWrap .moneyText [data-component-type="ProductCarousel"] .fr-bff-product_content {
    margin-right: 0;
    margin-top: 0;
}

.itemInformationTextWrap .moneyText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_price,
.itemInformationTextWrap .moneyText [data-component-type="ProductCarousel"] .fr-bff-product_price,
.itemInformationTextWrap .moneyText [data-component-type="ProductGridHorizontal"] .fr-bff-product_price,
.itemInformationTextWrap .moneyText [data-component-type="ProductGridText"] .fr-bff-product_price,
.itemInformationTextWrap .moneyText [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;
}

.itemInformationTextWrap .moneyText .fr-bff-products {
    background-color: transparent;
}

.moneyText .u-color-text-pricedown {
    color: #000;
}

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

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_imgWrapper figure {
    display: none;
}

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products {
    background-color: transparent;
    display: block;
    width: auto;
}

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product {
    margin-top: 0;
    width: 100%;
}

.itemInformationButtonWrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

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

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite {
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: 9.5px;
    margin-right: 0;
}

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-favorite_icon {
    fill: #000;
}

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndFavorite .fr-bff-favorite {
    height: 48px;
    width: 48px;
}

.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_colorChipsAndIcon,
.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product .fr-bff-product_inner .fr-bff-product_content,
.itemInformationButtonWrap .bffHeart_bff .fr-bff-products .fr-bff-product_apology {
    display: none;
}

/* ====== genderSizeText ======*/
.itemInformationTextWrap .genderSizeText {
    text-align: left;
    width: auto;
}

.itemInformationTextWrap .genderSizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product {
    margin-top: 0;
    width: auto;
}

.itemInformationTextWrap .genderSizeText .fr-bff-products[data-component-type="ProductCarouselDestroy"] {
    display: inline;
    width: 100%;
}

.itemInformationTextWrap .genderSizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_content,
.itemInformationTextWrap .genderSizeText [data-component-type="ProductCarousel"] .fr-bff-product_content {
    margin-right: 0;
    margin-top: 0;
}

.itemInformationTextWrap .genderSizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_futureExhibition,
.itemInformationTextWrap .genderSizeText [data-component-type="ProductCarousel"] .fr-bff-product_futureExhibition,
.itemInformationTextWrap .genderSizeText [data-component-type="ProductGridHorizontal"] .fr-bff-product_futureExhibition,
.itemInformationTextWrap .genderSizeText [data-component-type="ProductGridText"] .fr-bff-product_futureExhibition,
.itemInformationTextWrap .genderSizeText [data-component-type="ProductGrid"] .fr-bff-product_futureExhibition {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 21.9px;
    margin-top: 0;
}

.itemInformationTextWrap .genderSizeText .fr-bff-products {
    background-color: transparent;
}

.genderSizeText .u-color-text-pricedown {
    color: #000;
}

.genderSizeText .fr-bff-product_gender,
.genderSizeText .fr-bff-product_apology,
.genderSizeText .fr-bff-product_imgWrapper,
.genderSizeText .fr-bff-product_name,
.genderSizeText .fr-bff-product_price,
.genderSizeText .fr-bff-product_noStock,
.genderSizeText .fr-bff-product_priceFlags {
    display: none;
}

/* ====== genderSizeText end ======*/

/* ====== sizeText ======*/
.itemInformationTextWrap .sizeText {
    text-align: center;
    width: auto;
}

.itemInformationTextWrap .sizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product {
    margin-top: 0;
    width: auto;
}

.itemInformationTextWrap .sizeText .fr-bff-products[data-component-type="ProductCarouselDestroy"] {
    display: inline;
    width: 100%;
}

.itemInformationTextWrap .sizeText .fr-bff-products[data-component-type="ProductCarouselDestroy"] .fr-bff-product_sizes {
    display: inline;
    width: 100%;
}

.itemInformationTextWrap .sizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_content,
.itemInformationTextWrap .sizeText [data-component-type="ProductCarousel"] .fr-bff-product_content {
    margin-right: 0;
    margin-top: 0;
}

.itemInformationTextWrap .sizeText [data-component-type="ProductCarouselDestroy"] .fr-bff-product_sizes,
.itemInformationTextWrap .sizeText [data-component-type="ProductCarousel"] .fr-bff-product_sizes,
.itemInformationTextWrap .sizeText [data-component-type="ProductGridHorizontal"] .fr-bff-product_sizes,
.itemInformationTextWrap .sizeText [data-component-type="ProductGridText"] .fr-bff-product_sizes,
.itemInformationTextWrap .sizeText [data-component-type="ProductGrid"] .fr-bff-product_sizes {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 21.9px;
    margin-top: 0;
}

.itemInformationTextWrap .sizeText .fr-bff-products {
    background-color: transparent;
}

.sizeText .u-color-text-pricedown {
    color: #000;
}

.sizeText .fr-bff-product_gender,
.sizeText .fr-bff-product_apology,
.sizeText .fr-bff-product_imgWrapper,
.sizeText .fr-bff-product_name,
.sizeText .fr-bff-product_price,
.sizeText .fr-bff-product_noStock,
.sizeText .fr-bff-product_priceFlags,
.sizeText .fr-bff-product_futureExhibition {
    display: none;
}

/* ====== sizeText end ======*/

/* ====== bff div end ====== */


.under-section {
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/footer_background.png);
    background-size: 100% auto;
    background-repeat: repeat;
}

.movie-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
}

.fr-imagePlusText_content {
    padding-right: 0;
}

.fr-imagePlusText_link {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
    text-decoration: underline;
}

.copyright-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
}

.detailViewButtonWrap {
    width: 100%;
}

.aside {
    background-color: #fff;
}

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

    .wrapper {
        background-image: none;
    }

    .adult-wrapper {
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/background_dot.png);
        background-repeat: repeat;
    }

    .top-content-wrapper {
        position: relative;
    }

    .top-content-wrapper:after {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/PC_top_dot.png);
        background-size: contain;
        background-repeat: repeat;
        pointer-events: none;
        z-index: 1;
        mix-blend-mode: multiply;
    }

    .under-section {
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/footer_bg_character.png), url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/PC_footer_dot.png);
        background-size: contain, contain;
        background-repeat: repeat;
    }

    .lineup-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33.6px;
        text-align: center;
    }

    .message-profile-top-image {
        width: 514px;
        height: 156px;
    }

    .information-wrapper {
        max-width: 776px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
        column-gap: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .information-wrapper .-list .fr-imagePlusText {
        width: 100%;
    }

    .itemInformationButtonWrap {
        width: 315px;
    }

    .age-group-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33.6px;
        text-align: center;
    }

    .item-group-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 26.4px;
    }

    .movie-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33.6px;
    }

    .accesories-section-image .fr-img {
        width: 90%;
        height: 90%;
    }

    .accesories-section-image .u-imgAdjustBox_inner {
        justify-content: center;
        align-items: center;
    }

    .fr-globalFooter {
        margin-top: 36px !important;
    }

}

/* ======== main end ======= */


/* ======= image size ======= */

[data-aspect-ratio="logo"]:before {
    padding-top: calc(124 / 345 * 100%);
    /* 35.94% */
}

[data-aspect-ratio="top_bg_character"]:before {
    padding-top: calc(408 / 375 * 100%);
}

[data-aspect-ratio="message_profile_top_image"]:before {
    padding-top: calc(113 / 360 * 100%);
}

[data-aspect-ratio="kids-top"]:before {
    padding-top: calc(389 / 346 * 100%);
}

[data-aspect-ratio="kids-top-2"]:before {
    padding-top: calc(395 / 394 * 100%);
}

[data-aspect-ratio="accessories-top"]:before {
    padding-top: calc(377 / 278 * 100%);
}

[data-aspect-ratio="wave-sun"]:before {
    padding-top: calc(401 / 360 * 100%);
}

[data-aspect-ratio="4:5"]:before {
    padding-top: calc(5 / 4 * 100%);
}

[data-sp-aspect-ratio="4:5"]:before {
    padding-top: calc(5 / 4 * 100%);
}

@media screen and (min-width: 813px) {
    [data-aspect-ratio="message_profile_top_image"]:before {
        padding-top: calc(156 / 514 * 100%);
    }
    [data-pc-aspect-ratio="16:9"]:before {
        padding-top: 56.25%;
    }
}


/* ======= image size end ======= */

/* ======= Message & Profile Accordion ======= */
.message-profile-accordion {
    background: #FFF;
    position: relative;
    margin-top: -3vw;
    z-index: 1;
    margin-bottom: calc(36 / 345 * 100%);
}

/* 破れた紙の効果 - 下部 */
.message-profile-accordion::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: calc(36 / 345 * 100%);
    /* 10.43% - 画像比率に合わせて */
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/paper_texture_SP.png);
    background-size: 100% 100%;
    /* 画像全体を表示 */
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: translateY(100%);
    /* 下部に配置 */
}

.accordion-header {
    margin-bottom: 12px;
}

.accordion-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    margin: 0;
    padding-top: 20px;
}

.accordion-body {
    position: relative;
    text-align: left;
}

.message-content {
    display: flex;
    column-gap: 20px;
}

.message-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.message-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-text {
    flex: 1;
    position: relative;
}

.message-text p {
    font-size: 15px;
    line-height: 21px;
}

.message-preview {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    position: relative;
}

/* テキストの下部をフェードアウト */
.accordion-content:not(.is-expanded) .message-text::after,
.information-content:not(.is-expanded) .message-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /* フェード範囲 */
    background: linear-gradient(to bottom, transparent, #FFF);
    pointer-events: none;
}

/* 初期状態: 非表示 */
.message-full {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.message-credit {
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
    padding-top: 8px;
    padding-bottom: 20px;
}

.read-more-btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    text-align: right;

    border: none;
    color: #000;
    cursor: pointer;
    padding: 5px 0;
    text-decoration: underline;
    margin-bottom: 15px;

    /* 右寄せ配置 */
    display: block;
    margin-left: auto;
    width: fit-content;
    background: transparent;
}

/* 初期状態: 非表示 */
.kaws-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.kaws-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 20px 0 10px 0;
    text-align: center;
}

.kaws-description {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding-bottom: 20px;
}

/* 展開状態 */
.information-content.is-expanded .message-full,
.accordion-content.is-expanded .message-full {
    max-height: 200px;
}

.accordion-content.is-expanded .kaws-section {
    max-height: 500px;
}
.information-content.is-expanded .read-more-btn,
.accordion-content.is-expanded .read-more-btn {
    display: none;
}

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

    .accordion-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33.6px;
    }

    .information-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 33.6px;
    }

    .logo-image {
        width: 530px;
        height: 199px;
        padding-top: 38px;
        margin-bottom: 40px;
    }

    .top-arriving {
        font-weight: 400;
        font-size: 28px;
        line-height: 33.6px;
        margin-bottom: 12px;
    }

    .top-description {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 24px;
    }

    .accordion-body {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        gap: 12px 24px;
        align-items: start;
        overflow: hidden;
    }

    .message-content {
        display: contents;
    }

    .message-text {
        grid-column: 1;
        grid-row: 1;
    }

    .read-more-btn {
        grid-column: 1;
        grid-row: 2;
        justify-self: end;
        padding: 0;
    }

    .message-image {
        grid-column: 2;
        grid-row: 1 / 3;
        width: 150px;
        height: 150px;
    }

    .accordion-content:not(.is-expanded) .message-text::after {
        height: 20px;
    }

    .kaws-section {
        grid-column: 1 / 3;
    }

    .message-profile-accordion {
        margin-top: -1vw;
        margin-bottom: 76px;
        max-width: 776px;
        margin-left: auto;
        margin-right: auto;
    }

    .message-profile-accordion::after {
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/paper_texture.png);
    }

    .information-section {
        margin-bottom: 100px;
        max-width: 776px;
        margin-left: auto;
        margin-right: auto;
    }

    .information-section::after {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/paper_texture.png);
    }

    .product-button-wrapper {
        display: flex;
        gap: 24px;
        max-width: 776px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        padding-bottom: 76px;
    }

    .product-button-wrapper>div {
        width: 100%;
    }
}

/* ======= Message & Profile Accordion end ======= */

/* ======= UTT Modal ======= */
.utt-modalParent {
    display: block;
}

.utt-modal_contents {
    max-width: 375px;
    background-color: #fff;
    background-image:
        url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/footer_background.png),
        url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/modal-background.png);
    background-size: cover, cover;
    background-repeat: repeat, repeat;
}

.utt-modal_contentsInner {
    padding-bottom: 80px;
}

.utt-modal_section {
    padding: 36px 15px 8px;
}

.utt-modal_sectionTitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 26.4px;
    text-align: center;
    margin-bottom: 12px;
}

.utt-modal_categoryLabel {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.utt-modal_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.utt-modal_gridItem a {
    display: block;
    line-height: 0;
}

.utt-modal_gridItem img {
    width: 100%;
    height: auto;
    display: block;
}

.utt-modalButton {
    z-index: 25;
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 300px;
    min-width: 250px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.utt-modalButton.-hide {
    opacity: 0;
    bottom: 15px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.utt-modalButton_text {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;

}

.utt-modalButton_text.-close {
    display: none;
}

.utt-modalButton_icon {
    position: absolute;
    width: 20px;
    height: 18px;
    right: 20px;
}

.utt-modalButton_icon_border {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-top: 2px solid #111;
    transition: 0.5s;
}

.utt-modalButton_icon_borderTop {
    margin-top: 4px;
    right: 0;
}

.utt-modalButton_icon_borderBottom {
    margin-top: 13px;
    right: 0;
}

.utt-modalButton.-active {
    background-color: #111;
    color: #fff;
}

.utt-modalButton.-active .utt-modalButton_text.-open {
    display: none;
}

.utt-modalButton.-active .utt-modalButton_text.-close {
    display: block;
}

.utt-modalButton.-active .utt-modalButton_icon_border {
    transition: 0.5s;
    border-color: #fff;
}

.utt-modalButton.-active .utt-modalButton_icon_borderTop {
    transform: rotate(45deg);
    margin-top: 5px;
    right: 6px;
}

.utt-modalButton.-active .utt-modalButton_icon_borderBottom {
    transform: rotate(-45deg);
    margin-top: 5px;
    right: -5px;
}

.utt-modalParent_overlay {
    display: none;
}

@media screen and (max-width: 812px) {
    .utt-modalParent[data-modal-is-active=""] {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .utt-modalParent[data-modal-is-active="true"] {
        opacity: 1;
        visibility: visible;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 23;
        -webkit-overflow-scrolling: touch;
    }

    .utt-modalParent[data-modal-is-active="true"] .utt-modalParent_overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 22;
    }

    .utt-modalParent[data-modal-is-active="true"] .utt-modal_contents {
        position: relative;
        width: calc(100% - 40px);
        max-width: 400px;
        margin: 40px auto;
        z-index: 24;
        border-radius: 4px;
    }
}

@media screen and (min-width: 813px) and (orientation: portrait) {
    .utt-modalParent[data-modal-is-active=""] {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .utt-modalParent[data-modal-is-active="true"] {
        opacity: 1;
        visibility: visible;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 23;
        -webkit-overflow-scrolling: touch;
    }

    .utt-modalParent[data-modal-is-active="true"] .utt-modalParent_overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 22;
    }

    .utt-modalParent[data-modal-is-active="true"] .utt-modal_contents {
        position: relative;
        width: calc(100% - 40px);
        max-width: 400px;
        margin: 40px auto;
        z-index: 24;
        border-radius: 4px;
    }
}

@media screen and (min-width: 813px) and (orientation: landscape) {
    .utt-modalButton {
        display: none !important;
    }

    .utt-modalParent {
        display: none !important;
    }
}

/* ======= UTT Modal end ======= */

/* ======= Page Top Button ======= */
.utt-pagetop {
    cursor: pointer;
    position: fixed;
    bottom: -200px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: bottom 0.4s ease, opacity 0.4s ease;
    z-index: 20;
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    padding: 0;
}

.utt-pagetop img {
    width: 100%;
    height: 100%;
    display: block;
}

.utt-pagetop[data-pagetop-is-active="true"] {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 813px) {
    .utt-pagetop {
        bottom: -20px;
        right: 40px;
        width: 80px;
        height: 80px;
    }

    .utt-pagetop[data-pagetop-is-active="true"] {
        bottom: 20px;
    }
}

/* ======= Page Top Button end ======= */

/* ===== animation Items ===== */

.js-fixedAnchor_Adult-item-1,
.js-fixedAnchor_Adult-item-2,
.js-fixedAnchor_Adult-item-3,
.js-fixedAnchor_Adult-item-4,
.js-fixedAnchor_Adult-item-5,
.js-fixedAnchor_Adult-item-6,
.js-fixedAnchor_Adult-item-7,
.js-fixedAnchor_Kids-item-1,
.js-fixedAnchor_Kids-item-2,
.js-fixedAnchor_Kids-item-3,
.js-fixedAnchor_Kids-item-4,
.js-fixedAnchor_Kids-item-5,
.js-fixedAnchor_Kids-item-6,
.js-fixedAnchor_Kids-item-7,
.js-fixedAnchor_Accessories-item-1,
.js-fixedAnchor_Accessories-item-2,
.js-fixedAnchor_Accessories-item-3 {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
}

    /* ===== fuyofuyo ===== */

    .js-fixedAnchor_Adult-item-1:after {
        position: absolute;
        display: block;
        content: "";
        top: -20px;
        left: 24px;
        width: 17vw;
        height: 19vw;
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_sun.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        rotate: 4.6deg;
    }

    .js-fixedAnchor_Adult-item-4:after {
        position: absolute;
        display: block;
        content: "";
        bottom: 158px;
        right: 0px;
        width: calc(91 / 375 * 100vw);
        height: calc(93 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_earth.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        rotate: -26.7deg;
    }

    .js-fixedAnchor_Adult-item-6:after {
        position: absolute;
        display: block;
        content: "";
        top: -10px;
        right: 3px;
        width: calc(66 / 375 * 100vw);
        height: calc(73 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_sun.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        rotate: -47.5deg;
    }

    .js-fixedAnchor_Adult-item-6:before {
        position: absolute;
        display: block;
        content: "";
        top: -50px;
        right: 69px;
        width: calc(66 / 375 * 100vw);
        height: calc(73 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_moon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .js-fixedAnchor_Kids-item-1:before {
        position: absolute;
        display: block;
        content: "";
        top: -50px;
        right: 5px;
        width: calc(104 / 375 * 100vw);
        height: calc(106 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_earth.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        rotate: -26.7deg;
    }

    .js-fixedAnchor_Kids-item-3:before {
        position: absolute;
        display: block;
        content: "";
        bottom: 180px;
        left: 22px;
        width: calc(61 / 375 * 100vw);
        height: calc(57 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_moon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .js-fixedAnchor_Kids-item-4:before {
        position: absolute;
        display: block;
        content: "";
        top: -80px;
        right: 14px;
        width: calc(94 / 375 * 100vw);
        height: calc(95 / 375 * 100vw);
        z-index: 5;
        background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/wave_earth.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        rotate: -19.8deg;
    }

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

        .js-fixedAnchor_Adult-item-1:after,
        .js-fixedAnchor_Adult-item-4:after,
        .js-fixedAnchor_Adult-item-6:after,
        .js-fixedAnchor_Adult-item-6:before,
        .js-fixedAnchor_Kids-item-1:before,
        .js-fixedAnchor_Kids-item-3:before,
        .js-fixedAnchor_Kids-item-4:before {
            display: none;
        }


    }

    /* ===== fuyofuyo end ===== */

.js-fixedAnchor_Adult-item-2:after {
    position: absolute;
    display: block;
    content: "";
    top: -40px;
    right: -19px;
    width: calc(166 / 375 * 100vw);
    height: calc(165 / 375 * 100vw);
    z-index: 5;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/animation_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.js-fixedAnchor_Adult-item-4:before {
    position: absolute;
    display: block;
    content: "";
    top: -40px;
    left: 4px;
    width: calc(152 / 375 * 100vw);
    height: calc(153 / 375 * 100vw);
    z-index: 5;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/animation_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.js-fixedAnchor_Kids-item-2:after {
    position: absolute;
    display: block;
    content: "";
    top: -70px;
    right: -45px;
    width: calc(195 / 375 * 100vw);
    height: calc(195 / 375 * 100vw);
    z-index: 5;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/animation_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.js-fixedAnchor_Kids-item-6:after {
    position: absolute;
    display: block;
    content: "";
    top: -60px;
    left: 17px;
    width: calc(77 / 375 * 1.2 * 100vw);
    height: calc(171 / 375 * 1.2 * 100vw);
    z-index: 5;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/animation_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.js-fixedAnchor_Accessories-item-2:after {
    position: absolute;
    display: block;
    content: "";
    top: -20px;
    right: -32px;
    width: calc(153 / 375 * 100vw);
    height: calc(186 / 375 * 100vw);
    z-index: 5;
    background-image: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/UT/kaws-universe/animation/animation_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hide animation images on SP */
[class*="-img-after"],
[class*="-img-before"] {
    display: none;
}

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

    .js-fixedAnchor_Adult-item-2:after,
    .js-fixedAnchor_Adult-item-4:before,
    .js-fixedAnchor_Kids-item-2:after,
    .js-fixedAnchor_Kids-item-6:after,
    .js-fixedAnchor_Accessories-item-2:after {
        display: none;
    }

    .js-fixedAnchor_Adult-item-1,
    .js-fixedAnchor_Adult-item-2,
    .js-fixedAnchor_Adult-item-3,
    .js-fixedAnchor_Adult-item-4,
    .js-fixedAnchor_Adult-item-5,
    .js-fixedAnchor_Adult-item-6,
    .js-fixedAnchor_Adult-item-7,
    .js-fixedAnchor_Kids-item-1,
    .js-fixedAnchor_Kids-item-2,
    .js-fixedAnchor_Kids-item-3,
    .js-fixedAnchor_Kids-item-4,
    .js-fixedAnchor_Kids-item-5,
    .js-fixedAnchor_Kids-item-6,
    .js-fixedAnchor_Kids-item-7,
    .js-fixedAnchor_Accessories-item-1,
    .js-fixedAnchor_Accessories-item-2,
    .js-fixedAnchor_Accessories-item-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: clamp(0px, calc((100% - 375px) / 2), 125px);
        margin-right: auto;
    }

    .fr-mediaCarouselThumbs {
        max-width: 375px;
    }

    .js-fixedAnchor_Adult,
    .js-fixedAnchor_Kids,
    .js-fixedAnchor_Accessories {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
    }

    .js-fixedAnchor_Adult>.adult-section-top:first-child {
        grid-row: 1;
    }

    .js-fixedAnchor_Adult-item-1 {
        grid-row: 2;
    }

    .js-fixedAnchor_Adult-item-1-img-after {
        grid-row: 2;
    }

    .js-fixedAnchor_Adult-item-2 {
        grid-row: 3;
    }

    .js-fixedAnchor_Adult-item-2-img-after-wrap {
        grid-row: 3;
    }

    .js-fixedAnchor_Adult-item-3 {
        grid-row: 4;
    }

    .js-fixedAnchor_Adult-item-4 {
        grid-row: 5;
    }

    .js-fixedAnchor_Adult-item-4-img-before-wrapper {
        grid-row: 5;
    }

    .js-fixedAnchor_Adult-item-4-img-after {
        grid-row: 5;
    }

    .js-fixedAnchor_Adult>.adult-section-top:nth-child(9) {
        grid-row: 6;
    }

    .js-fixedAnchor_Adult-item-5 {
        grid-row: 7;
    }

    .js-fixedAnchor_Adult-item-6 {
        grid-row: 8;
    }

    .js-fixedAnchor_Adult-item-6-img-before {
        grid-row: 8;
    }

    .js-fixedAnchor_Adult-item-6-img-after {
        grid-row: 8;
    }

    .js-fixedAnchor_Adult-item-7 {
        grid-row: 9;
    }

    /* Kids Grid */
    .js-fixedAnchor_Kids>.kids-section-top:first-child {
        grid-row: 1;
    }

    .js-fixedAnchor_Kids-item-1 {
        grid-row: 2;
    }

    .js-fixedAnchor_Kids-item-1-img-before {
        grid-row: 2;
    }

    .js-fixedAnchor_Kids-item-2 {
        grid-row: 3;
    }

    .js-fixedAnchor_Kids-item-2-img-after-wrap {
        grid-row: 3;
    }

    .js-fixedAnchor_Kids-item-3 {
        grid-row: 4;
    }

    .js-fixedAnchor_Kids-item-3-img-before {
        grid-row: 4;
    }

    .js-fixedAnchor_Kids>.kids-section-top:nth-child(7) {
        grid-row: 5;
    }

    .js-fixedAnchor_Kids-item-4 {
        grid-row: 6;
    }

    .js-fixedAnchor_Kids-item-4-img-before {
        grid-row: 6;
    }

    .js-fixedAnchor_Kids-item-5 {
        grid-row: 7;
    }

    .js-fixedAnchor_Kids-item-6 {
        grid-row: 8;
    }

    .js-fixedAnchor_Kids-item-6-img-after-wrapper {
        grid-row: 8;
    }

    .js-fixedAnchor_Kids-item-7 {
        grid-row: 9;
    }

    /* Accessories Grid */
    .js-fixedAnchor_Accessories>.accessories-section-top:first-child {
        grid-row: 1;
    }

    .js-fixedAnchor_Accessories-item-1 {
        grid-row: 2;
    }

    .js-fixedAnchor_Accessories-item-2 {
        grid-row: 3;
    }

    .js-fixedAnchor_Accessories-item-2-img-after-wrap {
        grid-row: 3;
    }

    .js-fixedAnchor_Accessories-item-3 {
        grid-row: 4;
    }

    /* Image positioning and styles */
    [class*="-img-after"],
    [class*="-img-before"] {
        position: absolute;
        pointer-events: none;
        z-index: 5;
    }

    /* Adult item 1 - fuyofuyo sun */
    .js-fixedAnchor_Adult-item-1-img-after {
        display: block;
        width: 89px;
        height: 99px;
        top: -20px;
        left: 46px;
        rotate: 4.6deg;
    }

    /* Adult item 2 - slide in animation */
    .js-fixedAnchor_Adult-item-2-img-after-wrap {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 165px;
        height: 288px;
        top: -112px;
        right: 0px;
        overflow: hidden;
        pointer-events: none;
        z-index: 5;
    }

    .js-fixedAnchor_Adult-item-2-img-after {
        display: block;
        width: 288px;
        height: 288px;
    }

    /* Adult item 4 - before: slide in, after: fuyofuyo */
    .js-fixedAnchor_Adult-item-4-img-before-wrapper {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 156px;
        height: 262px;
        top: -120px;
        left: 10px;
        overflow: hidden;
        pointer-events: none;
        z-index: 5;
    }

    .js-fixedAnchor_Adult-item-4-img-before {
        display: block;
        width: 260px;
        height: 262px;
    }


    .js-fixedAnchor_Adult-item-4-img-after {
        display: block;
        width: 126px;
        height: 129px;
        top: 320px;
        right: 24px;
        rotate: -26.7deg;
    }

    /* Adult item 6 - both fuyofuyo */
    .js-fixedAnchor_Adult-item-6-img-before {
        display: block;
        width: 85px;
        height: 80px;
        top: -50px;
        right: 69px;
    }

    .js-fixedAnchor_Adult-item-6-img-after {
        display: block;
        width: 91px;
        height: 101px;
        top: -10px;
        right: 25px;
        rotate: -47.5deg;
    }

    /* Kids item 1 - fuyofuyo */
    .js-fixedAnchor_Kids-item-1-img-before {
        display: block;
        width: 145px;
        height: 148px;
        top: -50px;
        right: 26px;
        rotate: -26.7deg;
    }

    /* Kids item 2 - slide in */
    .js-fixedAnchor_Kids-item-2-img-after-wrap {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 119px;
        height: 303px;
        top: 0px;
        right: 14px;
        overflow: hidden;
        pointer-events: none;
        z-index: 5;
    }

    .js-fixedAnchor_Kids-item-2-img-after {
        display: block;
        width: 302px;
        height: 303px;
    }

    /* Kids item 3 - fuyofuyo */
    .js-fixedAnchor_Kids-item-3-img-before {
        display: block;
        width: 98px;
        height: 91px;
        top: 320px;
        left: 22px;
    }

    /* Kids item 4 - fuyofuyo */
    .js-fixedAnchor_Kids-item-4-img-before {
        display: block;
        width: 142px;
        height: 144px;
        top: -80px;
        right: 24px;
        rotate: -19.8deg;
    }

    /* Kids item 6 - slide in */
    .js-fixedAnchor_Kids-item-6-img-after-wrapper {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 113px;
        height: 254px;
        top: -60px;
        left: 23px;
        overflow: hidden;
        pointer-events: none;
        z-index: 5;
    }

    .js-fixedAnchor_Kids-item-6-img-after {
        display: block;
        width: 113px;
        height: 254px;
    }

    /* Accessories item 2 - slide in */
    .js-fixedAnchor_Accessories-item-2-img-after-wrap {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 133px;
        height: 260px;
        top: -56px;
        right: 4px;
        overflow: hidden;
        pointer-events: none;
        z-index: 5;
    }

    .js-fixedAnchor_Accessories-item-2-img-after {
        display: block;
        width: 214px;
        height: 260px;
    }

    .js-fixedAnchor_Adult-item-1:after {
        width: 89px;
        height: 99px;
    }

    .js-fixedAnchor_Adult-item-4:after {
        width: 126px;
        height: 129px;
    }

    .js-fixedAnchor_Adult-item-6:after {
        width: 91px;
        height: 101px;
    }

    .js-fixedAnchor_Adult-item-6:before {
        width: 85px;
        height: 80px;
    }

    .js-fixedAnchor_Kids-item-1:before {
        width: 145px;
        height: 148px;
    }

    .js-fixedAnchor_Kids-item-3:before {
        width: 111px;
        height: 104px;
    }

    .js-fixedAnchor_Kids-item-4:before {
        width: 156px;
        height: 159px;
    }


    .js-fixedAnchor_Adult-item-2:after {
        width: 165px;
        height: 288px;
    }

    .js-fixedAnchor_Adult-item-4:before {
        width: 156px;
        height: 262px;
    }

    .js-fixedAnchor_Kids-item-2:after {
        width: 302px;
        height: 303px;
    }

    .js-fixedAnchor_Kids-item-6:after {
        width: 113px;
        height: 254px;
    }

    .js-fixedAnchor_Accessories-item-2:after {
        width: 133px;
        height: 260px;
    }

}

/* ===== animation Items end ===== */

/* ===== 縦が横幅より長い場合(ipad) ===== */

@media screen and (min-width: 813px) and (orientation: portrait) {
    .lineup-wrapper {
        display: none;
    }

    .adult-wrapper {
        width: 100%;
    }

    .adult-section {
        max-width: 100vw;
    }

    .adult-section-top,
    .kids-section-top,
    .accessories-section-top {
        width: 100%;
    }

    .adult-section-top>*,
    .kids-section-top>*,
    .accessories-section-top>* {
        max-width: 100vw;
    }

    .js-fixedAnchor_Adult-item-1,
    .js-fixedAnchor_Adult-item-2,
    .js-fixedAnchor_Adult-item-3,
    .js-fixedAnchor_Adult-item-4,
    .js-fixedAnchor_Adult-item-5,
    .js-fixedAnchor_Adult-item-6,
    .js-fixedAnchor_Adult-item-7,
    .js-fixedAnchor_Kids-item-1,
    .js-fixedAnchor_Kids-item-2,
    .js-fixedAnchor_Kids-item-3,
    .js-fixedAnchor_Kids-item-4,
    .js-fixedAnchor_Kids-item-5,
    .js-fixedAnchor_Kids-item-6,
    .js-fixedAnchor_Kids-item-7,
    .js-fixedAnchor_Accessories-item-1,
    .js-fixedAnchor_Accessories-item-2,
    .js-fixedAnchor_Accessories-item-3 {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }

    .js-fixedAnchor_Adult-item-1 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-2 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-3 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-4 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-5 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-6 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Adult-item-7 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-1 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-2 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-3 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-4 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-5 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-6 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Kids-item-7 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Accessories-item-1 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Accessories-item-2 .fr-mediaCarouselThumbs,
    .js-fixedAnchor_Accessories-item-3 .fr-mediaCarouselThumbs {
        max-width: 100vw;
        width: 100%;
    }

    .js-fixedAnchor_Adult-item-1:after,
    .js-fixedAnchor_Adult-item-4:after,
    .js-fixedAnchor_Adult-item-6:after,
    .js-fixedAnchor_Adult-item-6:before,
    .js-fixedAnchor_Kids-item-1:before,
    .js-fixedAnchor_Kids-item-3:before,
    .js-fixedAnchor_Kids-item-4:before,
    .js-fixedAnchor_Adult-item-2:after,
    .js-fixedAnchor_Adult-item-4:before,
    .js-fixedAnchor_Kids-item-2:after,
    .js-fixedAnchor_Kids-item-6:after,
    .js-fixedAnchor_Accessories-item-2:after {
        display: block;
    }

    [class*="-img-after"],
    [class*="-img-before"] {
        display: block;
    }

    [class*="-img-after"],
    [class*="-img-before"],
    [class*="-img-after-wrap"],
    [class*="-img-before-wrapper"] {
        display: none !important;
    }

    .itemInformationButtonWrap {
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }


    .js-fixedAnchor_Adult-item-1:after {
        width: 17vw;
        height: 19vw;
    }

    .js-fixedAnchor_Adult-item-4:after {
        width: calc(91 / 375 * 100vw);
        height: calc(93 / 375 * 100vw);
    }

    .js-fixedAnchor_Adult-item-6:after {
        width: calc(66 / 375 * 100vw);
        height: calc(73 / 375 * 100vw);
    }

    .js-fixedAnchor_Adult-item-6:before {
        width: calc(66 / 375 * 100vw);
        height: calc(73 / 375 * 100vw);
    }

    .js-fixedAnchor_Kids-item-1:before {
        width: calc(104 / 375 * 100vw);
        height: calc(106 / 375 * 100vw);
    }

    .js-fixedAnchor_Kids-item-3:before {
        width: calc(61 / 375 * 100vw);
        height: calc(57 / 375 * 100vw);
    }

    .js-fixedAnchor_Kids-item-4:before {
        width: calc(94 / 375 * 100vw);
        height: calc(95 / 375 * 100vw);
    }

    .js-fixedAnchor_Adult-item-2:after {
        width: calc(166 / 375 * 100vw);
        height: calc(165 / 375 * 100vw);
    }

    .js-fixedAnchor_Adult-item-4:before {
        width: calc(152 / 375 * 100vw);
        height: calc(153 / 375 * 100vw);
    }

    .js-fixedAnchor_Kids-item-2:after {
        width: calc(195 / 375 * 100vw);
        height: calc(195 / 375 * 100vw);
    }

    .js-fixedAnchor_Kids-item-6:after {
        width: calc(77 / 375 * 1.2 * 100vw);
        height: calc(171 / 375 * 1.2 * 100vw);
    }

    .js-fixedAnchor_Accessories-item-2:after {
        width: calc(153 / 375 * 100vw);
        height: calc(186 / 375 * 100vw);
    }
}

/* ===== 縦が横幅より長い場合 end ===== */