/*
Theme Name: 三協ハウジング
Author: KENFEE.COM
Version: 1.0
*/
/* ==========================================
   共通設定
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;}
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    font-size: 1.5vw;
    line-height: 1.6;
    background-color: #fff;}
img {
    max-width: 100%;
    height: auto;
    display: block;}
ul {
    list-style: none;}
a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;}
.pc{display: block;}
.smp{display: none;}


/*TOPビュー*/
.main-content {
    width: 85vw;
    margin: 0 auto;}
.global-header {
    height: 6vw;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);}
.header-inner {
    width: 85vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;}
.company-logo {
    display: inline-flex;
    align-items: center;
    color: #333333;
    margin: 0;
    line-height: 1;}
.company-logo .kabushiki {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5vw;
    font-weight: bold;
    line-height: 1.1;
    margin-right: 1.1vw;
    text-align: left;}
.company-logo .company-name {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.05em;}.hamburger {
    display: none;}
.global-nav ul {
    display: flex;}
.global-nav a {
    padding: 0 1.5vw;
    font-size: 1.1vw;}
.anchor-nav {
    position: sticky;
    top: 6vw;
    z-index: 900;
    background: #333;
    padding: 1vw 0;}
.anchor-nav ul {
    display: flex;
    justify-content: center;}
.anchor-nav a {
    margin: 0 3vw;
    color: #fff;
    font-size: 1vw;}
.hero {
    height: calc(100vh - 20vw);
    background: url('images/image-01.jpg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;}
.hero-text{
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    color: #fff;}
.hero-text h2 {
    font-size: 4vw;}
#concept {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;}
.concept-container {
    width: 50vw;}
#concept::before {
    content: "";
    width: 35vw;
    height: 45vw;
    background: url('images/image-02.jpg') center/cover;
    border-radius: 1vw;
    display: block;}
.product-grid,
.example-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;}
.example-grid{
    gap: 0vw;}
.product-item img,
.example-item img {
    width: 100%;
    height: 15vw;
    object-fit: cover;}
/* --- パンくずリスト --- */
.breadcrumbs {
    position: fixed;
    top: 7vw; 
    left: 3vw;
    width: auto;
    z-index: 900;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);    
    padding: 0.8vw 2vw;
    font-size: 0.85vw;
    color: #1a202c;
    pointer-events: auto;
    overflow: hidden;
    text-overflow: ellipsis;}
.breadcrumbs a {
    color: blue;
    text-decoration: none;
    transition: opacity 0.3s;}
.breadcrumbs span {
    font-weight: 600;}
.breadcrumbs span.separate {
    display: inline-block;
    margin: 0 1vw;}
/* --- 共通部分 --- */
.section {
    padding: 5vw 0;}
.section-title {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 4vw;}
.section-title.example-title{
    margin: 0 auto 4vw;
    text-align: left;}
.product-item h3,
.example-item h3{
    font-size: 2vw;
    font-weight: normal;
    margin: 1vw 0;}
.section.page{
    margin-top:5vw;}
.example-overview{
    padding: 0;
    font-size: 1.1vw;}
.concept-text{
    font-size: 1.2vw;
    line-height: 2;}
/* --- 商品一覧ボタン --- */
.product-btn-area,
.example-btn-area {
    display: block;
    text-align: center;
    margin-top: 5vw;}
.btn-modern {
    display: inline-block;
    padding: 1.5vw 4vw;
    border: 1px solid #333;
    background: transparent;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.4s ease;
    cursor: pointer;}
.btn-modern:hover {
    background: #333;
    color: #fff;
    transform: translateY(-5px);}
.btn-modern.product-link,
.btn-modern.example-link{
    display: block;
    margin: 1vw auto 3vw;
    text-align: center;}
/* --- 購入の流れ --- */
.flow-vertical-container {
    width: 85vw;
    margin: 5vw auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;}
.flow-vertical-container::before {
    content: "";
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 1;}
.flow-card {
    background: transparent;
    border: none;
    padding: 0;
    width: calc((100% / 6) - 1.5vw);
    height: auto;
    box-shadow: none;
    transition: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;}
.flow-step-header {
    text-align: center;
    min-width: auto;
    margin-bottom: 2vw;}
.flow-num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    color: #333;
    line-height: 1;
    width: 4vw;
    height: 4vw;
    border-radius: 4vw;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;}
.flow-icon {
    display: block;
    font-size: 2.5vw; 
    color: #333;
    margin-top: 3vw;}
.flow-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;}
.flow-work-name {
    font-weight: bold;
    color: #333;
    font-size: 1.4vw;
    margin-bottom: 0.5vw;}
.flow-detail {
    font-size: 1vw;
    color: #666;
    line-height: 1.6;}
.flow-arrow-modern {
    display: none;}
/* --- FAQ --- */
.faq-container {
    max-width: 60vw;
    margin: 0 auto;}
.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;}
.faq-q {
    padding: 2.5vw 0;
    font-weight: 600;
    font-size: 1.2vw;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;}
.faq-q::after {
    content: "";
    width: 1vw;
    height: 1vw;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;}
.faq-q.open::after {
    transform: rotate(-135deg);}
.faq-a {
    padding: 0 0 2.5vw 0;
    font-size: 1vw;
    color: #666;
    display: none;}
.footer {
    text-align: center;
    padding: 40px 0;
    background: #333;
    color: #fff;}

/* ==========================================
   追加セクション：TOPページ
   ========================================== */
.sale-section {
    background-color: #f00;
    background-image: repeating-conic-gradient(from 0deg at 50% 50%, #ff0000 0% 10deg, #dd0000 10deg 20deg);
    color: #ffffff;
    padding: 3vw 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;}
.sale-container {
    width: 85vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
.sale-content {
    width: 100%;
    text-align: center;}
.sale-decor {
    position: absolute;
    bottom: -1vw;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2vw;
    display: flex;
    gap: 0.5vw;
    z-index: 1;}
.sale-decor.left {
    left: 2vw;}
.sale-decor.right {
    right: 2vw;}
.sale-decor i:first-child { 
    font-size: 1.5vw; }
.sale-decor i:last-child { 
    font-size: 2.5vw; }
.sale-badge {
    display: inline-block;
    background-color: #ffffff;
    color: #b7791f;
    padding: 0.5vw 2vw;
    font-size: 1vw;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 1vw;}
.sale-title {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
    color: #ff0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.5vw;}
.sale-title span {
    font-size: 7vw;
    color: #fff;
    text-shadow: none;}
.sale-text {
    font-size: 1.3vw;
    line-height: 1.6;
    margin-bottom: 2vw;}
.sale-period {
    font-size: 1.8vw;
    font-weight: 800;
    color: #ff0;
    margin-bottom: 2.5vw;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    gap: 1vw;
    align-items: center;}
.sale-period i { 
    font-size: 1.2vw; 
    color: #ff0; }
/*猛暑対策テーマ用の上書き指定*/
.sale-section.heat-countermeasure {
    background-color: #0056b3;
    background-image: repeating-conic-gradient(from 0deg at 50% 50%, #0056b3 0% 10deg, #004494 10deg 20deg);}
.heat-countermeasure .sale-badge {
    color: #0056b3;}
.heat-countermeasure .sale-title {
    color: #00ffcc;}
.heat-countermeasure .sale-period,
.heat-countermeasure .sale-period i {
    color: #00ffcc;}
/*選ばれる理由*/
.reasons-container {
    display: flex;
    flex-direction: column;
    gap: 8vw;}
.reason-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;}
.reason-item:nth-child(even) {
    flex-direction: row-reverse;}
.reason-image {
    width: 45vw;}
.reason-image img {
    width: 100%;
    border-radius: 1vw;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.reason-text {
    width: 40vw;}
.reason-text h3 {
    font-size: 2vw;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    gap: 1.5vw;}
.reason-text h3 span {
    color: #e67e22;
    font-size: 4vw;
    font-weight: 900;}
.reason-text p {
    font-size: 1.2vw;
    line-height: 2;}
.merit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;}
.merit-card {
    background: #fff;
    padding: 4vw;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;}
.merit-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);}
.merit-card i {
    font-size: 4vw;
    color: #333;
    margin-bottom: 2vw;}
.merit-card h4 {
    font-size: 1.8vw;
    margin-bottom: 1.5vw;}
.merit-card p {
    font-size: 1.2vw;
    color: #666;
    text-align: left;}
/* CTAエリア */
.cta-section {
    background: #333;
    color: #fff;
    padding: 8vw 0;
    text-align: center;}
.cta-content h2 {
    font-size: 3vw;
    margin-bottom: 2vw;}
.cta-content p {
    font-size: 1.5vw;
    margin-bottom: 4vw;
    opacity: 0.9;}
.cta-btns {
    display: flex;
    justify-content: center;
    gap: 2vw;}
.cta-btn {
    display: inline-block;
    padding: 2vw 5vw;
    font-weight: bold;
    font-size: 1.5vw;
    border-radius: 0.5vw;}
.cta-btn.tel {
    background: #e67e22;
    color: #fff;}
.cta-btn.mail {
    background: #fff;
    color: #333;}

/* ==========================================
   会社概要セクション
   ========================================== */
.company-container {
    width: 100%;
    margin-top: 2vw;}
.company-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #333;}
.company-table th {
    width: 25%;
    padding: 2.5vw 2vw;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 1.2vw;
    font-weight: bold;
    vertical-align: top;}
.company-table td {
    padding: 2.5vw 2vw;
    border-bottom: 1px solid #eee;
    font-size: 1.2vw;
    line-height: 1.8;}

/* ==========================================
   お問い合わせセクション
   ========================================== */
.contact-container {
    max-width: 60vw;
    margin: 0 auto;}
.contact-form {
    width: 100%;}
.form-group {
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;}
.form-group p {
    display: flex;}
.form-group label {
    display: block;
    font-weight: bold;
    font-size: 1.2vw;
    margin-bottom: 0.8vw;
    width: 20vw;}
.form-group label span {
    background: #e74c3c;
    color: #fff;
    font-size: 0.9vw;
    padding: 0.2vw 0.8vw;
    border-radius: 0.2vw;
    margin-left: 1vw;
    vertical-align: middle;}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    width: 35vw;
    padding: 1vw;
    border: 1px solid #ccc;
    border-radius: 0.3vw;
    font-size: 1.1vw;
    font-family: inherit;
    background: #fff;}
.form-group textarea {
    resize: vertical;}
.form-submit {
    text-align: center;
    margin-top: 5vw;}
.btn-submit {
    background: #333;
    color: #fff;
    padding: 1.5vw 6vw;
    border: none;
    border-radius: 0.3vw;
    font-size: 1.3vw;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;}
.btn-submit:hover {
    background: #555;}
.wpcf7-not-valid-tip {
    display: none !important;}
.wpcf7-response-output {
    margin: 2vw 0 0 !important;
    padding: 1vw 2vw !important;
    border-color: red !important;
    color: red;
    font-size: 1vw;
    font-weight: bold;
    line-height: 1.6;}

/* ==========================================
   ボタン型フィルター
   ========================================== */
.filter-area {
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;}
.filter-row {
    display: flex;
    align-items: center;
    gap: 2vw;}
.filter-label {
    font-size: 1vw;
    font-weight: bold;
    min-width: 5vw;}
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;}
.btn-filter {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    padding: 0.8vw 2vw;
    font-size: 1vw;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 10vw;}
.btn-filter:hover {
    border-color: #333;
    color: #333;}
.btn-filter.active {
    background: #70757a;
    border-color: #70757a;
    color: #fff;}
.no-posts-message {
    font-size: 1.3vw;
    text-align: center;}
.no-posts-message p {
    margin-bottom: 2vw;}

/* ==========================================
   商品詳細セクション
   ========================================== */
.product-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw;}
.product-wrap__info {
    width: 36vw;}
.product-id {
    font-size: 1vw;
    color: #000;
    margin-top: 1vw;
    margin-bottom: 0;}
.product-wrap__info h3 {
    font-size: 2.2vw;
    margin-bottom: 1.5vw;
    line-height: 1.2;}
.product-wrap__info .price {
    font-size: 2.8vw;
    font-weight: bold;
    color: #e67e22;
    margin-bottom: 2vw;
    border-bottom: 1px solid #eee;
    padding-bottom: 1vw;}
.product-wrap__info .price span {
    font-size: 1.2vw;
    color: #333;
    font-weight: normal;
    margin-left: 0.5vw;}
.product-status {
    margin-bottom: 1.5vw;}
.info-text {
    border-radius: 1.5vw;
    padding: 2vw 3vw;
    position: relative;
    z-index: 1;
    font-size: 1.2vw;
    line-height: 1.6;}
.info-text::before {
    content: "";
    position: absolute;
    top: 3.5vw;
    left: 1.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    background-color: #f2f4f6;
    border-radius: 1vw;
    z-index: -1;}
.info-text h4 {
    font-size: 1.8vw;
    color: #718096;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    display: block;}
.shipping-note {
    font-size: 1vw;
    color: #888;
    padding-left: 1vw;}
.product-spec-table {
    width: 100%;
    border: 0.1vw solid #e2e8f0;
    border-radius: 0.5vw;
    overflow: hidden;
    margin-bottom: 2vw;}
.product-spec-table p {
    display: flex;
    align-items: center;
    gap: 3vw;
    margin: 0;
    border-bottom: 0.5px solid #e2e8f0;
    background-color: #ffffff;
    font-size: 1.2vw;
    color: #4a5568;}
.product-spec-table p:last-child {
    border-bottom: none;}
.product-spec-table strong {
    display: block;
    width: 25%;
    background-color: #545454;
    color: #ffffff;
    padding: 1vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;}
.promotion-message-wrap {
    position: relative;
    text-align: center;
    margin: 5vw 0;}
.promotion-message {
    display: inline-block;
    background-color: #ecef97;
    color: #c2410c;
    padding: 0.8vw 3vw;
    border-radius: 50px;
    font-size: 1.1vw;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5vw;
    box-shadow: 0 0.2vw 1vw rgba(0, 0, 0, 0.05);}
.promotion-message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.8vw solid transparent;
    border-top-color: #ecef97;}
.product-contact-btn {
    background-color: #fde68a;
    border-radius: 1vw;
    box-shadow: 0 0.4vw 0 #f59e0b;
    transition: all 0.2s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;}
.product-contact-btn:hover {
    transform: translateY(0.2vw);
    box-shadow: 0 0.2vw 0 #f59e0b;}
.btn-promotion {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    color: #92400e;
    font-size: 1.8vw;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0em;
    transition: opacity 0.3s;}
/*スライダー*/
/* ==========================================
   商品画像・スライダーエリア
   ========================================== */
.product-wrap__img {
    width: 45vw;
    position: relative;
    margin-bottom: 2vw;}
.product-wrap__img img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1vw;
    border: 0.1vw solid #eee;
    box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.05);}
.product-slider {
    margin-bottom: 3vw;}
.product-slider .slick-prev,
.product-slider .slick-next {
    z-index: 10;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;}
.product-slider .slick-prev {
    left: 1vw;}
.product-slider .slick-next {
    right: 1vw;}
.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    font-size: 2vw;
    opacity: 1;}
.product-slider .slick-dots {
    bottom: -2.5vw;}
.product-slider .slick-dots li {
    margin: 0 0.3vw;}
.product-slider .slick-dots li button:before {
    font-size: 0.8vw;
    color: #fde68a;
    opacity: 0.5;}
.product-slider .slick-dots li.slick-active button:before {
    color: #f59e0b;
    opacity: 1;}
/* --- 商品一覧の SOLD OUT バッジ --- */
.product-item {
    position: relative;
    overflow: hidden;}
.sold-out-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 8vw;
    height: 8vw;
    background: linear-gradient(135deg, #ff0000 50%, transparent 50.1%);
    z-index: 10;}
.sold-out-badge span {
    position: absolute;
    top: 2vw;
    left: -1vw;
    display: block;
    width: 8vw;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 900;
    text-align: center;
    transform: rotate(-45deg);
    letter-spacing: 0.05em;
    white-space: nowrap;}

/* ==========================================
   施工事例（ブログ投稿）セクション
   ========================================== */
.example-container {
    max-width: 60vw;
    margin: 0 auto;}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-bottom: 2vw;}
.blog-date {
    font-size: 1vw;
    color: #888;}
.blog-category {
    background: #333;
    color: #fff;
    font-size: 0.9vw;
    padding: 0.2vw 1vw;
    border-radius: 0.2vw;}
.blog-eyecatch {
    margin-bottom: 4vw;}
.blog-eyecatch img {
    width: 100%;
    border-radius: 0.5vw;}
.blog-content {
    line-height: 2;
    font-size: 1.2vw;
    color: #333;}
.blog-content p {
    margin-bottom: 2.5vw;}
.blog-content h3 {
    font-size: 1.8vw;
    margin: 4vw 0 2vw 0;
    padding-left: 1.5vw;
    border-left: 0.5vw solid #e67e22;}
.blog-content figure {
    margin: 3vw 0;}
.blog-content figure img {
    width: 100%;
    border-radius: 0.5vw;}
.blog-content figcaption {
    font-size: 0.9vw;
    color: #666;
    text-align: center;
    margin-top: 1vw;}
.blog-footer {
    margin: 5vw auto;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 3vw 0;}
.btn-back {
    display: inline-block;
    padding: 1vw 3vw;
    border: 1px solid #333;
    font-size: 1.1vw;
    transition: 0.3s;}
.btn-back:hover {
    background: #333;
    color: #fff;}

/* ==========================================
   ページネーション
   ========================================== */
.pagination {
    text-align: center;
    margin: 4vw 0;}
.pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 0.5vw;}
.pagination li a, 
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5vw;
    height: 3.5vw;
    border: 0.1vw solid #eee;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 0.5vw;
    transition: 0.3s;
    font-size: 1.2vw;}
.pagination li span.current {
    background: #f59e0b; /* ブランドカラーのオレンジ/ゴールド */
    color: #fff;
    border-color: #f59e0b;}
.pagination li a:hover {
    background: #fde68a;
    border-color: #f59e0b;}


/* ==========================================
   レスポンシブ (700px以下) の修正差分
   ========================================== */
@media (max-width: 700px) {
.smp{display: block;}
.pc{display: none;}
.main-content{
    width: 100%;}
.section {
    padding: 10vw 0;}
.section.page {
    margin-top: 20vw;}
.section-title {
    font-size: 6vw;
    margin-bottom: 6vw;
    text-align: center;
    font-weight: normal;}
.section-title.example-title{
    width: 90%;
    max-width: 90%;
    margin: auto;}
/* ヘッダー */
.global-header {
    height: 12vw;
    background: #fff;
    position: fixed;
    top: 0;    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;}
.header-inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.company-logo .company-name{
    font-size: 6vw;}
.company-logo .kabushiki{
    font-size: 3vw;
    margin-right: 3vw;}
/* ハンバーガーメニュー */
.hamburger {
    display: block;
    width: 8vw;
    height: 4vw;
    position: relative;
    cursor: pointer;
    z-index: 1100;}
.hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: 0.3s;}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 50%; }
.hamburger span:nth-child(3) { top: 100%; }
.hamburger.active span:nth-child(1) { 
    transform: translateY(2vw) 
    rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { 
    transform: translateY(-2vw) 
    rotate(-45deg); }
.global-nav {
    position: fixed;
    top: 0;    right: -100%;
    width: 80%;    height: 100vh;
    background: #fff;
    padding-top: 20vw;
    transition: 0.5s;
    z-index: 1050;}
.global-nav.active {
    right: 0;}
.global-nav ul {
    flex-direction: column;}
.global-nav li {
    border-bottom: 1px solid #eee;}
.global-nav a {
    display: block;
    padding: 5vw;
    font-size: 5vw;}
/* アンカーナビ (ヘッダーの下に固定) */
.anchor-nav {
    position: sticky;
    top: 12vw;
    z-index: 900;
    background: #333;
    padding: 2vw 0;}
.anchor-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;}
.anchor-nav a {
    font-size: 3.5vw;
    color: #fff;}
/* ヒーロー */
.hero {
    height: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;}
.hero-text h2 {
    font-size: 7vw;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.hero-text p {
    font-size: 3.5vw;}
/*パンくずリスト*/
.breadcrumbs {
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    padding: 3vw 5vw;
    font-size: 3.2vw;
    border-radius: 10px;
    white-space: nowrap;}
.breadcrumbs span {
    font-size: 3vw;
    font-weight: normal;}
.breadcrumbs span.separate {
    margin: 0 3vw;}
/*期間限定セールス*/
.sale-section {
    padding: 10vw 0;}
.sale-container {
    flex-direction: column;
    text-align: center;}
.sale-decor {
    font-size: 5vw;
    bottom: -2vw;}
.sale-decor.left { left: 4vw; }
.sale-decor.right { right: 4vw; }
.sale-decor i:first-child { 
    font-size: 4vw; }
.sale-decor i:last-child { 
    font-size: 6vw; }
.sale-badge {
    padding: 1.5vw 4vw;
    font-size: 3.5vw;
    margin-bottom: 3vw;}
.sale-title {
    font-size: 12vw;
    margin-bottom: 3vw;
    flex-direction: column; 
    align-items: center;
    gap: 0;}
.sale-title span {
    font-size: 14vw;
    margin-top: 1vw;}
.sale-text {
    font-size: 3.5vw;
    margin-bottom: 4vw;}
.sale-period {
    font-size: 4vw;
    margin-bottom: 6vw;
    gap: 2vw;
    flex-wrap: wrap;}
.sale-period i { 
    font-size: 3vw; }
.btn-sale {
    padding: 4vw 8vw;
    font-size: 4vw;
    width: 100%;}
/*商品一覧、施行事例一覧*/
#products, #achievements{
    width: 100%;}
.product-grid,.example-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    padding: 0;
    width: 90%;
    margin: auto;}
.example-grid{gap:0;}
.product-item h3,.example-item h3 {
    font-size: 4.5vw;
    margin-top: 3vw;}
.product-item img,.example-item img {
    height: 30vw;}
.product-item p,.example-item p {
    font-size: 3vw;
    margin-bottom: 3vw;}
.btn-modern{
    font-size: 3vw;
    font-weight: normal;
    width: 80%;}
.btn-modern.product-link, .btn-modern.example-link{
    width: 100%;}
/* Sold Out表示 */
.sold-out-badge {
    width: 20vw;
    height: 20vw;}
.sold-out-badge span {
    top: 6vw;
    left: -2vw;
    width: 20vw;
    font-size: 3vw;}
/*コンセプト*/
#concept {
    flex-direction: column;}
#concept::before {
    width: 100%;
    height: 50vw;
    border-radius: 0;}
.concept-container {
    width: 100%;}
.concept-text {
    width: 85%;
    margin: auto;
    font-size: 13px;
    line-height: 1.8;}
/*選ばれる理由*/
.reason-item, .reason-item:nth-child(even) {
    flex-direction: column-reverse;
    gap: 5vw;}
.reason-image, .reason-text {
    width: 100%;
    padding: 0 5vw;}
.reason-text h3 {
    font-size: 5vw;
    gap: 5vw;}
.reason-text p {
    font-size: 3vw;
    line-height: 1.8;}
.reason-text h3 span {
    font-size: 8vw;}
/*プレハブ活用例*/
.merit-grid {
    grid-template-columns: 1fr;
    padding: 0 5vw;}
.merit-card {
    padding: 6vw;}
.merit-card i {
    font-size: 10vw;}
.merit-card h4 {
    font-size: 5vw;
    font-weight: normal;
    margin-bottom: 5vw;}
.merit-card p {
    font-size: 3.5vw;
    line-height: 1.8;}
/* 購入の流れ */
.flow-vertical-container {
    width: 90%;
    margin-top: 8vw;
    gap: 8vw;
    flex-direction: column;}
.flow-vertical-container::before{
    display: none;}
.flow-card {
    padding: 5vw;
    gap: 0;
    border: 1px solid #cccc;
    border-radius: 3vw;
    width: 80%;
    margin: auto;}
.flow-step-header{
    margin-bottom:0;}
.flow-num {
    font-size: 8vw;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    position: absolute;
    left: -5vw;
    top: 5vw;
    background-color: #fff;}
.flow-icon {
    font-size: 8vw;}
.flow-work-name {
    font-size: 4.5vw;}
.flow-detail {
    font-size: 3vw;
    line-height: 1.6;}
.flow-arrow-modern {
    font-size: 8vw;}
/*FAQ*/
.faq-container { 
    max-width: 90vw; }
.faq-q { 
    font-size: 4.5vw; 
    padding: 5vw 0; }
.faq-a { 
    font-size: 3.8vw; 
    padding-bottom: 5vw; }
/*CTA*/
.cta-content h2 {
    font-size: 6vw;
    padding: 5vw;}
.cta-content p {
    font-size: 3vw;
    padding: 0 5vw;
    margin-bottom: 10vw;
    opacity: 1;}
.cta-btns {
    flex-direction: column;
    padding: 0 5vw;
    gap: 3vw;}
.cta-btn {
    font-size: 7vw;
    font-weight: normal;
    padding: 3vw;
    border-radius: 3vw;}
/*会社概要*/
.company-container{
    width: 90%;
    margin: 2vw auto;}
.company-table{
    border-top: none;}
.company-table th, 
.company-table td {
    display: block;
    width: 100%;
    padding: 4vw 5vw;
    font-size: 3.5vw;}
.company-table th {
    background-color: #f4f4f4;
    border-bottom: none;}
.company-table td {
    background-color: #fff;}
.footer {
    padding: 5vw 0 10vw;
    font-size: 3.5vw;
    font-weight: 100;}
/*お問い合わせ*/
.contact-container {
    max-width: 90vw;}
.form-group {
    margin-bottom: 6vw;}
.form-group p{
    width: 100%;
    flex-direction: column;}
.form-group label {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 2vw;}
.form-group label span {
    font-size: 3vw;
    padding: 0.5vw 2vw;
    margin-left: 2vw;}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    padding: 3vw;
    font-size: 4vw;
    border-radius: 1vw;
    width: 100%;}
.btn-submit {
    width: 100%;
    padding: 4vw;
    font-size: 4.5vw;
    border-radius: 1vw;}
.wpcf7-response-output {
    font-size: 3.5vw;}
/*施行事例*/
.filter-area{
    gap:5vw;
    margin: 0 auto 15vw;
    width: 90%;}
.filter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 3vw;}
.filter-label {
    font-size: 4vw;}
.filter-buttons {
    gap: 2vw;}
.btn-filter {
    padding: 2vw 1.8vw;
    font-size: 3vw;
    text-align: center;}
.no-posts-message{
    font-size: 3vw;
    width: 90%;
    margin: auto;}
.no-posts-message p {
    margin-bottom: 5vw;}
.example-container {
    max-width: 90vw;}
.blog-meta {
    gap: 4vw;
    margin-bottom: 4vw;}
.blog-date {
    font-size: 3.5vw;}
.blog-category {
    font-size: 3vw;
    padding: 1vw 3vw;}
.blog-content {
    font-size: 4vw;}
.blog-content h3 {
    font-size: 5.5vw;
    margin: 8vw 0 4vw 0;
    padding-left: 3vw;
    border-left-width: 1.5vw;}
.blog-content figcaption {
    font-size: 3vw;}
.btn-back {
    width: 100%;
    padding: 4vw;
    font-size: 4vw;
    text-align: center;}
.blog-footer{
    width: 90%;}
/*商品ページ*/
.product-wrap {
    flex-direction: column;
    gap: 6vw;}
.product-wrap__img,
.product-wrap__info {
    width: 90%;
    margin: auto;}
.product-id {
    font-size: 3.5vw;}
.product-wrap__info h3 {
    font-size: 6vw;}
.product-wrap__info .price {
    font-size: 8vw;}
.product-wrap__info .price span {
    font-size: 4vw;}
.product-spec-table {
    border-radius: 2vw;}
.product-spec-table p {
    font-size: 3.8vw;
    gap: 10vw;
    grid-template-columns: 40% 1fr;}
.product-spec-table strong {
    width: 20vw;
    padding: 4vw 3vw;}
.info-text {
    font-size: 3.5vw;
    margin-bottom: 6vw;}
.info-text::before{
    top: 5vw;
    left: 0;
    right: 0;
    bottom: 0;}
.info-text h4 {
    font-size: 5vw;}
.shipping-note {
    font-size: 3.5vw;}
.promotion-message-wrap {
    margin: 10vw 0 0;}
.promotion-message {
    padding: 1vw 5vw;
    border-radius: 5vw;
    font-size: 3vw;
    margin-bottom: 3vw;}
.promotion-message::after {
    border: 2.5vw solid transparent;
    border-top-color: #ecef97;}
.product-contact-btn {
    border-radius: 2vw;}
.btn-promotion {
    padding: 3vw;
    font-size: 4.5vw;}
/*スライダー*/
.product-wrap__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;}
.product-wrap__img img {
    border-radius: 3vw;
    border-width: 0.3vw;}
.product-slider {
    margin-bottom: 10vw;}
.product-slider .slick-prev,
.product-slider .slick-next {
    width: 10vw;
    height: 10vw;}
.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    font-size: 5vw;}
.product-slider .slick-dots {
    bottom: -8vw;}
.product-slider .slick-dots li button:before {
    font-size: 3vw;}
.pagination ul { gap: 2vw; }
.pagination li a, .pagination li span {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 2vw;}
}


/* ==========================================
   幅広PCビュー (1500px以上)
   ========================================== */
@media (min-width: 1500px) {
body {
    font-size: 16px;}
.main-content {
    width: 1200px;
    margin: 0 auto;}
.global-header {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;}
.header-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;}
.logo {
    font-size: 24px;}
.global-nav a {
    font-size: 16px;
    margin-left: 30px;}
.anchor-nav {
    position: sticky;
    top: 80px;
    background: #333;
    padding: 15px 0;}
.anchor-nav a {
    font-size: 16px;
    color: #fff;
    margin: 0 40px;}
.hero-text h2 {
    font-size: 50px;}
.btn-modern {
    padding: 22px 60px;
    font-size: 16px;}
.breadcrumbs {
    top: 120px;
    padding: 12px 30px;
    font-size: 14px;}
.sale-section {
    padding: 45px 0;}
.sale-container {
    width: 1200px;}
.sale-decor {
    font-size: 30px;
    bottom: -15px;
    gap: 8px;}
.sale-decor.left { 
    left: 30px; }
.sale-decor.right { 
    right: 30px; }
.sale-decor i:first-child { 
    font-size: 22px; }
.sale-decor i:last-child { 
    font-size: 38px; }
.sale-badge {
    padding: 8px 30px;
    font-size: 15px;
    margin-bottom: 15px;}
.sale-title {
    font-size: 90px;
    margin-bottom: 22px;
    gap: 8px;}
.sale-title span {
    font-size: 105px; }
.sale-period {
    font-size: 27px;
    margin-bottom: 38px;
    gap: 15px;}
.sale-period i { 
    font-size: 18px; }
.btn-sale {
    padding: 22px 60px;
    font-size: 22px;}
.product-grid,
.example-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;}
.example-grid{
    gap:0;}
.flow-vertical-container {
    width: 1200px;}
.flow-vertical-container::before{
    top: 55px;}
.flow-card {
    padding: 20px;
    gap: 0;
    width: calc(100% / 6);}
.flow-num {
    font-size: 24px;}
.flow-icon {
    font-size: 48px;}
.flow-work-name {
    font-size: 20px;}
.flow-detail {
    font-size: 15px;}
.flow-arrow-modern {
    font-size: 40px;
    padding: 30px 0;}
.section-title {
    font-size: 40px;
    margin-bottom: 60px;}
.faq-container { 
    width: 900px; }
.faq-q { 
    font-size: 18px; }
.faq-a { 
    font-size: 15px; }
.reasons-container {
    gap: 120px;}
.reason-image {
    width: 600px;}
.reason-text {
    width: 560px;}
.reason-text h3 {
    font-size: 32px;}
.reason-text h3 span {
    font-size: 48px;}
.merit-grid {
    gap: 40px;}
.merit-card {
    padding: 60px;}
.merit-card i {
    font-size: 60px;}
.merit-card h4 {
    font-size: 24px;}
.merit-card p {
    font-size: 16px;}
.cta-section {
    padding: 120px 0;}
.cta-content h2 {
    font-size: 40px;}
.cta-content p {
    font-size: 20px;}
.cta-btn {
    padding: 30px 80px;
    font-size: 24px;}
.company-container {
    margin-top: 30px;}
.company-table th {
    width: 300px;
    padding: 30px 40px;
    font-size: 18px;}
.company-table td {
    padding: 30px 40px;
    font-size: 18px;}
.contact-container {
    width: 800px;}
.form-group {
    margin-bottom: 40px;}
.form-group label {
    font-size: 18px;
    margin-bottom: 10px;}
.form-group label span {
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 3px;
    margin-left: 15px;}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;}
.btn-submit {
    padding: 25px 80px;
    font-size: 20px;
    border-radius: 5px;}
.filter-area {
    margin-bottom: 60px;
    gap: 24px;}
.filter-label {
    font-size: 16px;
    min-width: 80px;}
.filter-buttons {
    gap: 12px;}
.btn-filter {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 140px;}
.product-wrap {
    gap: 60px;}
.product-wrap__img {
    width: 650px;
    margin-bottom: 30px;}
.product-wrap__img img {
    border-radius: 15px;
    border-width: 1.5px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.05);}
.product-slider {
    margin-bottom: 45px;}
.product-slider .slick-prev,
.product-slider .slick-next {
    width: 52px;
    height: 52px;}
.product-slider .slick-prev {
    left: 15px;}
.product-slider .slick-next {
    right: 15px;}
.product-slider .slick-prev:before,
.product-slider .slick-next:before {
    font-size: 22px;}
.product-slider .slick-dots {
    bottom: -37px;}
.product-slider .slick-dots li button:before {
    font-size: 12px;}
.product-wrap__info {
    width: 500px;}
.product-id {
    font-size: 14px;}
.product-wrap__info h3 {
    font-size: 32px;
    margin-bottom: 20px;}
.product-wrap__info .price {
    font-size: 42px;
    margin-bottom: 30px;
    padding-bottom: 15px;}
.product-wrap__info .price span {
    font-size: 18px;}
.product-spec-table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 30px;}
.product-spec-table p {
    border-bottom: 1px solid #e2e8f0;
    font-size: 18px;
    grid-template-columns: 200px 1fr;}
.product-spec-table strong {
    padding: 20px 30px;}
.info-text {
    font-size: 16px;
    margin-bottom: 40px;}
.shipping-note {
    font-size: 14px;}
.example-container {
    width: 900px;}
.blog-meta {
    gap: 30px;
    margin-bottom: 30px;}
.blog-date {
    font-size: 15px;}
.blog-category {
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 3px;}
.blog-eyecatch img {
    border-radius: 8px;}
.blog-content {
    font-size: 18px;}
.blog-content h3 {
    font-size: 28px;
    margin: 60px 0 30px 0;
    padding-left: 20px;
    border-left-width: 8px;}
.blog-content figcaption {
    font-size: 14px;
    margin-top: 15px;}
.btn-back {
    padding: 15px 45px;
    font-size: 16px;}
.pagination { margin: 60px 0; }
.pagination li a, .pagination li span {
    width: 50px;
    height: 50px;
    font-size: 18px;
    border-radius: 8px;}
/* Sold Out表示 */
.sold-out-badge {
    width: 100px;
    height: 100px;}
.sold-out-badge span {
    top: 25px;
    left: -15px;
    width: 100px;
    font-size: 14px;}
}

/* ==========================================
   中古品ポリシー
   ========================================== */
   .policy-container {
    margin: 10vw auto;
    padding: 5vw 6vw;
    background-color: #ffffff;
    border-top: 0.6vw solid #dc3545;
    box-shadow: 0 0.4vw 1vw rgba(0,0,0,0.05);}
.policy-container h1 {
    font-size: 2.8vw;
    color: #111111;
    margin-top: 0;
    margin-bottom: 3vw;
    text-align: center;
    font-weight: 700;}
.alert-box {
    background-color: #fff5f5;
    border: 0.1vw solid #f5c6cb;
    padding: 2vw 3vw;
    margin-bottom: 4vw;
    border-radius: 0.4vw;}
.alert-box p {
    margin: 0;
    color: #b21f2d;
    font-weight: bold;}
.policy-container h2 {
    font-size: 2vw;
    color: #222222;
    border-left: 0.5vw solid #dc3545;
    padding-left: 1.5vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-weight: 600;}
.policy-container p {
    margin-top: 0;
    margin-bottom: 1.5vw;}
.policy-container ul {
    margin-top: 0;
    margin-bottom: 2.5vw;
    padding-left: 2.5vw;}
.policy-container li {
    margin-bottom: 1vw;}
.policy-link-btn {
    display: inline-block;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
    color: #dc3545;
    font-size: 1vw;
    font-weight: bold;
    text-decoration: none;
    border: 0.1vw solid #dc3545;
    border-radius: 0.4vw;
    background-color: #ffffff;
    transition: background-color 0.3s, color 0.3s;}
.policy-link-btn:hover {
    color: #ffffff;
    background-color: #dc3545;}
@media (max-width: 700px) {
.policy-container {
    width: 80%;
    margin: 15vw auto;
    padding-left: 5vw;
    padding-right: 5vw;
    border-top-width: 1.2vw;}
.policy-container h1 {
    font-size: 5.5vw;
    margin-bottom: 5vw;}
.alert-box {
    border-width: 0.3vw;
    padding: 3vw 4vw;
    margin-bottom: 5vw;
    border-radius: 1vw;}
.policy-container h2 {
    font-size: 4vw;
    border-left-width: 1vw;
    padding-left: 2.5vw;
    margin-top: 6vw;
    margin-bottom: 3vw;}
.policy-container p {
    font-size: 3vw;
    margin-bottom: 3vw;}
.policy-container ul {
    list-style-type: disc;
    padding-left: 5vw;
    margin-bottom: 4vw;}
.policy-container li {
    font-size: 3vw;
    margin-bottom: 2vw;}
.policy-link-btn {
    display: block;
    text-align: left;
    padding: 2vw 3vw;
    margin-bottom: 10vw;
    font-size: 3.5vw;
    border-width: 0.3vw;
    border-radius: 1vw;}
}
@media (min-width: 1500px) {
.policy-container .container {
    max-width: 1200px;
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 90px;
    padding-right: 90px;
    border-top: 9px solid #dc3545;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);}
.policy-container h1 {
    font-size: 42px;
    margin-bottom: 45px;}
.alert-box {
    border: 1.5px solid #f5c6cb;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 60px;
    border-radius: 6px;}
.policy-container h2 {
    font-size: 30px;
    border-left: 7.5px solid #dc3545;
    padding-left: 22.5px;
    margin-top: 60px;
    margin-bottom: 30px;}
.policy-container p {
    margin-bottom: 22.5px;}
.policy-container ul {
    padding-left: 37.5px;
    margin-bottom: 37.5px;}
.policy-container li {
    margin-bottom: 15px;}
.policy-link-btn {
    padding: 15px 30px;
    font-size: 18px;
    border: 1.5px solid #dc3545;
    border-radius: 6px;}
}


/* ==========================================================================
   お問い合わせフローティングボタン
   ========================================================================== */
.floating-contact-btn {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    z-index: 9999;    
    /* サイズ（正方形） */
    width: 5vw;
    height: 5vw;
    /* デザイン（モノクロ・シンプル） */
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 5vw;
    text-decoration: none;
    font-weight: 500;
    font-size: 3vw;
    letter-spacing: 0.05em;    
    /* 中央配置 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
    /* 影と滑らかな変化 */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, color 0.3s ease;
    /* ふわふわアニメーションの適用 */
    animation: floating 3.5s ease-in-out infinite;}
@media (min-width: 1500px) {
.floating-contact-btn {
    bottom: 60px;
    right: 60px;
    width: 100px;
    height: 100px;
    font-size: 45px;}
}
@media (max-width: 700px) {
.floating-contact-btn {
    /* 位置のリセットと下部配置 */
    right: auto;
    left: 2.5%; /* width 95% なので左右の余白を 2.5% に */
    bottom: 20px;  
    /* 形状変更 */
    width: 95%;
    height: 54px;
    border-radius: 9999px;
    font-size: 18px;}
.floating-contact-btn .smp {
    margin-left: 10px;}
}
@keyframes floating {
0% {transform: translateY(0);}
50% {transform: translateY(-10px); /* 上に10px浮き上がる */}
100% {transform: translateY(0);}
}