@charset "UTF-8";

/* --------------------------------------------------
SP用スタイル（767px以下）
-------------------------------------------------- */
@media screen and (max-width: 767px) {


    .p-design-grid__wrapper {
        display: unset;
    }
    .l-section__inner {
        width: 93.33%;
    }
}
    .container {
        max-width: 1120px;
        margin: auto;
    }

    .l-container.l-container--kitchen-brand {
        background: #000;
    }
/* --------------------------------------------------
 パラレロシンクLP260509
-------------------------------------------------- */

/* 余白 */
section.yohaku {
    margin: 105px 0px;
}



/* --------------------------------
header
-------------------------------- */

.parallelo-fv__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 64px;
    left: 0;
    width: 100%;
    height: 73px;
    padding: 0 44px;
    box-sizing: border-box;
    transition: background 0.3s, backdrop-filter 0.3s;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}



.parallelo-fv {
    min-height: 100vh;
    background: #000;
    padding: 90px 44px 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.parallelo-fv__logo img {
    width: 94px;
    display: block;
}

/* 右側 */

.parallelo-fv__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    text-align: right;
}

.parallelo-fv__right-main {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.18em;
    line-height: 1;
}

.parallelo-fv__anniversary p {
  
    color: rgba(255,255,255,0.65);
    font-size: 18px;
    line-height: 1;
    letter-spacing: .04em;
    opacity: .92;
}

/* --------------------------------
movie
-------------------------------- */

.parallelo-fv__movie {
    position: relative;
    width: 65%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.parallelo-fv__movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.parallelo-fv__movie::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.22));
    pointer-events: none;
}

/* --------------------------------
copy
-------------------------------- */

.parallelo-fv__copy {
    margin-top: 48px;
    margin-bottom: 15px;
    text-align: center;
    /* opacity: 0; */
    /* transform: translateY(20px);
    animation: fvCopyFade 1.4s ease forwards;
    animation-delay: 6s; */
}

.parallelo-fv__copy-title {
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.3;
    margin: 0 0 16px;
}

.parallelo-fv__copy p {
    color: #fff;
    font-size: 26px;
    line-height: 1.9;
    letter-spacing: .06em;

}

.fv-copy-space {
    display: block;
    height: .8em;
}

/* @keyframes fvCopyFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* --------------------------------
scroll
-------------------------------- */

.parallelo-fv__scroll {
    margin-top: 10px;
    text-align: center;
}

.parallelo-fv__scroll span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .24em;
    opacity: .9;
}

.parallelo-fv__scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background: #fff;
    margin: 8px auto 0;
    animation: scrollLine 2s ease infinite;
}

@keyframes scrollLine {

    0% {
        transform: scaleY(0);
        transform-origin: top;
    }

    50% {
        transform: scaleY(1);
        transform-origin: top;
    }

    51% {
        transform-origin: bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }

}

/* --------------------------------------------------
SP
-------------------------------------------------- */

@media screen and (max-width: 767px) {



    .parallelo-fv__movie::before {
        font-size: 22px;
        top: 6%;
        left: 2%;
        transform: translate(0%, 0%);
    }

    .parallelo-fv__head {
        height: 60px;
        padding: 0 14px;
        top: 50px;
    }

    .parallelo-fv {
        min-height: 100svh;
        padding: 68px 14px 16px;
    }

    .parallelo-fv__right-main{
        font-size: 12px;
    }

    .parallelo-fv__logo img {
        width: 65px;
    }

    .parallelo-fv__right {
        gap: 2px;
    }

    .parallelo-fv__right-main {
        font-size: 12px;
        letter-spacing: .14em;
    }

    .parallelo-fv__anniversary p {
        font-size: 11px;
    }

    .parallelo-fv__movie {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .parallelo-fv__copy {
        margin-top: 21px;
        margin-bottom: 10px;
    }

    .parallelo-fv__copy-title {
        font-size: 30px;
        margin: 0 0 8px;
    }

    .parallelo-fv__copy p {
        font-size: 15px;
        line-height: 2;
        letter-spacing: .04em;
    }

    .parallelo-fv__scroll {
        margin-top: 10px;
    }

    .parallelo-fv__scroll span {
        font-size: 9px;
    }

    .parallelo-fv__scroll::after {
        height: 24px;
    }

}

/* --------------------------------------------------
コンセプト：メッセージ・スタッキング
-------------------------------------------------- */

.concept-visual {
    position: relative;
    width: 100%;
    /* 余白（スクロール量）短縮 + 余韻確保のため 200vh -> 220vh に微調整 */
    height: 220vh;

    background-image: url("/kitchen/parallelo-sink/detail/images/image02.webp");
    background-repeat: no-repeat;

    background-position: right 80px;
    background-size: 61% auto;
    background-attachment: fixed;

    background-color: #000;
}

.concept-text {
    padding-left: 5vw;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding-top: 25vh;

    z-index: 2;

    transition:
        opacity 1.5s ease-in-out,
        transform 1.5s ease-in-out;
}

.concept-block {
    opacity: 0;
    transform: translateY(15px);

    transition:
        opacity 1s ease,
        transform 1s ease;

    margin-bottom: 40px;
}

.concept-block.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.concept-text h2 {
    color: #fff;

    -webkit-text-stroke: 0.2px #000;

    text-shadow:
        0 0 5px rgba(0,0,0,0.5);

    line-height: 1.7;

    display: inline-block;

    padding: 0.5rem 1.4rem;

    font-size: 23px;
    font-weight: 500;

    letter-spacing: 0.12em;
}

/* --------------------------------------------------
SP
-------------------------------------------------- */

@media screen and (max-width: 767px) {

    .concept-visual {
        position: relative;
        height: 300vh;
        background: #000;
    }

    .concept-overlay {
        position: sticky;
        top: 20px;
        width: 100%;
        height: 50vh;
        background-image: url("/kitchen/parallelo-sink/detail/images/image02.webp");
        background-size: contain;
        background-position: center;
        z-index: 1;
        background-repeat: no-repeat;
    }

    .concept-text {
        position: sticky;
        top: 0;
        height: 10vh;
        z-index: 10;
        pointer-events: none;
    }

    .concept-block {
        position: absolute;
        left: 20px;
        right: 20px;
        opacity: 0;
        transform: translateY(30px);

        transition:
            opacity 1s ease,
            transform 1s ease;
    }

    .concept-block:nth-child(1) {
        top: 39vh;
    }

    .concept-block:nth-child(2) {
        top: calc(37vh + 124px);
    }

    .concept-block:nth-child(3) {
        top: calc(37vh + 240px);
    }

    .concept-block.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .concept-text h2 {
        display: inline-block;
        font-size: 15px;
        line-height: 1.9;
        font-weight: 500;
        padding: 14px 18px;
    }
    .concept-text.is-end {
        position: relative;
        top: auto;
        height: auto;
    }
}
.concept-text.is-fadeout {
    opacity: 0;
    transform: translateY(-40px); 
    transition: opacity 1.8s cubic-bezier(0.25, 1, 0.5, 1), transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
}


/* ==========================================================================
   共通・全体レイアウト
   ========================================================================== */
.parallelo-feature {
    background: #fff;
    color: #111;
    padding: 6vh 0;
    box-sizing: border-box;
    padding-bottom: 8vh; 
}

.parallelo-feature:last-of-type {
    padding-bottom: 6vh;
}

.parallelo-feature__inner {
    width: 87.5%;
    margin: 0 auto;
}

.parallelo-feature__heading {
    margin-bottom: 3vh;
}

.parallelo-feature__title {
    font-size: 28px;
    line-height: 1.4;
    color: #111;
    font-weight: 600;
}

.feature-pc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.feature-panel {
    display: none;
}

.feature-panel.is-active {
    display: block;
}

.feature-panel__image {
    overflow: hidden;
    max-height: 46vh;
    width: 100%;
}

.feature-panel__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    border-radius: 2px;
}

.feature-panel__text {
    padding-top: 2vh;
    text-align: left;
}

.feature-panel__text h3 {
    font-size: 21px;
    margin-bottom: 1vh;
    color: #111;
        text-decoration: underline;
}

.feature-panel__text p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    text-align: justify;
    text-justify: inter-character;
}

/* ======================================
PC：スクロール演出用
====================================== */
@media (min-width:768px){

    .pause-focus .feature-panel__text h3{
        opacity:0;
        transform:translateY(15px);
        animation:titleIn .7s .2s forwards;
    }
    
    .pause-focus .feature-panel__text p{
        opacity:0;
        transform:translateY(20px);
        animation:textIn .8s .35s forwards;
    }
    
    @keyframes titleIn{
    
        to{
            opacity:1;
            transform:none;
        }
    
    }
    
    @keyframes textIn{
    
        to{
            opacity:1;
            transform:none;
        }
    
    }
    
    }

/* ==========================================================================
   1. パラレロシンクとは？（reverse-feature）
   【レイアウト：左詳細（55%） / 余白（15%） / 右ナビ（30%）】
   ========================================================================== */
.reverse-feature {
    background: #fff;
    color: #111;
    overflow: hidden;
    box-sizing: border-box;
    padding: 14vh 0 18vh 0; 
}

.feature-pc.is-reverse-layout {
    flex-direction: row;
}

.feature-pc.is-reverse-layout .feature-detail {
    width: 53%;
}

.feature-pc.is-reverse-layout .feature-nav {
    width: 32%;
    margin-left: 15%;
    position: sticky;
    top: 10vh;
}

.feature-pc.is-reverse-layout .feature-nav__item {
    color: #111;
    opacity: 0.4;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    padding: 1.8vh 0;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    text-align: left;
    transition: all 0.4s ease;
}

.feature-pc.is-reverse-layout .feature-nav__item.is-active {
    opacity: 1;
    border-bottom: 1px solid #111;
    transform: translateX(8px);
}


/* ==========================================================================
   2. パラレロシンクが選ばれる理由（通常の feature-pc）
   ========================================================================== */

.parallelo-feature:not(.reverse-feature) .feature-nav {
    width: 32%;
    position: sticky;
    top: 10vh;
}

.parallelo-feature:not(.reverse-feature) .feature-detail {
    width: 53%;
    margin-left: 15%; 
}

.parallelo-feature:not(.reverse-feature) .feature-nav__item {
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1.6vh 0; 
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: #111;
    opacity: 0.4;
    cursor: pointer;
    text-align: left;
    transition: all 0.4s ease;
}

.parallelo-feature:not(.reverse-feature) .feature-nav__item span {
    letter-spacing: .08em;
}

/* アクティブ（選択中）のナビ */
.parallelo-feature:not(.reverse-feature) .feature-nav__item.is-active {
    color: #111;
    opacity: 1;
    border-bottom: 1px solid #111;
    transform: translateX(8px);
}


/* ==========================================================================
   3. スマートフォン表示（@media screen and (max-width: 767px)）
   ========================================================================== */
.feature-sp {
    display: none;
}
.reverse-feature-sp {
    display: none;
}

/* アニメーション定義（SP専用） */
@keyframes modernBlink {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.8; }
}
@keyframes borderPulse {
    0%, 100% { border-color: rgba(0, 0, 0, 0.12); }
    50% { border-color: rgba(0, 0, 0, 0.45); }
}
@keyframes arrowSlide {
    0%, 100% { opacity: 0.3; transform: translateY(-50%) translateX(0); }
    50% { opacity: 0.9; transform: translateY(-50%) translateX(3px); }
}

@media screen and (max-width: 767px) {
    .parallelo-feature__heading {
        margin-bottom: 10vw;
    }

    .parallelo-feature__title {
        font-size: 21px;
        line-height: 1.5;
        color: #111;
    }

    .parallelo-feature {
        padding: 13vw 0;
        background: #fff;
        padding-bottom: 13vw !important;
    }

    .feature-pc {
        display: none !important;
    }

    /* SP版：パラレロシンクとは？ */
    .reverse-feature {
        background: #fff;
        /* ★SP版も上の余白を少しゆったりめに調整（18vw） */
        padding: 18vw 0 14vw 0 !important; 
    }

    .reverse-feature-sp {
        display: block;
        background: #fff;
        position: relative;
        z-index: 10;
        padding-bottom: 40px;
    }

    .reverse-sp-tabs {
        display: grid;
        gap: 8px 8px;
        overflow-x: auto;
        padding-bottom: 11px;
        margin-bottom: 5vw;
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .reverse-sp-tab {
        position: relative;
        flex-shrink: 0;
        padding: 18px 12px 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        background: transparent;
        color: #111;
        font-size: 13px;
        letter-spacing: 0.04em;
        border-radius: 2px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        transition: background 0.3s, color 0.3s;
    }

    .reverse-sp-tab:not(.is-active) {
        animation: borderPulse 2.5s infinite ease-in-out;
    }
    .reverse-sp-tab:not(.is-active)::after {
        content: "CLICK ›";
        position: absolute;
        top: 4px;
        right: 8px;
        font-size: 8px;
        font-weight: bold;
        letter-spacing: 0.06em;
        color: #111;
        animation: modernBlink 2.5s infinite ease-in-out;
    }

    .reverse-sp-tab.is-active {
        background: #111;
        color: #fff;
        border-color: #111;
        animation: none;
    }

    .reverse-sp-panels {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .reverse-sp-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .3s ease;
    }

    .reverse-sp-panel.is-active {
        position: relative;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .reverse-sp-panel img {
        width: 100%;
        display: block;
        border-radius: 2px;
    }

    .reverse-sp-panel h3 {
        margin-top: 13px;
        text-decoration: underline;
        font-size: 18px;
        line-height: 1.5;
        color: #111;
    }

    .reverse-sp-panel p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 2;
        color: #111;
    }

    /* SP版：選ばれる理由 */
    .feature-sp {
        display: block;
        width: 100%;
        margin: auto;
    }

    .feature-sp details {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0;
        margin-bottom: 2vw;
    }

    .feature-sp summary {
        list-style: none;
        font-size: 18px;
        line-height: 1.6;
        color: #111;
        cursor: pointer;
        position: relative;
        padding: 4vw 60px 4vw 0;
    }

    .feature-sp summary::-webkit-details-marker {
        display: none;
    }

    .feature-sp details:not([open]) summary::after {
        content: "VIEW  →";
        position: absolute;
        right: 4px;
        top: 50%;
        font-size: 11px;
        letter-spacing: 0.05em;
        font-weight: bold;
        color: #111;
        animation: arrowSlide 2s infinite ease-in-out;
    }

    .feature-sp details[open] summary::after {
        content: "→";
        position: absolute;
        right: 4px;
        top: 50%;
        font-size: 14px;
        font-weight: bold;
        color: #111;
        transform: translateY(-50%) rotate(90deg);
        opacity: 1;
        animation: none;
    }

    .feature-sp img {
        width: 100%;
        display: block;
        margin-top: 4vw;
        border-radius: 2px;
    }

    .feature-sp p {
        line-height: 2;
        color: #111;
        margin: 5vw 0vh;
        font-size:16px;
    }
}

/* ==========================================================================
   内部画像スライダー（PC・SP共通：02・03専用）
   ========================================================================== */
   .inner-slider {
    position: relative;
    width: 100%;
    /* SP・PC共通で画像の角をほんのり丸く、はみ出しをカット */
    border-radius: 2px;
    overflow: hidden; 
}

/* 画像を絶対配置で重ね合わせる */
.inner-slider .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    /* 1.2秒かけて滑らかにクロスフェード */
    transition: opacity 1.2s ease, visibility 1.2s ease; 
    z-index: 1;
}

/* 1枚目は高さを保つために、通常配置（相対配置）にしておく */
.inner-slider .slide-img:first-of-type {
    position: relative;
    display: block;
}

/* アクティブな画像（前面に浮き出て表示） */
.inner-slider .slide-img.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}


/* ==========================================================================
   4. reel section (Instagram スライダーエリア)
   ========================================================================== */
.reel-section {
    background: #fff;
    padding: 8vw 0;
    overflow: hidden;
}

.reel-section__inner {
    width: 100%;
}

.reel-section__heading {
    text-align: center;
    margin-bottom: 6vw;
}

.reel-section__heading h2 {
    color: #111;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
}

.reel-section__heading p {
    color: #111;
    font-size: 18px;
    line-height: 1.8
}


.insta-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 6.25vw 18px;
    scroll-snap-type: x mandatory;
}

.insta-scroll::-webkit-scrollbar {
    height: 6px;
}

.insta-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}


    .insta-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 999px;
    }
    
    .insta-scroll blockquote {
        overflow: hidden;
        border-radius: 14px;
        flex: 0 0 210px;
        scroll-snap-align: start;
    }
    
    .instagram-media {
        margin: 0 !important;
        border: none !important;
        box-shadow: none !important;
        min-width: auto !important;
    }
    
    .insta-scroll iframe {
        width: 100% !important;
    }
    
    @media screen and (max-width: 767px) {
        .reel-section {
            padding: 14vw 0;
            background: #fff;
        }
    
        .reel-section__heading {
            margin-bottom: 80px;
        }
    
        .reel-section__heading h2 {
            font-weight: 600;
            font-size: 21px;
        }
    
        .reel-section__heading p {
            font-size: 16px;
        }
        .insta-scroll {
            gap: 14px;
            padding: 0 6vw 16px;
        }
    
        .insta-scroll blockquote {
            flex: 0 0 62vw;
        }
    
        .insta-scroll::-webkit-scrollbar {
            height: 4px;
        }
    }
/* -------------------------------------------------
layout section
-------------------------------------------------- */

.parallel-layout {
    /* background: #f4f4f4; */
    background: #111;
    color: #fff;
    padding: 10vw 0 12vw;
}

/* container */
.parallel-layout__inner {
    width: 87.5%;
    margin: 0 auto;
}

/* --------------------------------
heading
-------------------------------- */
.parallel-layout__heading {
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
}

/* title */
.parallel-layout__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: .02em;
}

/* lead */
.parallel-layout__lead {
    /* text-align: left; */
    margin-top: 60px;
    font-size: 21px;
    line-height: 2.1;
    color: #fff; /* 修正済 */
}

/* --------------------------------
main visual
-------------------------------- */
.parallel-layout__main {
    margin-top: 60px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 520px;
    overflow: hidden;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.parallel-layout__main img {
    /* height: 81%; */
    /* height: 82%; */
    width: 80%;
    height: 80%;
    object-fit: contain;
    display: block;
    margin: auto;
}

/* --------------------------------
models
-------------------------------- */
.parallel-layout__models {
    margin-top: 100px;
}

.parallel-layout__models-title {
    font-size: 25px;
    letter-spacing: .02em;
}

.parallel-layout__models-text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 2;
    color: rgba(255,255,255,.7); /* 黒背景で見えるように透過白に修正 */
}

/* --------------------------------
coming soon
-------------------------------- */
.parallel-layout__model-card.is-comingsoon {
    pointer-events: none;
}

/* image */
.parallel-layout__model-card.is-comingsoon .parallel-layout__model-image {
    position: relative;
    background: #1a1a1a;
}

/* 画像ぼかし */
.parallel-layout__model-card.is-comingsoon img {
    filter: blur(10px) grayscale(100%);
    transform: scale(1.08);
    opacity: .45;
}

/* overlay */
.parallel-layout__comingsoon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .28em;
    background: rgba(0,0,0,.22);
    backdrop-filter: blur(2px);
}

/* text */
.parallel-layout__model-card.is-comingsoon p {
    opacity: .5;
}

/* --------------------------------
model grid
-------------------------------- */
.parallel-layout__model-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* card */
.parallel-layout__model-card {
    display: block;
    text-decoration: none;
    color: #fff; /* 黒背景用に文字色を白に変更 */
}

/* image */
.parallel-layout__model-image {
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 14px;
    background: #111;
}

.parallel-layout__model-image img {
    width: 100%;
    display: block;
    transition: transform .6s ease;
}

/* hover */
.parallel-layout__model-card:hover .parallel-layout__model-image img {
    transform: scale(1.04);
}

/* text */
.parallel-layout__model-card p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .02em;
}



/* --------------------------------
SP
-------------------------------- */
@media screen and (max-width: 767px) {

    .parallel-layout {
        padding: 14vw 0;
    }

    .parallel-layout__title {
        font-size: 21px;
        font-weight: 600;
    }

    .parallel-layout__lead {
        margin-top: 6vw;
        font-size: 18px;
        line-height: 2;
        text-align: left;
    }

    .parallel-layout__main {
        margin-top: 10vw;
        height: auto;
        border-radius: 0;
    }

    .parallel-layout__main img {
        width: 100%;
        height: 100%;
    }

    .parallel-layout__models {
        margin-top: 14vw;
    }

    .parallel-layout__models-title {
        font-size: 18px;
    }

    .parallel-layout__models-text {
        margin-top: 4vw;
        font-size: 16px;
        line-height: 1.9;
    }

    .parallel-layout__model-grid {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .parallel-layout__model-image {
        margin-bottom: 6px;
    }

    .parallel-layout__model-card p {
        font-size: 15px;
    }

}

/* 元からあるスタイルは省略せずにそのまま残してください */

/* --------------------------------
★YouTube 直接埋め込み用スタイル
-------------------------------- */
.parallel-layout__youtube {
    margin-top: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 80px;
}

.parallel-layout__youtube-title {
    font-size: 25px;
    letter-spacing: .02em;
}

.parallel-layout__youtube-text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, .7);
}

.parallel-layout__video-container {
    width: 100%;
    max-width: 800px;
    margin: 80px auto 0px;
    box-sizing: border-box;
}

/* 縦横比16:9を絶対に維持し、はみ出しを防ぐ箱 */
.parallel-layout__video-box {
    position: relative;
    width: 100%;
    padding-top: 59.25%; /* 確実な16:9の計算（9 ÷ 16） */
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.parallel-layout__video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* 📱スマホ（SP）用のサイズ調整 */
@media screen and (max-width: 767px) {
    .parallel-layout__youtube {
        margin-top: 16vw;
        padding-top: 10vw;
    }

    .parallel-layout__youtube-title {
        font-size: 18px;
    }

    .parallel-layout__youtube-text {
        margin-top: 4vw;
        font-size: 15px;
        line-height: 1.8;
    }

    /* スマホ時は横幅を88%に絞り、大きすぎず綺麗に画面内に収めます */
    .parallel-layout__video-container {
        width: 100%; 
        max-width: 100%;
        margin-top: 6vw;
    }
}

.ytCoreImageContentModeScaleAspectFill {
    display: none!important;
}

.ytmThumbnailEndscreenElementTopOverlay {
    display: none!important;
}

.ytmCreatorEndscreenElementVisible {
    display: none!important;
}


/* --------------------------------------------------
craftsmanship
-------------------------------------------------- */

.craftsmanship {
    position: relative;
    background: #000;
    color: #fff;
    padding: 10vw 0;
    overflow: hidden;
    z-index: 1;
}

/* --------------------------------
background image
-------------------------------- */

.craftsmanship::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url(/kitchen/parallelo-sink/detail/images/craft-bg.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 67%;
    opacity: .16;
}

/* dark overlay */

.craftsmanship::after {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.72),
            rgba(0,0,0,.88)
        );
}

/* --------------------------------
inner
-------------------------------- */

.craftsmanship__inner {

    width: 87.5%;

    margin: 0 auto;

    display: flex;

    align-items: stretch;

    gap: 6vw;

    position: relative;

    z-index: 2;
}

/* --------------------------------------------------
text
-------------------------------------------------- */

.craftsmanship__content {width: 50%;position: relative;z-index: 1;/* padding: 5vw 4vw; */min-height: 100%;display: flex;flex-direction: column;justify-content: center;overflow: hidden;}

/* background image */



/* --------------------------------
title
-------------------------------- */

.craftsmanship__title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 32px;
    letter-spacing: .04em;
    font-weight: 600;
}

/* --------------------------------
text
-------------------------------- */

.craftsmanship__text {line-height: 2;opacity: .92;font-size: 18px;}

/* --------------------------------------------------
image
-------------------------------------------------- */

.craftsmanship__image {
    width: 62%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background: #000;
}

/* photo */

.craftsmanship__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 3.5s ease, transform 7s ease;
    filter: brightness(1.0) contrast(1.08) saturate(.72) grayscale(.12);
}

/* active */

.craftsmanship__photo.is-active {
    opacity: 1;
    transform: scale(1);
}

/* --------------------------------
vignette
-------------------------------- */

.craftsmanship__image::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,.08) 0%,
            rgba(255,255,255,.02) 26%,
            rgba(0,0,0,.20) 58%,
            rgba(0,0,0,.62) 100%
        );
}

/* --------------------------------
grain
-------------------------------- */

.craftsmanship__image::after {

    content: "";

    position: absolute;

    inset: 0;

    opacity: .05;

    mix-blend-mode: soft-light;

    pointer-events: none;

    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

/* --------------------------------------------------
SP
-------------------------------------------------- */

@media screen and (max-width: 767px) {

    .craftsmanship {
        padding: 18vw 0;
    }

    .craftsmanship::before {
        background-position:top left;
        background-size:100%;
        opacity: .12;
    }

    .craftsmanship::after {

        background:
            rgba(0,0,0,.82);
    }

    /* inner */

    .craftsmanship__inner {

        width: 100%;

        display: block;
    }

    /* --------------------------------
    text
    -------------------------------- */

    .craftsmanship__content {

        width: 100%;

        padding:
            12vw 6vw;
    }

    .craftsmanship__content::before {

        inset: 0;
        background-size: 100%;
        background-position:
            center center;
        opacity: .34;
    }

    .craftsmanship__content::after {

        background:
            rgba(0,0,0,.58);
    }

    /* title */
    .craftsmanship__title {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 6vw;
    }

    /* text */
    .craftsmanship__text {

        font-size: 15px;

        line-height: 2;
    }

    /* --------------------------------
    image
    -------------------------------- */

    .craftsmanship__image {

        width: 100%;
        aspect-ratio: 16 / 10;       
    }
}
/* --------------------------------------------------
material
-------------------------------------------------- */

.material-section {
    background: #111;
    color: #fff;
    overflow: hidden;
    padding: 8vw 0 10vw;
}

/* heading（LP基準：87.5%で統一） */
.material-section__heading {
    width: 87.5%;
    margin: 0 auto 5vw;
}

.material-section__heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* 注釈 */
.material-section__note {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.65);
    letter-spacing: .02em;
}

/* --------------------------------------------------
slider
-------------------------------------------------- */

.material-slider {
    display: flex;
    gap: 24px;
    width: 87.5%;
    margin: 0 auto;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(255,255,255,.6) rgba(255,255,255,.15);
    padding-right: 6.25vw;
    padding-left: 0;
    padding-bottom: 25px; /* バーのスペースを確保 */
}


/* Chrome / Safari */
.material-slider::-webkit-scrollbar {
    height: 3px;
}

.material-slider::-webkit-scrollbar-track {
    background: rgba(255,255,255,.15);
}

.material-slider::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6);
    border-radius: 999px;
}



/* --------------------------------------------------
card
-------------------------------------------------- */

.material-card {
    width: 420px;
    flex-shrink: 0;

    border: none;
    background: none;
    color: #fff;

    cursor: pointer;
    text-align: left;

    scroll-snap-align: start;

    transition: transform .4s ease, opacity .4s ease;
}

.material-card:hover {
    transform: translateY(-6px);
    opacity: .85;
}

/* image */
.material-card__image {
    overflow: hidden;
}

.material-card__image img {
    width: 100%;
    display: block;

    transition: transform .7s ease;
}

.material-card:hover img {
    transform: scale(1.04);
}

/* title */
.material-card__title {
    margin-top: 22px;
    font-size: 23px;
    line-height: 1.6;
}

/* --------------------------------------------------
modal
-------------------------------------------------- */

.material-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transition: .4s ease;
}

.material-modal.is-active {
    opacity: 1;
    visibility: visible;
}

/* bg */
.material-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.88);
}

/* body */
.material-modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87.5%;
    max-width: 1200px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* image */
.material-modal__image {
    width: 50%;
}

.material-modal__image img {
    width: 100%;
    display: block;
}

/* text */

.material-modal__product {
    font-size: 15px;
    letter-spacing: .12em;
    color: rgba(255,255,255,.6);
    margin-bottom: 10px;
    text-decoration: underline;
}
.material-modal__content {
    width: 50%;
    padding: 4vw 2vw;
    font-size: 21px;
}

.material-modal__content h3 {
    /* text-decoration: underline; */
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #fff;
}

.material-modal__content p {
    font-size: 18px;
    line-height: 2.2;
    color: #fff;
}

/* close */
.material-modal__close {
    position: absolute;
    top: 24px;
    right: 24px;

    border: none;
    background: none;
    color: #fff;

    font-size: 33px;
    cursor: pointer;

    z-index: 10;
}

/* --------------------------------------------------
PC note alignment
-------------------------------------------------- */

@media screen and (min-width: 768px) {
    .material-section__note {
        text-align: left;
    }
}

/* --------------------------------------------------
SP
-------------------------------------------------- */

@media screen and (max-width: 767px) {

    .material-section {
        padding: 14vw 0;
    }

    .material-section__heading {
        width: 100%;
        padding: 0 6vw;
        margin-bottom: 8vw;
    }

    .material-section__heading h2 {
        font-weight: 600;
        font-size: 21px;
    }

    /* 注釈 */
    .material-section__note {
        font-size: 15px;
        margin-top: 10px;
          text-align: left;
    }

    /* slider */
    .material-slider {
        width: 100%;
        margin: 0;
        gap: 14px;
        padding-left: 6vw;
        padding-right: 6vw;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    /* card */
    .material-card {
        width: 60vw;
    }

    .material-card__title {
        margin-top: 16px;
        font-size: 16px;
    }

    /* modal */
    .material-modal__body {
        width: 92%;
        display: block;
    }

    .material-modal__image,
    .material-modal__content {
        width: 100%;
    }

    .material-modal__content {
        padding: 8vw 6vw 10vw;
    }

    .material-modal__content h3 {
        font-size: 18px;
        margin-bottom: 5vw;
    }

    .material-modal__content p {
        font-size: 15px;
        line-height: 2;
    }

    .material-modal__close{
        color: black;
        top: 0px;
        right: 0px;
        background: #fff;
    }


}

.sink-size {
    background: #111;
    color: #fff;
    padding: 8vw 0;
}

.sink-size__inner {
    margin: 0 auto;
    width: 87.5%;
}

.sink-size__heading {
    margin-bottom: 5vw;
}

.sink-size__heading h2 {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
}

.sink-size__heading p {
    font-size: 18px;
    margin-top: 16px;
    line-height: 1.8;
}

.sink-size__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.sink-size__item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.sink-size__image {
    width: 40%;
    flex-shrink: 0;
    margin-bottom: 0;
}

.sink-size__image img {
    width: 100%;
    /* max-width: 340px; */
    display: block;
    margin: 0 auto;
}

.sink-size__content {
    width: 60%;
}

.sink-size__content h3 {
    line-height: 1.6;
    margin-bottom: 12px;
    text-decoration: underline;
    font-size: 21px;
}

.sink-size__text {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #ccc;
}




@media screen and (max-width: 767px) {
    .sink-size {
        padding: 14vw 0;
    }

    .sink-size__inner {
        width: auto;
        padding: 0 6vw;
    }

    .sink-size__heading {
        margin-bottom: 10vw;
    }

    .sink-size__heading h2 {
        font-weight: 600;
        font-size: 21px;
        /* margin-bottom: 4vw; */
    }
    .sink-size__heading p {
        font-size: 16px;
    }

    .sink-size__list {
        display: block;
    }

    .sink-size__item {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
        margin-bottom: 12vw;
    }

    .sink-size__item:last-child {
        margin-bottom: 0;
    }

    .sink-size__image {
        width: 100%;
        margin-bottom: 4vw;
    }

    .sink-size__image img {
        max-width: 100%;
    }

    .sink-size__content {
        width: 100%;
    }

    .sink-size__content h3 {
        font-size: 18px;
        margin-bottom: 2vw;
    }

    .sink-size__text {
        font-size: 16px;
    }


}

/* --------------------------------------------------
bottom
-------------------------------------------------- */

.parallelo-bottom {
    background: #111;
    color: #fff;

    padding: 8vw 0 10vw;
}

.parallelo-bottom__inner {
    width: 87.5%;
    margin: 0 auto;
}

/* ==================================================
works
================================================== */

.p-brand-case {
    background:#fff;
    
}

/* ==================================================
model
================================================== */

.model-section {
    margin-bottom: 12vw;
}

.model-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

/* カード */
.model-card {
    display: block;
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 1px;
    transition: transform .4s ease, background .4s ease, opacity .4s ease;
}

/* 画像枠 */
.model-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 14px;
}

/* 画像 */
.model-card img {
    width: 100%;
    display: block;
    transition: transform .7s ease;
}

/* hover */
.model-card:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.06);
    opacity: .9;
}

.model-card:hover img {
    transform: scale(1.05);
}

/* ラベル */
.model-card__label {
    position: absolute;
    top: 10px;
    left: 10px;

    font-size: 11px;
    letter-spacing: .2em;

    background: rgba(0,0,0,.55);
    padding: 4px 8px;
    border-radius: 4px;
}

/* テキスト */
.model-card p {
    text-align: center;
    font-size: 18px;
    letter-spacing: .12em;
    font-weight: 300;
    opacity: .85;
    margin-top: 10px;
    margin: 10px 0px;
}

/* =========================
FAQ
========================= */

.faq-section {
    margin-bottom: 12vw;
}

.section-title {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 4vw;
    font-weight: 600;
}

/* item */
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,.15);
}

/* Q / A layout */
.faq-q,
.faq-a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* label */
.faq-label {
    font-weight: 500;
    opacity: .7;
    min-width: 28px;
    font-size:18px;
}

/* Q */
.faq-q {
    cursor: pointer;
    padding: 26px 0;
    font-size: 18px;
}

/* A */
.faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s ease, opacity .3s ease;
}

/* open */
.faq-item.is-active .faq-a {
    max-height: 800px;
    opacity: 1;
    padding-bottom: 26px;
}

/* text */
.faq-a p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    width: 88%;
}

/* link */
.faq-link {
    color: rgba(255,255,255,.85);
    text-decoration: underline;
    display: inline-block;
    margin-top: 8px;
}

.faq-link:hover {
    opacity: .6;
}

/* アイコン本体 */
.faq-icon {
    margin-left: auto;
    width: 18px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
}

/* ＋の横棒 */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.8);
    transition: transform .3s ease, opacity .3s ease;
}

/* 横線 */
.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* 縦線 */
.faq-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* 開いた時（−に変化） */
.faq-item.is-active .faq-icon::after {
    transform: translateX(-50%) scaleY(0);
    opacity: 0;
}

/* 回転っぽい動きにしたい場合 */
.faq-item.is-active .faq-icon::before {
    transform: translateY(-50%) rotate(180deg);
}

/* =========================
SP
========================= */

@media screen and (max-width: 767px) {

    .section-title {
        font-weight: 600;
        font-size: 21px;
        margin-bottom: 8vw;
    }

    .faq-q {
        font-size: 16px;
        padding: 20px 0;
    }

    .faq-a p {
        font-size: 15px;
        width:80%;
    }
}



/* ==================================================
copy
================================================== */

.last-copy {
    text-align: center;
}

.last-copy p {
    font-size: 30px;
    line-height: 2;
}

/* --------------------------------------------------
SP
-------------------------------------------------- */

@media screen and (max-width: 767px) {

    .parallelo-bottom {
        padding: 14vw 0 20vw;
    }

    .parallelo-bottom__inner {
        width: auto;
        padding: 0 6vw;
    }

   

    /* model */

    .model-section {
        margin-bottom: 20vw;
    }

    .model-list {
        grid-template-columns: repeat(2,1fr);
        gap: 14px;
    }

 
    .model-card p {
        font-size: 16px;
    }

    
    /* copy */

    .last-copy p {
        font-size: 21px;
        line-height: 1.8;
            text-align: center;
            margin: 20vw 0 3vw 0;
    }

}

/* --------------------------------
fade
-------------------------------- */

.js-fade {

    opacity: 0;

    transform: translateY(40px);

    transition:
        opacity 1.2s ease,
        transform 1.2s ease;

    will-change:
        opacity,
        transform;
}

/* visible */

.js-fade.is-visible {

    opacity: 1;

    transform: translateY(0);
}

/* =================================================
CTA AREA
================================================= */

.parallelo-cta {
    padding: 40px 0 80px;
}

/* inner */

.parallelo-cta__inner {
    display: grid;
    gap: 32px;
}

/* =================================================
BANNER
================================================= */

.cta-banner {
    position: relative;

    display: grid;
    grid-template-columns: 1.1fr 1fr;

    height: 310px;

    overflow: hidden;

    background: #2a2a2a;

    color: rgba(255,255,255,.92);

    text-decoration: none;

    border-radius: 6px;

    border: 1px solid rgba(255,255,255,.05);

    box-shadow:
    0 4px 18px rgba(0,0,0,.16);

    transition:
    transform .35s ease,
    background .35s ease;
}

/* hover */

.cta-banner:hover {
    transform: translateY(-4px);

    background: #303030;
}

/* =================================================
IMAGE
================================================= */

.cta-banner__image {
    position: relative;
    overflow: hidden;
}

.cta-banner__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 1s ease;
}

.cta-banner:hover .cta-banner__image img {
    transform: scale(1.04);
}

/* overlay */

.cta-banner__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
    linear-gradient(
        to right,
        rgba(0,0,0,.08),
        rgba(0,0,0,.38)
    );
}

/* =================================================
CONTENT
================================================= */

.cta-banner__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 20px 46px;
}

/* label */

.cta-banner__label {
    font-size: 11px;

    letter-spacing: .22em;

    opacity: .5;

    margin-bottom: 10px;
}

/* title */

.cta-banner h2 {
    font-size: 30px;
    line-height: 1.45;
    font-weight: 400;

    margin-bottom: 18px;
}

/* text */

.cta-banner p {
    font-size: 15px;
    line-height: 2;

    color: rgba(255,255,255,.68);

    margin-bottom: 24px;
}

/* =================================================
BUTTON
================================================= */

.cta-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 240px;
    height: 54px;
    padding: 0 32px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #111;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    letter-spacing: .16em;
    transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.cta-banner:hover .cta-banner__button {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.24);
    transform: translateY(-1px);
}
/* =================================================
SP
================================================= */

@media (max-width: 768px) {

    .parallelo-cta {
        padding: 40px 0 60px;
    }

    .parallelo-cta__inner {
        gap: 20px;
    }

    .cta-banner {
        grid-template-columns: 1fr;

        height: auto;
    }

    .cta-banner__image {
        aspect-ratio: 16 / 10;
    }

    .cta-banner__content {
        padding: 15px 24px 17px;
    }

    .cta-banner__label {
        margin-bottom: 8px;
    }

    .cta-banner h2 {
        font-size: 22px;
        margin-bottom: 1px;
    }

    .cta-banner p {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 7px;
    }

    .cta-banner__button {
        width: 70%;
        min-width: unset;
        height: 43px;
    }
}
/* =================================================
FLOATING CTA
================================================= */

.floating-cta {
    position: fixed;
    right: 0;
    top: 191px;
    z-index: 999;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 220px;
    background: rgba(28,28,28,.85);
    border-left: 1px solid rgba(255,255,255,.12);
    text-decoration: none;
    color: rgba(255,255,255,.92);
    font-size: 11px;
    letter-spacing: .22em;
    transition:
    opacity .4s ease,
    transform .4s ease,
    background .3s ease,
    width .3s ease;

    /* 初期非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateX(12px);
    }

/* 表示 */

.floating-cta.is-visible {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);
}

/* hover */

.floating-cta:hover {width: 50px;background: rgba(42,42,42,.98);color: #fff;}

/* =================================================
SP
================================================= */

@media (max-width: 768px) {

    .floating-cta {writing-mode: initial;top: auto;right: 0;left: auto;bottom: 12px;width: 37%;height: 52px;border-left: none;border: 1px solid rgba(255,255,255,.1);border-radius: 999px 0 0 999px;font-size: 12px;letter-spacing: .12em;transform: translateX(20px);}

}
