body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
}

/* ヘッダースクロール制御 */
#header_stdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
}

#header_stdr.header-hidden {
    transform: translateY(-100%);
}

/* ヘッダー固定分のスペース調整 */
#container {
    padding-top: 138px; /* ヘッダーの高さ */
}

@media (max-width: 980px) {
    #container {
        padding-top: 100px; /* モバイル時のヘッダー高さ */
    }
}

#locator_t_under {
    margin-bottom: 0;
  }
#lumograph_colour_aquarell {
    width: 100%;
    background: #00448c;
    color: #fff;
    position: relative;
}
main.inner {
    max-width: 100% !important;
}
  
.lumo .hero {
    width: 100%;
}
.lumo .hero .hero_img {
    max-width: 100%;
    width: 100%;
}
.lumo .hero .commingsoon {
    position: absolute;
    top: 80px;
    left: 8vw;
    margin: auto;
    width: 387px;
    height: 100px;
    transform: rotate(-6deg);
}
.lumo .content .content_head {
    height: 300px;
    position: relative;
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}
.lumo .content .content_head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 250px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
.lumo .content .content_head > * {
    position: relative;
    z-index: 1;
}
 .lumo .content .content_inner {
    padding: 0 30px 30px;
    position: relative;
}
 .lumo .content .content_inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 950px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
    z-index: 0;
}
 .lumo .content .content_inner > * {
    position: relative;
    z-index: 1;
}
.lumo .content .content_head_title {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
    display: block;
    position: relative;
}
.lumo .content .content_head_title img {
    width: 1120px;
    height: auto;
    max-width: none;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lumo .content .content_title_h1 {
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}
.lumo .content .content_title_h1 .h1_01 ,
.lumo .content .content_title_h1 .h1_02 {
    display: inline-block;
    padding-right: 0.25em;
    padding-left: 0.25em;
}
.lumo .content .content_title_h2 span {
    display: inline-block;
}

.lumo .content .content_title_h1 .h1_03 {
    display: block;
    padding-top: 10px;
    max-width: 256px;
    margin: 0 auto;
}
.lumo .content .content_title_h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}
.lumo .content .product-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lumo .content .product-image img {
    max-width: 640px;
    margin: 0 auto;
    display: block;
}
.lumo .content .debut-image {
    width: auto;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
}
.lumo .content .pencil-image {
    max-width: 803px;
    width: auto;
    height: auto;
    margin: 0 auto 70px;
    padding: 0 0;
}
.lumo .content .product_description {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 200;
}
/* ========== Feature Section ========== */
.lumo .content .feature {
    width: 100%;
    max-width: 1160px;
    margin: 120px auto 100px;
    padding: 0 20px;
    box-sizing: border-box;
}

.lumo .content .feature__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 48px;
    color: #1a1a1a;
}

/* PC: グリッド */
.lumo .content .feature__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}

.lumo .content .feature__item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.lumo .content .feature__img {
    position: relative;
    width: 100%;
    aspect-ratio: 275 / 183;
    overflow: hidden;
    margin-bottom: 20px;
}

.lumo .content .feature__img img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lumo .content .feature__item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 12px;
    padding: 0 15px;
    color: #1a1a1a;
}

.lumo .content .feature__item-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0;
    padding: 0 15px;
    flex: 1;
}
.lumo .content .feature__details img {
    display: block;
    margin-right: 15px;
}

.lumo .content .feature__details {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.lumo .content .feature__mark--ap {
    width: 72px;
    height: auto;
    flex-shrink: 0;
}

.lumo .content .feature__mark--pefc {
    width: 92px;
    height: auto;
    flex-shrink: 0;
}

/* PC: スライダーコントロールを非表示 */
.lumo .content .feature__arrow,
.lumo .content .feature__dots {
    display: none;
}

/* ========================================= */

.lumo .content .lineup {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.lumo .content .lineup h2 {
    width: 100%;
    margin: 0 auto 60px;
}
.lumo .content .lineup h2 img {
    width: auto;
    height: auto;
    max-width: 134px;
    display: block;
    margin: 0 auto;
}
.lumo .content .lineup .lineup_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 80px;
}
.lumo .content .lineup .lineup_item {
    width: 33.333%;
    height: auto;
    max-width: 100%;
    list-style-type: none;
}
.lumo .content .lineup .lineup_item img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
    margin: 0 auto;
}
.lumo .content .content_footer {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    margin-bottom: 50px;
}
.lumo .content .content_footer_img {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.lumo .content .content_footer_img img {
    width: 993px;
    min-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1119px) {
    main.inner {
        padding: 0; 
    }
    .lumo .hero .hero_img {
        min-height: 720px;
        object-fit: cover;
        object-position: center;
    }
}
@media (min-width: 1120px) {
    .lumo .hero .hero_img {
        min-height: 720px;
        object-fit: cover;
        object-position: center;
    }
}

@media (min-width: 1439px) {
    .lumo .hero .hero_img {
        width: 100%;
        height: 810px;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        max-height: 810px;
    }
}

@media (min-width: 1440px) {
    .lumo .content .feature {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .lumo .content .content_title_h2 span.br_pc {
        display: block;
    }
}
@media (max-width: 768px) {
    .lumo .content .pencil-image  {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0 0 9vw;
    }
    .lumo .content .pencil-image  {
        width: 750px;
        min-width: 750px;
    }
}

@media (max-width: 768px) {
    .lumo .content .content_head::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 45%);
    }
    
    .lumo .content .content_inner::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.85) 100%);
    }
    .lumo .hero .hero_img {
        /* min-height: 430px; */
        min-height: 420px;
        object-fit: cover;
        object-position: center;
    }
    .lumo .hero .commingsoon {
        top: 6vw;
        left: 6vw;
        margin: auto;
        width: 260px;
        height: auto;
    }
    
    .lumo .content .content_inner {
        padding: 0 5vw;
    }
    
    .lumo .content .content_title_h1 {
        font-size: 8.84vw;
    }
    .lumo .content .content_title_h1 .h1_03 img {
        width: 58vw;
        margin-top: 4vw;
    }
    .lumo .content .content_title_h2 {
        font-size: 4vw;
        margin-top: 8vw;
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .lumo .content .product-image img {
        max-width: 100%;
        transform: scale(1.2);
        position: relative;
        top: 50px;
        padding-bottom: 60px;
    }
    .lumo .content .debut-image {
        padding: 12vw 0;
        max-width: 84%;
    }
    /* Feature モバイル */
    .lumo .content .feature {
        margin-bottom: 60px;
        padding: 0;
        position: relative;
        overflow: hidden;
        margin-top: 0;
    }
    .lumo .content .feature__title {
        font-size: 26px;
        margin-bottom: 24px;
        padding: 70px 16px 0px;
    }
    .lumo .content .feature__inner {
        display: flex;
        flex-wrap: nowrap;
        transition: transform 0.35s ease;
        will-change: transform;
        margin: 0 -16px;
    }
    .lumo .content .feature__item {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 16px 16px 16px;
    }
    .lumo .content .feature__img {
        aspect-ratio: 16 / 9;
        margin-bottom: 20px;
    }
    .lumo .content .feature__item-title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .lumo .content .feature__item-desc {
        font-size: 16px;
    }
    .lumo .content .feature__arrow {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 36px;
        line-height: 1;
        padding: 4px 10px;
        cursor: pointer;
        z-index: 10;
        color: #333;
    }
    .lumo .content .feature__arrow img {
        height: 20px;
    }
    .lumo .content .feature__arrow--prev { left: 5px; }
    .lumo .content .feature__arrow--next { right: 5px; }
    .lumo .content .feature__dots {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 20px;
        padding-bottom: 8px;
    }
    .lumo .content .feature__dot {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: none;
        background: #ccc;
        padding: 0;
        cursor: pointer;
    }
    .lumo .content .feature__dot--active {
        background: #1a3f8f;
    }
    .lumo .content .feature__details {
        flex-wrap: wrap;
        gap: 12px;
    }
    .lumo .content .feature__mark {
        width: 56px;
    }
    .lumo .content .lineup .lineup_list {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1px;
        background-color: #fff;
        border: 1px solid #fff;
        margin-bottom: 80px;
    }
    .lumo .content .lineup .lineup_item {
        width: 49.8%;
        height: auto;
        max-width: 100%;
        list-style-type: none;
    } 
    .lumo .content .content_head {
        height: 32vw;
        margin-bottom: 15vw;
        padding-top: 12vw;
    }
    .lumo .content .content_head_title img{
        width: 146vw;
    }
    .lumo .content .content_inner {
        position: relative;
        top: 0;
    }
    .lumo .content .lineup h2 {
        margin: 0 auto 8vw;
    }
    .lumo .content .lineup h2 img {
        width: 30vw;
    }
    .lumo .content .content_footer_img {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }
    .lumo .content .content_footer_img img {
        width: 993px;
        min-width: 100%;
        transform: scale(1.24);
        height: auto;
        display: block;
        object-fit: cover;
        object-position: center;
        position: relative;
        top: -3.2vw;
    }
    
}
@media (max-width: 690px) {
    .lumo .content .content_title_h1 {
        display: block !important;
    }
}


/* FULL VERSION ------------------------------------------- */

/* main */

.lumo .content .main-visual {
    width: 100%;
    padding-top: 20px;
}
.lumo .content .main-visual img {
    max-width: 100%;
    width: 932px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.lumo .content .content_head {
    height: auto;
    padding-top: 50px;
    margin-bottom: 20px;
}
.lumo .content .content_title_h1 {
    font-size: 36px;
    margin-bottom: 50px;
}
.lumo .content .content_title_h2 {
    font-size: 18px;
    line-height: 1.6em;
}
.lumo .content .content_lead {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 100;
    margin-bottom: 30px;
    text-align: center;
}

.movie-container {
    position: relative;
    margin-bottom: 40px;
}
.movie-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #fafafa;
}
.movie-cover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.35s ease;
    z-index: 2;
}
.movie-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.movie-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.movie-wrapper.is-playing .movie-cover {
    opacity: 0;
    pointer-events: none;
}
.movie-wrapper.is-playing iframe {
    opacity: 1;
}

/* 先行販売 */
.lumo .content .pre-sale {
    width: 100%;
    max-width: 1120px;
    margin: 70px auto;
    padding: 0px 30px;
    text-align: center;
}

.lumo .content .local-nav-wrapper {
    width: 100%;
    height: 58px;
    position: relative;
}
.lumo .content .local-nav {
    width: 100%;
    background: #00448C;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 58px;
    display: flex;
    align-items: stretch;
    padding: 0 30px;
    transition: top 0.4s ease, transform 0.4s ease;
}
.lumo .content .local-nav.local-nav--fast {
    transition-duration: 0s;
    transition-delay: 0s;
}
.lumo .content .local-nav.local-nav--delayed {
    transition-duration: 0.2s;
    transition-delay: 0.15s;
}
.lumo .content .local-nav.local-nav--fast {
    transition-duration: 0.2s;
}
.lumo .content .local-nav.local-nav--instant {
    transition: none;
}

.lumo .content .local-nav.local-nav--fixed {
    position: fixed;
}
.lumo .content .local-nav__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.lumo .content .local-nav__logo img {
    height: 34px;
    object-fit: contain;
}
.lumo .content .local-nav__menu {
    list-style: none;
    display: flex;
    gap: 70px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.lumo .content .local-nav__menu li a {
    color: #fff;
    text-decoration: none;
}
.lumo .content .local-nav__menu li a:hover,
.lumo .content .local-nav__menu li a:focus {
    text-decoration: underline;
}

.lumo .content .local-nav.local-nav--fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}
.local-nav-spacer {
    height: 0;
    transition: height 0.2s ease;
}

#feature,
#cv-grid,
#lineup,
#faq {
    scroll-margin-top: 150px;
}

.lumo .content .pre-sale-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 0.1em;
}

.lumo .content .pre-sale-shops {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.lumo .content .pre-sale-shop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    width: 204px;
}
.lumo .content .pre-sale-shop-itoya img {
    width: 112px;
}
.lumo .content .pre-sale-shop-sekaido img {
    width: 145px;
}
.lumo .content .pre-sale-shop-kawachi img {
    width: 204px;
}

.lumo .content .pre-sale-shop .shop-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    margin-bottom: 24px;
}

.lumo .content .pre-sale-shop .shop-logo img {
    max-width: 100%;
}

.lumo .content .pre-sale-shop .shop-name {
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    margin: 0;
}

.lumo .content .pre-sale-shop-itoya .shop-logo img {
    width: 55px;
    height: 54px;
}
.lumo .content .pre-sale-shop-sekaido .shop-logo img {
    height: 39px;
}
.lumo .content .pre-sale-shop-kawachi .shop-logo img {
    height: 39px;
}

/* 動画 */
.lumo .content .movie-container {
    width: 100%;
    max-width: 1140px;
    margin: 80px auto;
    padding: 0 10px;
}

.lumo .content .movie-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 アスペクト比 */
    height: 0;
    overflow: hidden;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.lumo .content .movie-wrapper.playing {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.lumo .content .movie-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .lumo .content .content_head {
        height: auto;
        padding: 30px 15px 0px;
        margin-bottom: 10px;
    }
    .lumo .content .content_title_h1 {
        font-size: 34px;
        padding-top: 0;
    }
    .lumo .content .content_lead {
        text-align: left;
    }
    .lumo .content .content_title_h1 .h1_03 img {
        margin-top: 5px;
    }
    .lumo .content .pre-sale {
        margin: 0px auto;
        padding: 30px 5vw;
    }
    
    .lumo .content .pre-sale-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    .lumo .content .pre-sale-shop .shop-logo {
        height: auto;
        padding: 0;
        margin-bottom: 10px;
    }

    .lumo .content .pre-sale-shops {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .lumo .content .pre-sale-shop {
        height: auto;
        margin-bottom: 10px;
    }
    .lumo .content .pre-sale-shop-itoya img {
        width: 52px;
    }
    .lumo .content .pre-sale-shop-sekaido img {
        width: 126px;
    }
    .lumo .content .pre-sale-shop-kawachi img {
        width: 184px;
    }
    
    .lumo .content .pre-sale-shop .shop-name {
        font-size: 14px;
    }
    
    .lumo .content .movie-container {
        margin: 20px auto 0;
        padding: 0 0 80px;
    }
    
    .lumo .content .movie-wrapper {
        border-radius: 2px;
    }
    .local-nav-wrapper {
        display: none;
    }
}



/* カラーバリエーションエリア */
.cv-container {
    max-width: 1160px;
    margin: 0 auto 50px;
    padding: 0 20px;
    text-align: center;
    color: #333; /* 文字色は適宜調整 */
}

.cv-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
}

/* フィルターボタン */
.cv-filter-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2px;
    padding: 0;
    margin-bottom: 50px;
    background: #e8e8e8;
    border-radius: 999px;
    border: none;
}

.cv-filter-btn {
    background: transparent;
    border: none;
    border-radius: 999px;
    padding: 10px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    color: #909090;
    font-weight: 600;
}

.cv-filter-btn.active {
    background: #0e4493;
    color: #fff;
}

.cv-meta {
    margin: 30px auto 60px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cv-meta-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
}

.cv-meta-tab {
    width: 320px;
    border: 1px solid #00448C;
    background: #00448C;
    color: #fff;
    border-radius: 999px;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.cv-meta-tab--active {
    background: #0e4493;
    color: #fff;
}

.cv-meta-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
}

.cv-download-btn {
    width: 320px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #808080;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.cv-download-btn span {
    display: block;
    width: 100%;
    text-align: center;
}
.cv-download-btn img {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0;
}

.cv-meta-download p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

/* グリッドレイアウト */
.cv-grid {
    display: grid;
    grid-template-columns: repeat(15, 1fr); /* PCで15列 */
    gap: 8px 10px;
    width: 100%;
}

.cv-item {
    text-align: center;
}

.cv-img-box {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    /* background-color: #e0e0e0; 画像がない場合のプレースホルダー色 */
    margin-bottom: 0x;
}

.cv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    font-size: 0; /* altテキストを非表示 */
    color: transparent; /* altテキストを非表示 */
}

.cv-info {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.cv-num {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    line-height: 1.2;
}

.cv-name {
    font-size: 10px;
    line-height: 1.2;
    color: #333;
}

/* モバイル用スライダー */
.cv-slider-container {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cv-slider {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
    flex-wrap: nowrap;
}

.cv-slider-page {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important; /* 5列 */
    gap: 10px 2vw;
    box-sizing: border-box;
    padding: 0 !important;
}

.cv-slider-page .cv-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
}

.cv-slider-page .cv-img-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}

.cv-slider-page .cv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0; /* altテキストを非表示 */
    color: transparent; /* altテキストを非表示 */
}

.cv-slider-page .cv-info {
    overflow: hidden;
}

.cv-slider-page .cv-num {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cv-slider-page .cv-name {
    font-size: 9px;
    white-space: normal;
    word-break: break-all;
    line-height: 1.3;
}

/* ドット */
.cv-dots {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.cv-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cv-dot.active {
    background-color: #0e4493;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .cv-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}

@media (max-width: 768px) {
    .cv-container {
        padding: 0 4vw;
        max-width: 100%;
        margin: 0 auto 50px;
        overflow: hidden;
    }
    .cv-meta {
        gap: 20px
    }
    .cv-meta-tabs {
        flex-direction: column;
        align-items: center;
    }
    .cv-grid {
        display: none !important;
    }
    .cv-slider-container {
        display: block !important;
        width: 100%;
        overflow: hidden;
    }
    .cv-slider {
        display: flex !important;
    }
    .cv-dots {
        display: flex !important;
    }
    .cv-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .cv-filter-nav {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .cv-filter-btn {
        padding: 8px 11px;
        font-size: 12px;
        min-width: 60px;
    }
    .cv-slider-page {
        gap: 5px 6px;
        padding: 0;
    }
    .cv-slider-page .cv-img-box {
        margin-bottom: 0;
    }
    .cv-slider-page .cv-num {
        font-size: 14px;
        margin-bottom: 1px;
    }
    .cv-slider-page .cv-name {
        font-size: 10px;
        line-height: 1.3;
        white-space: normal;
        word-break: break-all;
    }
    .cv-meta-tab {
        padding: 10px 8px;
    }
}

.pdt-lineup {
    margin: 120px auto 80px;
    max-width: 1160px;
    padding: 0 20px;
    width: 100%;
}

.pdt-lineup__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 40px;
    padding-bottom: 0;
}


.pdt-item__header {
    display: none;
}

.pdt-item__body {
    display: flex;
    gap: 90px;
    padding: 15px 0;
    align-items: flex-start;
}

.pdt-item__slider-col {
    flex: 0 0 364px;
    width: 364px;
}

.pdt-main-slider {
    margin-bottom: 12px;
    position: relative;
    width: 364px;
    height: 364px;
}
.pdt-main-slider img {
    width: 364px;
    height: 364px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.pdt-slick-prev,
.pdt-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}
.pdt-slick-prev img,
.pdt-slick-next img {
    width: 28px;
    height: 28px;
    display: block;
}
.pdt-slick-prev { left: -40px; }
.pdt-slick-next { right: -40px; }

.pdt-thumb-slider .slick-slide {
    padding: 0 4px;
    cursor: pointer;
    opacity: 0.55;
    transition: opacity 0.2s;
}
.pdt-thumb-slider .slick-slide.slick-current {
    opacity: 1;
}
.pdt-thumb-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.pdt-item__info {
    flex: 1;
    min-width: 0;
    padding: 0 50px;
}

.pdt-item__name {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.pdt-item__spec {
    width: 100%;
    border-collapse: collapse;
}
.pdt-item__spec tr {
    border-top: 1px solid #b4b4b4;
}
.pdt-item__spec tr:last-child {
    border-bottom: 1px solid #b4b4b4;
}
.pdt-item__spec th {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 14px 20px 14px 0;
    white-space: nowrap;
    vertical-align: top;
    width: 80px;
    border: none;
}
.pdt-item__spec td {
    font-size: 16px;
    color: #222;
    padding: 14px 0;
    vertical-align: top;
    border: none;
}

@media (max-width: 768px) {
    .pdt-lineup {
        margin: 40px 0 40px;
        width: 100%;
        padding: 0;
    }
    .pdt-lineup__title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
        padding: 0 16px;
    }
    .pdt-item__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        cursor: pointer;
        background: #fff;
        border-top: 2px solid #fff;
    }
    .pdt-item__header {
        height: 52px;
        width: 100vw;
        background: #ececec;
    }
    .pdt-item__header {
        -webkit-tap-highlight-color: transparent;
    }
    .pdt-item__header:active {
        background: #ececec;
    }
    .pdt-item {
        border-top: none;
    }
    .pdt-item:last-child {
        border-bottom: none;
    }
    .pdt-item__header-label {
        font-size: 18px;
        font-weight: 700;
        color: #222;
        flex: 1;
    }
    .pdt-item__arrow {
        width: 32px !important;
        height: 32px !important;
        transition: transform 0.3s ease;
        transform: rotate(0deg);
        margin-left: auto;
    }
    .pdt-item:not(.is-open) .pdt-item__arrow {
        transform: rotate(180deg);
    }
    .pdt-item__body {
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 0 0 32px;
    }
    .pdt-item.is-open .pdt-item__body {
        display: flex;
    }
    .pdt-item__slider-col {
        flex: none;
        width: 100%;
        margin-bottom: 0;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .slick-slider { 
        margin-bottom: 20px;
    }
    .pdt-main-slider {
        width: 100%;
        height: auto;
    }
    .pdt-main-slider img {
        width: 100%;
        height: auto;
    }
    .pdt-slick-prev { left: -38px; }
    .pdt-slick-next { right: -38px; }
    .pdt-slick-prev img,
    .pdt-slick-next img {
        width: 24px;
        height: 24px;
    }
    .pdt-item__name {
        display: none;
    }
    .pdt-item__spec th {
        font-size: 14px;
        padding: 12px 16px 12px 0;
        width: 60px;
    }
    .pdt-item__spec td {
        font-size: 14px;
        padding: 12px 0;
    }
}

.lumo .content .content_inner2 {
    background: #fff;;
}
.related-products__title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.related-banner {
    text-align: center;
    margin: 25px auto 0;
}
.related-banner a {
    display: inline-block;
}
.related-banner img {
    display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .related-banner img {
        width: 332px;
    }
}

/* ==============================
   よくある質問
   ============================== */
.faq {
    max-width: 800px;
    margin: 120px auto 80px;
    width: 100%;
}
.faq__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 48px;
}
.faq__list {
    width: 100%;
}
.faq__item {
    margin-bottom: 60px;
}
.faq__q {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 25px;
}
.faq__icon {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
    display: block;
}
.faq__q-text {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.6;
    flex: 1;
    padding-top: 3px;
}
.faq__arrow {
    display: none !important;
}
@media (max-width: 768px) {
    .faq__arrow {
        display: block !important;
    }
}
.faq__a {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.faq__a-text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    flex: 1;
    padding-top: 3px;
}

@media (max-width: 768px) {
    .faq {
        margin: 60px 0 60px;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .faq__title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .faq__item {
        margin-bottom: 0;
        border-top: 1px solid #ddd;
    }
    .faq__item:first-child {
        border-top: none;
    }
    .faq__q {
        align-items: flex-start;
        padding: 26px 0;
        margin-bottom: 0;
        cursor: pointer;
        gap: 15px;
        -webkit-tap-highlight-color: transparent;
    }
    .faq__q-text {
        font-size: 18px;
        padding-top: 5px;
    }
    .faq__arrow {
        display: block;
        width: 32px !important;
        height: 32px !important;
        flex-shrink: 0;
        margin-left: auto;
        transition: transform 0.3s ease;
        transform: rotate(180deg);
    }
    .faq__item.is-open .faq__arrow {
        transform: rotate(0deg);
    }
    .faq__a {
        display: none;
        padding: 0 0 20px 0;
        gap: 12px;
        margin-bottom: 10px;
    }
    .faq__item.is-open .faq__a {
        display: flex;
    }
    .faq__a-text {
        font-size: 16px;
        line-height: 1.6;
        padding-top: 4px;
    }
}

/* =============================
   cv-modal
   ============================= */
.cv-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.cv-modal-overlay.is-open {
    display: flex;
}

/* ---- カード共通 ---- */
.cv-modal-card {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25);
    overflow: hidden;
    line-height: 0;
}
.cv-modal-img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- 閉じるボタン ---- */
.cv-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #0e4493;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 10;
}
.cv-modal-close img {
    width: 16px;
    height: 16px;
    display: block;
    filter: brightness(0) invert(1);
}

/* ---- スライダーラッパー ---- */
.cv-modal-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
}

/* ---- PC: 1パネル表示 ---- */
.cv-modal-container {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}
.cv-modal-panel {
    display: none;
}
.cv-modal-panel.is-active {
    display: block;
}

/* ---- モバイル: スライダー ---- */
.cv-modal-overlay.is-mobile {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.cv-modal-overlay.is-mobile .cv-modal-slider-wrap {
    max-width: none;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.cv-modal-overlay.is-mobile .cv-modal-container {
    display: flex;
    flex-wrap: nowrap;
    width: 300%;
    max-width: none;
    padding: 0;
    transition: transform 0.35s ease;
}
.cv-modal-overlay.is-mobile .cv-modal-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100vw;
    width: 100vw;
    padding: 0 34px;
    box-sizing: border-box;
}
.cv-modal-overlay.is-mobile .cv-modal-card {
    width: 100%;
}

/* ---- 矢印ボタン ---- */
.cv-modal-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    line-height: 0;
}
.cv-modal-arrow img {
    height: 20px;
    display: block;
}
.cv-modal-arrow--prev { left: 10px; }
.cv-modal-arrow--next { right: 10px; }

/* ---- ドット ---- */
.cv-modal-dots {
    display: none;
    justify-content: center;
    gap: 16px;
    flex-shrink: 0;
}
.cv-modal-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0e4493;
    border: none;
    padding: 0;
    cursor: pointer;
}
.cv-modal-dot--active {
    background: #fff;
}

@media (max-width: 768px) {
    .cv-modal-overlay.is-mobile .cv-modal-arrow {
        display: block;
    }
    .cv-modal-overlay.is-mobile .cv-modal-dots {
        display: flex;
    }
}

