@charset "UTF-8";
/* 玄関ドア（引き戸）ページのスタイル */

/* 全体のベーススタイル */
#mainArea article {
    margin-left: auto;
    margin-right: auto;
    min-width: 1366px;
}

.entrance-header {
    padding: 38px 0 33px;
    text-align: center;
}

.entrance-title {
    margin: 0;
    padding: 0;
}

.entrance-title p {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    margin: 0;
}

/* 商品カテゴリー選択セクション */
.product-category-section {
    background: #faf0e6;
    padding: 40px 20px;
    margin: 20px 0;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.category-tab {
    flex: 1;
    text-align: center;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.category-tab:hover {
    transform: translateY(-2px);
}

.category-tab.active {
    border: 3px solid #ff6600;
}

.tab-label {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.product-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.price-range {
    background: #ff6600;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
}

/* 費用セクション */
.cost-section {
    padding: 40px 0px;
    max-width: 1120px;
    margin: 0 auto;
}

.cost-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.cost-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.cost-categories {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.cost-category {
    display: grid;
    justify-content: center;
}

.cost-category-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px 20px;
    margin-bottom: 25px;
}

.cost-category {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    justify-self: center;
}

.product-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product-placeholder {
    flex: 1;
    height: 256px;
    background: #f0f0f0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}

.color-options {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.price-box {
    box-shadow: inset 0 0 0 3px #EF6D00;
    height: 23px;
    padding: 25px 25px 25px;
    border-radius: 10px;
    margin-top: 9px;
    margin-bottom: 9px;
    background: white;
    justify-self: center;
}

.price-text {
    color: #EF6D00;
    font-size: 46px;
    font-weight: bold;
}

.price-unit {
    font-size: 18px;
}

.price-detail {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 2;
    justify-self: center;
}

/* .blue-text {
    color: #0066cc;
} */

.cost-notice {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.6;
    margin-top: 20px;
    padding: 15px;
}

/* 自動見積もりセクション */
.auto-quote-section {
    background: #F7F6F4;
    padding: 40px 0;
    margin: auto;
    text-align: center;
    position: relative;
    width: 1120px;
}

.characters {
    align-self: self-end;
}

.character-placeholder {
    width: 120px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-button-container {
    margin-bottom: 20px;
}

.auto-quote-button {
    background: #EF6C00;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 11px 30px;
    font-size: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
    font-weight: bold;
}

.entrance-calculator-icon {
    font-size: 24px;
    position: relative;
    top: -6px;
}

.button-text {
    line-height: 1.2;
}

.highlight-text {
    color: #FFFF00;
    font-size: 24px;
}

.quote-notice {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* おすすめ商品セクション */
.recommended-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.recommended-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.recommended-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.recommended-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 1120px;
    margin: 2% auto 5%;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.product-card:hover {
    transform: translateY(-2px);
}

.product-image-wrapper {
    position: relative;
}

.product-image-placeholder {
    width: 100%;
    height: 180px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
}

.product-image-placeholder::before {
    content: "商品画像";
}

.product-info {
    padding: 15px;
}

.product-category {
    background: #EF6D00;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

.feature-tag {
    font-size: 10px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 10px;
    color: white;
    text-align: center;
    min-width: 40px;
}

.feature-tag.green {
    background: #4CAF50;
}

.product-detail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #EF6D00;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    transition: opacity 0.2s ease;
}

.product-detail-link:hover {
    opacity: 0.8;
}

.product-detail-link .arrow {
    font-size: 16px;
    color: #EF6D00;
}

.recommended-more {
    text-align: center;
}

.detail-button {
    background: #ff6600;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.detail-button:hover {
    background: #e55a00;
}

/* 施工事例ギャラリー */
.gallery-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.gallery-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.section-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
    padding: 0 84px 0 86px;
}

.gallery-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.gallery-item:hover {
    transform: translateY(-2px);
}

.gallery-image-placeholder {
    width: 100%;
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


.gallery-info {
    padding: 24px 23px 25px 26px;
}

.gallery-case-title {
    color: #EF6D00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 16px 0;
}

.gallery-description {
    color: #333;
    margin: 0 0 24px 0;
    font-size: 14px;
    line-height: 24px;
}

.gallery-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.tag {
    background: #f0f0f0;
    color: #666;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
}

.gallery-more {
    text-align: center;
}

.btn {
    display: block;
    width: 400px;
    box-shadow: 0px 2px 0px #00000033;
    background: #FFFFFF;
    border: 2px solid #D9D4CB;
    font-size: 16px;
    line-height: 28px;
    color: #EF6D00;
    border-radius: 6px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.2s ease;
}

.btn:hover {
    background: #f5f5f5;
}

.btn picture {
    display: inline;
}

.btn .icon {
    width: 33px;
    margin-left: 65px;
    margin-bottom: 3px;
}

/* リフォームの流れ説明 */
.flow-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.flow-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.flow-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.flow-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 180px;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EF6D00;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    margin-bottom: -25px;
}

.step-content {
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 30px 15px 20px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    border: 1px solid #e0e0e0;
}

.step-title {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.step-icon {
    margin-bottom: 10px;
}

.step-icon-placeholder {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-arrow {
    font-size: 20px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 12px solid #EF6D00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.step-arrow::before {
    content: '';
}

.flow-step:last-child .step-arrow {
    display: none;
}

/* Before/After事例 */
.before-after-section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.before-after-item {
    text-align: center;
}

.before-after-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}

.case-detail-button {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.case-detail-button:hover {
    background: #218838;
}

/* 選ばれる理由セクション */
.reason-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.reason-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.reason-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.reason-main-content {
    background: #F7F6F4;
    padding: 50px 99.5px 60px;
    margin-bottom: 40px;
}

.reason-top-section {
    display: flex;
    gap: 57px;
    margin-bottom: 40px;
}

.reason-left {
    flex: 1;
    align-self: center;
}

.reason-intro {
    max-width: 500px;
    align-self: center;
}

.patto-title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.reason-description {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.reason-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.reason-badges {
    display: flex;
    gap: 15px;
}

.badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.badge.orange {
    background: #EF6D00;
}

.reason-characters {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.character-placeholder-group {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.character-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.character-placeholder.small {
    width: 60px;
    height: 40px;
}

.character-placeholder.large {
    width: 80px;
    height: 60px;
}

.reason-features {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}

.feature-item {
    padding: 24px 0;
    background-color: #FFFFFF;
    text-align: center;
    flex: 1;
}

.feature-icon {
    margin-bottom: 15px;
    position: relative;
}

.feature-icon-placeholder {
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}

.feature-icon-placeholder .magnifying-glass-frog-black {
    height: 46px;
    width: 58px;
}

.feature-title {
    color: #EF6D00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.feature-description {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* お悩み解決セクション */
.problem-solving-section {
    margin: 40px 0;
}

.problem-background {
    background: #faf0e6;
    padding: 40px 20px;
    text-align: center;
}

.problem-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.problem-icon {
    text-align: center;
}

.problem-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff6600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

/* FAQ/質問セクション */
.faq-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.faq-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.faq-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.faq-content {
    background: #f0f0f0;
    padding: 40px 30px;
    border-radius: 10px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.faq-question-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 20px 25px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question-wrapper:hover {
    background: #f8f8f8;
}

.faq-label {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq-question {
    flex: 1;
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
}

.faq-toggle {
    color: #EF6D00;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.faq-answer {
    display: none;
    padding: 0 25px 25px 0;
}

.faq-item.expanded .faq-answer {
    display: block;
}

.faq-answer-label {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}

.faq-answer-text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    display: inline;
}

/* コラム一覧セクション */
.column-section {
    padding: 40px 0;
    max-width: 1120px;
    margin: 0 auto;
}

.column-header {
    background: #FAE7D5;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.column-title {
    color: #EF6D00;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.column-content {
    background: white;
    border: 5px solid #F7F6F4;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    max-width: 930px;
    margin: auto;
}

.column-description {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #333;
    margin: 0 0 30px 0;
}

.column-icon-section {
    margin-bottom: 40px;
}

.column-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.column-character-placeholder {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.column-list {
    max-width: 850px;
    margin: 0 auto;
}

.column-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.column-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.column-number {
    color: #EF6D00;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}

.column-text {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}

/* フッター */
.contact-section {
    margin: 40px 0;
}

.contact-background {
    background: #faf0e6;
    padding: 40px 20px;
    text-align: center;
}

.contact-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.contact-icon {
    background: white;
    border: 2px solid #ff6600;
    border-radius: 10px;
    padding: 15px 25px;
    color: #ff6600;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-icon:hover {
    background: #ff6600;
    color: white;
}

.frog-and-chick {
    align-self: flex-end;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.link {
    color: blue !important;
    text-decoration: underline !important;
}

/* ポータルサイト用スタイル */
@media screen and (min-width: 767px) {
    .recommended-products > .row {
        width: 23%;
        box-shadow: 0px 0px 2px 2px #00000033;
        border-radius: 6px;
        background: #fff;
        margin: 0 1% 2%;
    }
    
    .recommended-products > .row > img {
        width: 100%;
        display: block;
        height: auto;
    }
    
    .recommended-products > .row > .inner {
        padding: 6%;
    }
    
    .recommended-products > .row > .inner > .p_commonttl-fmt2023 {
        font-size: 16px;
        font-weight: bold;
        color: #EF6D00;
        padding: 0% 0% 4% 0%;
    }
    
    .recommended-products > .row > .inner > .p_commontxt-fmt2023 {
        margin: 3% 0;
        color: #666666;
        font-size: 16px;
        line-height: 1.5;
    }
    
    .recommended-products > .row > .inner > .recommendttl-fmt2023 {
        font-size: 20px;
        color: #666666;
        font-weight: bold;
    }
    
    .recommended-products > .row > .inner > picture {
        display: block;
        margin: 3% 0;
    }
    
    .recommended-products > .row > .inner > picture > img {
        width: 100%;
        display: block;
        height: auto;
    }
    
    .recommended-products > .row > .inner > a {
        display: block;
        text-align: right;
        text-decoration: none;
        color: #707070;
        font-size: 12px;
        margin-top: 5%;
    }
    
    .recommended-products > .row > .inner > a::before {
        content: "";
        display: inline-block;
        height: 20px;
        width: 20px;
        background: url('../portal/common/img/arrow.png') no-repeat;
        background-size: contain;
        background-position: left center;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    #mainArea article {
        margin-left: auto;
        margin-right: auto;
        min-width: inherit;
    }
    .entrance-header {
        padding: 38px 0 33px;
        text-align: center;
    }
    .entrance-title {
        display: flex;
        justify-content: center;
    }
    .entrance-title p {
        width: 75vw;
        font-size: 4.5333vw;
        font-weight: bold;
        color: #666666;
        margin: 0;
        justify-content: center;
        display: flex;
        line-height: 1.5em;
    }
    .recommended-products > .row {
        width: 48%;
        box-shadow: 0px 0px 2px 2px #00000033;
        border-radius: 6px;
        margin-bottom: 5%;
        background: #fff;
    }
    
    .recommended-products > .row > img {
        width: 100%;
        display: block;
        height: auto;
    }
    
    .recommended-products > .row > .inner {
        padding: 6%;
    }
    
    .recommended-products > .row > .inner > picture > img {
        width: 100%;
        display: block;
        height: auto;
    }
    
    .recommended-products > .row > .inner > .p_commonttl-fmt2023 {
        padding: 0% 0% 4% 0%;
        font-size: 12px;
        font-weight: bold;
        color: #EF6D00;
    }
    
    .recommended-products > .row > .inner > .p_commontxt-fmt2023 {
        margin: 3% 0;
        font-size: 12px;
        color: #666666;
    }
    
    .recommended-products > .row > .inner > .recommendttl-fmt2023 {
        font-size: 16px;
        color: #666666;
        font-weight: bold;
    }
    
    .recommended-products > .row > .inner > a {
        display: block;
        text-align: right;
        text-decoration: none;
        color: #707070;
        font-size: 10px;
        margin-top: 5%;
    }
    
    .recommended-products > .row > .inner > a::before {
        content: "";
        display: inline-block;
        height: 16px;
        width: 16px;
        background: url('../portal/common/img/arrow.png') no-repeat;
        background-size: contain;
        background-position: left center;
        vertical-align: middle;
    }
}

/* レスポンシブデザイン */
@media (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    .category-tabs {
        flex-direction: column;
        gap: 4vw;
    }
    
    .cost-section {
        padding: 20px 2.666vw;
        max-width: 100%;
    }
    
    .cost-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 4vw;  /* 列間は15px */
        row-gap: 29px;     /* 行間は29px */
        margin-bottom: 20px;
    }
    
    .cost-category:nth-child(3) {
        grid-column: 1 / 2;
    }

    .cost-category-container {
        width: 45.33vw;
    }

    .cost-category-box {
        background: white;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        height: 25.6vw;
        padding: 10px;
        display: block;
        text-align: center;
        margin-bottom: 4.2666vw;
    }

    .cost-category {
        padding: 0;
        display: block;
        text-align: center;
    }
    
    .cost-title {
        font-size: 4.533vw;
    }
    
    .category-title {
        font-size: 4.27vw;
        margin-bottom: 1.6vw;
    }
    .cost-header {
        padding: 20px;
        margin-bottom: 4vw;
    }
    
    .product-images {
        background: #f0f0f0;
        border-radius: 10px;
        margin-bottom: 10px;
        height: 25.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .product-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 25.6vw;
    }
    
    .product-placeholder img {
        width: 24vw;
        height: auto;
        object-fit: contain;
    }
    
    .color-options {
        font-size: 3.2vw;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }
    
    .price-box {
        margin: 2.307693vw auto 10px;
        display: inline-block;
        padding: 8px 0;
        width: 45.33vw;
        align-content: end;
    }
    
    .price-text {
        font-size: 5.333vw;
    }
    
    .price-unit {
        font-size: 4.2666vw;
        font-weight: initial;
    }
    
    .price-detail {
        font-size: 3.07693vw;
        line-height: 1.3;
        text-align: center;
    }
    
    .cost-notice {
        font-size: 3.2VW;
        text-align: initial;
    }
    
    .auto-quote-section {
        width: 94.666vw;
        height: 40.8vw;
        padding: 0 0;
    }

    .characters {
        position: relative;
        top: -6.4vw;
    }
    
    .character-placeholder {
        width: 120px;
        height: 80px;
    }
    
    .frog-and-chick {
        width: 19.733vw;
        height: auto;
    }
    
    .auto-quote-button {
        width: 69.3333333vw;
        padding: 9px 20px;
        font-size: 3.5vw;
        line-height: 1.4;
        border-radius: 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 0 auto 2.6666vw;
        position: relative;
        top: -6.4vw;
    }

    .quote-button-container {
        margin-bottom: 0;
    }
    
    .entrance-calculator-icon {
        flex-shrink: 0;
        position: relative;
        top: -1vw;
    }
    
    .entrance-calculator-icon img {
        width: 11.46666vw;
        height: 11.46666vw;
    }
    
    .button-text {
        flex: 1;
        text-align: center;
        line-height: 1.4;
    }
    
    .highlight-text {
        color: #FFFF00;
        font-size: 16px;
        display: block;
        margin-bottom: 4px;
    }
    
    .quote-notice {
        font-size: 2.6666vw;
        line-height: 1.4;
        color: #666;
        text-align: center;
        padding: 0 20px;
        margin: 0;
        position: relative;
        top: -6.4vw;
    }
    
    .gallery-section {
        padding: 30px 15px;
        max-width: 100%;
    }
    
    .gallery-title {
        font-size: 4.533vw;
    }

    .gallery-header {
        background: #FAE7D5;
        padding: 20px 3vw;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .gallery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 30px;
        padding: 0;
    }
    
    .gallery-item {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-bottom: 0;
    }
    
    .gallery-image-placeholder {
        width: 100%;
        height: 120px;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #666;
        font-size: 12px;
        overflow: hidden;
        position: relative;
    }
    
    .gallery-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .gallery-info {
        padding: 15px 12px;
    }
    
    .gallery-case-title {
        color: #EF6D00;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 1.3;
    }
    
    .gallery-description {
        color: #333;
        font-size: 11px;
        line-height: 1.4;
        margin: 0 0 12px 0;
    }
    
    .gallery-tags {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    
    .tag {
        background: #f0f0f0;
        color: #666;
        padding: 2px 6px;
        border-radius: 10px;
        font-size: 10px;
        white-space: nowrap;
    }
    
    .gallery-more {
        text-align: center;
        margin-top: 20px;
    }
    
    .gallery-more .btn {
        width: 84.87vw;
        padding: 12px 4vw 12px;
        font-size: 3.7333vw;
        font-weight: bold;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    .gallery-more .btn .icon {
        width: 7.4666vw;
        height: 7.4666vw;
        margin-left: 8.27vw;
    }
    
    .highlight-text {
        font-size: 3.5vw;
    }

    .character {
        position: relative;
        top: -6.4vw;
    }

    .character-placeholder {
        width: 100px;
        height: 60px;
    }
    
    .reason-section {
        max-width: 100%;
        margin: 0 2.666vw;
    }
    
    .reason-title {
        font-size: 4.533vw;
    }
    
    .reason-main-content {
        padding: 30px 20px;
        background: #F7F6F4;
    }
    
    .reason-top-section {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .reason-left {
        order: 1;
    }
    
    .reason-right {
        order: 2;
        gap: 20px;
    }
    
    .patto-title {
        font-size: 4.8vw;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align: center;
    }

    .reason-header {
        margin-bottom: 5.33vw;
    }
    
    .reason-description {
        font-size: 3.47vw;
        line-height: 1.6;
        text-align: left;
        margin: 0;
    }
    
    .reason-badges {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .reason-badges img {
        width: 87.2vw;
    }
    
    .badge {
        width: 80px;
        height: 80px;
        font-size: 12px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
    }
    
    .badge.orange {
        background: #EF6D00;
    }
    
    .reason-characters {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: flex-end;
    }
    
    .character-placeholder-group {
        display: flex;
        gap: 20px;
    }
    
    .reason-features {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
    
    .feature-item {
        position: relative;
        text-align: center;
        background: white;
        padding: 0 0;
        border-radius: 10px;
        height: 32.8vw;
        flex: initial;
    }
    
    .feature-icon {
        position: absolute;
        top: 4vw;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }
    
    .feature-icon-placeholder {
        position: relative;
        top: -47px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-icon-placeholder img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11.6vw;
    }
    
    .feature-title {
        padding-top: 8.33vw;
        font-size: 4.8vw;
        margin-bottom: 3.7333vw;
        color: #EF6D00;
    }

    .feature-icon-placeholder .magnifying-glass-frog-black {
        height: auto;
        width: 11.6vw;
    }
    
    .feature-description {
        font-size: 3.2vw;
        line-height: 1.5;
        color: #333;
    }
    
    .reason-title {
        font-size: 4.533vw;
        line-height: 6vw;
    }
    
    .patto-title {
        font-size: 4.8vw;
    }
    
    .badge {
        width: 70px;
        height: 70px;
        font-size: 11px;
    }
    
    .recommended-section {
        padding: 0 2.6666vw;
        max-width: 100%;
    }
    
    .recommended-title {
        font-size: 4.533vw;
        line-height: 6vw;
    }
    
    .recommended-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 2% auto 5%;
        gap: 3.7vw;
    }
    
    .recommended-products > .row {
        width: 48%;
        box-shadow: 0px 0px 2px 2px #00000033;
        border-radius: 6px;
        background: #fff;
        margin-bottom: 5%;
    }
    
    .recommended-products > .row > img {
        width: 100%;
        display: block;
        height: auto;
        border-radius: 6px 6px 0 0;
    }
    
    .recommended-products > .row > .inner {
        padding: 15px;
    }
    
    .recommended-products > .row > .inner > .p_commonttl-fmt2023 {
        font-size: 4vw;
        font-weight: bold;
        color: #EF6D00;
        padding: 0 0 8px 0;
        margin: 0;
    }
    
    .recommended-products > .row > .inner > .product-name {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        margin: 0 0 8vw 0;
        line-height: 1.3;
    }
    
    .recommended-products > .row > .inner > picture {
        display: grid;
        margin: 8px 0;
        justify-content: flex-start;
    }
    
    .recommended-products > .row > .inner > picture > img {
        width: 100%;
        display: block;
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }
    
    .recommended-products > .row > .inner > a {
        display: block;
        text-align: right;
        text-decoration: none;
        color: #707070;
        font-size: 2.66666666vw;
        margin-top: 12px;
        position: relative;
    }
    
    .recommended-products > .row > .inner > a::before {
        position: relative;
        right: 5px;
        top: 50%;
    }
    
    .recommended-more {
        text-align: center;
        margin-top: 30px;
    }
    
    .recommended-more .btn {
        width: 100%;
        max-width: 320px;
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    
    .recommended-more .btn .icon {
        width: 16px;
        height: 16px;
        margin: 0;
    }
    
    .flow-steps {
        flex-direction: column;
        gap: 30px;
    }

    .flow-steps .is-sp {
        width: 100%;
    }
    
    .flow-step {
        max-width: 300px;
    }
    
    .step-arrow {
        display: none !important;
    }

    .flow-section {
        padding: 40px 2.6666vw;
        max-width: 100%;
        margin: 0 auto;
    }

    .flow-header {
        background: #FAE7D5;
        padding: 20px;
        text-align: center;
        margin-bottom: 6.67vw;
    }

    .flow-title {
        font-size: 4.533vw;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .faq-content {
        padding: 30px 20px;
    }

    .faq-question {
        font-size: 3.73333vw;
        font-weight: initial;
    }
    
    .faq-question-wrapper {
        padding: 6.93333vw 2.6666vw;
    }
    
    .faq-answer {
        /* font: 3.2vw; */
    }

    .faq-answer-text {
        font-size: 3.2vw;
    }
    
    .faq-title {
        font-size: 4.533vw;
    }

    .faq-section {
        padding: 40px 2.6666vw;
        max-width: 100%;
        margin: 0 auto;
    }

    .column-section {
        padding: 40px 2.6666vw;
        max-width: 100%;
        margin: 0 auto;
    }

    .column-description {
        font-size: 3.733vw;
    }

    .column-content {
        padding: 6.67vw 6.67vw 8vw 6.67vw;
    }

    .column-icon-section {
        margin-bottom: 6.67vw;
    }

    .column-text {
        color: #333;
        font-size: 3.73vw;
        line-height: 1.4;
    }

    .column-title {
        font-size: 4.533vw;
    }
    
    .column-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .column-list {
        max-width: 100%;
    }
    
    .problem-icons {
        gap: 15px;
    }
    
    .problem-circle {
        width: 60px;
        height: 60px;
        font-size: 10px;
    }
    
    .contact-icons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .contact-icon {
        width: 200px;
        text-align: center;
    }
    
    
    .gallery-title {
        font-size: 4.533vw;
    }
    
    .before-after-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

