:root {
    --bg_gradation_l: linear-gradient(135deg, rgba(250, 250, 250, 1) 1%, rgba(255, 229, 239, 1) 50%, rgba(237, 216, 255, 1) 100%);
    --bg_gradetion_h: linear-gradient(180deg, rgba(255, 0, 156, 1) 1%, rgba(125, 53, 212, 1) 100%);
    --bg_pink: #FFF0F8;
    --text_gradetion: linear-gradient(135deg, #E5258C 1%, #7D35D4 100%);
    --text-pink: #E30E80;
    --border-radius: 16px;
    --inner__pdding: 20px;
    --index__mvBottom: 190px;
}

@media screen and (max-width:420px) {
    :root {
        --inner__pdding: 15px;
    }
}

.l-inner {
    padding: 0 var(--inner__pdding);
}

body {

    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    overflow-y: scroll;
    background-size: 50%;
    background-attachment: fixed;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Noto Sans JP",
        sans-serif;
    min-height: 100dvh;
}

.cta--btn {
    width: 100%;
}

.cta--btn a {
    color: #fff;
    width: 100%;
    background: var(--text_gradetion);
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    border-radius: 100px;
    display: block;
}

.cta--btn a:hover {
    background: var(--text-pink);
}

.wrapper {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background: #fff;
    z-index: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;

}

.wrapper__gradient {
    background: var(--bg_gradation_l);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.c-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 20px 15px;
    position: relative;
}

main {
    flex: 1;
}


.indexMv {

    color: #fff;
    background-image: url(../../../../images/sp/paidy/mv_back.png);
    padding: 50px 15px var(--index__mvBottom);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
}

.indexMv__presented {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexMv__presented img {
    width: 100px;
    margin-left: -10px;
}

.indexMv__title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.indexMv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
}

.indexAbout__card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    transform: translateY(calc(var(--index__mvBottom)*-1));
    margin-bottom: calc(24px - var(--index__mvBottom));
}

.indexAbout__card img {
    width: 126px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
}

.indexApp__icon img {
    width: 55px;
    aspect-ratio: 1/1;
}

.indexApp__star img {
    width: 100px;
    aspect-ratio: 99/20;
}

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

.indexApp__bunner img {
    height: 42px;
}

.indexApp__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.indexApp__text {
    font-size: 18px;
    font-weight: bold;
}

.indexApp__star {
    display: flex;
}

.indexApp__auth {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.footer_copy {
    text-align: center;
    opacity: .7;
    color: #8A87E5;
}

footer {
    padding: 30px;
}

.indexAbout__card--text {
    margin-bottom: 20px;
}

.body__question .wrapper {
    background: var(--bg_gradation_l);
}

header img {
    width: 120px;
}

.question__head {
    color: var(--text-pink);
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;

    margin-bottom: 12px;
    display: inline-block;
}

.question__title {
    margin-bottom: 17px;
}

.question__title h2 {
    font-size: 20px;
    font-weight: bold;
}

.question {
    transition: opacity 0.3s ease;
}

.question.c-card {
    height: 190px;
}

.body__question .c-card {
    height: 190px;

}


.question__group {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.c-btn.answer-btn {
    border-radius: 16px;
    background: #fff;
    padding: 23px 15px;
}

.answer-btn.clicked {
    background: #fafafa;
}

.question__footer {
    text-align: center;
    margin-top: 0px;
}

button#backBtn {
    text-align: center;
    margin-top: 30px;
    background: #ebc4d7;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}

button#backBtn:hover {
    background: #e1b5cb;
}

.question__title {
    height: 190px;
    display: flex;
    align-items: center;
}

.card-pink {
    background-color: var(--bg_pink);
}

.resultSns__btn img {
    width: 20px;
    aspect-ratio: 1 / 1;
}

.resultSns__btn {
    cursor: pointer;
    background: #000;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
}

.resultType__image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.resultType__item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
    padding: 14px;
    background: #fff;
    border-radius: var(--border-radius);

}

.resultType__item:hover {
    opacity: .7;
}

.resultType__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.resultTypelist {
    padding: 30px 0;
}

.resultTypelist h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.resultType__heading--image img {
    width: 36px;
    height: auto;
    aspect-ratio: 1/1;
}

.resultType__heading {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.resultType__heading--code {
    text-transform: uppercase;
    font-size: 12px;
}

.resultType__heading--text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}

.resultType__heading--name {
    font-weight: bold;
}

.result__sectionSubTitle {
    font-size: 20px;
    font-weight: bold;
}



.result__sectionTitle {

    font-size: 25px;
    font-weight: bold;

}

.text-gradetion {
    background: var(--text_gradetion);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.resultDescription__image img {
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.resultDescription__phrase {
    font-weight: bold;
    color: var(--text-pink);
}

.resultSns__outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resultDescription__image {
    text-align: center;
    margin-bottom: 20px;
}

.resultDescription__description {
    margin-bottom: 20px;
}

.resultDescription {
    margin-bottom: 10px;
}

.resultHowtouse {
    margin-bottom: 30px;
}

.resultSns {
    margin-bottom: 30px;
}

.resultHowtouse__title {
    margin-bottom: 20px;
}

.resultType__group {
    margin-bottom: 20px;
}

.loading_image {
    width: 150px;
    animation: loading-pulse 1.4s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes loading-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    12% {
        transform: scale(1.12);
    }

    24% {
        transform: scale(1);
    }

    36% {
        transform: scale(1.08);
    }

    48% {
        transform: scale(1);
    }
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100dvh;
    padding-top: 20px;
}

#loading {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
}

.loading__text::after {
    content: ".";
    display: inline-block;
    width: 1.2em;
    text-align: left;
    animation: loading-dots 1.8s steps(1, end) infinite;
}

@keyframes loading-dots {

    0%,
    32% {
        content: ".";
    }

    33%,
    65% {
        content: "..";
    }

    66%,
    100% {
        content: "...";
    }
}

.loaded {
    opacity: 0;
}


header {
    margin-bottom: 20px;
}

.coution {
    opacity: .5;
    font-size: 14px;
}

.resultType__name {
    font-size: 18px;
}

.resultType__heading--name {
    font-size: 18px;
}