@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;
    display: block;
}

.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-btn {
    text-align: center;
    margin: 3rem auto;
}

.result-btn .app-button {
    display: inline-block;
    background: #d85858;
    color: #fff;
    padding: 1rem 1.3rem;
    border-radius: 50px;
    letter-spacing: 1px;
    width: 45%;
}

.result-btn .app-button:hover {
    opacity: 0.7;
}

.app-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.app-modal-content {
    background-color: #f2f0f1;
    width: 500px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 0.8s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}

.app-modal-header {
    padding: 3px 15px;
    display: flex;
    justify-content: end;
}
.modalClose {
    font-size: 2rem;
}

.modalClose:hover {
    cursor: pointer;
}

.app-modal-body {
    padding: 1.5rem;
    color: black;
}

.result-app-btn {
    margin: 1rem auto;
    text-align: center;
}

.result-app-btn a {
    display: inline-block;
    background: #d85858;
    color: #fff;
    padding: 1rem 1.3rem;
    border-radius: 50px;
    letter-spacing: 1px;
    width: 100%;
}

.result-app-btn.yetdl a {
    background: #5887d8;
}

.type-movie {
    margin: 6rem auto 0;
}

.type-movie iframe {
    width: 100%;
    height: 504px;
}

.result-area {
    padding-top: 4rem;
}

.result-area h2 {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.7rem;
    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: 4rem;
}

.result-area--box h3 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 4rem auto 1rem;
    background: #f2f0f1;
    padding: 0.5rem;
}

.result-area--box--fashion-type ul, .result-area--box--fashion-type ul li {
    list-style: disc;
}
.result-area--box--fashion-type ul {
    padding: 1.5rem;
    border: 1px solid #afafaf;
}
.result-area--box--fashion-type ul li {
    padding-left: 1rem;
    text-indent: -1rem;
    margin-left: 1.5rem;
}

.result-area--box--fashion-type ul:before {
    content: "ポイント";
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

a.pickup-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.pickup-item-link img {
    width: 44%;
}

a.pickup-item-link div {
    width: 49%;
}

a.pickup-item-link div h4 {
    font-size: 1.2rem;
    margin: 0 auto 0.5rem;
}

a.pickup-item-link div span {
    background: #333;
    display: block;
    border-radius: 5px;
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
}

.flex-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-item a.pickup-item-link {
    flex-direction: column;
    width: 49%;
}
.flex-item a.pickup-item-link img {
    width: 100%;
}
.flex-item a.pickup-item-link span {
    margin: 0.7rem auto 0;
    width: 100%;
    background: #333;
    display: block;
    border-radius: 5px;
    padding: 0.5rem 0;
    color: #fff;
    text-align: center;
}
.result-area--box--coordinate .comment {
    padding: 2rem;
    border: 1px solid #afafaf;
    margin: 2rem auto;
}
.result-area--box--coordinate .comment strong {
    display: block;
    margin-bottom: 0.5rem;
}
.result-area--box--coordinate ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.result-area--box--coordinate ul li {
    width: 24%;
    text-align: center;
}

.result-area--box--coordinate ul li p {
    margin: 0.5rem auto 0;
    padding: 5px;
    background: #1097db;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}

.result-area--box--coordinate input[type="submit"] {
    background: #333;
    color: #fff;
    padding: 1rem 3rem;
    text-align: center;
    margin: 2rem auto 0;
    display: block;
    border: none;
}
.result-area--box--coordinate input[type="submit"]:hover {
    opacity: 0.7;
}

.stylist-area h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.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%;
}


@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-direction: 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;
    }
    .type-movie {
        padding: 0 2rem;
        margin: 3rem auto 0;
    }
    .type-movie iframe {
        height: 180px;
    }

    .result-main--comment {
        width: 75%;
    }

    .result-main--comment img {
        width: 100%;
    }

    .result-main--comment p {
        font-size: 0.9rem;
        margin: 1rem 0 0;
    }

    .result-btn {
        margin: 2rem auto;
        padding: 0 2rem;
    }

    .result-btn .app-button{
        width: 100%;
    }
    
    .app-modal-content {
        width: 90%;
    }
    .result-area {
        padding: 3rem 2rem 2rem;
    }
    .result-area--box {
        padding: 1.8rem;
    }
    .result-area h2 {
        margin-bottom: 2.5rem;
    }
    
    .result-area h2::after {
        margin: 1.5rem auto 0;
    }

    .fashion-type-title {
        font-size: 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;
        margin: 1rem auto;
    }

    a.pickup-item-link div p {
        font-size: 0.9rem;
        line-height: 1.75;
    }
    .flex-item a.pickup-item-link {
        width: 100%;
        margin-bottom: 1rem;
    }
    .result-area--box--coordinate .comment {
        padding: 1.5rem;
        font-size: 0.9rem;
    }
    .result-area--box--coordinate ul {
        flex-wrap: wrap;
    }
    .result-area--box--coordinate ul li {
        width: 48%;
        margin-bottom: 5%;
    }
    .result-area--box--coordinate input[type="submit"] {
        margin: 2rem auto;
        width: 100%;
    }
    
    .result-area--box--fashion-type ul li {
        padding-left: 0;
        text-indent: 0;
    }
    
    .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;
    }
}
