/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
    all: unset;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    color: #132045;
    overflow-x: hidden;
}

/* ==================== 診断結果画面用スタイル ==================== */

/* FV Section */
.shindan-fv-section {
    position: relative;
    width: 100%;
    height: 364px;
    background: linear-gradient(315deg, rgba(21, 176, 218, 0.22) -3.98%, rgba(112, 219, 143, 0.22) 32.03%, rgba(255, 202, 33, 0.22) 62.9%, rgba(255, 147, 194, 0.22) 98.92%);
}

.shindan-wave-top {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    background-size: 100% 48px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.shindan-result-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    width: 525px;
    height: 96px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.shindan-result-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(294deg, #00A6D3 -1%, #69B980 34.35%, #F6BB00 64.65%, #EA83B0 100%);
}

.shindan-result-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(294deg, #00A6D3 -1%, #69B980 34.35%, #F6BB00 64.65%, #EA83B0 100%);
}

.shindan-result-text {
    text-align: center;
}

.shindan-result-label {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
    margin-bottom: 4px;
    display: block;
}

.shindan-result-type {
    font-size: 27px;
    font-weight: 600;
    color: #132045;
    line-height: 40px;
    display: block;
}

.shindan-character-image {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 265px;
    height: 268px;
    flex-shrink: 0;
    aspect-ratio: 265/268;
}

/* Body Content */
.shindan-body-content {
    width: 100%;
    background-color: #ffffff;
}

/* あなたの恋愛特徴セクションのみ */
.shindan-body-content > .shindan-section-white:first-of-type {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.shindan-section {
    display: flex;
    width: 100%;
    padding: 40px 24px 0 24px;
    flex-direction: column;
    align-items: center;
    gap: 40px;    
}

/* あなたの愛情表現セクションのみ */
.shindan-section-gray:has(#section-text-2) {
    display: flex;
    width: 100%;
    padding: 40px 16px 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shindan-section-white {
    background: white;
    position: relative;
    padding-bottom: 40px;
}

.shindan-section-gray {
    background: #f7f7f7;
    position: relative;
}

.shindan-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 672px;
    margin: 0 auto;
}

.shindan-section-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.shindan-section-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #132045;
    line-height: normal;
    text-align: center;
}

.shindan-quote {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 83.333% */
    opacity: 0.8;
    background: var(--rainbow, linear-gradient(294deg, #00A6D3 -1%, #69B980 34.35%, #F6BB00 64.65%, #EA83B0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.shindan-section-text-feature {
    font-size: 16px;
    font-weight: 300;
    color: #132045;
    line-height: normal;
}

/* characteristics-boxの下のsection-text */
.shindan-characteristics-box ~ #section-text-2 {
    display: flex;
    width: 672px;
    margin: 0 auto;
    padding: 30px 8px 0 8px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #F7F7F7;
}

#section-text-2 p {
    padding-bottom: 40px; 
}

.shindan-section-text {
    font-size: 16px;
}

.shindan-section-text p {
    margin-bottom: 8px;
    text-align: left;
}

.shindan-section-text p:last-child,
.shindan-matchup-text p:last-child,
.shindan-app-card:last-child,
.shindan-app-features li:last-child,
.shindan-match-description p:last-child {
    margin-bottom: 0;
}

.shindan-matchup-text p {
    margin-bottom: 8px;
}

/* Wave Section */
.shindan-wave-section {
    height: 48px;
    width: 100vw;
    background-color: #fff;
    mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    mask-size: 100% auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

/* 白いセクションの後の波形セクション - 白背景 */
.shindan-section-white + .shindan-wave-section,
.shindan-section-white .shindan-wave-section {
    background-color: #f7f7f7;
    background-image: none;
    -webkit-mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    mask-size: 100% auto;
    mask-position: center center;
    mask-repeat: no-repeat;
}

/* グレーセクションの後の波形セクション - グレー背景 */
.shindan-section-gray + .shindan-wave-section,
.shindan-section-gray .shindan-wave-section {
    width: 100vw;
    height: 48px;
    background-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-sp.png');
    background-size: 100% 48px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
}

.shindan-compatibility-section {
    display: flex;
    width: 100%;
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;    
}

/* Characteristics Box */
.shindan-characteristics-box {
    display: flex;
    width: 672px;
    padding: 24px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border: 1px solid #EEE;
    background: #FFF;    
}

.shindan-char-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.shindan-char-title {
    color: var(--textcolor, #132045);
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.shindan-char-title-sub {
    font-weight: 300;
}

.shindan-gauge-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;    
}

.shindan-result-gauge {
    position: relative;
    width: 446px;
    height: 20px;
}

.shindan-gauge-heart {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 34px;
    pointer-events: none;
    z-index: 10;
}

.shindan-gauge-bg {
    width: 446px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #EFEFEF;
}

.shindan-gauge-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;    
}

.shindan-gauge-label .shindan-percentage {
    color: #000;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 106.667% */
    letter-spacing: -0.6px;    
}

.shindan-gauge-label .shindan-percentage-unit {
    font-size: 12px;
}

.shindan-gauge-label .shindan-label {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.shindan-gauge-label.left .shindan-label {
    color: var(--primarycolor, #00A6D3);
}

.shindan-gauge-label.right .shindan-label {
    color: var(--color, #F76161);
}

/* Match Cards */
.shindan-match-card {
    display: flex;
    padding: 24px;
    width: 672px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #EEE;
}

.shindan-match-header {
    display: flex;
    width: 100%;
    height: 88px;
    align-items: center;
    gap: 16px;
}

.shindan-match-icon {
    width: 88px;
    height: 88px;
    border-radius: 1000px;
    background: #f7f7f7;
    overflow: hidden;
}

.shindan-match-icon img {
    max-width: 146.07%;
    max-height: 146.07%;
    margin-left: -20.16%;
    margin-top: -20.16%;
}

.shindan-match-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shindan-match-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #132045;
}

.shindan-match-badge svg {
    width: 20px;
    height: auto;
}

.shindan-match-type {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}

.shindan-match-description {
    font-size: 15px;
    font-weight: 300;
    color: black;
}

.shindan-match-description p {
    margin-bottom: 8px;
}

.shindan-match-description p:last-child {
    margin-bottom: 0;
}

/* App Cards */
.shindan-section-apps {
    padding-bottom: 160px;
}

.shindan-app-list {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.shindan-app-card {
    border: 1px solid #dddddd;
    background: white;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

/* アプリカードヘッダー */
.shindan-app-card-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.shindan-app-icon {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.shindan-app-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shindan-app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.shindan-app-name {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    color: #132045;
}

.shindan-app-catchphrase {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #132045;
}

.shindan-app-ranking {
    display: flex;
    gap: 2px;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #132045;
}

.shindan-app-ranking .shindan-colon {
    font-weight: 300;
}

.shindan-crown-icon {
    width: 16px;
    height: 14px;
    display: block;
}

/* アプリカードテーブル */
.shindan-app-card-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shindan-app-table-row {
    display: flex;
    gap: 16px;
    width: 100%;
    border: 1px solid #dddddd;
    border-top: none;
}

.shindan-app-table-row:first-child {
    border-top: 1px solid #dddddd;
}

.shindan-app-table-label {
    width: 90px;
    background-color: #f1f8fb;
    border-right: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #132045;
    flex-shrink: 0;
}

.shindan-app-table-row:nth-child(2) .shindan-app-table-label,
.shindan-app-table-row:nth-child(3) .shindan-app-table-label {
    padding: 8px 0;
}

.shindan-app-table-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 0;
    min-width: 0;
}

.shindan-app-table-row:first-child .shindan-app-table-content {
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 16px 8px 0;
}

/* 年齢タグ */
.shindan-age-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 100px;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    background-color: #f5f5f5;
    color: #b8b8b8;
}

.shindan-age-tag.active {
    background-color: #d4f2ff;
    color: #2baed2;
}

/* 男女比 */
.shindan-gender-ratio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shindan-gender-item {
    display: flex;
    gap: 4px;
    align-items: center;
}

.shindan-gender-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.shindan-gender-item span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    color: #132045;
}

.shindan-gender-number {
    font-size: 18px;
    letter-spacing: -0.54px;
}

.shindan-gender-separator {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: normal;
    color: #959595;
}

/* 特徴 */
.shindan-app-features {
    width: 100%;
}

.shindan-app-features p {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    color: #132045;
    white-space: pre-wrap;
    margin: 0;
}

/* ダウンロードボタン */
.shindan-app-card-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px;
    margin: 0 auto;
}

.shindan-app-download-btn {
    width: 100%;
    padding: 16px 32px;
    border-radius: 100px;
    border: none;
    background: linear-gradient(90deg, #3EB8E7 0%, #62FFD0 100%);
    color: white;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.shindan-app-download-btn:active {
    opacity: 0.8;
}

/* Share Section */
.shindan-share-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.shindan-share-section h3 {
    font-size: 21px;
    font-weight: 600;
    color: #132045;
    line-height: normal;
}

/* PCサイズではapp-recommendation-titleのbrタグを非表示 */
.shindan-share-section h3 br, .shindan-section-apps .shindan-section-title br {
    display: none;
}

.shindan-share-btn,
.shindan-app-download-btn {
    transition: opacity 0.3s ease;
}

.shindan-share-btn {
    display: flex;
    width: 320px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    position: relative;
    background: #FFF;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* グラデーションボーダー（外側） */
.shindan-share-btn::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 100px;
    background: linear-gradient(135deg, #3EB8E7 0%, #62FFD0 100%);
    z-index: 0;
    pointer-events: none;
}

/* 白い背景（内側） */
.shindan-share-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background: #FFF;
    z-index: 1;
    pointer-events: none;
}

/* テキストにグラデーションを適用 */
.shindan-share-btn span {
    position: relative;
    z-index: 2;
    color: transparent;
    background-image: linear-gradient(135deg, #3EB8E7 0%, #62FFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* アイコンを前面に */
.shindan-share-btn svg,
.shindan-share-btn img {
    position: relative;
    z-index: 2;
    width: 21px;
    height: 24px;
}

/* シェアモーダル */
.shindan-share-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.shindan-share-modal.shindan-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shindan-share-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2A2A2A;
}

.shindan-share-modal-content {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 420px;
    overflow-y: auto;
    z-index: 10001;
    max-height: calc(100vh - 140px);
}

.shindan-share-modal-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}

.shindan-share-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    z-index: 11;
}

.shindan-share-modal-close:hover {
    opacity: 0.6;
}

.shindan-share-modal-close img {
    width: 100%;
    height: 100%;
    display: block;
}

.shindan-share-modal-body {
    padding: 39px 15px 48px;
}

.shindan-share-image-preview {
    margin-bottom: 36px;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.shindan-share-image-preview img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.shindan-share-section-title {
    padding: 11px 0;
    border-bottom: 1px solid #EAEAEA;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 27px;
    text-align: center;
}

.shindan-share-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.shindan-share-option {
    width: 100%;
    height: 60px;
    border-radius: 70px;
    transition: all 0.3s ease;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    border: none;
    background-color: white;
    cursor: pointer;
    padding: 0;
}

.shindan-share-option:hover {
    opacity: 0.6;
}

#shindan-share-instagram {
    background: linear-gradient(90deg, #4C64D3 0%, #CF2E92 72.12%);
}

#shindan-share-instagram .shindan-share-option-inner div {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
}

#shindan-share-x {
    background: #000;
}

#shindan-share-x .shindan-share-option-inner div {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
}

#shindan-share-line {
    background: #06C755;
}

#shindan-share-line .shindan-share-option-inner div {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
}

#shindan-share-image {
    position: relative;
    background: #FFF;
    border: none;
}

/* グラデーションボーダー（外側） */
#shindan-share-image::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 70px;
    background: linear-gradient(135deg, #3EB8E7 0%, #62FFD0 100%);
    z-index: 0;
    pointer-events: none;
}

/* 白い背景（内側） */
#shindan-share-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 70px;
    background: #FFF;
    z-index: 1;
    pointer-events: none;
}

/* テキストにグラデーションを適用 */
#shindan-share-image .shindan-share-option-inner {
    position: relative;
    z-index: 2;
}

#shindan-share-image .shindan-share-option-inner div {
    color: transparent;
    background-image: linear-gradient(135deg, #3EB8E7 0%, #62FFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.64px;
}

/* アイコンを前面に */
#shindan-share-image .shindan-share-icon {
    position: relative;
    z-index: 2;
}

.shindan-share-option-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.shindan-share-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shindan-share-icon img,
.shindan-share-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* Hover時のopacity統一 */
.shindan-share-btn:hover,
.shindan-app-download-btn:hover {
    opacity: 0.6;
}

/* スマホサイズ */
@media (max-width: 767px) {
    .shindan-result-card {
        width: 345px !important;
    }
    
    .shindan-character-image {
        width: 224px !important;
        height: 226px !important;
        flex-shrink: 0;
        aspect-ratio: 112/113 !important;
    }
    
    .shindan-section-inner {
        width: 100% !important;
    }

    .shindan-characteristics-box {
        width: 100% !important;
    }

    .shindan-result-gauge {
        width: 212px !important;
    }

    .shindan-gauge-bg {
        width: 212px !important;
    }

    /* スマホサイズではshare-section h3のbrタグを表示 */
    .shindan-share-section h3 br {
        display: inline !important;
    }

    /* スマホサイズではapp-recommendation-titleのbrタグを表示 */
    .shindan-section-apps .shindan-section-title br {
        display: inline !important;
    }

    .shindan-characteristics-box ~ #section-text-2 {
        width: 100% !important;
    }

    .shindan-match-card {
        width: 100% !important;
    }

    .shindan-app-card-button {
        width: 100% !important;
    }

    .shindan-share-btn {
        width: 160px;
    }
    
    .shindan-share-modal-content {
        width: 95%;
        max-width: 350px;
        max-height: calc(100vh - 140px);
    }
    
    .shindan-share-modal-body {
        padding: 20px;
    }
    
    .shindan-share-option {
        padding: 14px;
        font-size: 14px;
    }

    .shindan-section-text {
        font-size: 15px;
    }

    .shindan-section-text-feature {
        font-size: 15px;
    }

    .shindan-fv-section {
        height: 348px;
    }

    .shindan-result-card {
        top: 40px;
    }

    .shindan-match-description {
        font-size: 14px;
    }
}

/* PCサイズ - frame-pc.pngを使用 */
@media (min-width: 768px) {
    .shindan-wave-section {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 48px;
        background-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        background-size: 100% 48px;
        background-position: center bottom;
        background-repeat: no-repeat;
        mask-image: none;
        -webkit-mask-image: none;
    }
    
    .shindan-section-white + .shindan-wave-section,
    .shindan-section-white .shindan-wave-section {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 48px;
        background-color: #fff;
        background-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        background-size: 100% 48px;
        background-position: center bottom;
        background-repeat: no-repeat;
        mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        mask-size: 100% 48px;
        mask-position: center bottom;
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        -webkit-mask-size: 100% 48px;
        -webkit-mask-position: center bottom;
        -webkit-mask-repeat: no-repeat;
    }
    
    .shindan-section-white + .shindan-wave-section::before,
    .shindan-section-white .shindan-wave-section::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 48px;
        background-color: #f7f7f7;
        mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        mask-size: 100% 48px;
        mask-position: center bottom;
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        -webkit-mask-size: 100% 48px;
        -webkit-mask-position: center bottom;
        -webkit-mask-repeat: no-repeat;
    }
    
    .shindan-section-gray + .shindan-wave-section,
    .shindan-section-gray .shindan-wave-section {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 48px;
        background-color: #f7f7f7;
        background-image: none;
    }
    
    .shindan-section-gray + .shindan-wave-section::before,
    .shindan-section-gray .shindan-wave-section::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 48px;
        background-color: #fff;
        mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        mask-size: 100% 48px;
        mask-position: center bottom;
        mask-repeat: no-repeat;
        -webkit-mask-image: url('/wp-content/themes/matchapp/page_templates/questions_assets/img/frame-pc.png');
        -webkit-mask-size: 100% 48px;
        -webkit-mask-position: center bottom;
        -webkit-mask-repeat: no-repeat;
    }
}

