@charset "utf-8";

/* CSS Document */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'NotoSansJP_Variable', 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    min-width: 325px;
    overflow-x: hidden;
    font-feature-settings: "palt";
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 2px !important;
    font-family: 'NotoSansJP_Variable', 'Noto Sans JP', sans-serif;
}

img {
    width: fit-content;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    width: 100%;
    background: #fff;
    padding: 2em 1em;
}

.sp-item {
    display: none;
}

.sp-s-item {
    display: none;
}

.pc-item {
    display: block;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.bg_lgray {
    background: #f2f2f2;
}

.wrap {
    width: 100%;
    margin: auto;
}

.inner {
    width: 100%;
    max-width: 1201px;
    margin: auto;
}

._ttl {
    width: fit-content;
    margin: auto;
}

.general ._ttl {
    font-size: clamp(1.7rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 auto 60px !important;
}

.section-title-sub {
    font-size: 1.5rem;
    font-weight: 900;
    color: #333;
    margin: 10px auto;
    font-style: italic;
    position: relative;
    display: inline-block;
    width: fit-content;
}

.section-title-sub::before {
    content: "[ ";
    position: absolute;
    left: -1.2em;
}

.section-title-sub::after {
    content: " ]";
    position: absolute;
    right: -1.2em;
}

.section-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 40px;
    color: #111;
}

.header-contents {
    text-align: center;
}

.splide__pagination {
    bottom: -3em;
}

.splide__arrow {
    width: 4em;
    height: 4em;
    background: #fff;
}

.splide__arrow--next {
    right: -4em;
}

.splide__arrow--prev {
    left: -4em;
}


/* メインビジュアル 
------------------------------------------------- */

.head_logo {
    width: 265px;
    height: auto;
}

.head_copy-txt {
    font-size: clamp(14px, 2.5vw, 24px);
    margin-left: 1em;
}


.maincatch_img,
.maincatch_img_b,
.maincatch_img_c {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.maincatch_img {
    background-image: url("../images/tec-lp_head_img01.webp?123");
}

.maincatch_img_b {
    background-image: url("../images/tec-lp_head_img01b.webp?123");
}

.maincatch_img_c {
    background-image: url("../images/tec-lp_head_img01c.webp?123");
}

.maincatch_fv_catch {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 19%;
    max-width: 300px;
    height: auto;
}

.maincatch_copy {
    width: 45%;
    max-width: 715px;
    height: auto;
}

/* 251106追記 5thバナー  */

.bnr__parts {
    width: fit-content;
    max-width: 40%;
    z-index: 999;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.bnr__item {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.item-anniversary {
    width: 45%;
    height: auto;
    max-width: 240px;
}

.item-crown {
    width: 55%;
    height: auto;
    max-width: 280px;
}

@media screen and (max-width: 640px) {
    .bnr__parts {
        width: 150px;
    }
    .bnr__item {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }
    .item-anniversary {
        width: 80%;
    }
    .item-crown {
        width: 100%;
    }
}

/* ガレージあるある 
------------------------------------------------- */

.problem {
    background-image: url("../images/tec-lp_do_bgimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 3% auto 0;
    padding: 8%;
    position: relative;
    color: white;
    text-align: center;
}

.problem-content {
    width: fit-content;
    margin: auto;
    text-align: center;
    padding: 2em
}

.problem-content h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    margin-bottom: 40px;
    padding: 0.5rem 1rem;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 5px;
}

.problem-content h2 span {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.7;
    font-weight: 900;
}

.problem-header-contents {
    position: relative;
}

.problem-header-contents::before,
.problem-header-contents::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 3px;
    border-bottom: solid 3px;
}

.problem-header-contents::before {
    border-left: solid 3px;
    left: 0;
}

.problem-header-contents::after {
    border-right: solid 3px;
    right: 0;
}

.problem-content .check-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
}

.problem-content .check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: clamp(0.9rem, 2vw, 1.4rem);
    line-height: 1.6;
}

.problem-content .check-list li::before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../images/ico_check_white-red.png") center center / contain no-repeat;
}

.problem_arrow {
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    width: 6%;
    max-width: 92px;
}


/* テックタイルで解決 
------------------------------------------------- */

.solve-section {
    width: 100%;
    background: url("../images/tec-lp_do_bg-ptn.png");
}

.solve_inner {
    width: 100%;
    max-width: 1200px;
    padding: 8% 0;
    margin: auto;
    background: #fff;
}

.solve-section {
    padding: 60px 20px;
}

.solve-content {
    display: flex;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    gap: 40px;
    background: #fff;
    padding: 4em;
}

.solve-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: auto;
    flex: 1;
}

.solve-text {
    flex: 1;
}

.solve-text h2 {
    white-space: nowrap;
}

.solve-text .prefix {
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    width: fit-content;
    margin: 20px auto 4px;
    letter-spacing: 4px;
}

.solve-text .main-heading {
    width: fit-content;
    margin: 0 auto 20px;
    font-size: clamp(1.6rem, 5vw, 4rem);
    padding-bottom: 4px;
    border-bottom: 16px solid #e60000;
    display: block;
    font-weight: 900;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.solve-content .check-list {
    list-style: none;
    width: fit-content;
    padding: 2em 1em;
    margin: auto;
}

.solve-content .check-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    line-height: 1.4;
    font-weight: 700;
}

.solve-content .check-list li::before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../images/ico_check_black-red.png") center center / contain no-repeat;
}

.solve-content .check-list .highlight {
    color: #e60000;
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}


/* 選ばれている理由 
------------------------------------------------- */

.reason {
    margin-top: 8%;
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: url(../images/tec_lp_2508pc_06.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200px auto;
}

.reason-header-contents h2 .ttl_bg-red {
    background: red;
    color: #fff;
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    padding: 0 .2em .1em .4em;
    margin-bottom: .3em;
    display: inline-block;
}

.reason-header-contents h2 {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.4;
}

.reason-header-contents {
    position: relative;
    width: fit-content;
    padding: 0em 4em 1em;
    margin: auto;
}

.reason-header-contents::before,
.reason-header-contents::after {
    position: absolute;
    top: -3px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: solid 4px;
    border-bottom: solid 4px;
    color: #111;
}

.reason-header-contents::before {
    border-left: solid 4px;
    left: 0;
}

.reason-header-contents::after {
    border-right: solid 4px;
    right: 0;
}

.reason-block_l {
    background: #f4f4f4;
    padding: 40px 0px 40px 40px;
}

.reason-block_r {
    background: #f4f4f4;
    padding: 40px 40px 40px 0px;
}

.reason-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.reason-image {
    flex: 1 1 30%;
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    aspect-ratio: 4 / 3;
}

.reason-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.reason-content_01 .reason-image {
    background: url(../images/reason_01img.jpg) no-repeat;
    background-size: contain;
    background-position: 10px center;
}

.reason-content_02 .reason-inner {
    gap: 0;
}

.reason_02-image {
    padding: 1em 4em 2em;
}

.reason-content_03 .reason-image {
    background: url(../images/reason_03img.jpg) no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}

.reason-content_04 .reason-image {
    background: url(../images/reason_04img.jpg) no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}

.reason-content_05 .reason-image {
    background: url(../images/reason_05img.jpg) no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}

.reason-content_06 .reason-image {
    background: url(../images/reason_06img.jpg?123) no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: #f37000;
}

.reason-label {
    position: absolute;
    background: #111;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.reason-block_l .reason-label {
    top: -28px;
    left: -28px;
}

.reason-block_r .reason-label {
    top: -28px;
    right: -28px;
}

.reason-text {
    flex: 1 1 50%;
    min-width: 300px;
    padding: 1em 3em 1em 1em;
}

.reason-block_l .reason-text {
    padding: 3em 4em 3em 1em;
}

.reason-block_r .reason-text {
    padding: 1em 1em 1em 3em;
}

.reason-text h3 {
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.reason-content_06 .reason-text h3 {
    font-size: clamp(1rem, 4vw, 2.2rem);
    font-weight: 600;
    letter-spacing: 0 !important;
}

.reason-ttl_highlight {
    font-weight: 600;
    font-size: clamp(2rem, 5vw, 3.8rem);
}

.reason-content_06 .reason-ttl_highlight {
    color: red;
    font-size: clamp(1.4rem, 4vw, 3.5rem);
    font-weight: bold;
}

.reason-text hr {
    border: none;
    border-top: 3px solid #111;
    margin: 10px 0 20px;
    width: 100%;
    background-color: #fff;
}

.reason-text p {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
}

/* BEFORE AFTER
------------------------------------------------- */

#bandf {
	padding: 8% 20px 0;
}

#bandf .top-center-heading .subtext {
	font-size: 1rem;
    font-weight: bold;
    color: #868686;
    text-align: center;
}

#bandf .section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 40px;
    color: #111;
	letter-spacing: 0 !important;
}

/* テックタイルの実績 
------------------------------------------------- */

.performance {
    background: #fff;
    text-align: center;
    padding: 8% 20px 0;
}

.performance-image {
    max-width: 472px;
    margin: auto;
}

.performance-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.performance-lead,
.top-center-heading .leadtext {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    margin-bottom: 40px;
    color: #222;
}

.performance-footer {
    background: #f1f1f1;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    padding: 20px;
    color: #333;
    line-height: 1.6;
}

#splide_pf .splide__track {
    max-height: 180px;
    min-height: 50px;
}

#splide_pf .splide__slide {
    display: flex;
    justify-content: center;
}

#splide_pf .splide__slide p {
    display: flex;
    align-items: center;
}

#splide_pf .splide__slide img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}


/* 採用事例 
------------------------------------------------- */

.customer_pickup {
    text-align: center;
    background: #fff;
    padding: 8% 0 0;
}

.customer_pickup .top-center-heading ._ttl {
    margin-top: 40px;
}


/* メディア掲載 
------------------------------------------------- */

.media {
    margin: 4% auto 8%;
    text-align: center;
}

.media picture img {
    margin: auto;
}

.media_img {
    max-width: 1100px;
}


/* お客様の声 
------------------------------------------------- */

.voice {
    background: #f2f2f2;
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: url(../images/tec_lp_2508pc_06.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200px auto;
}

.voice_img {
    margin: auto;
    width: fit-content;
}

.review-card {
    position: relative;
    background: #fff;
    padding: 4em;
    max-width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.review-card:last-child {
    margin-bottom: 8%;
}

.card-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.card-icon {
    font-size: 1.3rem;
    font-weight: 600;
}

.card-icon::before {
    display: inline-block;
    content: "";
    background: url("../images/revew-icon.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 20px;
}

.card-content {
    flex: 1;
}

.review-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 40px 40px 0 0;
    border-style: solid;
    border-color: #f2f2f2 #e90100 #fff #fff;
    background: #e90100;
    display: block;
    width: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    font-weight: bold;
    margin: 0 0 8px;
    line-height: 1.3;
    text-align: left;
}

.card-divider {
    border-top: 1px dashed #111;
    margin: 16px 0;
    background-color: inherit;
    height: 0;
}

.card-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1em;
    width: 98%;
}

.review-img-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.review-img-list figure {
    width: calc((100% - 40px) / 3);
    margin: 0;
}

.review-img-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.review-img-list figcaption {
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: center;
    color: #333;
}

.voice .btn-mg {
	text-align: center;
    margin-bottom: 80px;
}

.voice .cta-btn02 {
	max-width: 800px;
}

.voice .cta-btn02 ._txt {
	font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    line-height: 54px;
}


/* Q&A 
------------------------------------------------- */

.qa {
    margin: 8% auto;
}

.qa ._ttl {
    margin-bottom: 60px;
}


/* イメージ・機能比較 
------------------------------------------------- */

.comparison {
    padding: 4% 0 8%;
}

.comparison .table {
    width: 1350px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
    border: 3px #222 solid;
    white-space: nowrap;
    margin: 40px auto 20px;
}

.comparison .table thead {
    background: #999;
    color: #fff;
}

.comparison .table td {
    width: calc(100%/8);
    font-size: 20px;
}

.comparison .table tr {
    width: calc(100%/9);
}

.comparison .table th,
.comparison .table td {
    border: 1px solid #ccc;
    padding: 10px;
    white-space: nowrap;
}

.comparison .table tr:nth-child(2n) td {
    background-color: #fafafa;
}

.comparison .table th:nth-child(2),
.comparison .table td:nth-child(2) {
    border-left: 5px solid #EF8633;
    border-right: 5px solid #EF8633;
}

.comparison .table .bottom_border {
    border-bottom: 5px solid #EF8633;
}

.comparison .table tr:nth-child(2) th:nth-child(2) {
    position: relative;
    border-top: 15px solid #EF8633;
    background-color: #EF8633;
}

.item-name_tectile {
    background: #EF8633;
    color: #fff;
    border-top: 5px solid #EF8633 !important;
}

.comparison .table tr:last-child td:first-child {
    border-bottom: 5px solid #EF8633;
}

.comparison .table-wrap {
    display: block;
    overflow: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 8px;
}

.comparison .table-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.comparison .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.comparison .table-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.comparison .table-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comparison .function-name {
    white-space: nowrap;
}


/* ご購入までの流れ 
------------------------------------------------- */

.howtobuy {
    background: #f2f2f2;
    margin: 8% 0 0;
    padding-bottom: 8%;
}

.howtobuy ._ttl {
    background: rgb(22 22 22);
    width: 100%;
    color: #fff;
    font-size: clamp(1.3rem, 5vw, 2rem);
    font-weight: 600;
    padding: 1em;
    margin-bottom: 8%;
}

.howtobuy ._ttl img {
    margin: auto;
}

.howtobuy .consult {
    width: fit-content;
    margin: auto;
    padding: 8% 2%;
}

.step-outer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.step {
    position: relative;
}

.step-arrow {
    position: absolute;
}

.step-box {
    background: #fff;
    padding: 2em 1em;
    max-width: 230px;
    height: 100%;
}

.step-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.step-name,
.step-no {
    flex-basis: 100%;
    text-align: center;
}

.step-name {
    font-family: "Alatsi", sans-serif;
    font-size: 1.2rem;
}

.step-no {
    font-family: "Alatsi", sans-serif;
    display: block;
    font-size: 2rem;
    color: #ffd200;
    line-height: 1;
}

.step-ttl {
    font-size: clamp(1rem, 4vw, 1.2rem);
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step01 .step-img {
    background: url(../images/ico-step01.png) no-repeat;
    background-position: center;
    background-size: 70px;
    padding-top: 150px;
}

.step02 .step-img {
    background: url(../images/ico-step02.png) no-repeat;
    background-position: center;
    background-size: 60px;
    padding-top: 150px;
}

.step03 .step-img {
    background: url(../images/ico-step03.png) no-repeat;
    background-position: center;
    background-size: 60px;
    padding-top: 150px;
}

.step04 .step-img {
    background: url(../images/ico-step04.png) no-repeat;
    background-position: center;
    background-size: 80px;
    padding-top: 150px;
}

li.step+li.step {
    padding-left: 8%;
    background: url(../images/step-arrow.png) no-repeat;
    background-size: 20%;
    background-position: 5% center;
}

.step-txt {
    font-size: .9rem;
}


/* 製品サイズ 
------------------------------------------------- */

#parts {
    margin-top: 0;
}

.spec {
    padding: 8% 2%;
}

.spec .splide__arrow {
    width: 4em;
    height: 4em;
    background: #eee;
}


/* 特典 
------------------------------------------------- */

.tokuten-card:nth-child(3)::after {
    background-image: url(https://tec-tile.jp/images/ico_sendfree.gif);
}

.tokuten-card:nth-child(2)::after {
    background-image: url(https://tec-tile.jp/images/ico_pointup.gif);
}

.tokuten-card:nth-child(1)::after {
    background-image: url(https://tec-tile.jp/images/ico_cashback.gif);
}

.tokuten-card p {
    font-size: 1.1rem;
}

#top-bonus_01 .line1 {
    font-size: clamp(1rem, 2.2vw, 2.5rem);
    font-weight: bold;
    line-height: 1.4;
}

.tokuten-card p {
    font-size: 1rem;
}

.tokuten-card .highlight {
    color: red;
    font-weight: 900;
    font-size: clamp(1.5rem, 4vw, 1.6rem);
    letter-spacing: 0;
}


/* 配色シミュレーション 
------------------------------------------------- */

.box_free {
    text-align: center;
}

#frameCountsDisplay {
    margin-bottom: 24px;
}

.sm_parent {
    margin-top: 24px;
}

.color-sim,
.box_free {
    padding: 8% 2%;
}

.box_free_s_ttl {
    width: 80%;
    padding: .5em 1em;
}


/* フッター
------------------------------------------------- */

.copyright_txt {
    width: 100vw;
    text-align: center;
    padding: 1em 2em 6em;
    background: #111;
    color: #fff;
}


/* CTA
------------------------------------------------- */

.cta-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 0;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease;
    background: #2d2d2d;
}

.cta-fixed.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cta-fixed-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    gap: 0;
    padding: 0;
}

.cta-fixed a {
    flex: 1;
}

.cta-fixed img {
    width: 100%;
    height: auto;
    display: block;
}

.cart_item .read-txt_red {
    font-size: 1.2rem;
    color: red;
}

.fv_cta-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0;
    padding: 0;
    background: linear-gradient(90deg, rgba(55, 55, 55, 1), rgba(0, 0, 0, 1));
}

.sp_fv-cta_outer {
    background: #4d4d4d;
    padding: 1em 0;
    margin-bottom: 1em;
}

.cta.fv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #9f9f9f;
}

.cta .fv-cta_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #666;
    padding: 8px 10px 8px 14px;
}

.cta .btn-orange {
    background: #f57c00;
}

.cta .btn-gray {
    background: #666;
}

.cta .fv-cta_btn p {
    margin: 0;
    font-size: 10px;
    white-space: nowrap;
    letter-spacing: 0;
}

.cta .fv-cta_btn p.fv-cta_ttl {
    margin: 0;
    font-size: 17px;
    line-height: 1.1;
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}

.cta .fv-cta_arrow {
    background: url("../images/arrow_org.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.cta .fv-cta_arrow._wht {
    background: url("../images/arrow_wht.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.cta.nm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    background: #9f9f9f;
}

.cta.nm .cta_btn {
    display: flex;
    justify-content: space-between;
    padding: 0 1.3em 0 1em;
    align-items: center;
}

.cta.nm .cta_btn .item {
    text-decoration: none;
    color: #fff;
    padding: 8px 10px 8px 14px;
}

.cta.nm .cta_btn .item p {
    width: fit-content;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
}

.cta.nm .cta_btn .item .cta_ttl {
    font-size: 26px;
    line-height: 1.1;
    font-family: "Alatsi", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cta .cta_arrow {
    background: url("../images/arrow_org.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.cta .cta_arrow._wht {
    background: url("../images/arrow_wht.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.cta.nm .cta_btn .item p.cta-lead-text {
    font-size: 13px;
    font-weight: 300;
    margin-top: .1em;
}

.btn-gray {
    background-color: #666;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-gray:hover {
    background-color: #6e6e6e;
    color: #fff;
}

@media screen and (min-width: 769px) {
    /* CTA
------------------------------------------------- */
    .cta_outer {
        background: #666;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    .cta.nm {
        width: 900px;
        margin: auto;
        grid-template-columns: repeat(2, 1fr);
        background: #ffffff;
    }
    .cta.nm .cta_btn:nth-of-type(1),
    .cta.nm .cta_btn:nth-of-type(2) {
        padding-top: 1.8em;
        padding-bottom: 1em;
    }
    .cta.nm .cta_btn:nth-of-type(3),
    .cta.nm .cta_btn:nth-of-type(4) {
        padding-top: 1em;
        padding-bottom: 1.8em;
    }
    .cta.nm .cta_btn .item p {
        font-size: 14px;
    }
    .cta.nm .cta_btn .item p.cta_ttl {
        font-size: 44px;
        margin-bottom: .1em;
    }
    .cta .cta_arrow {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .sp-item {
        display: block;
    }
    .pc-item {
        display: none;
    }
    .sp-s-item {
        display: none;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .section-title-sub {
        font-size: 1.2rem;
        padding: 1em 0 .2em;
    }
    .splide__arrow--next {
        right: 0;
    }
    .splide__arrow--prev {
        left: 0;
    }
    /* ガレージあるある 
------------------------------------------------- */
    .problem {
        background-image: url(../images/tec-lp_do_bgimg_sp.jpg);
    }
    .problem,
    .solve_inner {
        padding: 0;
    }
    .problem {
        margin: 0 auto;
    }
    .problem-content h2 {
        margin-bottom: 20px;
    }
    .problem_arrow {
        width: 18%;
        bottom: -10%;
    }
    .problem-content h2 span {
        display: block;
    }
    /* 選ばれている理由 
------------------------------------------------- */
    .reason-inner {
        max-width: 440px;
        gap: 0;
    }
    .reason-header-contents {
        padding: 0em 2em 1em;
        margin: 1em auto;
    }
    .reason-block_l,
    .reason-block_r {
        padding: .5em;
    }
    .reason-block_l .reason-inner {
        flex-direction: column-reverse;
    }
    .reason-block_r .reason-inner {
        flex-direction: column;
    }
    .reason-image {
        flex: unset;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 2.6;
    }
    .reason-block_l .reason-text,
    .reason-block_r .reason-text {
        padding: 1em;
    }
    .reason-text h3 {
        padding-left: 72px;
    }
    .reason-content_06 .reason-text h3 {
        padding-left: 72px;
        min-height: 80px;
        line-height: 1.7;
    }
    .reason-label {
        position: absolute;
        font-size: .9rem;
        padding: 20px;
        width: 60px;
        height: 60px;
        white-space: nowrap;
    }
    .reason-block_l .reason-label,
    .reason-block_r .reason-label {
        top: 16px;
        left: 16px;
    }
    .reason-content_01 .reason-image {
        background-position: center 0;
    }
    .reason_item {
        width: 100%;
    }
    .reason-content_02 .reason_item {
        padding-bottom: 4em;
    }
    .reason_02-image {
        padding: 0;
    }
    .reason_item-color {
        background: url("../images/tec_lp_2508sp_05.jpg") no-repeat;
        background-size: cover;
        aspect-ratio: 428 / 625;
        width: 100%;
        padding-top: 70%;
    }
    #splide4 {
        width: 90%;
        margin: auto;
    }
    /* テックタイルで解決 
------------------------------------------------- */
    .solve-content {
        flex-direction: column;
        align-items: center;
        padding: 1em;
    }
    .solve-img img,
    .solve-text {
        width: 100%;
        max-width: none;
    }
    .solve-content .check-list {
        padding: 2em 0;
    }
    .solve-content .check-list li::before {
        width: 28px;
        height: 28px;
        top: .2em;
    }
    .solve-text .main-heading {
        border-bottom: 8px solid #e60000;
    }
	/* BEFORE AFTER
------------------------------------------------- */

#bandf {
    padding: 16% 20px;
}
	
#bandf .top-center-heading .subtext {
    text-align: left;
}

    /* テックタイルの実績 
------------------------------------------------- */
    .performance,
    .top-center-heading .leadtext {
        text-align: left;
    }
    /* メディア掲載 
------------------------------------------------- */
    .media {
        margin: 4% auto 16%;
    }
    /* お客様の声 
------------------------------------------------- */
    .review-card {
        padding: 2em;
    }
    .review-img-list {
        flex-direction: column;
    }
    .review-img-list figure {
        width: 100%;
    }
    .card-title {
        font-size: clamp(1.3rem, 5vw, 2rem);
        font-weight: bold;
        margin: 16px 0 8px;
        line-height: 1.7;
    }
    .card-icon::before {
        width: 32px;
        height: 32px;
        vertical-align: text-bottom;
        margin-right: 12px;
    }
    .card-inner {
        flex-direction: column;
        align-items: center;
    }
    .customer_pickup ul {
        padding: 0 1em;
    }
    /* Q&A 
------------------------------------------------- */
    .qa_wrapper {
        padding: 0 1em;
    }
    /* ご購入までの流れ 
------------------------------------------------- */
    .step {
        width: 100%;
    }
    .step-outer {
        flex-wrap: wrap;
        max-width: 600px;
        justify-content: center;
        margin: auto;
        padding: 1em;
    }
    .step-box {
        max-width: 600px;
        padding: 1em;
    }
    .step-item,
    .step-name,
    .step-no,
    .step-ttl {
        display: inline-block;
        vertical-align: middle;
    }
    .step-no {
        padding: 0 20px 0 10px;
    }
    .step-ttl {
        height: initial;
    }
    .step-txt {
        font-size: .9rem;
        text-align: left;
    }
    li.step+li.step {
        padding-left: 0;
        padding-top: 44px;
        background: url(../images/step-arrow_under.png) no-repeat;
        background-size: 36px;
        background-position: center 4px;
    }
    .img_wrap {
        display: flex;
        align-items: center;
    }
    .step01 .step-img {
        background-size: 60px;
        padding-top: 0;
        padding-left: 100px;
        height: 80px;
    }
    .step02 .step-img {
        background-size: 60px;
        padding-top: 0;
        padding-left: 100px;
        height: 80px;
    }
    .step03 .step-img {
        background-size: 60px;
        padding-top: 0;
        padding-left: 100px;
        height: 80px;
    }
    .step04 .step-img {
        background-size: 60px;
        padding-top: 0;
        padding-left: 100px;
        height: 80px;
    }
    /* 製品サイズ 
------------------------------------------------- */
    .spec .splide__arrow {
        width: 4em;
        height: 4em;
        background: #eee;
        top: 95%;
    }
    /* 配色シミュレーション 
------------------------------------------------- */
    .box_free_s_ttl {
        width: 90%;
        border-radius: 12px;
        padding: .8em 1em;
    }
    .box_free_u1 img {
        margin: auto;
    }
    /* CTA
------------------------------------------------- */
    .cta {
        grid-template-columns: 1fr;
    }
	
	.cta_btn:nth-child(n+3) .cta_arrow,
	.cta .fv-cta_btn:nth-child(n+3) .fv-cta_arrow {
		background: url("../images/arrow_nm.png") no-repeat;
		background-position: center;
		background-size: contain;
		width: 10px;
		height: 10px;
	}

}

@media screen and (max-width: 450px) {
    .sp-s-item {
        display: block
    }
}