#otakaraya-sel {
    max-width: 767px !important;
}
#otakaraya-sel .title-wrap {
    width: 100%;
}

#otakaraya-sel .title-lead {
    width: 87%;
    margin: auto;
    margin-top: 4cqw;
}

#otakaraya-sel .reason-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3% 5%;
    width: 90%;
    margin: 7cqw auto 47cqw;
}

#otakaraya-sel .reason-card .speach-bubble {
    top: -10%;
    left: 43%;
    margin: auto;
    position: absolute;
}

/* 各カードのデザイン */
#otakaraya-sel .reason-card {
    background: var(--color-bg-white);
    /* ※修正前の var; を想定して変数を入れるか、元のままにするかですが、一旦動作するように変数を適用する場合の例です */
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
    padding: 0px 4% 5%;
}

#otakaraya-sel .reason-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 2.5%);
    margin: 0 auto;
}

/* カード内タイトル */
#otakaraya-sel .reason-card-ttl {
    text-align: center;
    margin-top: 2cqw;
    margin-bottom: 2cqw;
    line-height: 1.4;
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 画像エリア */
#otakaraya-sel .reason-img-wrap {
    width: 100%;
    margin-bottom: 4cqw;
    border-radius: 3px;
    overflow: hidden;
}

#otakaraya-sel .reason-img-wrap img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

/* 3つ目のブロック専用 */
#otakaraya-sel .store-num-block {
    position: relative;
}

#otakaraya-sel .store-num-text {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    z-index: 2;
}

/* SVG調整用 */
#otakaraya-sel .store-num-text svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* SVG内の文字スタイル */
#otakaraya-sel #store-num-text .cls-1 {
    fill: url(#store-num-gradation);

    font-weight: bold;
    --f-base: 37;
    --f-scale: 1.1;
}

/* 説明文 */
#otakaraya-sel .reason-desc {
    line-height: 1.6;
    text-align: left;
}
#otakaraya-sel .reason-wrap .store-num-block {
    position: relative;
    display: inline-block;
    /* または block */
    width: 100%;
}

/* テキストのスタイルと配置 */
#otakaraya-sel .reason-wrap .simple-store-text {
    position: absolute;
    top: 50%;
    left: 67%;
    transform: translate(-50%, -50%);
    z-index: 10;
    --f-base: 30;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    font-style: italic;
}
#otakaraya-sel .reason-wrap .simple-store-text {
    background: linear-gradient(
        45deg,
        #ffffff 3%,
        #fffcdc 4%,
        #fff8b6 6%,
        #fff699 7%,
        #fff484 9%,
        #fff377 10%,
        #fff373 12%,
        #ecae00 17%,
        #fff373 30%,
        #ffffff 39%,
        #fffcdc 40%,
        #fff8b6 42%,
        #fff699 43%,
        #fff484 45%,
        #fff377 46%,
        #fff373 48%,
        #ecae00 53%,
        #fff373 62%,
        #ffffff 72%,
        #fffcdc 73%,
        #fff8b6 75%,
        #fff699 76%,
        #fff484 77%,
        #fff377 79%,
        #fff373 80%,
        #ecae00 90%,
        #b98900 100%
    );
    -webkit-background-clip: text;
    color: transparent;
}
