/*
Theme Name: LP Theme
Theme URI: https://xb086735.xbiz.jp
Author: nema
Version: 1.0.9
Description: 記事LP専用の軽量テーマ
*/

/* ============================================================
   ベースリセット
   ============================================================ */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    background: #F4F4F4;
    color: #333;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Meiryo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

.lp-entry a {
    color: #4f96f6 !important;
    display: inline-block;
    padding: 4px 0;
    transition: color 0.2s, text-decoration 0.2s;
}

.lp-entry a:hover {
    color: #1a6fd4 !important;
    text-decoration: underline;
}

.lp-entry a img {
    display: block;
    text-decoration: none;
}

.lp-entry p:has(img),
.lp-entry figure {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

p {
    margin: 0 0 2em;
    word-break: break-all;
}

/* ============================================================
   レイアウト
   ============================================================ */

#lp-wrap {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    min-height: 100vh;
}

.lp-entry {
    padding: 0 0 2em;
}

.lp-entry > *:first-child {
    margin-top: 0 !important;
}

.lp-entry h1,
.lp-entry h2,
.lp-entry h3,
.lp-entry h4 {
    margin: 1em 0 0.5em;
    line-height: 1.4;
    font-weight: 700;
}

.lp-entry ul,
.lp-entry ol {
    padding-left: 1.5em;
    margin: 0 0 1em;
}

.lp-entry table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.lp-entry table th,
.lp-entry table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: left;
}

.lp-entry table th {
    background: #f5f5f5;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    html { margin-top: 0 !important; }
    body { margin-top: 0 !important; }
    #wpadminbar { display: none !important; }
}

@media (max-width: 640px) {
    #lp-wrap {
        padding: 0 15px;
    }
    body {
        font-size: 14px;
    }
    .pc-only { display: none !important; }
}

@media (min-width: 641px) {
    .sp-only { display: none !important; }
    #lp-wrap {
        max-width: 1000px;
        padding: 0 40px;
    }
    body {
        background: #ffffff;
    }
    video {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* ============================================================
   テキスト配置
   ============================================================ */

.al-c { text-align: center; }

.al-r {
    display: block;
    text-align: right !important;
}

/* ============================================================
   カラー・強調ユーティリティ
   ============================================================ */

.red {
    color: #d90000;
    font-weight: 800;
}

.blue {
    color: #0066cc;
    font-weight: 800;
}

.pink {
    color: #e91e63;
    font-weight: 800;
}

.boldd {
    font-weight: 800;
}

.line-yellow {
    background: linear-gradient(transparent 60%, #ffff00 60%);
    padding: 0 0.1em;
}

.line-pink {
    background: linear-gradient(transparent 60%, #ffb6c1 60%);
    padding: 0 0.1em;
}

.gray {
    color: #999999;
    font-size: 6pt;
    text-align: right !important;
    display: block;
}

.gray2 {
    font-size: 8px;
    text-align: right !important;
    transform: scale(.8);
}

/* ============================================================
   フォントサイズ
   ============================================================ */

.f12px { font-size: 12px !important; }
.f13px { font-size: 13px !important; }
.f14px { font-size: 14px !important; }
.f15px { font-size: 15px !important; }
.f16px { font-size: 16px !important; }
.f17px { font-size: 17px !important; }
.f18px { font-size: 18px !important; }
.f19px { font-size: 19px !important; }
.f20px { font-size: 20px !important; line-height: 1.6; font-weight: 700; }
.f21px { font-size: 21px !important; line-height: 1.6; font-weight: 700; }
.f22px { font-size: 22px !important; line-height: 1.6; font-weight: 700; }
.f23px { font-size: 23px !important; line-height: 1.6; font-weight: 700; }
.f24px { font-size: 24px !important; }
.f25px { font-size: 25px !important; }
.f26px { font-size: 26px !important; }
.f27px { font-size: 27px !important; }
.f28px { font-size: 28px !important; }

/* ============================================================
   タイトルボックス
   ============================================================ */

.title {
    background: #c2edff;
    padding: 0.5em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.5em 0 0.5em;
}

/* ============================================================
   プレースホルダー
   ============================================================ */

.placeholder {
    display: block;
    height: 150px;
    background-color: #f0f0f0;
    border: 1px dashed #ccc;
    text-align: center;
    line-height: 150px;
    margin: 15px 0;
    font-style: italic;
    color: #666;
    font-size: 14px;
}

/* ============================================================
   アニメーション：テキスト点滅
   ============================================================ */

.link {
    margin: 10px 0;
}

.text {
    animation: flash 1s linear infinite;
    margin: 20px;
    font-size: 30px;
    font-weight: bold;
}

@keyframes flash {
    0%, 35%, 60%, 100% { opacity: 0; }
    25% { opacity: 1; color: #7fff00; }
    50% { opacity: 1; color: #0091EA; }
    75% { opacity: 1; color: #ff1493; }
}

@keyframes blinking {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.blink {
    animation: blinking 1s ease-in-out infinite alternate;
}

/* ============================================================
   ハイライトテキスト
   ============================================================ */

.text-background {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
}

.text-background > span {
    position: relative;
    display: inline-block;
}

.text-background > span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -5px;
    top: -5px;
    right: -5px;
    background-color: #fecd2f;
    z-index: -1;
}

/* ============================================================
   吹き出し
   ============================================================ */

.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

/* ============================================================
   マル秘情報ボックス
   ============================================================ */

.blink-container {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

@keyframes attention-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(255, 0, 0, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

.secret-box {
    display: inline-block;
    margin: 30px auto 10px;
    padding: 10px 30px;
    font-size: 26px;
    font-weight: 900;
    color: #cc0000;
    background-color: #fff;
    border: 4px solid #cc0000;
    border-radius: 8px;
    animation: attention-pulse 2s infinite;
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

.bouncing-arrow {
    display: block;
    font-size: 50px;
    font-weight: 900;
    color: #cc0000;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
    animation: arrow-bounce 1.5s infinite ease-in-out;
}

/* ============================================================
   動く矢印1（cp_arrows）
   ============================================================ */

.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
    box-sizing: border-box;
}

.cp_arrows {
    position: relative;
    display: flex;
    height: 300px;
    margin: 2em auto;
    justify-content: center;
    align-items: center;
}

.cp_arrows .cp_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}

.cp_arrows .cp_arrowfirst {
    animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
    animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    background: #E91E63;
}

.cp_arrows .cp_arrow:before {
    transform: rotate(30deg) translateX(-39%);
    transform-origin: top left;
}

.cp_arrows .cp_arrow:after {
    transform: rotate(-30deg) translateX(39%);
    transform-origin: top right;
}

@keyframes arrow-move08 {
    0% { top: 40%; opacity: 0; }
    70% { opacity: 1; }
    100% { opacity: 0; }
}

/* ============================================================
   動く矢印2（SVGアニメーション）
   ============================================================ */

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

@keyframes bounceArrow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.arrow {
    animation: bounceArrow 2s infinite ease-in-out;
}

.arrow-red-long-big {
    animation: bounceArrow 2.5s infinite ease-in-out;
}

@keyframes chevronFlow {
    0% { opacity: 0; transform: translateY(-20px); }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; transform: translateY(20px); }
}

.arrow-triple-chevron-wide .chevron-path {
    opacity: 0;
    transform-origin: center;
}

.arrow-triple-chevron-wide .chevron-path:nth-child(1) {
    animation: chevronFlow 1.5s infinite linear;
    animation-delay: 0s;
}

.arrow-triple-chevron-wide .chevron-path:nth-child(2) {
    animation: chevronFlow 1.5s infinite linear;
    animation-delay: 0.5s;
}

.arrow-triple-chevron-wide .chevron-path:nth-child(3) {
    animation: chevronFlow 1.5s infinite linear;
    animation-delay: 1.0s;
}

/* ============================================================
   CVボタン
   ============================================================ */

.cv_btn {
    margin: 0 auto;
}

.cv_btn img {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from { transform: scale(0.9, 0.9); }
    to { transform: scale(1, 1); }
}

/* ============================================================
   見出し
   ============================================================ */

h2.sango-style-heading {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: #1a1a1a;
    padding: 14px 16px;
    margin: 1.5em 0;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .08em;
    border-left: 6px solid #d90000;
}

@media (max-width: 640px) {
    h2.sango-style-heading { font-size: 20px; }
}

.pop-heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    background-color: #fff100;
    border: 3px solid #000000;
    box-shadow: 6px 6px 0 #000000;
    border-radius: 4px;
    padding: 1.5rem 1rem;
    margin: 2rem auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    transform: translateY(-4px);
}

@media (max-width: 640px) {
    .pop-heading {
        font-size: 1.1rem;
        padding: 1rem;
        margin: 1.5rem auto;
        box-shadow: 4px 4px 0 #000000;
    }
}

/* ============================================================
   見出し：黒地＋赤ライン＋白文字
   ============================================================ */

.h-style-15 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: #1a1a1a;
    padding: 14px 16px;
    margin: 1em 0;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .08em;
    border-left: 6px solid #d90000;
}

@media (max-width: 640px) {
    .h-style-15 { font-size: 16px; }
}

/* ============================================================
   口コミ：アットコスメ風
   ============================================================ */

.review-card {
    clear: both;
    margin-bottom: 25px;
    padding: 15px;
    border: 5px solid #e6d9c3;
    background-color: #fff;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.user-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-details {
    flex-grow: 1;
    min-width: 0;
}

.user-name {
    font-weight: bold;
    font-size: 16px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.verified-badge {
    color: white;
    background-color: #00b06b;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    white-space: nowrap;
}

.user-meta {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-and-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rating {
    color: #ffc107;
    display: flex;
    align-items: center;
}

.rating .stars {
    font-size: 20px;
    letter-spacing: -2px;
    color: #ffc107;
}

.rating-number {
    color: #1a1a1a;
    font-weight: bold;
    margin-left: 5px;
}

.date {
    color: #aaa;
    font-size: 12px;
}

.purchase-info {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.purchase-info .label {
    background-color: #eee;
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
}

.review-text p {
    line-height: 1.6;
    color: #323232;
    margin: 15px 0;
    font-size: 17px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.like-section {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.like-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border: 1px solid #d87093;
    border-radius: 20px;
    background-color: #fff;
    color: #d87093;
    font-size: 14px;
    cursor: pointer;
}

.heart-icon {
    font-size: 16px;
    color: #d87093;
}

.like-number {
    font-weight: bold;
    color: #d87093;
    border: none;
    background-color: transparent;
}

.tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.review-card.highlight {
    border: 2px solid #ff69b4;
}

/* ============================================================
   口コミ：Twitter風
   ============================================================ */

.tweet-card-clean {
    max-width: 600px;
    width: 100%;
    border: 1px solid #e1e8ed;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
    background-color: #ffffff;
    line-height: 1.3;
}

.tweet-card-clean__header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 4px;
}

.tweet-card-clean__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.tweet-card-clean__user-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.tweet-card-clean__user-block p,
.tweet-card-clean__header p {
    margin: 0 !important;
    padding: 0 !important;
}

.tweet-card-clean__name {
    font-size: 15px;
    font-weight: 700;
    color: #0f1419;
    display: block;
}

.tweet-card-clean__handle {
    font-size: 14px;
    color: #536471;
    display: block;
    margin-top: 2px;
}

.tweet-card-clean__menu {
    font-size: 20px;
    color: #536471;
    cursor: pointer;
    line-height: 1;
    margin-left: auto;
    padding-top: 4px;
}

.tweet-card-clean__text {
    font-size: 18px;
    line-height: 1.5;
    color: #0f1419;
    margin: 0 0 12px !important;
}

.tweet-card-clean__image-wrapper {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e1e8ed;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tweet-card-clean__image {
    width: 100%;
    height: auto;
    display: block;
}

.tweet-card-clean__timestamp {
    font-size: 14px;
    color: #536471;
    margin: 0 !important;
}

/* ============================================================
   アンケートフォーム（survey-sample デザインA）
   ============================================================ */

.survey-simple-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.survey-simple-wrapper * { box-sizing: border-box; }

/* プログレスバー */
.survey-progress { max-width: 600px; margin: 0 auto 24px; }
.survey-progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.survey-progress-label { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.survey-progress-count { font-size: 13px; font-weight: 700; color: #e63946; }
.survey-progress-bar { width: 100%; height: 8px; background: #e0e0e0; border-radius: 4px; position: relative; }
.survey-progress-fill {
    height: 100%; width: 0%;
    background: linear-gradient(90deg, #e63946, #ff6b6b);
    border-radius: 4px; transition: width .4s ease; position: relative;
}
.survey-progress-fill::after {
    content: ''; position: absolute; right: -6px; top: 50%;
    transform: translateY(-50%); width: 14px; height: 14px;
    border-radius: 50%; background: #e63946;
    animation: progress-glow 1.4s ease-in-out infinite;
}
@keyframes progress-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(230,57,70,.8), 0 0 8px 3px rgba(230,57,70,.5); }
    50%       { box-shadow: 0 0 0 7px rgba(230,57,70,0), 0 0 3px 1px rgba(230,57,70,.1); }
}

/* 質問カード */
.survey-group { margin-bottom: 32px; }

/* 質問ヘッダー */
.question-header { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.q-mark {
    display: inline-flex; align-items: center; justify-content: center;
    background: #fbbf24; color: #1a1a1a; font-size: 13px; font-weight: 900;
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(251,191,36,.4);
}
.q-text {
    font-size: 17px; font-weight: 700; color: #1a1a1a; line-height: 1.5;
    padding-top: 10px; border-bottom: 3px solid #fbbf24; flex: 1; padding-bottom: 4px;
}
.q-multi { display: inline-block; font-size: 11px; font-weight: 400; color: #999; margin-left: 6px; vertical-align: middle; }

/* 画像エリア */
.question-image-area {
    width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 14px;
    background: #e5e7eb; min-height: 80px;
    display: flex; align-items: center; justify-content: center;
    color: #9ca3af; font-size: 13px;
}
.question-image-area img { width: 100%; height: auto; display: block; }

/* 選択肢 */
.options-container { display: flex; flex-direction: column; gap: 10px; }
.option-row { display: block; position: relative; }
.input-hidden { position: absolute; opacity: 0; width: 0; height: 0; }

.label-visual {
    display: flex; align-items: center; gap: 14px;
    padding: 16px 18px; background: #fff;
    border: 2.5px solid #e0e0e0; border-radius: 14px;
    cursor: pointer; min-height: 62px;
    transition: border-color .15s, background .15s, transform .1s, box-shadow .15s;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
    user-select: none; -webkit-user-select: none;
}
.label-visual:active { transform: scale(.98); }
.label-visual p { display: contents; margin: 0; padding: 0; border: none; }

.custom-box {
    width: 28px; height: 28px; min-width: 28px;
    border-radius: 8px; background: #f0f0f0; border: 2px solid #d0d0d0;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, border-color .2s, transform .2s;
}
.check-icon {
    width: 16px; height: 16px; fill: none; stroke: #fff;
    stroke-width: 3; stroke-linecap: round; stroke-linejoin: round;
    opacity: 0; transform: scale(.5);
    transition: opacity .15s, transform .2s;
}
.option-text { font-size: 16px; font-weight: 700; color: #1a1a1a; line-height: 1.4; flex: 1; }

/* wpautop対策 */
.survey-simple-wrapper br,
.survey-simple-wrapper p:empty { display: none !important; margin: 0 !important; }
.options-container > p,
.option-row > p,
.survey-group > p { margin: 0 !important; padding: 0 !important; }

/* 選択時（CSS兄弟セレクタ＋JSクラス両対応） */
.input-hidden:checked ~ .label-visual,
.label-visual.is-checked {
    border-color: #e63946;
    background: linear-gradient(135deg, #fff5f5, #fff0f0);
    box-shadow: 0 2px 12px rgba(230,57,70,.2);
}
.input-hidden:checked ~ .label-visual .custom-box,
.label-visual.is-checked .custom-box {
    background: #e63946; border-color: #e63946; transform: scale(1.1);
}
.input-hidden:checked ~ .label-visual .check-icon,
.label-visual.is-checked .check-icon { opacity: 1; transform: scale(1); }
.input-hidden:checked ~ .label-visual .option-text,
.label-visual.is-checked .option-text { color: #c0001a; }

/* ============================================================
   Instagram風カード
   ============================================================ */
.ig-card { max-width:100%; border:1px solid #dbdbdb; border-radius:3px; background:#fff; overflow:hidden; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; }
.ig-card__header { display:flex; align-items:center; padding:10px 12px; gap:10px; }
.ig-card__avatar { width:40px; height:40px; border-radius:50%; object-fit:cover; flex-shrink:0; display:block; border:1px solid #dbdbdb; }
.ig-card__info { flex:1; min-width:0; }
.ig-card__username { font-size:14px; font-weight:700; color:#262626; line-height:1.3; }
.ig-card__sub { font-size:12px; color:#262626; margin-top:1px; }
.ig-card__more { font-size:18px; color:#262626; line-height:1; letter-spacing:1px; flex-shrink:0; }
.ig-card__image { width:100%; display:block; }
.ig-card__actions { display:flex; align-items:center; padding:10px 12px 6px; gap:0; }
.ig-card__left-actions { display:flex; align-items:center; gap:4px; flex:1; }
.ig-card__action { display:flex; align-items:center; gap:5px; background:none; border:none; cursor:pointer; padding:4px 6px; color:#262626; font-size:14px; font-weight:400; }
.ig-card__action svg { width:22px; height:22px; display:block; }
.ig-card__action--bookmark { margin-left:auto; padding:4px 0; }
.ig-card__caption { padding:2px 12px 6px; font-size:14px; color:#262626; line-height:1.5; }
.ig-card__caption strong { font-weight:700; }
.ig-card__hashtag { color:#00376b; }
.ig-card__timestamp { padding:2px 12px 12px; font-size:12px; color:#8e8e8e; }

/* ============================================================
   比較表
   ============================================================ */
.compare-wrap { overflow-x:auto; }
.compare-table { width:100%; border-collapse:collapse; font-size:14px; }
.compare-table th { padding:12px 10px; text-align:center; font-weight:700; font-size:13px; }
.compare-table td { padding:10px; text-align:center; border-bottom:1px solid #f0f0f0; font-size:14px; }
.compare-table .item-col { text-align:left; font-weight:600; color:#333; padding-left:12px; }
.compare-th-this { background:#fff100; color:#111; border-radius:6px 6px 0 0; }
.compare-th-other { background:#f5f5f5; color:#888; border-radius:6px 6px 0 0; }
.compare-check { color:#e60000; font-size:30px; font-weight:900; animation:compareGlow 1.5s ease-in-out infinite; }
@keyframes compareGlow {
    0%,100% { text-shadow:0 0 6px rgba(230,0,0,.5),0 0 12px rgba(230,0,0,.3); }
    50%      { text-shadow:0 0 14px rgba(230,0,0,.9),0 0 28px rgba(230,0,0,.6),0 0 40px rgba(230,0,0,.3); }
}
.compare-cross { color:#aaa; font-size:22px; }
.compare-triangle { color:#f59e0b; font-size:22px; font-weight:700; }
.compare-table tr:nth-child(even) td { background:#fafafa; }
.compare-table tr:hover td { background:#fffde7; }

/* ============================================================
   Before/After
   ============================================================ */
.ba-wrap { display:flex; gap:3px; border-radius:8px; overflow:hidden; position:relative; }
.ba-side { flex:1; position:relative; }
.ba-side img { width:100%; height:auto; display:block; object-fit:cover; }
.ba-label { position:absolute; top:8px; left:8px; background:rgba(0,0,0,.55); color:#fff; font-size:12px; font-weight:700; padding:3px 12px; border-radius:20px; letter-spacing:.05em; }
.ba-divider { position:absolute; top:0; left:50%; transform:translateX(-50%); width:3px; height:100%; background:#fff; z-index:1; pointer-events:none; }

/* ============================================================
   矢印（フロー系）
   ============================================================ */
.custom-arrow-wrapper { text-align:center; }

@keyframes arrowFlowDown {
    0%   { opacity:0; transform:translate3d(0,-5px,0); }
    40%  { opacity:1; transform:translate3d(0,0,0); }
    65%  { opacity:1; transform:translate3d(0,0,0); }
    100% { opacity:0; transform:translate3d(0,5px,0); }
}
.arrow-down-s, .arrow-down-l {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
}
.arrow-down-s svg, .arrow-down-l svg {
    opacity:0;
    will-change:opacity,transform;
    backface-visibility:hidden;
    animation:arrowFlowDown 1.8s cubic-bezier(0.4,0,0.2,1) infinite;
}
.arrow-down-s svg:nth-child(1) { animation-delay:0s; }
.arrow-down-s svg:nth-child(2) { animation-delay:0.45s; }
.arrow-down-l svg:nth-child(1) { animation-delay:0s; }
.arrow-down-l svg:nth-child(2) { animation-delay:0.4s; }
.arrow-down-l svg:nth-child(3) { animation-delay:0.8s; }

.arrow-triple-wrap {
    display:inline-flex;
    align-items:center;
    gap:20px;
}
.arrow-bounce {
    will-change:transform;
    animation:arrowBounce 1.8s ease-in-out infinite;
}
@keyframes arrowBounce {
    0%,100% { transform:translate3d(0,0,0); }
    50%     { transform:translate3d(0,16px,0); }
}
