@charset "UTF-8";

/* ==========================================================================
   共通設定 / ユーティリティ
   ========================================================================== */
@media (min-width: 769px) {
    .pc-none {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sp-none {
        display: none !important;
    }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
@media screen and (max-width: 768px) {
    .keizoku-badge {
        width: 80px;
    }

    .keizoku-badge img {
        width: 80px;
    }
}

/* ==========================================================================
   1. FV
   ========================================================================== */

/* PC: サイドエリア（画像 + バッジ） */
.fv-side-area {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    z-index: 10;
}

.fv-side-image {
    display: flex;
    justify-content: center;
    width: 100%;
}

.fv-side-image img {
    display: block;
    width: 220px;
    height: auto;
}

/* SP: FVラインボタン調整 */
.sp-fv-btn {
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .fv-line-btn {
        width: 100%;
        padding: 14px 20px;
        justify-content: center;
    }

    .fv-side-image {
        width: 60%;
        margin: 0 auto;
    }
}

/* achieve（実績）バー */
.achieve {
    width: 100%;
    background: black;
    padding-bottom: 40px;
}

.achieve-img {
    width: 100%;
    padding: 24px 0;
    display: flex;
    justify-content: center;
}

.achieve-img img {
    width: 50%;
}

.achieve-tags {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.achieve-tags p {
    color: white;
    padding: 12px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 768px) {
    .achieve-img img {
        width: 90%;
    }

    .achieve-tags {
        gap: 10px;
    }

    .achieve-tags p {
        width: calc(50% - 5px);
        text-align: center;
        padding: 10px;
        font-size: 0.8rem;
    }
    .pamphlet{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

/* SP: FV バッジ（pc-none版） */
@media screen and (max-width: 768px) {
    .fv-floating-badge {
        width: 80%;
        padding: 20px;
        margin: 30px auto;
    }
}

/* ==========================================================================
   2. こんなお悩みありませんか？
   ========================================================================== */
@media (max-width: 768px) {
    .problems .section-title h2 {
        font-size: 1.6rem;
    }
}

/* ==========================================================================
   3. バイクを持たないという選択
   ========================================================================== */
/* （style.css で完結） */

/* ==========================================================================
   4. レンタルと購入の比較
   ========================================================================== */
   .conditions{
    padding-top: 40px;
   }
   .conditions-title{
    color:var(--white); 
    font-size:1.2rem;
    border-bottom:1px solid var(--white);
    text-align:center;
    margin-bottom:20px;
   }

.condition-img{
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
}
   .condition-table{
    width:100%;
    border-collapse:collapse;
    color:#fff;
}

.condition-table td{
    padding:4px 0;
    border:none;
}

.condition-label{
    width:120px;
    font-weight:700;
    white-space:nowrap;
}

/* SP: 横スクロール */
@media screen and (max-width: 768px) {
    .comparison-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .comparison-table {
        display: flex;
        flex-direction: row;
        gap: 16px;
        width: max-content;
        padding: 0 4px;
    }

    .comparison-table::-webkit-scrollbar {
        display: none;
    }

    .comp-card {
        width: 330px;
        min-width: 330px;
        flex-shrink: 0;
    }

    .comp-card.rental {
        transform: none;
    }

    .comp-result {
        margin-top: 30px;
    }

    .comp-result .btn {
        max-width: 400px;
        margin-inline: auto;
    }
       .comparison-table{
    background: rgba(255,255,255,0.03);
   }
}

/* ==========================================================================
   5. 選ばれる理由
   ========================================================================== */

/* CTA ブロック */
.reason-cta {
    margin-top: 60px;
    text-align: center;
}

.reason-cta-text {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 24px;
}

.reason-line-btn {
    display: inline-block;
    padding: 18px 50px;
    border-radius: 999px;
    background: #06c755;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.reason-line-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .reason-line-btn {
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    .reason-cta-text {
        font-size: 1rem;
    }
}

/* ==========================================================================
   6. 導入するメリット
   ========================================================================== */
/* （style.css で完結） */

/* ==========================================================================
   7. こんなシーンで利用されています
   ========================================================================== */

/* CTA ブロック */
.usecase-cta {
    text-align: center;
    margin-top: 60px;
}

.usecase-cta-text {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 24px;
}

.usecase-btn {
    display: inline-block;
    padding: 18px 50px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.usecase-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

@media (max-width: 768px) {
    .usecase-btn {
        width: 100%;
        max-width: 350px;
        text-align: center;
    }

    .usecase-cta-text {
        font-size: 1rem;
    }
}

/* ==========================================================================
   8. 料金プラン
   ========================================================================== */

/* カードヘッダー */
.plan-header {
    padding: 50px 30px 36px;
    text-align: center;
    color: #fff;
    position: relative;
}

.plan-label {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.plan-name-en {
    font-size: 2.5rem;
    opacity: 0.8;
    margin-bottom: 0;
    font-weight: 900;
}

.gold-text {
    text-shadow: 0 0 8px gray;
}

/* カード背景 */
.plan-blue {
    background: linear-gradient(180deg, #2a2d31 0%, #1b1d21 45%, #101114 100%);
    position: relative;
}

.plan-green {
    background: linear-gradient(145deg, #e7d39a 0%, #c8a85a 40%, #7f5e22 100%);
    position: relative;
}

.plan-red {
    background: linear-gradient(180deg, #5a1824 0%, #3a0d15 45%, #1a0509 100%);
    position: relative;
}

/* 人気バッジ */
.popular-badge {
    background: linear-gradient(145deg, #f5e3a1 0%, #d4b15a 35%, #8a6725 100%);
    border-radius: 14px 14px 0 0;
    padding: 12px 20px;
    text-align: center;
    font-weight: 900;
    font-size: 0.95rem;
    color: #111;
}

/* おすすめカード強調 */
.plan-card.popular {
    transform: translateY(-20px);
    border: 2px solid #f1d277;
    box-shadow:
        0 0 25px rgba(241, 210, 119, 0.4),
        0 0 80px rgba(241, 210, 119, 0.2);
}

.plan-tags-text {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* CTA ボタン群 */
.plan-bottom-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 60px;
}

.plan-bottom-buttons a {
    min-width: 220px;
    padding: 18px 24px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.plan-bottom-buttons a:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .plan-header {
        padding: 40px 20px 28px;
    }

    .plan-name-en {
        font-size: 2rem;
    }

    .plan-card.popular {
        transform: none;
    }

    .plan-bottom-buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .plan-bottom-buttons a {
        width: 100%;
        max-width: 350px;
    }
}

/* ==========================================================================
   9. お客様の声
   ========================================================================== */

/* CTA ボタン群 */
.voice-cta-buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.voice-cta-buttons .btn {
    min-width: 280px;
}

@media (max-width: 768px) {
    .voice-cta-buttons {
        flex-direction: column;
    }

    .voice-cta-buttons .btn {
        width: 100%;
        max-width: 400px;
    }
}

/* ==========================================================================
   10. ご利用の流れ
   ========================================================================== */

/* CTA ボタン群 */
.flow-cta-buttons {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.flow-cta-buttons .btn {
    min-width: 280px;
}

@media (max-width: 768px) {
    .flow-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .flow-cta-buttons .btn {
        width: 100%;
        max-width: 400px;
    }
}

/* ==========================================================================
   11. 導入事例（ストーリー）
   ========================================================================== */
/* （style.css で完結） */

/* ==========================================================================
   12. よくあるご質問
   ========================================================================== */
/* （style.css で完結） */

/* ==========================================================================
   13. CTA / FOOTER
   ========================================================================== */
/* （style.css で完結） */

/* ==========================================================================
   14. 代表メッセージ
   ========================================================================== */
.message {
    padding: var(--section-space) 0;
}

/* 導入文 */
.message-intro {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.intro-img {
    width: 45%;
    flex-shrink: 0;
}

.intro-img img {
    width: 100%;
    border-radius: 15px;
}

.intro-text {
    flex: 1;
}

.intro-text h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.message-intro p {
    margin-bottom: 16px;
    line-height: 2;
    font-size: 1rem;
}

/* サイトリンク */
.message-links {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.message-links .btn {
    min-width: 280px;
}

/* カードグリッド */
.message-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.message-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.message-card h3 {
    font-size: 1.3rem;
    margin-bottom: 16px;
    padding-left: 15px;
    border-left: 5px solid var(--primary-color);
    line-height: 1.4;
}

.message-card p {
    margin-bottom: 16px;
    line-height: 2;
    font-size: 0.95rem;
}

.message-card strong {
    color: var(--accent-red);
}

/* 続きを読む */
.message-text {
    position: relative;
}

.message-more {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.message-text.open .message-more {
    max-height: 3000px;
    margin-top: 16px;
}

.message-toggle {
    margin-top: 16px;
    background: var(--primary-color);
    color: var(--bg-dark);
    border: none;
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.message-toggle:hover {
    opacity: 0.85;
}

/* 署名 */
.message-name {
    margin-top: 30px;
    text-align: right;
    font-weight: 700;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* PC: 続きを読む非表示 */
@media (min-width: 769px) {
    .message-more {
        max-height: none !important;
        overflow: visible;
    }

    .message-toggle {
        display: none;
    }
}

/* SP */
@media (max-width: 768px) {
    .message {
        padding: 80px 0;
    }

    .message-intro {
        flex-direction: column;
        padding: 24px 20px;
        gap: 24px;
        margin-bottom: 24px;
    }

    .intro-img {
        width: 80%;
        margin: 0 auto;
    }

    .message-links {
        flex-direction: column;
        align-items: center;
    }

    .message-links .btn {
        width: 100%;
        max-width: 400px;
    }

    .message-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .message-card {
        padding: 24px 20px;
    }

    .message-card h3 {
        font-size: 1.1rem;
    }

    .message-more {
        max-height: 0;
    }

    .message-toggle {
        width: 100%;
        margin-top: 16px;
    }
}

/* ==========================================================================
   15. 法人のお客様へ
   ========================================================================== */
.corporate-support {
    padding: var(--section-space) 0;
    background: #fff;
}

.corporate-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 60px;
    max-width: 900px;
    margin-inline: auto;
}

.corporate-image {
    flex: 1;
}

.corporate-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    display: block;
    margin: auto;
}

.corporate-text {
    flex: 1;
}

.corporate-lead {
    font-size: 1.05rem;
    line-height: 2;
    margin-bottom: 28px;
}

.corporate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.corporate-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.8;
}

.corporate-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 700;
}

.corporate-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 50px;
}

.corporate-buttons .btn {
    min-width: 280px;
}

@media (max-width: 768px) {
    .corporate-support {
        padding-left: 20px;
        padding-right: 20px;
    }

    .corporate-content {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }

    .corporate-image img {
        max-width: 100%;
    }

    .corporate-buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .corporate-buttons .btn {
        width: 100%;
        max-width: 400px;
    }

    .corporate-list li {
        font-size: 1rem;
    }
}

/* ==========================================================================
   サイド固定リンク
   ========================================================================== */
.side-links {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 999;
}

.side-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 220px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #fff;
    border-radius: 18px 0 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(40, 40, 40, 0.98), rgba(15, 15, 15, 0.98));
    transition: 0.3s ease;
}

.side-link:hover {
    transform: translateX(-5px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.45),
        0 0 20px rgba(255, 255, 255, 0.05);
}

.side-link img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 14px;
}

.side-link span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.8;
}

/* 左アクセントライン */
.side-link.official::before,
.side-link.rental::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 18px 0 0 18px;
}

.side-link.official::before {
    background: #F4511E;
}

.side-link.rental::before {
    background: var(--primary-color);
}

/* シャイン */
.side-link::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 60%;
    height: 200%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    transform: rotate(25deg);
    transition: 0.8s ease;
    pointer-events: none;
}

.side-link:hover::after {
    left: 180%;
}

/* SP: 画面下部に横並び */
@media (max-width: 768px) {
    .side-links {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        transform: none;
    }

    .side-link {
        flex: 1;
        width: auto;
        height: 70px;
        margin: 0;
        border-radius: 0;
        flex-direction: row;
        gap: 10px;
    }

    .side-link img {
        width: 28px;
        height: 28px;
        margin-bottom: 0;
    }

    .side-link span {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        letter-spacing: 0.05em;
    }

    .side-link::before {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        border-radius: 0;
    }
}
