/* Minification failed. Returning unminified contents.
(316,46): run-time error CSS1039: Token not allowed after unary operator: '-rot'
(320,50): run-time error CSS1039: Token not allowed after unary operator: '-rot'
 */
.report-top-background {
    background: linear-gradient(to right, rgba(122,208,208,.13) 1px, transparent 1px), linear-gradient(to bottom, rgba(122,208,208,.13) 1px, transparent 1px), #EAF8F7;
    background-size: 24px 24px, 24px 24px, auto;
}

.report-top-background-img {
    position: absolute;
    inset: 0;
    background-image: url('https://cdn-profile-animapick.azureedge.net/webcontents/report_top.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.report-top-background-img-rq {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(234,248,247,0.95) 0%, rgba(234,248,247,0.3) 30%, rgba(255,255,255,0) 60%);
}

.bg-accent-left {
    position: relative;
}

    .bg-accent-left::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: calc(-50vw + 50%);
        right: 0;
        background: linear-gradient(to right, rgba(122,208,208,.10) 1px, transparent 1px), linear-gradient(to bottom, rgba(122,208,208,.10) 1px, transparent 1px), #EAF8F7;
        border-radius: 0 24px 24px 0;
    }

.logo-report {
    width:auto;
    height: 32px;
    object-fit: contain;
}

/*＝＝＝＝＝*/
/*数値増減*/
.increase-count {
    padding: 2px 6px;
    border-radius: 999px;
}


/*＝＝＝＝＝*/
/*パートナーの表示エリア*/
.partner-contents {
    background: #ffffff;
    border: 1px solid #e6eeee;
    box-shadow: 0 3px 6px rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.partner-logo {
    width: 49px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}


/*＝＝＝＝＝＝＝＝＝*/

/*投稿画像*/
.post-image {
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.post-image-area {
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.post-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 8px;
    align-self: flex-start;
}

.post-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-contents-area {
    background: #FAFDFD;
    border: 1px solid #eef6f6;
    border-radius: 8px;
    padding: 14px 16px;
    color: #333;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    margin-bottom:10px;
}

.post-contents-quote {
    position: absolute;
    left: 10px;
    top: 6px;
    font-size: 18px;
    color: #7AD0D0;
    font-weight: 700;
}

.post-user-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.post-user-image {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.assignment-user-area {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.assignment-user {
    background: #E6F7F7;
    color: #247a7a;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
}

.summary-area {
    background: linear-gradient(90deg, #E6F7F7 0%, #ffffff 25%, #ffffff 75%, #E6F7F7 100% );
    border-top: 1px solid #E5F1F1;
    border-bottom: 1px solid #E5F1F1;
}

.summary-pikkun {
    width: 70px;
    top: 2px;
    z-index: 3;
    left: 20px
}

.summary-animaro {
    width: 75px;
    top: -8px;
    z-index: 3;
    right: 20px
}

.share-button {
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #dfeeee;
    background: #E6F7F7;
    color: #247a7a;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.06);
    width: 100%;
    max-width: 320px;
}


.font-Def-report {
    font-size: 15.5px;
}

.font-report-number {
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    color: #37AB9D;
}

.font-Small-report {
    font-size: 14px;
}

.font-Minimum-report {
    font-size: 13px;
}

@media (min-width: 1600px) {
    .logo-report {
        width: auto;
        height: 45px;
        object-fit: contain;
    }

    .font-report-title {
        font-size: 60px;
    }

    .font-report-number {
        font-size: 32px;
    }

    .font-Def-report {
        font-size: 20px;
    }

    .font-Small-report
    {
        font-size: 18px;
    }

    .font-Minimum-report {
        font-size: 16px;
    }
}

.box-left-anime {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

    .box-left-anime.show {
        opacity: 1;
        transform: translateX(0);
    }

.box-up-anime {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

    .box-up-anime.show {
        opacity: 1;
        transform: translateY(0);
    }

#loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#ffffff 0%, #EAF8F7 100%);
    transition: opacity .6s ease;
}

    #loading-overlay.is-hide {
        opacity: 0;
        pointer-events: none;
    }

.overlay-c .bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.overlay-c .paw {
    position: absolute;
    color: #7AD0D0;
    opacity: .12;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.05));
}

.overlay-c .p1 {
    font-size: 120px;
    right: 12%;
    top: 12%;
    animation: float 4.2s ease-in-out infinite;
    transform: rotate(12deg);
}

.overlay-c .p2 {
    font-size: 160px;
    left: 10%;
    bottom: 14%;
    animation: float 5s ease-in-out infinite .3s;
    transform: rotate(-8deg);
}

.overlay-c .p3 {
    font-size: 90px;
    right: 24%;
    bottom: 22%;
    animation: float 4.6s ease-in-out infinite .6s;
    transform: rotate(6deg);
}

@keyframes float {
    0%,100% {
        transform: translateY(0) rotate(var(--rot,0deg));
    }

    50% {
        transform: translateY(-10px) rotate(var(--rot,0deg));
    }
}

.overlay-c .center {
    text-align: center;
    padding: 0 24px;
}

.overlay-c .logo {
    width: min(56vw, 260px);
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.overlay-c .note {
    color: #247a7a;
    font-weight: 700;
    letter-spacing: .08em;
}

@media (prefers-reduced-motion: reduce) {
    .overlay-c .paw {
        animation: none;
    }
}




