/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 10:58:18 */
/* 1. 全体共通・ローダー */
#loader-bg, #loader-bg *, body #loader-bg { display: none !important; opacity: 0 !important; visibility: hidden !important; z-index: -9999 !important; width: 0 !important; height: 0 !important; animation: none !important; transition: none !important; pointer-events: none !important; } 

@keyframes spin-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* 2. リードセクション & カスタム見出し */
.index_page .toplead2 { text-align: left !important; line-height: 1.8em; padding: 10px; margin: 0 auto; }
.index_page .top_anime { padding: 100px 0 10px; }
.index_page .readmain { width: 100%; line-height: 1.8em; font-size: 1.3em; font-weight: 300; padding-top:70px; }
.index_page .readmain p { text-align: center; }

.index_page .custom-semi-wrap { padding: 60px 20px 10px; max-width: 1000px; margin: 0 auto; font-size: 23px; font-weight: 300; letter-spacing: .2em; line-height: 1.5; }
.index_page .custom-semi-title { display: grid; margin-bottom: 40px; }
.index_page .custom-semi-bg { grid-area: 1 / 1; font-size: clamp(3.5rem, 9vw, 8rem); font-weight: 900; color: #ffffff; line-height: 0.9; letter-spacing: 0.02em; }
.index_page .custom-semi-fg { grid-area: 1 / 1; align-self: end; font-size: clamp(1.2rem, 3.5vw, 2.2rem); font-weight: 700; color: #333; line-height: 1.4; letter-spacing: 0.05em; margin-bottom: -10px; }
.index_page .custom-semi-txt { padding-left: 70px; }

/* 3. GX仕様セクション */
.index_page .gx-section { width: 100%; margin: 0 auto; text-align: center; font-family: serif; padding: 2% 0 1%; letter-spacing: 0.4em; }
.index_page .gx-section .gx-subtitle { margin-bottom: 10px; }
.index_page .gx-section .gx-subtitle2 { font-size: 0.7em; color: maroon; margin-top: 10px; }
.index_page .gx-section .gx-title { font-size: 1.5em; margin-bottom: 0; }
.index_page .gx-features { width: 100%; display: flex; justify-content: space-between; padding-top: 40px; font-size: 0.9em; letter-spacing: 0.2em; line-height: 1.5em; }
.index_page .gx-feature-item { flex: 1; padding: 5px; margin: 0px 10px; box-sizing: border-box; height: auto; min-height: 365px; display: flex; flex-direction: column; font-size: 0.9em; }
.index_page .gx-feature-item img { max-width: 100%; height: auto; margin: 0 auto; } /* 💡修正: 画像巨大化防止 */
.index_page .gx-feature-item p { color: #a68b5a; font-weight: bold; font-size: 1.3em; }
.index_page .gx-feature-item .gx-item-title { border-bottom: 2px solid #a68b5a; padding-bottom: 10px; margin-bottom: 15px; height: 40px; display: flex; align-items: flex-end; justify-content: center; }
.index_page .gx-feature-item .gx-item-title span { font-size: 1.8em; }

.index_page .gx-drawer-btn { display: block; width: 100%; margin: 40px auto 0; padding: 15px 0; background-color: transparent; border: 1px solid #a68b5a; color: #333; font-size: 16px; font-family: serif; letter-spacing: 0.2em; cursor: pointer; transition: background-color 0.3s ease; }
.index_page .gx-drawer-btn:hover { background-color: #f9f9f9; }

.index_page .gx-drawer-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s ease-out, margin-top 0.5s ease-out; overflow: hidden; margin-top: 0; }
.index_page .gx-drawer-content.is-open { grid-template-rows: 1fr; margin-top: 40px; }
.index_page .gx-drawer-inner { min-height: 0; background-color: #222; width: 100%; }

.index_page .gx-d-close-wrap { padding: 0 5% 80px; background-color: #5d6d75; margin-top: -40px; }
.index_page #gx-drawer-close-btn { border-color: #fff; color: #fff; }
.index_page #gx-drawer-close-btn:hover { background-color: rgba(255,255,255,0.1); }

/* GXドロワー内 詳細デザイン */
.index_page .gx-d-sec { padding: 100px 0; font-family: 'Noto Sans JP', sans-serif; }
.index_page .gx-d-inner { max-width: 1050px; margin: 0 auto; padding: 0 4%; }
.index_page .gx-d-bg-white { background-color: #ffffff; color: #333; }
.index_page .gx-d-bg-gray  { background-color: #8c8f91; color: #fff; }
.index_page .gx-d-bg-light { background-color: #e5e5e5; color: #333; }
.index_page .gx-d-bg-dark  { background-color: #242221; color: #fff; }
.index_page .gx-d-bg-blue  { background-color: #5d6d75; color: #fff; }

.index_page .gx-d-title { font-size: 26px; font-weight: bold; letter-spacing: 0.15em; margin-bottom: 40px; text-align: left; }
.index_page .gx-d-title span { font-size: 32px; margin-right: 15px; font-family: serif; }
.index_page .gx-d-subtitle { font-size: 14px; font-weight: bold; margin: -25px 0 40px 0; text-align: left; }

.index_page .gx-d-dummy-img { width: 100%; background-color: rgba(0,0,0,0.15); border: 1px solid rgba(255,255,255,0.2); }
.index_page .gx-d-bg-white .gx-d-dummy-img, .index_page .gx-d-bg-light .gx-d-dummy-img { background-color: #ddd; border: none; }

.index_page .gx-d-option-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; width: 100%; }
.index_page .gx-d-opt-label { background: #fff; color: #333; padding: 5px 25px; font-weight: bold; letter-spacing: 0.1em; font-size: 16px; }
.index_page .gx-d-opt-line { flex-grow: 1; height: 1px; background-color: #fff; margin: 0 20px; }
.index_page .gx-d-opt-price { color: #dcd033; font-size: 24px; font-weight: bold; letter-spacing: 0.1em; }
.index_page .gx-d-opt-price span { font-size: 16px; }

.index_page .gx-d-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 60px; margin-bottom: 60px; }
.index_page .gx-d-row-reverse { flex-direction: row-reverse; }
.index_page .gx-d-img, .index_page .gx-d-txt { width: 48%; text-align: left; }

.index_page .gx-d-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 25px; }
.index_page .gx-d-tag { display: inline-block; background-color: #222; color: #fff; font-size: 12px; font-weight: bold; padding: 4px 10px; }
.index_page .gx-d-tags-inv .gx-d-tag { background-color: #fff; color: #333; }
.index_page .gx-d-catch { font-size: 28px; font-weight: bold; line-height: 1.5; margin-bottom: 25px; letter-spacing: 0.05em; }
.index_page .gx-d-desc { font-size: 14px; line-height: 1.8; letter-spacing: 0.05em; text-align: justify; }
.index_page .gx-d-note { font-size: 11px; line-height: 1.5; margin-top: 30px; opacity: 0.8; letter-spacing: 0.2em; }
.index_page .gx-d-img-caption { background-color: #222; color: #fff; text-align: center; padding: 10px 0; font-weight: bold; font-size: 14px; margin-top: -5px; }
.index_page .gx-d-img-caption-outline { border: 1px solid #fff; text-align: center; padding: 10px 0; font-weight: bold; font-size: 14px; margin-bottom: 5px; }

.index_page .gx-d-list-btns { list-style: none; padding: 0; margin: 0; }
.index_page .gx-d-list-btns li { border: 1px solid #333; text-align: center; padding: 18px 10px; margin-bottom: 10px; font-weight: bold; font-size: 14px; background: transparent; }
.index_page .gx-d-cols { display: flex; justify-content: space-between; gap: 40px; }
.index_page .gx-d-cols-3 .gx-d-col { width: 30%; text-align: left; }
.index_page .gx-d-lines .gx-d-col { position: relative; }
.index_page .gx-d-lines .gx-d-col:not(:first-child)::before { content: ""; position: absolute; left: -20px; top: 0; width: 1px; height: 100%; background-color: currentColor; }
.index_page .gx-d-col-title { font-size: 18px; font-weight: bold; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 4px solid currentColor; line-height: 1.4; }
.index_page .gx-d-col-title span { display: block; font-size: 24px; font-family: serif; margin-bottom: 5px; font-weight: normal; }
.index_page .gx-d-lines .gx-d-col p { font-size: 13px; line-height: 1.7; text-align: justify; }

.index_page .gx-d-cards .gx-d-card { width: 23%; background: #fff; color: #333; border: 1px solid #111; padding: 25px 15px; text-align: center; }
.index_page .gx-d-card-en { display: block; font-size: 9px; color: #666; letter-spacing: 0.1em; margin-bottom: 5px; }
.index_page .gx-d-card-title { font-size: 1em; font-weight: bold; margin-bottom: 15px; padding-bottom: 15px; position: relative; }
.index_page .gx-d-card-title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 1px; background-color: #333; }
.index_page .gx-d-card p { font-size: 0.9em; line-height: 1.6; font-weight: bold; letter-spacing: 0.2em; }
.index_page .gx-d-half-boxes { display: flex; gap: 10px; }
.index_page .gx-d-half-box { flex: 1; border: 1px solid #fff; text-align: center; padding: 20px 10px; }
.index_page .gx-d-half-box h5 { font-size: 18px; font-weight: bold; margin-bottom: 10px; letter-spacing: 0.2em; }
.index_page .gx-d-half-box p { font-size: 11px; line-height: 1.5; letter-spacing: 0.2em; }

.index_page .gx-d-chevrons { display: flex; width: 100%; height: 80px; margin-top: 50px; }
.index_page .gx-d-chev { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #333; line-height: 1.4; text-align: left; padding-left: 20px; }
.index_page .gx-d-chev-1 { background-color: #9c9c9c; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); padding-right: 15px; }
.index_page .gx-d-chev-2 { background-color: #b5b5b5; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }
.index_page .gx-d-chev-3 { background-color: #d1d1d1; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }
.index_page .gx-d-chev-4 { background-color: #ffffff; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%); margin-left: -3%; padding-left: 30px; }

/* 4. SEMI-ORDER PLAN */
.index_page .smart_items { display: flex !important; flex-direction: column !important; width: 100% !important; margin-top: 80px !important; padding: 60px 0 !important; }
.index_page .smart_item { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; width: 90% !important; max-width: 1200px !important; margin: 0 auto 60px auto !important; padding: 0 !important; background: transparent !important; position: relative !important; }
.index_page .smart_item:last-child { margin-bottom: 0 !important; }
.index_page .smart_item:nth-child(odd) .smart_item-txt { order: 1 !important; }
.index_page .smart_item:nth-child(odd) .smart_item-img { order: 2 !important; }
.index_page .smart_item:nth-child(even) .smart_item-img { order: 1 !important; }
.index_page .smart_item:nth-child(even) .smart_item-txt { order: 2 !important; }

.index_page .smart_item-txt { width: 55% !important; background-color: #ffffff !important; padding: 60px 150px 60px 60px !important; box-sizing: border-box !important; border-radius: 15px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important; position: relative !important; z-index: 1 !important; transform: none !important; -webkit-transform: none !important; -ms-transform: none !important; }
.index_page .smart_item:nth-child(even) .smart_item-txt { padding: 60px 60px 60px 150px !important; }

.index_page .smart_item-img { width: 50% !important; margin: 0 !important; padding: 0 !important; position: relative !important; z-index: 2 !important; transform: none !important; -webkit-transform: none !important; -ms-transform: none !important; }
.index_page .smart_item:nth-child(odd) .smart_item-img { margin-left: -10% !important; }
.index_page .smart_item:nth-child(even) .smart_item-img { margin-right: -10% !important; }
.index_page .smart_item-img img { width: 100% !important; height: auto !important; display: block !important; border-radius: 10px !important; box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important; }

.index_page .smart_item-txt-box, .index_page .smart_item-txt-number, .index_page .smart_item-txt-number-inner, .index_page .smart_item-txt-number-inner span, .index_page .smart_item-txt-number-inner p, .index_page .smart_item-txt-desc { writing-mode: horizontal-tb !important; -webkit-writing-mode: horizontal-tb !important; background: transparent !important; margin: 0 !important; padding: 0 !important; text-align: left !important; box-shadow: none !important; transform: none !important; position: static !important; }
.index_page .smart_item-txt-number-inner { display: flex !important; flex-direction: row !important; align-items: center !important; }
.index_page .smart_item-txt-number-inner span { display: inline-block !important; width: auto !important; padding-right: 20px !important; margin-right: 20px !important; border-right: 1px solid #333 !important; font-size: 20px !important; font-weight: 700 !important; color: #333 !important; line-height: 1 !important; }
.index_page .smart_item-txt-number-inner span::before, .index_page .smart_item-txt-number span::before { content: none !important; display: none !important; }
.index_page .smart_item-txt-number-inner p { font-size: 18px !important; font-weight: bold !important; letter-spacing: 0.1em !important; line-height: 1.4 !important; color: #333 !important; }
.index_page .smart_item-txt-number-inner p small { display: block !important; font-size: 12px !important; font-weight: normal !important; margin-top: 5px !important; color: #333 !important; }
.index_page .smart_item-txt-desc { padding-left: 0 !important; margin-top: 25px !important; }
.index_page .smart_item-txt-desc p { font-size: 1em !important; line-height: 2 !important; letter-spacing: 0.08em !important; color: #333 !important; margin: 0 0 15px 0 !important; }
.index_page .btn_wrap { margin-top: 20px !important; text-align: left !important; }
.index_page .smart_items .is-view.anime-mask1 { -webkit-clip-path: inset(0 0 0 -30px round 4px) !important; clip-path: inset(0 0 0 -30px round 4px) !important; }
.index_page .com_tit02 .is-view.anime-mask1 { -webkit-clip-path: inset(0 0 0 -30px round 4px) !important; clip-path: inset(0 0 0 -30px round 4px) !important; }

/* 5. MY THREE セクション */
.index_page .mythree .mythree_items { max-width: 1000px; }
.index_page .mythree .mythree_items .mythree_item { width: calc(100% / 3 - 80px * 1 / 3); }

/* ▼ 「詳しくはこちら」ウェーブボタン ＆ ドロワー ▼ */
.index_page .smart-more-link { text-align: center; margin-top: 20px; padding-bottom: 20px; }
.index_page .smart-more-btn { background: transparent; border: none; cursor: pointer; display: inline-block; color: #333; transition: opacity 0.3s ease; padding: 0; }
.index_page .smart-more-btn:hover { opacity: 0.6; }

.index_page .smart-more-arrows { display: flex; flex-direction: column; align-items: center; margin-bottom: 25px; transition: transform 0.4s ease; }
.index_page .smart-more-btn.is-open .smart-more-arrows { transform: rotate(180deg); }
.index_page .smart-more-arrows span { display: block; width: 35px; height: 35px; border-bottom: 2px solid #333; border-right: 2px solid #333; transform: rotate(45deg); margin: -10px 0; opacity: 0.2; animation: arrow-wave 1.5s infinite; }
.index_page .smart-more-arrows span:nth-child(1) { animation-delay: 0s; }
.index_page .smart-more-arrows span:nth-child(2) { animation-delay: 0.15s; }
.index_page .smart-more-arrows span:nth-child(3) { animation-delay: 0.3s; }

.index_page .smart-more-btn p { font-size: 22px; font-weight: bold; letter-spacing: 0.3em; margin: 0; font-family: 'Noto Sans JP', sans-serif; }

@keyframes arrow-wave { 0% { opacity: 0.2; } 20% { opacity: 1; } 100% { opacity: 0.2; } }

.index_page .smart-drawer-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s ease-out, margin-top 0.5s ease-out; overflow: hidden; margin-top: 0; }
.index_page .smart-drawer-content.is-open { grid-template-rows: 1fr; margin-top: 20px; }
.index_page .smart-drawer-inner { min-height: 0; background-color: #f4f4f4; width: 100%; border-radius: 15px; position: relative; box-sizing: border-box; overflow-x: hidden; }

/* SMARTプラン ドロワー内 詳細デザイン */
.index_page .smart-d-float-icon { position: absolute; top: 250px; right: 10%; z-index: 10; }
.index_page .smart-d-sec { padding: 80px 0; font-family: 'Noto Sans JP', sans-serif; }
.index_page .smart-d-inner { max-width: 900px; margin: 0 auto; padding: 0 5%; box-sizing: border-box; }
.index_page .smart-d-bg-light { background-color: #e6e6e6; color: #333; }
.index_page .smart-d-bg-gray  { background-color: #8c8f91; color: #333; }
.index_page .smart-d-text-white { color: #fff !important; }

.index_page .smart-d-head { display: flex; align-items: baseline; margin-bottom: 20px; }
.index_page .smart-d-head-en { font-size: 32px; font-family: Arial, sans-serif; margin-right: 15px; }
.index_page .smart-d-head-num { font-size: 60px; font-weight: bold; font-family: Arial, sans-serif; line-height: 1; }
.index_page .smart-d-subtitle { font-size: 14px; font-weight: bold; letter-spacing: 0.1em; margin-bottom: 5px; }
.index_page .smart-d-title { font-size: 28px; font-weight: bold; letter-spacing: 0.1em; margin-bottom: 50px; }
.index_page .smart-d-dummy-img { width: 100%; background-color: rgba(0,0,0,0.15); }

.index_page .smart-d-ch1-content { max-width: 1000px; margin: 0 auto; text-align: center; }
.index_page .smart-d-flow-txt { font-size: 16px; line-height: 1.8; letter-spacing: 0.15em; }
.index_page .smart-d-flow-txt strong { font-size: 18px; }
.index_page .smart-d-arrow-down { width: 1px; height: 60px; background-color: #333; margin: 20px auto; position: relative; }
.index_page .smart-d-arrow-down::after { content: ""; position: absolute; bottom: 0; left: -4px; width: 6px; height: 6px; border-bottom: 1px solid #333; border-right: 1px solid #333; transform: rotate(45deg); }

.index_page .smart-d-size-list { list-style: none; padding: 0; margin: 20px auto 0; display: inline-block; text-align: left; }
.index_page .smart-d-size-list li { font-size: 20px; font-family: Arial, sans-serif; letter-spacing: 0.1em; margin-bottom: 10px; display: flex; align-items: center; }
.index_page .smart-d-size-list .mark { display: inline-block; width: 20px; font-size: 14px; }
.index_page .smart-d-size-list .ja { font-size: 16px; font-family: 'Noto Sans JP', sans-serif; margin-left: 20px; }

.index_page .smart-d-desc { font-size: 16px; line-height: 2; letter-spacing: 0.15em; font-weight: bold; }
.index_page .smart-d-lead { font-size: 18px; font-weight: bold; letter-spacing: 0.1em; margin: 40px 0; line-height: 1.6; }

.index_page .smart-d-btn-yellow { display: inline-block; background-color: #ffe800; color: #111; font-weight: bold; font-size: 18px; letter-spacing: 0.2em; padding: 12px 40px; border: 4px solid #111; text-decoration: none; transition: opacity 0.3s; }
.index_page .smart-d-btn-yellow:hover { opacity: 0.7; }

/* 固定追従画像ボタン */
.index_page .smart-float-btn { position: fixed; bottom: 100px; right: 70px; z-index: 998; width: 130px; height: auto; background-color: transparent; border: none; border-radius: 0; display: block; text-decoration: none; box-shadow: none; transition: transform 0.3s, opacity 0.3s; overflow: visible; }
.index_page .smart-float-btn:hover { transform: translateY(-5px); opacity: 0.9; }
.index_page .smart-float-btn img { width: 100%; height: auto; object-fit: contain; border-radius: 0; display: block; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2)); }

.index_page .smart-d-housetype-wrap { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }
.index_page .smart-d-housetype-box { background-color: #fff; border: 2px solid #a5a5a5; border-radius: 5px; width: 45%; padding: 30px 10px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-sizing: border-box; }
.index_page .smart-d-housetype-box img { height: auto; }
.index_page .smart-d-housetype-box p { font-size: 15px; font-weight: bold; color: #333; margin: 0; letter-spacing: 0.1em; }
.index_page .smart-d-size-box { width: 31%; padding: 0 0 15px; }
.index_page .smart-d-size-box img { width: 100%; }

.index_page .smart-d-tabs { display: flex; justify-content: space-between; gap: 5px; margin-bottom: 30px; }
.index_page .smart-d-tab { flex: 1; text-align: center; cursor: pointer; opacity: 0.5; transition: opacity 0.3s; }
.index_page .smart-d-tab.is-active { opacity: 1; }
.index_page .smart-d-tab p { margin-top: 15px; color: #fff; font-size: 16px; font-weight: bold; letter-spacing: 0.1em; }

.index_page .smart-d-tab-content { display: none; }
.index_page .smart-d-tab-content.is-active { display: block; animation: fadeIn 0.5s; }
.index_page .smart-d-white-box { background-color: #fff; padding: 30px; }

.index_page .smart-d-gallery { display: flex; flex-wrap: wrap; gap: 10px; }
.index_page .smart-d-gallery > div { flex: 0 0 calc((100% - 20px) / 3); width: calc((100% - 20px) / 3); box-sizing: border-box; }
.index_page .smart-d-gallery > div img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Chapter 03 お客様事例（into_block） */
.index_page .into_block { width: 100%; margin: 50px 0; box-sizing: border-box; }
.index_page .into_tabs_bg { background-color: #e6e6e6; background-size: cover; background-position: center; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: inset 0 0 20px rgba(0,0,0,0.1); max-width: 100%; overflow: hidden; box-sizing: border-box; }
.index_page .into_tabs { display: flex; list-style: none; padding: 10px 0; margin: 0; width: 100%; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none; cursor: grab; }
.index_page .into_tabs:active { cursor: grabbing; }
.index_page .into_tabs::-webkit-scrollbar { display: none; }
.index_page .into_tab { flex: 0 0 auto; width: 160px; background-color: #ffffff; clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0% 100%, 0% 25%); padding: 45px 15px 20px; text-align: center; cursor: pointer; opacity: 0.6; transition: all 0.3s ease; margin-right: 50px; }
.index_page .into_tab.active { opacity: 1; background-color: #ffe800; transform: translateY(-8px); }
.index_page .into_tab-txt01 { font-size: 12px; color: #666; margin-bottom: 5px; }
.index_page .into_tab-txt02 { font-size: 20px; font-family: serif; font-weight: bold; color: #333; margin-bottom: 8px; }
.index_page .into_tab-txt02 span { font-size: 24px; margin-right: 5px; }
.index_page .into_tab-out { font-size: 11px; line-height: 1.4; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; }

.index_page .into_items { position: relative; }
.index_page .into_item { display: none; }
.index_page .into_item.active { display: block; animation: fadeIn 0.5s ease; }
.index_page .into_item-box { display: flex; align-items: flex-start; gap: 30px; background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.index_page .into_item-img { width: 50%; }
.index_page .into_item-img iframe { width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; }
.index_page .into_item-txt { width: 50%; text-align: left; }
.index_page .into_item-tit { font-size: 18px; font-weight: bold; margin-bottom: 20px; color: #333; border-bottom: 2px solid #f0f0f0; padding-bottom: 15px; }
.index_page .into_item-desc { font-size: 13px; line-height: 1.8; letter-spacing: 0.1em; color: #333; }
.index_page .into_item canvas { display: none !important; }
.index_page .works .com_desc02 { margin-bottom: 70px; }
.index_page .news { background-color: #ababab; }
.index_page .youtube { background-color: #ffffff; }
/* 整理された追記分 */
.mv_txt02 { background: white; padding: 18px 0 !important; margin: 10px; }
.index_page .smart_item .smart_item-img.anime-l_r1 {
    opacity: 0;
    transform: translateX(-80px); /* 最初は左に80pxずらしておく */
    transition: opacity 1.2s cubic-bezier(0.21, 0.85, 0.3, 1), transform 1.2s cubic-bezier(0.21, 0.85, 0.3, 1);
}
.index_page .smart_item .smart_item-img.anime-l_r1.is-view {
    opacity: 1;
    transform: translateX(0); /* 元の位置（センター）に戻る */
}
.index_page .smart_item .smart_item-img.anime-r_l1 {
    opacity: 0;
    transform: translateX(80px); /* 最初は右に80pxずらしておく */
    transition: opacity 1.2s cubic-bezier(0.21, 0.85, 0.3, 1), transform 1.2s cubic-bezier(0.21, 0.85, 0.3, 1);
}
.index_page .smart_item .smart_item-img.anime-r_l1.is-view {
    opacity: 1;
    transform: translateX(0);
}
.inreadp { text-align:center; line-height:2em;}
.inreadspan {font-size:1.7em;}

/* 6. レスポンシブ用（PC / iPad等） */
@media screen and (min-width: 768px) {
    .index_page .com_tit02.anime-mask1, .index_page .com_tit02.anime-up1 { position: relative; display: block; font-size: 45px !important; font-weight: bold !important; line-height: 1.2 !important; color: #333 !important; padding-top: 210px; z-index: 2; font-family: sans-serif; }
    .index_page .smart .inner .com_tit02.anime-mask1 span, .index_page .mythree .inner .com_tit02.anime-up1 span, .index_page .model .inner .com_tit02 span, .index_page .works .inner .com_tit02 span { position: absolute; top: 30px; left: 0; z-index: -1; font-size: 124px !important; line-height: 0.9 !important; font-weight: 900 !important; text-transform: uppercase; display: block; width: 1000px !important; max-width: none !important; word-break: keep-all; overflow-wrap: break-word; letter-spacing: 0.029em; }
    .index_page .smart .inner .com_tit02.anime-mask1 span, .index_page .mythree .inner .com_tit02.anime-up1 span { color: #fff !important; }
    .index_page .com_tit02.anime-up1 small { display: block; font-size: 18px; margin-top: 10px; font-weight: normal; }
    .index_page .smart .endroll { max-width: 1000px; }
    .index_page .top_anime .slick-list, .index_page .top_anime .slick-list.draggable { margin-top: -120px; }
}

/* 7. レスポンシブ用（スマホ・767px以下） */
@media screen and (max-width: 767px) {
    .index_page .custom-semi-wrap { font-size: 11px; text-align: center; }
    .index_page .custom-semi-bg { font-size: 22px; }
    .index_page .custom-semi-fg { font-size: 11px; grid-area: auto; }
    .index_page .custom-semi-txt { padding-left: 0px; }
    .index_page .custom-semi-txt p { font-size: 15px; }
    .index_page .readmain { width: 100%; line-height: 1.5em; font-size: 0.8em; padding-top: 15px; }
    .index_page .top_anime { padding: 50px 0 35px; }
    .index_page .top_anime .top_anime_img { bottom: -27% !important; }
    .index_page .com_tit02.anime-mask1 br, .index_page .com_tit02.anime-up1 br { display: none; }

    .index_page .into_tab-txt02 span { color: black !important; }
    .index_page .page_smart .smart_lead_box .smart_lead_box-list li .smart_lead_box-desc { text-align: center; }

    .index_page .gx-section { padding: 0; letter-spacing: 0.1em; }
    .index_page .gx-features { flex-direction: column; gap: 20px; }
    .index_page .gx-feature-item { margin: 0px; padding: 0px; font-size: 0.8em; }
    .index_page .gx-feature-item img { width: 70%; margin: 0 auto; }
    .index_page .gx-feature-item .gx-item-title { border-bottom: none; }

    .index_page .mythree .mythree_items .mythree_item { width: 100%; }

    .index_page .smart_items { padding: 20px 0 !important; margin-top: 40px !important; }
    .index_page .smart_item { flex-direction: column !important; width: 100% !important; margin: 0 auto 50px auto !important; }
    .index_page .smart_item:nth-child(n) .smart_item-img { order: 1 !important; }
    .index_page .smart_item:nth-child(n) .smart_item-txt { order: 2 !important; }
    .index_page .smart_item-img { width: 100% !important; margin: 0 !important; padding: 0 15px !important; z-index: 2 !important; margin-bottom: -30px !important; }
    .index_page .smart_item:nth-child(n) .smart_item-txt { width: 100% !important; margin: 0 !important; z-index: 1 !important; padding: 60px 20px 30px 20px !important; }
    
    .index_page .smart_item-txt-number-inner { flex-direction: column !important; align-items: flex-start !important; }
    .index_page .smart_item-txt-number-inner span { width: auto !important; padding-right: 0 !important; margin-right: 0 !important; margin-bottom: 10px !important; border-right: none !important; font-size: 20px !important; }
    .index_page .smart_item-txt-number-inner p { font-size: 16px !important; text-align: left !important; }
    .index_page .smart_item-txt-desc { margin-top: 20px !important; }
    .index_page .smart_item-txt-desc p { font-size: 13px !important; line-height: 1.8 !important; }
    .index_page .btn_wrap { text-align: center !important; }

    .index_page .gx-d-sec { padding: 60px 0; }
    .index_page .gx-d-row, .index_page .gx-d-row-reverse { flex-direction: column; gap: 30px; margin-bottom: 40px; }
    .index_page .gx-d-img, .index_page .gx-d-txt { width: 100%; }
    .index_page .gx-d-option-bar { flex-direction: column; align-items: flex-start; gap: 15px; }
    .index_page .gx-d-opt-line { display: none; }
    .index_page .gx-d-cols { flex-direction: column; gap: 40px; }
    .index_page .gx-d-cols-3 .gx-d-col { width: 100%; }
    .index_page .gx-d-lines .gx-d-col:not(:first-child)::before { display: none; }
    .index_page .gx-d-cards .gx-d-card { width: 100%; margin-bottom: 10px; }
    .index_page .gx-d-catch { font-size: 1.2em; }
    .index_page .gx-d-title { font-size: 1.2em; }
    .index_page .gx-d-title span { font-size: 1.2em; }
    .index_page .gx-d-list-btns li { font-size: 0.6em; }
    .index_page .gx-d-opt-price { font-size: 1.2em; }
    .index_page .gx-d-half-box p { font-size: 0.7em; }
    
    .index_page .gx-d-chevrons { flex-direction: column; height: auto; margin-top: 30px; gap: 5px; }
    .index_page .gx-d-chev { padding: 15px; text-align: center; clip-path: none !important; margin-left: 0 !important; justify-content: center; position: relative; }
    .index_page .gx-d-chev:not(:last-child)::after { content: "▼"; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); color: #fff; z-index: 2; }
    .index_page .gx-d-col-title br, .index_page .gx-d-half-box br { display: none !important; }

    .index_page .smart-more-arrows span { width: 25px; height: 25px; margin: -7px 0; }
    .index_page .smart-more-btn p { font-size: 16px; }

    .index_page .smart-d-float-icon { display: none; }
    .index_page .smart-d-head-en { font-size: 24px; }
    .index_page .smart-d-head-num { font-size: 40px; }
    .index_page .smart-d-title { font-size: 22px; margin-bottom: 30px; }
    .index_page .smart-d-flow-txt { font-size: 14px; }
    .index_page .smart-d-flow-txt strong { font-size: 16px; }
    .index_page .smart-d-arrow-down { margin: 20px auto; }
    .index_page .smart-d-size-list li { font-size: 16px; }
    .index_page .smart-d-size-list .ja { font-size: 14px; margin-left: 10px; }
    .index_page .smart-d-desc { font-size: 14px; line-height: 1.8; }
    .index_page .smart-d-btn-yellow { font-size: 16px; padding: 12px 20px; width: 100%; text-align: center; box-sizing: border-box; }
    
    .index_page .smart-float-btn { width: 85px !important; height: auto !important; bottom: 165px !important; right: 5px !important; border: none !important; }

    .index_page .smart-d-housetype-wrap { gap: 10px; }
    .index_page .smart-d-housetype-box { padding: 20px 10px 15px; }
    .index_page .smart-d-housetype-box img { width: 60px; margin-bottom: 15px; }
    .index_page .smart-d-housetype-box p { font-size: 13px; }
    .index_page .smart-d-size-box { width: 32%; padding: 15px 2px 10px; }
    .index_page .smart-d-size-box img { width: 100%; margin-bottom: 10px; }
    .index_page .smart-d-size-box p { font-size: 11px; }

    .index_page .smart-d-tabs { gap: 10px; }
    .index_page .smart-d-tab p { font-size: 12px; margin-top: 10px; }
    .index_page .smart-d-white-box { padding: 15px; }

    .index_page .smart-d-gallery { flex-wrap: wrap !important; gap: 10px; }
    .index_page .smart-d-gallery > div { flex: 0 0 calc((100% - 20px) / 3) !important; width: calc((100% - 20px) / 3) !important; }

    .index_page .into_tabs { flex-wrap: nowrap !important; padding-bottom: 20px; }
    .index_page .into_tab { width: 130px !important; flex: 0 0 auto !important; padding: 40px 10px 15px !important; margin-right: 10px; }
    .index_page .into_item-box { flex-direction: column; gap: 20px; padding: 15px; }
    .index_page .into_item-img, .index_page .into_item-txt { width: 100%; }
    .index_page .into_item-tit { font-size: 16px; margin-bottom: 15px; padding-bottom: 10px; }
    .index_page .works .com_desc02 { margin-bottom: 32px; }
    .index_page .mv .mv_content .mv_txt02 { padding: 5px 0 !important; }
	.inreadp { font-size:0.7em; line-height:2em;}
	.inreadspan { font-size:1.4em; }
}
/* ==========================================
/* ★トップメッセージ・5色カラーゾーニング（境界線消滅版）
/* ========================================== */

/* 親玉の箱に、なめらかな背景変化の transition をかける */
.index_page .top_anime {
    position: relative;
    transition: background 0.8s ease;
    z-index: 1;
}

/* 領域の境界をなくし、画面全体・動画の裏までフワッと広げる光の玉 */
.index_page .top_anime::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 30vh;
    filter: blur(20px);
    opacity: 0.1;
    z-index: -1;
    pointer-events: none;
    transition: background 0.8s ease;
}

/* -------------------------------------------
/* 親玉（.top_anime）につくクラスで背景の光を切り替える
/* ------------------------------------------- */

/* 1. BROWN：信頼・堅実 */
.index_page .top_anime.bg-zone-brown .inreadspan { color: #6f5147 !important; }
.index_page .top_anime.bg-zone-brown::before { background: radial-gradient(circle, #6f5147 50%, transparent 100%); }

/* 2. BLUE：好感・さわやか */
.index_page .top_anime.bg-zone-blue .inreadspan { color: #6ba4db !important; }
.index_page .top_anime.bg-zone-blue::before { background: radial-gradient(circle, #6ba4db 0%, transparent 100%); }

/* 3. PINK：愛情・まごころ */
.index_page .top_anime.bg-zone-pink .inreadspan { color: #c85d73 !important; }
.index_page .top_anime.bg-zone-pink::before { background: radial-gradient(circle, #c85d73 0%, transparent 100%); }

/* 4. ORANGE：親しみ・明るさ */
.index_page .top_anime.bg-zone-orange .inreadspan { color: #ee9235 !important; }
.index_page .top_anime.bg-zone-orange::before { background: radial-gradient(circle, #ee9235 0%, transparent 100%); }

/* 5. GREEN：リラックス・優しい空間 */
.index_page .top_anime.bg-zone-green .inreadspan { color: #65ab85 !important; }
.index_page .top_anime.bg-zone-green::before { background: radial-gradient(circle, #65ab85 0%, transparent 100%); }

/* まいちゃんやテキストの重なり順をキープ */
.top_anime_slider, .top_anime_img {
    position: relative;
    z-index: 2;
}
/* 7. レスポンシブ用（スマホ・767px以下） */
@media screen and (max-width: 767px) {
    /* 既存のスマホ用CSSがずらっと並んでいる中に以下を追記 */

    /* スマホは画面いっぱいに光を広げて、よりシームレスに */
    .index_page .top_anime::before {
        width: 100vw !important;  /* スマホは横幅いっぱい */
        height: 100% !important;  /* 縦幅もエリアいっぱいに */
        filter: blur(35px) !important; /* スマホの狭い画面に合わせてぼかしを調整 */
    }
}