@charset "UTF-8";
    .sp-view {
        display: none;
    }

    #personal-result {
        overflow-x: hidden;
    }

    .personal-result img {
        width: 100%;
        height: auto;
    }

    .personal-result ul,
    .personal-result ul li {
        list-style: none;
        padding: 0;
    }

    .personal-result a {
        text-decoration: none;
    }

    .personal-result a:hover {
        opacity: 0.7;
    }

    .align-center {
        width: 900px;
        margin: 0 auto;
    }

    .background-col {
        background: #f2f0f1;
        padding: 3rem 0;
        position: relative;
        margin-bottom: 14rem;
    }

    .background-col::after {
        content: '';
        position: absolute;
        top: 100%;
        left: calc(50vw - 52%);
        width: 0;
        height: 0;
        border-top: 170px solid #f2f0f1;
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
    }

    .result-main {
        background: #fff;
        padding: 3rem 0;
    }

    .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .result-main--img {
        width: 45%;
    }

    .result-main--comment {
        width: 52%;
        text-align: center;
    }

    .result-main--comment img {
        width: 80%;
    }

    .result-main--comment p {
        text-align: justify;
        margin: 3rem 0 0;
        line-height: 1.75;
        font-size: 0.95rem;
    }

    .result-line-btn {
        text-align: center;
        margin: 3rem auto;
    }

    .result-line-btn a {
        display: inline-block;
        background: #fff;
        padding: 1rem;
        border-radius: 50px;
    }

    .result-line-btn span {
        display: block;
        margin: 0.5rem auto 0;
        font-size: 0.9rem;
        opacity: 0.8;
    }

    .result-line-btn a {
        display: inline-block;
        background: #66c26a;
        color: #fff;
        padding: 1rem 1.3rem;
        border-radius: 50px;
        letter-spacing: 1px;
        width: 45%;
    }

    .result-area {
        padding-top: 4rem;
    }

    .result-area h2 {
        text-align: center;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 2px;
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }

    .result-area h2::after {
        content: '';
        width: 15px;
        height: 15px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        display: block;
        margin: 2rem auto 0;
        transform: rotate(45deg);
    }

    .result-area--box {
        background: #fff;
        padding: 2.5rem;
    }

    .result-area--box h3 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 3rem auto 1rem;
    }

    /*
    .fashion-type-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    }

    .fashion-type-title::before,
    .fashion-type-title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    }

    .fashion-type-title::before {
    margin-right: 1.5rem;
    }

    .fashion-type-title::after {
    margin-left: 1.5rem;
    }
    */

    .result-area--box--fashion-type p {
        background: #f2f0f1;
        padding: 2rem;
    }

    .result-area--box--fashion-type ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .result-area--box--fashion-type ul li {
        width: 49%;
    }

    .result-area--box--fashion-type ul li img {
        height: 520px;
        object-fit: cover;
    }

    .result-area--box--fashion-type ul li a span {
        background: #1097db;
        display: block;
        color: #fff;
        text-align: center;
        padding: 0.5rem 0;
    }

    .fashion-type--link {
        text-align: center;
        margin: 1rem auto 3rem;
    }

    .fashion-type--link a {
        display: inline-block;
        background: #d85858;
        color: #fff;
        padding: 1rem 1.3rem;
        border-radius: 50px;
        letter-spacing: 1px;
        width: 45%;
    }

    .fashion-type--link a br {
        display: none;
    }

    .result-area--box--human {
        background: #f2f0f1;
        padding: 3rem;
        text-align: center;
    }

    .toggle-btn {
        display: none;
    }

    .pickup-title {
        padding: 1rem;
        display: block;
        background: #f2f0f1;
        font-weight: bold;
        font-size: 1.1rem;
    }

    .pickup-title::before {
        content: "";
        padding-left: 0.8rem;
        border-left: 4px solid #333;
    }

    .pickup-title::after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: 1.5rem;
        transform: rotate(135deg);
    }

    .pickup-title,
    .pickup-content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    .pickup-content {
        height: 0;
        margin-bottom: 10px;
        padding: 0 20px;
        overflow: hidden;
    }

    .toggle-btn:checked+.pickup-title+.pickup-content {
        height: auto;
        padding: 1rem;
        transition: all .3s;
    }

    .toggle-btn:checked+.pickup-title::after {
        transform: rotate(-45deg);
    }

    a.pickup-item-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    a.pickup-item-link img {
        width: 40%;
        border-radius: 15px;
    }

    a.pickup-item-link div {
        width: 57%;
    }

    a.pickup-item-link div h4 {
        font-size: 1.2rem;
    }

    a.pickup-item-link div span {
        background: #333;
        display: block;
        border-radius: 5px;
        padding: 0.5rem 0;
        color: #fff;
        text-align: center;
    }

    .other-item {
        margin-top: 2rem;
        border-top: 1px dashed #666;
        border-bottom: 1px dashed #666;
        padding: 1rem;
    }

    .pickup-content ul {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .pickup-content ul li {
        width: 32%;
        text-align: center;
    }

    .pickup-content ul li:nth-last-child(4),
    .pickup-content ul li:nth-last-child(4)~li {
        width: 23.5%;
    }

    .pickup-content.even ul::after {
        content: "";
        display: block;
        width: 30%;
    }

    .pickup-content ul li img {
        border-radius: 15px;
    }

    .pickup-content ul li a {
        display: block;
    }

    .pickup-content h4 {
        margin: 0.7rem auto;
    }

    .pickup-content ul li p {
        font-size: 0.9rem;
        text-align: justify;
    }

    .stylist-area h2 {
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
.stylist-area span.pre-title {
    display: block;
    text-align: center;
    margin: -1.8rem auto 2rem;
    opacity: 0.7;
    font-size: 0.9rem;
}
    .stylist-area p {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.75;
        margin-bottom: 2rem;
    }

    .app-dl-area {
        background: #f2f0f1;
        margin: 8rem auto;
        padding: 2rem 0 4rem;
        text-align: center;
    }

    .app-dl-area h2 {
        display: block;
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        margin: 1.5rem auto;
    }

    .app-dl-area a img {
        width: 85%;
    }

    .result-app-btn {
        margin: 2rem auto 0;
    }

    .result-app-btn a {
        display: inline-block;
        background: #d85858;
        color: #fff;
        padding: 1rem 1.3rem;
        border-radius: 50px;
        letter-spacing: 1px;
        width: 85%;
    }

    .result-app-btn.yetdl a {
        background: #5887d8;
    }

    @media screen and (max-width: 768.98px) {
        .footer-fix-banner {
        display: none;
        }  
        .sp-view {
            display: block;
        }

        .pc-view {
            display: none;
        }

        .dc-footer-banner {
            display: none;
        }

        .align-center {
            width: 100%;
        }

        .flex-box {
            flex-flow: column;
        }

        .result-main {
            margin: 0 2rem;
        }

        .background-col {
            padding: 2rem 0;
            margin-bottom: 7rem;
        }

        .result-main--img {
            width: 75%;
        }

        .result-main--img {
            width: 75%;
            margin-bottom: 1rem;
        }

        .result-main--comment {
            width: 75%;
        }

        .result-main--comment img {
            width: 100%;
        }

        .result-main--comment p {
            font-size: 0.9rem;
            margin: 1rem 0 0;
        }

        .fashion-type--link a {
            width: 100%;
            letter-spacing: 0;
            font-size: 0.9rem;
            padding: 0.8rem 0;
        }

        .fashion-type--link a br {
            display: block;
        }


        .result-line-btn {
            margin: 2rem auto;
            padding: 0 2rem;
        }

        .result-line-btn a {
            width: 100%;
        }

        .result-area {
            padding: 3rem 2rem 2rem;
        }

        .result-area--box {
            padding: 1rem 1.5rem;
        }

        .fashion-type-title {
            font-size: 1.5rem;
        }

        .result-area--box--fashion-type p {
            padding: 2rem 1.5rem;
        }

        .result-area--box--fashion-type ul li img {
            height: 215px;
        }

        .result-area--box--fashion-type ul li a span {
            font-size: 0.8rem;
        }

        .result-area--box--human {
            padding: 2rem 1.5rem;
        }

        a.pickup-item-link {
            flex-direction: column;
        }

        a.pickup-item-link img {
            width: 100%;
        }

        a.pickup-item-link div {
            width: 100%;
        }

        a.pickup-item-link div h4 {
            text-align: center;
        }

        .pickup-content ul {
            flex-flow: column;
        }

        .pickup-content ul li {
            width: 100%;
            margin-bottom: 2rem;
        }

        .pickup-content ul li:nth-last-child(4),
        .pickup-content ul li:nth-last-child(4)~li {
            width: 100%;
        }
        .pickup-content ul li:last-child {
            margin-bottom: 0;
        }
        a.pickup-item-link div p {
            font-size: 0.9rem;
            line-height: 1.75;
        }

        .toggle-btn:checked+.pickup-title+.pickup-content {
            padding: 1rem 0.5rem;
        }

        .background-col::after {
            border-top: 60px solid #f2f0f1;
        }

        .stylist-area {
            padding: 0 2rem;
        }

        .stylist-area p {
            font-size: 1rem;
        }

        .app-dl-area {
            margin: 4rem auto;
            padding: 1.5rem 0 3rem;
        }

        .app-dl-area img {
            width: 80%;
            margin: 0 auto 2rem;
        }

        .result-app-btn {
            margin: 0 auto;
        }

        .result-app-btn.yetdl {
            margin-top: 1rem;
        }
    }
