/* ========================================
   Personal Page - Hero Section Styles
   个人利用页面 - 首屏样式
   ======================================== */

/* Desktop Styles - 桌面端样式 */
.fv-wrap {
    width: 100%;
    background: #222;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
}

.main_txt {
    position: absolute;
    top: 40px;
    left: 35px;
}

.main_txt h2 {
    font-size: 380%;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* h2 标题背景样式 - 黑色半透明，紧凑包裹文字 */
.main_txt h2 .title-bg {
    background: rgba(0,0,0,0.5) !important;
    display: inline-block !important;
    padding: 8px 20px !important;
    line-height: 1.3em !important;
    box-sizing: border-box !important;
    font-size: 38px !important;
    font-weight: bold !important;
}

.main_txt p {
    font-weight: 600;
    font-size: 200%;
    line-height: 1.5em;
    margin-top: 15px;
}

.main_txt p span {
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    color: #222;
    margin: 3px 2px;
}

/* p 副标题背景样式 - 白色半透明，占满宽度 */
.main_txt > p .subtitle-bg {
    background: rgba(255,255,255,0.9) !important;
    color: #333 !important;
    display: block !important;
    padding: 12px 30px !important;
    line-height: 1.4em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 24px !important;
}

.offer {
    width: 300px;
    margin-top: 30px;
}

.offer ul {
    display: flex;
    justify-content:space-around;
}

.offer ul li img {
    width: 80px;
    padding: 5px;
}

.offer p {
    color: #fff;
    background: #333;
    text-align: center;
    font-size: 80%;
    border-radius: 100px;
}

/* 车内设备背景样式 - 黑色半透明，占满宽度 */
.main_txt .offer p .offer-bg {
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    display: block !important;
    padding: 10px 30px !important;
    line-height: 1.4em !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 24px !important;
    font-weight: bold !important;
}

.fv-img {
    background: url("../images/haneda_mv.png") no-repeat;
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}

.fv-txt {
    background: #000;
    width: 1100px;
    height: 93px;
    margin: 0 auto;
    text-align: center;
}

.fv-txt h3 .txt_01 {
    font-size: 280%;
    color: #fff;
    padding: 0 5px;
}

.fv-txt h3 .txt_02 {
    font-size: 350%;
    color: #f2ec34;
    padding: 0 5px;
}

.fv-txt h3 .txt_03 {
    font-size: 210%;
    color: #fff;
    padding: 0 5px;
}

.fv-txt p {
    font-size: 80%;
    color: #fff;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.40rem;
    }
}


.h3, h3 {
    font-size: calc(0.4rem + .6vw);
}

/* ========================================
   Vehicle & Equipment Section - 车辆和装备部分
   ======================================== */

/* Vehicle title */
.bold-color-ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #0f0177;
    margin: 15px 0 10px;
    text-align: center;
}

/* Vehicle price/capacity info */
.vehicle-price {
    text-align: center;
}

/* Equipment section title */
li.l-col2 h5 {
    margin: 20px 0 5px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

/* Equipment grid - 2x2 layout using CSS Grid */
ul.equipment {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px 10px !important;
}

ul.equipment li {
    display: block !important;
    text-align: left !important;
    font-size: 1.26rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

ul.equipment li img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 0 5px 0 !important;
}

/* Annotation list */
.annotation-list-wrap {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
}

.annotation-list {
    font-size: 1.4rem;
    color: #888;
    margin-bottom: 5px;
    line-height: 1.6;
}

.annotation-list:last-child {
    margin-bottom: 0;
}

.list-color01 {
    color: rgba(206, 37, 33, 1.0);
}

/* Mobile Styles - 移动端样式 (767px以下) */
@media screen and (max-width: 767px) {
    .fv-wrap {
        display: block !important;
        visibility: visible !important;
        overflow: visible !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 80px !important; /* 为header留空间 */
        transform: none !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .fv-img {
        width: 100% !important;
        height: auto !important;
        min-height: 250px !important;
        background: url("../images/haneda_mv.png") no-repeat center center !important;
        background-size: auto 100% !important;
        position: relative !important;
        margin: 0 !important;
        padding: 40px 20px !important;
        transform: none !important;
    }

    .fv-img-narita {
        background: url("../images/narita_mv.png") no-repeat left center !important;
        background-size: auto 100% !important;
        background-position: 80% center !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        padding: 20px 8px !important;
        padding-bottom: 20px !important;
    }

    .fv-txt {
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
        padding: 30px 15px !important;
        margin: 0 !important;
        transform: none !important;
        background: #000 !important;
        text-align: center !important;
    }

    /* Haneda默认：文字靠左 */
    .main_txt {
        position: relative;
        top: auto;
        left: auto;
        width: auto !important;
        max-width: 60% !important;
        padding: 0;
        text-align: left !important;
    }

    .main_txt h2 {
        font-size: 200%;
        line-height: 1.4em;
        margin-bottom: 15px;
        color: #fff;
        text-align: left !important;
    }

    .main_txt h2 .title-bg {
        font-size: 17px !important;
        padding: 6px 15px !important;
        display: inline-block !important;
        line-height: 1.4em;
        background: rgba(0,0,0,0.5) !important;
        text-align: left !important;
    }

    /* Narita特殊：文字靠右下 */
    .fv-img-narita .main_txt {
        max-width: 42% !important;
        text-align: right !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .fv-img-narita .main_txt h2 {
        text-align: right !important;
    }

    .fv-img-narita .main_txt h2 .title-bg {
        text-align: right !important;
    }

    .main_txt p {
        font-size: 140%;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

    .main_txt > p .subtitle-bg {
        font-size: 16px !important;
        padding: 8px 20px !important;
        display: block !important;
        background: rgba(255,255,255,0.9) !important;
        color: #333 !important;
    }

    .offer {
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .offer p {
        font-size: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .main_txt .offer p .offer-bg {
        font-size: 16px !important;
        padding: 8px 20px !important;
        background: rgba(0,0,0,0.7) !important;
        color: #fff !important;
        display: block !important;
    }

    .offer ul {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .offer ul li {
        flex: 0 0 auto;
    }

    .offer ul li img {
        width: 60px;
        height: auto;
        padding: 5px;
    }

    /* 底部文字区域 */
    .fv-txt h3 {
        margin-bottom: 15px;
        line-height: 1.8em;
    }

    .fv-txt h3 .txt_01 {
        font-size: 280%;
        display: block;
        margin: 8px 0;
        color: #fff;
    }

    .fv-txt h3 .txt_02 {
        font-size: 400%;
        display: block;
        margin: 10px 0;
        font-weight: bold;
        color: #f2ec34;
    }

    .fv-txt h3 .txt_03 {
        font-size: 200%;
        display: block;
        margin: 8px 0;
        color: #fff;
    }

    .fv-wrap .fv-txt > p {
        font-size: 90% !important;
        line-height: 1.8em !important;
        padding: 15px 15px !important;
        margin: 0 !important;
        color: #fff !important;
        display: block !important;
        visibility: visible !important;
    }

    /* 确保后续section正常显示 */
    section:not(.fv-wrap) {
        display: block !important;
        visibility: visible !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding: 40px 15px !important;
        clear: both !important;
    }

    /* CV Block 移动端样式 - 只应用于Personal页面 */
    body:has(.fv-wrap) .cv-block {
        background: #f5f5f5 !important;
        padding: 30px 15px !important;
        text-align: center !important;
        display: block !important;
        visibility: visible !important;
        transform: none !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    body:has(.fv-wrap) .cv-block .cv-text {
        font-size: 18px !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
        color: #333 !important;
    }

    body:has(.fv-wrap) .cv-block .cv-btn-01 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        background: #fff !important;
        color: #333 !important;
        padding: 18px 20px !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        border: 2px solid #333 !important;
        border-radius: 8px !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    body:has(.fv-wrap) .cv-block .cv-btn-01:hover {
        background: #f0f0f0 !important;
        color: #333 !important;
    }

    body:has(.fv-wrap) .cv-block .column-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    body:has(.fv-wrap) .cv-block .l-col2 {
        width: 100% !important;
        flex: none !important;
    }

    body:has(.fv-wrap) .cv-block .toBiz {
        text-align: center !important;
        margin-top: 20px !important;
        font-size: 16px !important;
    }

    body:has(.fv-wrap) .cv-block .toBiz a {
        color: #D4AF37 !important;
        text-decoration: underline !important;
        font-weight: normal !important;
    }

    body:has(.fv-wrap) .cv-block .contents-inner {
        display: block !important;
        visibility: visible !important;
        transform: none !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    /* ========================================
       Voice Section - 移动端样式
       ======================================== */
    .voice {
        background: #ede3b0 !important;
        padding: 30px 15px !important;
    }

    .voice-ttl {
        font-size: 18px !important;
        text-align: center !important;
        padding: 10px 5px !important;
        color: #000 !important;
        border-top: solid 2px #000 !important;
        border-bottom: solid 2px #000 !important;
        margin-bottom: 20px !important;
        line-height: 1.5 !important;
    }

    .voice .column-wrap {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .voice-list {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        background: #fff !important;
        padding: 12px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
        border-radius: 8px !important;
        position: relative !important;
        min-height: 0 !important;
    }

    .voice-col2-1 {
        flex: 0 0 100px !important;
        width: 100px !important;
        margin-right: 12px !important;
    }

    .voice-col2-1 img {
        width: 100% !important;
        height: auto !important;
        border-radius: 6px !important;
        display: block !important;
    }

    .voice-col2-2 {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        padding-bottom: 30px !important;
    }

    .ttl-bold-sml {
        font-size: 14px !important;
        font-weight: bold !important;
        color: #000 !important;
        margin: 8px 0 8px 0 !important;
        line-height: 1.4 !important;
        text-align: left !important;
    }

    .body-copy-sml {
        font-size: 12px !important;
        line-height: 1.6 !important;
        color: #333 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .voice-num {
        position: absolute !important;
        bottom: 8px !important;
        left: 8px !important;
        background: #000 !important;
        color: #fff !important;
        font-size: 12px !important;
        font-weight: bold !important;
        padding: 3px 10px !important;
        border-radius: 0 !important;
        display: inline-block !important;
    }

    .voice-num span {
        display: inline !important;
    }

    .voice-num:after {
        content: "" !important;
        display: block !important;
        width: 0 !important;
        height: 0 !important;
        border-top: solid 6px #7a7a7a !important;
        border-bottom: solid 6px transparent !important;
        border-left: solid 6px transparent !important;
        position: absolute !important;
        left: 0 !important;
        bottom: -12px !important;
    }
}

/* ========================================
   Voice Section - PC端样式
   ======================================== */
@media screen and (min-width: 768px) {
    .voice {
        background: #ede3b0;
        padding: 60px 40px;
    }

    .voice-ttl {
        font-size: 3.6rem;
        text-align: center;
        padding: 0.5em;
        color: #000;
        border-top: solid 3px #000;
        border-bottom: solid 3px #000;
        margin-bottom: 60px;
    }

    .voice .column-wrap {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .voice-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        background: #fff;
        padding: 20px 20px 40px 20px;
        margin-bottom: 38px;
        box-shadow: 0 0 4px #ccc;
        position: relative;
        min-height: 252px;
    }

    .voice-col2-1 {
        flex: 0 0 36%;
        width: 36%;
        margin-right: 3%;
    }

    .voice-col2-1 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .voice-col2-2 {
        flex: 1;
        width: 59%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .ttl-bold-sml {
        font-size: 1.6rem;
        font-weight: bold;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .body-copy-sml {
        font-size: 1.4rem;
        line-height: 1.8;
        color: #333;
        margin: 0;
        text-align: left;
    }

    .voice-num {
        position: absolute;
        bottom: 30px;
        left: -10px;
        background: #000;
        color: #fff;
        font-size: 2.0rem;
        font-weight: bold;
        padding: 0.2em 1.6em;
        display: inline-block;
    }

    .voice-num span {
        display: inline;
    }

    .voice-num:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: solid 10px #7a7a7a;
        border-bottom: solid 10px transparent;
        border-left: solid 10px transparent;
        position: absolute;
        left: 0;
        bottom: -20px;
    }
}

/* ========================================
   Business Service Banner - 商务服务横幅
   ======================================== */
.business-service-banner {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 桌面端启用视差滚动 */
@media screen and (min-width: 768px) {
    .business-service-banner {
        background-attachment: fixed;
    }
}

.business-service-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.business-service-banner .banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.business-service-banner h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.business-service-banner p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.business-service-banner .banner-btn {
    display: inline-block;
    background: linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 20px 60px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all 0.3s ease;
    border: 2px solid #D4AF37;
}

.business-service-banner .banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
}

.business-service-banner .banner-btn i {
    margin-right: 10px;
}

/* 移动端样式 */
@media screen and (max-width: 767px) {
    .business-service-banner {
        padding: 40px 20px;
        background-attachment: scroll !important;
    }

    .business-service-banner h2 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .business-service-banner p {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .business-service-banner .banner-btn {
        font-size: 1.6rem;
        padding: 15px 40px;
    }
}

/* PC端 CV Block 样式 - 只应用于有 .fv-wrap 的页面（Personal页面） */
@media screen and (min-width: 768px) {
    .fv-wrap ~ main .cv-block,
    body:has(.fv-wrap) .cv-block {
        background: #f5f5f5;
        padding: 50px 40px;
        text-align: center;
    }

    .fv-wrap ~ main .cv-block .contents-inner,
    body:has(.fv-wrap) .cv-block .contents-inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .fv-wrap ~ main .cv-block .column-wrap,
    body:has(.fv-wrap) .cv-block .column-wrap {
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        align-items: stretch;
    }

    .fv-wrap ~ main .cv-block .l-col2,
    body:has(.fv-wrap) .cv-block .l-col2 {
        flex: 1;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .fv-wrap ~ main .cv-block .cv-text,
    body:has(.fv-wrap) .cv-block .cv-text {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
    }

    .fv-wrap ~ main .cv-block .cv-btn-01,
    body:has(.fv-wrap) .cv-block .cv-btn-01 {
        display: block;
        width: 100%;
        background: #fff;
        color: #333;
        padding: 20px 30px;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        border: 3px solid #333;
        border-radius: 10px;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }

    .fv-wrap ~ main .cv-block .cv-btn-01:hover,
    body:has(.fv-wrap) .cv-block .cv-btn-01:hover {
        background: #333;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .fv-wrap ~ main .cv-block .toBiz,
    body:has(.fv-wrap) .cv-block .toBiz {
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
        width: 100%;
    }

    .fv-wrap ~ main .cv-block .toBiz a,
    body:has(.fv-wrap) .cv-block .toBiz a {
        color: #D4AF37;
        text-decoration: underline;
        font-weight: normal;
    }

    .fv-wrap ~ main .cv-block .toBiz a:hover,
    body:has(.fv-wrap) .cv-block .toBiz a:hover {
        color: #B8941F;
    }

    /* Vehicle & Equipment Mobile Styles */
    .bold-color-ttl {
        font-size: 1.8rem;
    }

    li.l-col2 h5 {
        font-size: 1.6rem;
        margin: 15px 0 5px;
    }

    .equipment li {
        width: 48.5%;
        font-size: 1.2rem;
        margin-right: 3%;
    }

    .equipment li:nth-child(even) {
        margin-right: 0;
    }

    .annotation-list {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
}


