/* ==================================================
   WordPress デフォルトタイトルの非表示
================================================== */
.post-97783 .entry-header,
header.entry-header {
    display: none !important;
}

/* ==================================================
   応援Tシャツ LP専用 完全版CSS
================================================== */

/* --- 1. 共通設定 --- */
.lp-hero-section img,
.lp-scene-section img,
.lp-item-section img,
.lp-print-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-title {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #333333;
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

.border-bottom-title {
    border-bottom: 2px solid #333333;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.border-bottom-title-white {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.custom-box-shadow {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- 2. メインビジュアル --- */
.lp-hero-section {
    background-color: #ffffff;
    overflow-x: hidden; 
}

.hero-main-img {
    width: 100%;
    max-width: 480px;
}

.btn-hero-quote {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d16131;
    color: #ffffff !important;
    padding: 16px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.btn-hero-quote:hover {
    opacity: 0.8;
}

/* --- 3. メインビジュアル直下：3つの強み帯 --- */
.lp-strengths-banner {
    background-color: #ffffff;
    padding: 2rem 0;
    border-bottom: 1px solid #000;
}

.strength-item {
    font-size: 0.85rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.6;
    border-right: 1px solid #cccccc;
    padding: 0 10px;
}

.strength-item:last-child {
    border-right: none;
}

/* --- 4. 活用シーン セクション --- */
.lp-scene-section {
    overflow: hidden;
}

.lp-scene-section .section-title {
    font-size: 1.2rem !important;
}

.scene-item {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    border-left: none !important;
}

.scene-title {
    color: #008BD7 !important;
    font-size: 1.15rem;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 10px;
    padding-left: 0 !important;
    border-left: none !important;
}

.scene-icon {
    width: 45px;
    height: auto;
    margin: 0 auto 20px;
}

.scene-desc {
    font-size: 0.75rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0;
}

.scene-bottom-img-wrap {
    width: 100%;
    line-height: 0;
}

.scene-bottom-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- 5. 料金表 セクション --- */
.lp-pricing-section {
    background-color: #008BD7;
    color: #ffffff;
}

.pricing-main-title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left !important;
    float: none !important;
}

.pricing-divider {
    border: none !important;
    border-top: 2px solid #ffffff !important;
    height: 0;
    margin: 0 0 1.5rem 0;
}

.pricing-subtitle {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    float: none !important;
    border-left: none !important;
    padding-left: 0 !important;
}

.item-catch {
    color: #333333 !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    float: none !important;
    border-left: none !important;
    padding-left: 0 !important;
    margin-top: 1rem !important;
}

.pricing-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-align: left;
    color: #ffffff;
}

.item-catch-sub {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #555555; 
}

.pricing-note {
    font-size: 0.8rem;
    text-align: right;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.pricing-table-container {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #333333;
    background: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    margin-bottom: 0;
    table-layout: fixed;
}

.pricing-table .col-qty { width: 28%; }
.pricing-table .col-single { width: 36%; }
.pricing-table .col-double { width: 36%; }

.pricing-table th, .pricing-table td {
    border: 1px solid #333333;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
}

.pricing-table tr:first-child th { border-top: none; }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table tr th:first-child, .pricing-table tr td:first-child { border-left: none; }
.pricing-table tr th:last-child, .pricing-table tr td:last-child { border-right: none; }

.pricing-table .col-qty { background-color: #ffffff; }
.pricing-table .col-single { background-color: #F1F8FC; }
.pricing-table .col-double { background-color: #FCF8F1; }
.pricing-table .row-pink td { background-color: #F9B9D7 !important; }

.pricing-table th img { width: 60px; margin: 0 auto; }
.pricing-table th span { display: block; margin-top: 5px; font-size: 0.95rem; }
.pricing-table td.font-weight-bold { font-weight: bold; font-size: 1.25rem; }
.pricing-table td.col-qty { font-weight: bold; }

.sleeve-option-container { display: flex; justify-content: center; }
.sleeve-option-box {
    display: flex; align-items: center; background-color: #ffffff;
    border-radius: 8px; border: 1px solid #333333; padding: 20px 40px; color: #333333; gap: 30px;
}
.sleeve-img img { width: 90px; }
.sleeve-text { text-align: left; }
.sleeve-title {
    font-size: 1.1rem; font-weight: bold; margin-bottom: 10px;
    color: #333333 !important; float: none !important;
}
.sleeve-price { font-size: 1.1rem; font-weight: bold; margin-bottom: 5px; display: flex; align-items: center; }
.sleeve-price:last-child { margin-bottom: 0; }
.sleeve-price .badge {
    background-color: #555555; color: #ffffff; font-size: 0.75rem;
    padding: 2px 6px; border-radius: 4px; margin-right: 8px; line-height: 1;
}

/* --- 6. アイテム紹介セクション --- */
.lp-item-section {
    background-color: #ffffff;
    color: #333333;
}

.item-section-title {
    font-size: 2.5rem !important;
    font-weight: bold;
    color: #333333 !important;
    text-align: left !important;
    border-bottom: 2px solid #333333;
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    float: none !important;
}

.item-left-col { padding-right: 1rem; }
.item-right-col { padding-left: 1rem; }

.item-brand {
    font-size: 0.8rem;
    color: #777777;
    margin-top: 0; 
    margin-bottom: 0.2rem;
}

.item-name {
    font-size: 1.4rem !important;
    font-weight: bold;
    color: #333333 !important;
    margin-bottom: 1rem; 
    float: none !important;
    border-left: none !important;
    padding-left: 0 !important;
}

.size-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 4px;
}

.size-badge {
    color: #ffffff;
    font-size: 0.5rem;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 4px;
    line-height: 1;
}
.size-badge.kids { background-color: #333333; }
.size-badge.adult { background-color: #555555; }

.size-part-num {
    font-weight: bold;
    margin-right: 4px;
}

.size-box {
    border: 1px solid #cccccc;
    padding: 2px 4px;
    font-size: 0.5rem;
    color: #555555;
    background-color: #f9f9f9;
}

.size-box-gray {
    background-color: #DCDCDC !important;
}

.selected-color-label {
    font-size: 1rem;
    font-weight: bold;
    color: #555555;
    margin-bottom: 0;
}
#selected-color-name { color: #333333; }

.color-group-title {
    font-size: 0.8rem;
    color: #777777; 
    margin-bottom: 8px;
}

.color-chip {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.color-chip:hover {
    transform: scale(1.1);
}

.color-chip.active {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #333333 !important;
}

.item-desc-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #555555;
}

.item-size-link {
    font-size: 0.9rem;
    color: #008BD7;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

/* ★丸ポチを画像枠外に押し出す★ */
.lp-item-swiper { 
    padding-bottom: 20px !important; 
    --swiper-navigation-color: #aaaaaa;
    --swiper-navigation-size: 20px;
}

.lp-item-swiper .swiper-pagination {
    bottom: 0 !important;
}

.lp-item-swiper .swiper-button-next,
.lp-item-swiper .swiper-button-prev { 
    color: #aaaaaa !important; 
    background: none !important;
    background-image: none !important;
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
}
.lp-item-swiper .swiper-button-next::before,
.lp-item-swiper .swiper-button-prev::before { 
    display: none !important;
}
.lp-item-swiper .swiper-button-next::after { 
    font-size: 20px !important; 
    content: 'next' !important;
}
.lp-item-swiper .swiper-button-prev::after { 
    font-size: 20px !important; 
    content: 'prev' !important;
}

.lp-item-swiper .swiper-pagination-bullet-active { background: #008BD7; }

.color-chip-swiper {
    position: relative;
    padding: 6px 6px 20px 6px !important; 
    margin: -6px -6px 0 -6px;
    overflow: hidden;
}

.color-progress {
    position: absolute !important;
    bottom: 2px !important;
    left: 6px !important;
    right: 6px !important;
    width: calc(100% - 12px) !important;
    height: 4px !important; 
    background-color: #eeeeee !important;
    border-radius: 2px !important;
    z-index: 10 !important;
}

.color-progress .swiper-scrollbar-drag {
    background: #008BD7 !important;
    background-color: #008BD7 !important;
    height: 100% !important;
    border-radius: 2px !important;
}

/* ==================================================
   10. モーダル用スタイル
================================================== */
.custom-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-modal-overlay.is-open {
    display: flex;
    opacity: 1;
    animation: modalFadeIn 0.3s forwards;
}

.custom-modal-content {
    position: relative;
    background-color: #ffffff;
    padding: 35px 20px 20px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.custom-modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 2rem;
    color: #555555;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.custom-modal-close:hover {
    color: #008BD7;
}

@keyframes modalFadeIn {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* ==================================================
   11. サイズ表（モーダル内）
================================================== */
.modal-size-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
    display: inline-block;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.modal-size-title::before,
.modal-size-title::after {
    display: none !important;
}

.size-table-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #008BD7;
    text-align: left;
    margin-bottom: 0.5rem;
}

.size-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-size: 0.9rem;
    color: #333;
}

.size-chart-table th,
.size-chart-table td {
    border: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
}

.size-chart-table thead th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.size-chart-table tbody th {
    background-color: #f8f9fa;
    font-weight: bold;
    white-space: nowrap;
}

/* ==================================================
   12. プリントセクション
================================================== */
.lp-print-section {
    background-color: #008BD7;
    color: #ffffff;
}

.print-main-title {
    color: #ffffff !important;
    font-size: 2.5rem; 
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.print-main-title::before,
.print-main-title::after {
    display: none !important;
}

.print-divider {
    border: none !important;
    border-top: 2px solid #ffffff !important;
    height: 0;
    margin: 0 0 1.5rem 0;
}

.print-subtitle {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.print-subtitle::before,
.print-subtitle::after {
    display: none !important;
}

.print-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
    color: #ffffff;
}

.print-dark-box {
    background-color: #0076B8; 
    border-radius: 8px;
    padding: 3rem 2rem;
}

.print-box-title {
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    float: none !important;
}

.print-box-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ffffff;
}

.print-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem 1rem 1rem;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.print-card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333333 !important;
    text-align: left;
    padding-left: 10px;
    border-left: 3px solid #333333 !important;
    line-height: 1.2;
    float: none !important;
}

.print-card-img {
    margin: 0 auto 1.5rem;
    flex-grow: 1;
    object-fit: contain;
}

.print-card-size {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.print-card-size.sleeve-size {
    margin-bottom: 5px;
}

.badge-black {
    background-color: #333333;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1;
}

.size-text {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
}

.sleeve-note {
    font-size: 0.65rem;
    color: #555555;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.material-main-img {
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    height: auto;
}

/* ==================================================
   13. ご注文の流れセクション
================================================== */
.lp-flow-section {
    background-color: #f8f9fa;
    color: #333333;
}

.flow-main-title {
    color: #333333 !important;
    font-size: 2.5rem !important; 
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.flow-main-title::before,
.flow-main-title::after {
    display: none !important;
}

.flow-divider {
    border: none !important;
    border-top: 1px solid #cccccc !important;
    height: 0;
    margin: 0 0 1.5rem 0;
    width: 100%;
}

.flow-subtitle {
    color: #333333 !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.flow-subtitle::before,
.flow-subtitle::after {
    display: none !important;
}

.flow-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
    color: #555555;
}

.flow-slider-wrapper { 
    margin-top: 3rem; 
    position: relative; 
}

.flow-step-item {
    text-align: center;
}

.step-label {
    font-size: 0.6rem;
    color: #777777;
    font-weight: bold;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05em;
}

.step-icon-circle {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 0.5rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}

.step-icon-circle img {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.step-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}

.flow-progress {
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 4px !important; 
    background-color: #eeeeee !important;
    border-radius: 2px !important;
    z-index: 10 !important;
}

.flow-progress .swiper-scrollbar-drag {
    background-color: #008BD7 !important;
    height: 100% !important;
    border-radius: 2px !important;
}

/* ==================================================
   14. 見積もり依頼フォーム (Contact Form 7)
================================================== */
.lp-form-section {
    background-color: #ffffff;
}

.form-main-title {
    color: #333333 !important;
    font-size: 2.5rem !important; 
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.form-main-title::before,
.form-main-title::after {
    display: none !important;
}

.form-divider {
    border: none !important;
    border-top: 1px solid #cccccc !important;
    height: 0;
    margin: 0 0 1.5rem 0;
    width: 100%;
}

.form-subtitle {
    color: #333333 !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
    text-align: left !important;
    float: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.form-subtitle::before,
.form-subtitle::after {
    display: none !important;
}

.form-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
    color: #555555;
}

.custom-cf7-wrapper {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

.cf7-form-group {
    margin-bottom: 2rem;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 2rem;
}
.cf7-form-group:last-of-type {
    border-bottom: none;
}

.cf7-label {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.badge-req, .badge-opt {
    display: inline-block;
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}
.badge-req { background-color: #E60012; color: #fff; }
.badge-opt { background-color: #999999; color: #fff; }

.cf7-note {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.cf7-input, .cf7-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
    transition: border-color 0.3s;
}
.cf7-textarea { height: 150px; resize: vertical; }
.cf7-input:focus, .cf7-textarea:focus {
    border-color: #008BD7;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 139, 215, 0.2);
}

.form-color-group-title {
    font-size: 0.85rem;
    font-weight: bold;
    color: #777777; 
    margin-bottom: 5px;
}
.form-color-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.form-color-chip {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}
.form-color-chip:hover { transform: scale(1.1); }
.form-color-chip.active { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #008BD7 !important; }

.form-size-matrix {
    background: #ffffff; 
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
    border-radius: 8px;
}
.matrix-cat {
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 10px;
    border-left: 3px solid #008BD7;
    padding-left: 8px;
    line-height: 1;
}
.matrix-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.matrix-grid label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}
.matrix-grid label span {
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.cf7-num {
    width: 100%;
    padding: 8px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cf7-radio-wrap .wpcf7-list-item {
    margin: 0 15px 10px 0;
    display: inline-block;
}
.cf7-radio-wrap input[type="radio"] {
    margin-right: 5px;
    transform: scale(1.2);
}

.cf7-link-small {
    font-size: 0.85rem;
    color: #0090bc;
    text-decoration: underline;
}

/* 同意・注意事項エリア */
.consent-group {
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
}
.consent-group.border-bottom-none {
    border-bottom: none;
    padding-bottom: 0;
}
.consent-label {
    width: 150px;
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.consent-input {
    flex-grow: 1;
    padding-left: 1rem;
}
.cf7-acceptance-wrap {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 5px;
    cursor: pointer;
}
.cf7-acceptance-wrap input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

/* 送信ボタン・reCAPTCHA */
.btn-cf7-submit {
    background-color: #0090bc; 
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
}
.btn-cf7-submit:hover {
    opacity: 0.9;
}
.recaptcha-text {
    font-size: 0.75rem;
    color: #777;
}
.recaptcha-text a {
    color: #0090bc;
    text-decoration: underline;
}

/* 追加：注意事項セクション */
.notes-section {
    background-color: #f5f5f5; 
    padding: 3rem 2rem;
    border-radius: 4px;
    text-align: left;
}
.notes-title {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #333333 !important;
    margin-bottom: 2rem !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    display: block !important;
    float: none !important;
}
.notes-title::before,
.notes-title::after {
    display: none !important;
}
.notes-heading {
    font-weight: bold;
    font-size: 0.95rem;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.notes-heading:first-child {
    margin-top: 0;
}
.notes-text {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
.notes-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.notes-list li {
    position: relative;
    padding-left: 1em;
    font-size: 0.85rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}
.notes-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

/* ==================================================
   プリントセクション 高さ揃え用修正版 (PC)
================================================== */
@media screen and (min-width: 768px) {
    .print-dark-box .row.large-up-3 {
        display: flex;
        flex-wrap: wrap;
    }
    .print-dark-box .row.large-up-3::before,
    .print-dark-box .row.large-up-3::after {
        display: none !important; 
    }
    .print-dark-box .row.large-up-3 > .columns {
        display: flex;
        float: none !important;
        height: auto;
    }
    .print-card {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

/* --- 9. レスポンシブ対応 --- */

/* 【PC表示】768px以上 */
@media screen and (min-width: 768px) {
    .lp-hero-section > .row { display: flex; align-items: center; }
    .hero-left-col { padding-right: 2rem; }
    .hero-right-col { padding-left: 0 !important; padding-right: 0 !important; }
    .hero-variation-img { width: 50vw; max-width: none !important; display: block; }
    .hero-title-wrap { margin-bottom: 1.5rem; }
    .strength-item { font-size: 0.95rem; }
    
    .lp-scene-swiper { overflow: visible; }
    .lp-scene-swiper .swiper-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; transform: none !important; }
    .lp-scene-swiper .swiper-slide { width: 33.333% !important; margin-bottom: 3rem; }
    .scene-bottom-img-wrap { margin-top: 2rem; }

    .color-chip-swiper {
        padding: 5px !important;
        margin: -5px;
    }
    .color-chip-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 6px 12px; 
        transform: none !important;
    }
    .color-chip-swiper .swiper-slide {
        width: 36px !important; 
        margin-bottom: 0px; 
    }
    .color-chip-swiper .swiper-scrollbar { display: none !important; } 

    /* PC時はSwiperのスタイルを解除してフレックスで並べる */
    .lp-flow-swiper { overflow: visible; }
    .lp-flow-swiper .swiper-wrapper { 
        display: flex; 
        justify-content: space-between; 
        align-items: flex-start; 
        flex-wrap: nowrap; 
        transform: none !important; 
    }
    .lp-flow-swiper .swiper-slide { 
        width: auto !important; 
        flex: 1; 
    }
    .lp-flow-swiper .swiper-scrollbar { display: none !important; }
}

/* 【スマホ表示】767px以下 */
@media screen and (max-width: 767px) {
    .lp-hero-section { padding-top: 2rem !important; padding-bottom: 0 !important; }
    .hero-left-col { padding-left: 1rem; padding-right: 1rem; }
    .hero-title-wrap { margin-bottom: 1.5rem; }
    .btn-hero-quote { font-size: 1.15rem; padding: 14px 20px; max-width: 100%; }
    .hero-right-col { padding-left: 0; padding-right: 0; }
    .hero-variation-img { width: 100%; }
    .lp-strengths-banner { padding: 1rem 0; }
    .strength-item { font-size: 0.45rem; line-height: 1.4; padding: 0 4px; }
    
    .scene-slider-wrapper { padding-left: 1rem; }
    .lp-scene-section .section-title { font-size: 1.1rem !important; }
    .scene-title { font-size: 1.05rem !important; }
    .scene-desc { font-size: 0.65rem; }
    .scene-bottom-img-wrap { margin-top: 1rem; }
    
    .pricing-main-title { font-size: 2rem; } 
    .pricing-table th, .pricing-table td { padding: 10px 5px; font-size: 0.85rem; }
    .pricing-table td.font-weight-bold { font-size: 1.1rem; }
    .pricing-table th img { width: 45px; }
    .pricing-table th span { font-size: 0.75rem; }
    .sleeve-option-box { padding: 15px; gap: 15px; }
    .sleeve-img img { width: 70px; }
    .sleeve-title { font-size: 0.95rem; margin-bottom: 5px; }
    .sleeve-price { font-size: 1rem; }

    .item-section-title { font-size: 2rem !important; } 
    .item-left-col { padding-right: 1rem; }
    .item-right-col { padding-left: 1rem; } 
    
    .pricing-subtitle,
    .item-catch { 
        font-size: 1.25rem !important; 
    }
    .item-catch {
        margin-top: 1.5rem !important;
    }

    .pricing-desc,
    .item-catch-sub { 
        font-size: 0.85rem !important; 
    }
    
    .item-name { 
        font-size: 1.1rem !important; 
        margin-bottom: 0.3rem; 
    }
    .item-size-area { font-size: 0.7rem; }
    
    .item-brand {
        font-size: 0.6rem;
        color: #777777;
        margin-top: 0;
    }

    .color-chip-swiper {
        padding: 6px 6px 16px 6px !important; 
    }

    .color-chip-swiper .swiper-slide {
        width: 36px; 
    }

    .custom-box-shadow { padding: 1rem; }

    /* モーダル微調整（スマホ） */
    .custom-modal-content {
        padding: 30px 15px 15px;
        width: 95%;
    }
    .modal-size-title { font-size: 1.25rem; }
    .size-table-title { font-size: 1.1rem; }
    .size-chart-table { font-size: 0.8rem; }
    .size-chart-table th, .size-chart-table td { padding: 8px 4px; }

    /* プリントセクション微調整（スマホ） */
    .print-main-title { font-size: 2rem; } 
    .print-subtitle { font-size: 1.25rem !important; }
    .print-desc { font-size: 0.85rem; }
    .print-dark-box { padding: 2rem 1rem; }
    .print-box-title { font-size: 1.15rem; }
    .print-box-desc { font-size: 0.85rem; }
    .size-text { font-size: 0.9rem; }

    /* ご注文の流れ・フォーム微調整（スマホ） */
    .flow-main-title, .form-main-title { font-size: 2rem !important; }
    .flow-subtitle, .form-subtitle { font-size: 1.15rem !important; }
    .flow-desc, .form-desc { font-size: 0.85rem; }
    .flow-slider-wrapper { margin-top: 2rem; padding-bottom: 20px; }
    
    .lp-flow-swiper .swiper-slide { 
        width: 120px; 
    }
    .step-icon-circle { 
        width: 90px; 
        height: 90px; 
        margin-bottom: 0.5rem; 
    }
    .step-icon-circle img { 
        width: 80px; 
    }
    .step-title { font-size: 0.7rem; } 

    /* フォーム微調整（スマホ） */
    .form-size-matrix { padding: 1rem; }
    .matrix-grid { gap: 10px; }
    .matrix-grid label { width: calc(20% - 8px); } 
    .cf7-num { padding: 5px; font-size: 0.9rem; }
    .btn-cf7-submit { font-size: 1.25rem; padding: 15px 20px; }
    
    .consent-group { flex-direction: column; }
    .consent-label { width: 100%; margin-bottom: 10px; }
    .consent-input { padding-left: 0; }
    .notes-section { padding: 2rem 1rem; }
    .notes-title { font-size: 1.25rem !important; }
}