:root {
    --inner__pdding: 20px;
}

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

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

body:after {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-image: url(../../../../images/sp/ibaraki/tsuchiura/pc_bg.webp);
    background-repeat: repeat;
    background-size: initial;
    position: fixed;
    top: 0;
    z-index: -1;
    /* opacity: .1; */

}

body.question {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.question .body__inner {
    flex: 1;
}


#app {
    transition: opacity 0.3s ease;
    opacity: 1;

}

#app.is-fadeout {
    opacity: 0;
}

.question__imageouter {
    width: 200px;
    margin: auto;
    height: 100svh;
    text-align: center;
    color: #266EFF;
}



.body__inner {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-left: 2px solid;
    border-right: 2px solid;

}

.result .body__inner {
    /* overflow-x: hidden; */
    padding-bottom: 5px;
}

.indexAbout__outer img {
    width: 105%;
}

.indexAbout__outer picture {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexAuthor {
    margin-bottom: 30px;
}

footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
    max-width: 600px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-left: 2px solid #000;
    border-right: 2px solid #000;

}

.footer_copy {
    color: #a5a5a5;
}

.footer_copylink {
    color: #7298ed;
}

.l-inner {
    max-width: 600px;
    margin: auto;
    padding: 0 var(--inner__pdding);
}

.l-fitinner {
    max-width: 600px;
    margin: auto;
}


img {
    width: 100%;
    height: auto;
}

a:hover {
    opacity: .8;
    transition: .2s;
}

.btn a {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    max-width: 300px;
    background: #ff4040;
    color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    box-shadow: 0px 3px 0 0 #e22727;
}

.questionMain {
    min-height: 300px;
}

.indexAbout {
    margin-bottom: 30px;
}


.indexheader__outer {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 649;
    background-image: url(../../../../images/sp/ibaraki/tsuchiura/mv/mv_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.mv_circle,
.mv_p,
.mv_text,
.mv_text2 {
    position: absolute;
    height: auto;
    object-fit: cover;
    transition: .5s;
}

.mv_circle {
    width: clamp(12px, calc((250/ 600)*100vw), 250px);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.mv_p {
    width: clamp(12px, calc((143/ 600)*100vw), 143px);
    top: clamp(12px, calc((197/ 600)*100vw), 197px);
    left: clamp(12px, calc((55/ 600)*100vw), 55px);
}

.mv_text {
    width: clamp(12px, calc((252/ 600)*100vw), 252px);
    top: clamp(12px, calc((198/ 600)*100vw), 198px);
    left: clamp(12px, calc((145.5/ 600)*100vw), 145.5px);

}

.mv_text2 {
    width: clamp(12px, calc((252/ 600)*100vw), 252px);
    top: clamp(12px, calc((241/ 600)*100vw), 241px);
    left: clamp(12px, calc((217/ 600)*100vw), 217px);

}

.questionheader__outer {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.indexAutor__body {
    display: flex;
    gap: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
}

.indexAutor__img {
    height: auto;
    max-width: 150px;
}



.indexAutor__detail {
    flex: 1;
}

.indexAutor__name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #b7b7b7;
}

.indexAutor__description {
    font-size: 14px;
    line-height: 1.5;
}

.c-selectbtn button {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-question__heading span {
    background: #000;
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.c-question__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: clamp(18px, calc((24 / 600) * 100vw), 24px);
    flex-direction: column;
    margin-bottom: 20px;
    font-weight: bold;
}

.c-shadow__inner:hover {
    color: #3291ea;
}


.recommend-section__title {
    text-align: center;
    margin-bottom: 10px;

}

.recommend-section__title-en {
    display: block;
    color: #3B9EFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recommend-section__title-ja {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.recommend-section__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}



.recommend-card__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 4px solid #000;
    display: block;
}



.recommend-card__title {
    font-size: 20px;
    font-weight: bold;
    margin: auto;
    line-height: 1.5;
    color: #000;
}

.recommend-card__reason-wrapper {
    margin-bottom: 12px;
    margin: 0;
}

.recommend-card__reason-label {
    display: inline-block;
    border: 2px solid #000;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
}

.recommend-card__description {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.recommend-card {
    display: flex;
    gap: 10px;

    align-items: center;
}

@media screen and (max-width: 500px) {
    .recommend-card {
        flex-direction: column;
    }
}

.resultReccoment__card {
    width: 100%;
}

.recommend-card img {
    aspect-ratio: 1 / 1;
    width: clamp(100px, calc((18/ 500)*100vw), 150px);
    object-fit: cover;
    border: 2px solid;
}

@media screen and (max-width: 500px) {
    .recommend-card img {
        aspect-ratio: 16/ 9;
        width: 100%;
    }
}



.resultHead {
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.resultMain {
    margin-bottom: 30px;
    transition: 1s;
}



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

.redirect_share_group-body {
    display: flex;
    gap: 20px;
}

.redirext_share_item {
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px;
}

.result__sharebtns img {
    width: 30px;
    height: auto;
}

.redirext_share_x {
    background-color: #000;
}

.redirect_share_line {
    background-color: #26ad36;
}

.redirect_share_facebook {
    background-color: #0766ff;
}

.koimikuji_result_copybox {
    display: flex;
    justify-content: center;
}

.koimikuji_copy {
    background: #fff;
    border: 1px solid #4C4040;
    border-radius: 50px;
    padding: 14px 35px 14px 18px;
    position: relative;
    transition: 0.3s;
    line-height: 1;
    cursor: pointer;
}


.result__share {
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}

.resultReccoment {
    margin-bottom: 20px;
    overflow-x: clip;
}

.resultType__heading {
    font-size: clamp(20px, calc((35 / 600) * 100vw), 35px);
    font-weight: bold;
    color: red;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.resultType__body {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.resultType {
    margin-bottom: 40px;
}

.resultType__heading:after {
    content: "」";
    display: block;
}

.resultType__heading:before {
    content: "「";
    display: block;
}

.resultReccoment__icon {
    width: 75px;
    height: auto;
}

.resultReccoment__list {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 15px;
    border: 2px solid;
    border-radius: 20px;
    background-color: #fefefe;
    position: relative;
    padding-top: 100px;
}

.resultReccoment__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid;
    padding: 10px;
    box-shadow: 3px 3px 0 0 #000;
    rotate: -3deg;
    background: #fff;
    /* margin-left: calc(50% - 50vw); */
    position: absolute;
    top: -15px;
    left: -30px;
    gap: 5px;
}

@media screen and (max-width:420px) {
    .resultReccoment__heading {
        left: -20px;
    }
}

.recommend-card__content {
    flex: 1;
}

.share__title {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 20px;
}

.resultShare {
    margin-bottom: 30px;
}

.resultReccoment__type {
    font-size: clamp(14px, calc((20/ 600)*100vw), 20px);
}

@media screen and (min-width: 400px) {
    .resultReccoment__type {
        font-size: clamp(16px, calc((20/ 600)*100vw), 20px);
    }
}

.toInstagram .icon {
    width: 40px;

}



.toInstagram {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    padding: 10px;
    border: 2px solid;
    border-radius: 10px;
}

.toInstagram:hover {
    background-color: #eee;
}

.resultRetry {
    margin-bottom: 5px;
}

.indexHead {
    margin-bottom: 20px;
}

body {
    opacity: 0;
}

body.loaded {
    opacity: 1;
    transition: .3s;
}

.other__inner {
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    padding: 20px 15px;
}

.other__list a img {
    width: clamp(60px, calc((100 / 500) * 100vw), 100px);

}


.other__list a {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    border: 2px dotted transparent;
    padding-bottom: 5px;
    border-radius: 100px;
    padding: 5px;
    flex-direction: column;
}

.other__list a:hover {
    color: #ff5858;

}

.other__list {
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    grid-template-columns: repeat(2, 1fr);
}

.other__type {
    margin-bottom: 20px;
}