.sec_ktlp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.ktlp_lp {
    margin-block-start: 0px;
    color: #333;
}

.sec_ktlp h2 {
    font-weight: 500;
}

.sec_ktlp_title {
    line-height: 1.45;
    text-align: center;
    display: grid;
    place-content: center;
}

.sec_ktlp_mv {
    width: 100%;
    display: grid;
    justify-items: center;
}

.sec_ktlp_mv_container_title {
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.sec_ktlp_mv_container_catch {
    display: grid;
    place-content: center start;
    margin-block-end: 4.8rem;
}

/* 1820px 以上（=今のまま） */
@media screen and (min-width: 1820px) {
    .sec_ktlp_mv_container_catch {
    margin-block-end: 4.8rem;
    }
}

/* 1820px 未満（スマホ手前〜） */
@media screen and (max-width: 1819px) {
    .sec_ktlp_mv_container_catch {
    margin-block-end: 7.8rem;
    }
}


.sec_ktlp_mv_container_catch>h1 {
    display: block;
    color: #fff;
}

.sec_ktlp_mv_container_catch>h1>span {
    display: block;
    text-align: left;
}

.sec_ktlp_mv_container_catch>p {
    display: block;
    color: #fff;
    font-weight: 600;
}

.sec_ktlp_mv_container_catch>p>span {
    display: block;
    text-align: left;
}

.sec_ktlp_mv_container_medal {
    display: flex;
    justify-content: start;
}

.sec_ktlp_cta_btn {
    position: relative;
    display: block;
    border-radius: 3em;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    text-align: center;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}
.sec_ktlp_cta_btn p {
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sec_ktlp_cta_btn::after,
.sec_ktlp_cta_btn::before {
    position: absolute;
    border-radius: 5em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.25s;
    content: "";
}

.sec_ktlp_cta_btn::before {
    display: grid;
    place-content: center;
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    z-index: 1;
}

.sec_ktlp_cta_btn::after {
    display: block;
    background: #fff;
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    margin: auto;
    z-index: -1;
}
option{
    color: #767676;
  }
footer{
    background:#111;
}
.foot__list a{
    color: white;
}

.foot__lists{
    flex-wrap:nowrap;
    width: 100%;
}

.sec_ktlp_cta_btn:hover:before {
    opacity: 0;
}

.sec_ktlp_mv .sec_ktlp_mv_container_medal a:nth-child(2).sec_ktlp_cta_btn::before {
    content: "資料請求はこちら";
}

.sec_ktlp_mv .sec_ktlp_mv_container_medal a:nth-child(2).sec_ktlp_cta_btn::before {
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sec_ktlp_mv .sec_ktlp_mv_container_medal a:nth-child(2) {
    display: grid;
    place-content: center;
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}
.sec_ktlp_mv .sec_ktlp_cta_btn::before {
    content: "資料請求はこちら";
}

a:first-child .sec_ktlp_cta_btn p {
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ktlp_case_item_container {
    padding-inline: 1rem;
}

.ktlp_scroll_area.swiper-wrapper {
    display: grid;
    grid-auto-flow: column;
    transition-timing-function: linear;
}

.mySwiper_b .ktlp_case_item_container {
    translate: 50% 0;
}

.sec_ktlp_desc {
    background: #4391ae;
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}

.sec_ktlp_desc .sec_ktlp_title {
    color: #fff;
}

.sec_ktlp_desc_container {
    display: grid;
    grid-auto-columns: 30rem;
    justify-content: center;
}

.sec_ktlp_desc_container_item {
    background-color: #fff;
    display: block;
    border-radius: 0.8rem;
}

.sec_ktlp_desc_container_item span {
    position: relative;
    z-index: 1;
}

.sec_ktlp_desc_container_item span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.9rem;
    z-index: -1;
    content: "";
    background: #4391ae;
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}

.sec_ktlp_light_appeal {
    background: #FFF8F8;
    text-align: center;
}

.sec_ktlp_light_appeal_container {
    position: relative;
}

.sec_ktlp_light_appeal_container.pause:after {
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: 4.5rem;
    height: 4.5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='46' height='45' viewBox='0 0 46 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23.0342' cy='22.5' r='22.5' fill='url(%23paint0_linear_8_19997)'/%3E%3Cpath d='M33.5342 22.5L17.7842 31.5933L17.7842 13.4067L33.5342 22.5Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_8_19997' x1='23.0906' y1='-11.4583' x2='23.0906' y2='56.4583' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236FD9DF'/%3E%3Cstop offset='0.295003' stop-color='%2360BACB'/%3E%3Cstop offset='0.484799' stop-color='%2357A6BD'/%3E%3Cstop offset='0.700887' stop-color='%234E9FB5'/%3E%3Cstop offset='0.848754' stop-color='%234391AE'/%3E%3Cstop offset='0.93394' stop-color='%231C8F9A'/%3E%3Cstop offset='1' stop-color='%23134875'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
    filter: drop-shadow(0 0 2.6rem rgb(143, 227, 253));
}

.sec_ktlp_light_appeal_container_img img {
    filter: drop-shadow(0 0 1.9rem rgba(159, 188, 215, 0.2));
}

.sec_ktlp_light_appeal_container_player {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.sec_ktlp_func_appeal_container {
    display: grid;
    justify-content: center;
}

.sec_ktlp_func_appeal_container_item {
    display: grid;
    justify-items: center;
    grid-template-rows: subgrid;
    grid-row: span 2;
    align-items: center;
}

.sec_ktlp_func_appeal_container_item img {
    aspect-ratio: 4/3;
}

.sec_ktlp_scene {
    background-color: #FFF8F8;
}

.sec_ktlp_scene_wrap {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sec_ktlp_scene_wrap::-webkit-scrollbar {
    display: none;
}

.sec_ktlp_scene_container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 27rem;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 2rem;
    margin-block-start: 0.7rem;
}

.sec_ktlp_scene_container_item {
    scroll-snap-align: start;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    background-color: #fff;
    box-shadow: 0 0 1.9rem 0 rgba(159, 188, 215, 0.2);
}

.sec_ktlp_scene_container_item_img>img {
    object-fit: cover;
    width: 23rem;
}

.sec_ktlp_scene_container_item_title {
    text-align: center;
    align-self: center;
}

.sec_ktlp_scene_container_item_desc {
    display: grid;
    align-content: start;
}

.sec_ktlp_scene_container_item_desc>li {
    display: flex;
    align-items: center;
}

.sec_ktlp_scene_container_item_desc>li::before {
    content: "・";
    vertical-align: middle;
}

.sec_ktlp_scene_container_item_desc>li>p {
    display: inline-block;
    margin-inline-start: 1rem;
}

.sec_ktlp_cta {
    color: #fff;
    background: #4391ae linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    text-align: center;
}

.sec_ktlp_cta a {
    color: #fff;
}

.sec_ktlp_cta_container {
    display: flex;
    justify-content: center;
}

.sec_ktlp_cta_container>.sec_ktlp_cta_container_item:first-of-type .sec_ktlp_cta_btn:before {
    content: "無料相談を申し込む";
}

.sec_ktlp_cta_container>.sec_ktlp_cta_container_item:last-of-type .sec_ktlp_cta_btn:before {
    content: "資料請求はこちら";
}

.sec_ktlp_cta_container_item_catch {
    line-height: 1.278;
    position: relative;
}

.sec_ktlp_cta_container_item_catch::before,
.sec_ktlp_cta_container_item_catch::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25.7' viewBox='0 0 22 25.7'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1615.7 -3820)'%3E%3Cpath class='a' d='M-1595.4,3845.5l-15-24.5,1.7-1,15,24.5Z'/%3E%3Cpath class='a' d='M-1602.7,3845.7l-13-13,1.4-1.4,13,13Z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    position: absolute;
    width: 2.4rem;
    height: 3rem;
    top: 50%;
    translate: 0 -50%;
}

.sec_ktlp_cta_container_item_catch::before {
    left: 0;
}

.sec_ktlp_cta_container_item_catch::after {
    right: 0;
    scale: -1 1;
}

.sec_ktlp_cta_tel {
    display: grid;
    justify-content: center;
    align-items: center;
}

.sec_ktlp_cta_tel>a {
    text-decoration: underline;
}

.sec_ktlp_cta_tel>a::before {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.787' height='17.787' viewBox='0 0 17.787 17.787'%3E%3Cpath d='M17.28,12.569,13.389,10.9a.834.834,0,0,0-.973.24l-1.723,2.105A12.877,12.877,0,0,1,4.537,7.091L6.642,5.368a.832.832,0,0,0,.24-.973L5.215.5A.839.839,0,0,0,4.259.021L.646.855A.834.834,0,0,0,0,1.668a16.118,16.118,0,0,0,16.12,16.12.834.834,0,0,0,.813-.646l.834-3.613a.844.844,0,0,0-.487-.959Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sec_ktlp_cta_con {
    text-decoration: underline;
    padding-inline-end: 1em;
    position: relative;
}

.sec_ktlp_cta_con::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    height: 1.5rem;
    width: 1.5rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.615' height='14.605' viewBox='0 0 9.615 14.605'%3E%3Cpath d='M12.885,21.514l5.943-5.586-5.943-5.586,1.83-1.716,7.785,7.3-7.785,7.3Z' transform='translate(-12.885 -8.625)' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sec_ktlp_reason_container {
    display: grid;
    justify-content: center;
    counter-reset: reason-counter;
}

.sec_ktlp_reason_container_item {
    display: grid;
    justify-items: center;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.sec_ktlp_reason_container_item_img img {
    aspect-ratio: 1;
}

.sec_ktlp_reason_container_item_title {
    font-weight: 500;
    font-feature-settings: "palt";
    counter-increment: reason-counter;
    line-height: 1.6;
}

.sec_ktlp_reason_container_item_title::before {
    content: "0" counter(reason-counter);
    font-weight: bold;
    margin-inline-end: 0.8rem;
}

.sec_ktlp_reason_container_item_desc {
    font-feature-settings: "palt";
}

.sec_ktlp_case {
    color: #333;
    background: #FFF8F8;
}

.sec_ktlp_case_container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 32rem;
    justify-content: center;
    margin-block-start: 3.6rem;
}

.sec_ktlp_case_container_item {
    display: grid;
    border-radius: 0.8rem;
}

.sec_ktlp_case_container_item_desc {
    background-color: #fff;
    color: #333;
    display: grid;
    gap: 0.8rem;
    grid-template-rows: subgrid;
    grid-row: span 4;
    border-radius:0.8rem;
    text-align: left;
}

.sec_ktlp_case_container_item_desc img {
    object-fit: cover;
    margin-block-end: 1.6rem;
}

.sec_ktlp_case_container_item_desc p {
    letter-spacing: 0.1rem;
}

.sec_ktlp_case_container_item_desc h3 {
    font-size: 1.6rem;
    font-weight: 600;
}

.sec_ktlp_case_container_item_link {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #4391ae linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    box-shadow: 0 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.2);
    padding-block: 1rem;
    display: grid;
    place-items: center;
}

.sec_ktlp_case_container_item_link p::after {
    content: "";
    display: inline-block;
    margin-inline-start: 0.75em;
    height: 1.2rem;
    width: 1rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.615' height='14.605' viewBox='0 0 9.615 14.605'%3E%3Cpath d='M12.885,21.514l5.943-5.586-5.943-5.586,1.83-1.716,7.785,7.3-7.785,7.3Z' transform='translate(-12.885 -8.625)' fill='%23fff'/%3E%3C/svg%3E") center/contain no-repeat;
}

.sec_ktlp_plan {
    background: #FFF8F8;
}

.sec_ktlp_plan_wrap {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin-block-start: 2.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sec_ktlp_plan_wrap::-webkit-scrollbar {
    display: none;
}

.sec_ktlp_plan_container {
    display: grid;
    grid-template-columns: 28rem 32rem 28rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 2.5rem;
}

.sec_ktlp_plan_container_item,
.sec_ktlp_plan_container_item_title,
.sec_ktlp_plan_container_item_desc,
.sec_ktlp_plan_container_item_desc_texts {
    display: grid;
    grid-template-rows: subgrid;
}

.sec_ktlp_plan_container_item {
    grid-row: span 7;
    border-radius: 0.4rem;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-margin-inline-start: 5.2rem;
    box-shadow: 0 0 1.9rem 0 rgba(159, 188, 215, 0.2);
}

.sec_ktlp_plan_container_item_title {
    grid-row: span 2;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.455;
    text-align: center;
    color: #fff;
    background: #4391ae linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}

.sec_ktlp_plan_container_item_title span {
    color: #e1e1e1;
}

.sec_ktlp_plan_container_item_desc {
    grid-row: span 5;
    background-color: #fff;
    justify-items: center;
}

.sec_ktlp_plan_container_item_desc_price {
    font-size: 3.4rem;
    line-height: 1;
}

.sec_ktlp_plan_container_item_desc_price_month {
    font-size: 2rem;
}

.sec_ktlp_plan_container_item_desc_price_init {
    display: block;
    font-weight: 500;
}

.sec_ktlp_plan_container_item_desc_texts {
    grid-row: span 4;
    gap: 2rem;
    grid-template-columns: 23rem;
}

.sec_ktlp_plan_container_item_desc_texts>p {
    background-color: #FFF8F8;
    padding: 0.8rem 2.1rem;
    font-size: 1.6rem;
    line-height: 1.375;
}

.sec_ktlp_plan_text {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.438;
}

.sec_ktlp_faq_container {
    display: grid;
    justify-content: center;
    text-align: left;
}

.sec_ktlp_faq_container_item {
    display: grid;
    gap: 1.6rem;
    box-shadow:0px 0px 19px 0px rgba(243, 3, 1, 0.20);
    background: white;
}

.sec_ktlp_faq_container_item_q,
.sec_ktlp_faq_container_item_a {
    padding-inline-start: 3.5rem;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.sec_ktlp_faq_container_item_q::before,
.sec_ktlp_faq_container_item_a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.sec_ktlp_faq_container_item_q::before {
    width: 2.3rem;
    height: 3.2rem;
    background: url("/wp-content/themes/kamuitracker/kamui-lp-1/img/icon/faq_question.svg") center/contain no-repeat;
}

.sec_ktlp_faq_container_item_a::before {
    width: 2.2rem;
    height: 3rem;
    background: url("/wp-content/themes/kamuitracker/kamui-lp-1/img/icon/faq_answer.svg") center/contain no-repeat;
}

.sec_ktlp_faq_container_item_a_decimal {
    padding-inline-start: 1.5em;
}

.sec_ktlp_faq_container_item_a_decimal li {
    list-style-type: decimal;
}

.sec_ktlp_form {
    width: 35.2rem;
    background-color: #FFF8F8;
    overflow: clip;
}

.sec_ktlp_form_container {
    position: sticky;
    background-color: #fff;
    top: 74px;
    padding-block: 2rem 4.7rem;
    box-shadow: -0.2rem 0 0.6rem 0 rgba(0, 0, 0, 0.1);
    padding-inline: 3.2rem 3.2rem;
    display: grid;
    gap: 1.6rem;
    max-height: calc(100vh - 75px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: left;
}

.sec_ktlp_form_container::-webkit-scrollbar {
    display: none;
}

.sec_ktlp_form_container_title {
    font-size: 2.8rem;
    line-height: 1.464;
}

.sec_ktlp_form_container_title span {
    font-size: 1.2rem;
    opacity: 0.5;
    display: block;
    line-height: 1.417;
}

.sec_ktlp_form_container_field {
    gap: 0.8rem;
    display: grid;
}

.sec_ktlp_form_container_field_input {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1.8rem;
}

.sec_ktlp_form_container_field_input input,
#qre {
    width: 100%;
    border-radius: 0.2rem;
    border: solid 0.2rem #e1e1e1;
    padding: 0.7rem;
    font-size: 1.4rem;
}

.sec_ktlp_form_container_field_input input::placeholder,
#qre:invalid {
    color: #e1e1e1;
}

.sec_ktlp_form_container_field_label {
    font-size: 1.6rem;
    line-height: 1.444;
    padding-inline-start: 1.2rem;
    position: relative;
}

.sec_ktlp_form_container_field_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 0.6rem;
    height: 2.4rem;
    background: #4391ae linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
}

.sec_ktlp_form_container_privacy {
    font-size: 1.2rem;
    color: rgba(23, 23, 23, 0.5);
    text-decoration: underline;
    justify-self: center;
}

.sec_ktlp_form .sec_ktlp_cta_btn {
    width: 100%;
    font-size: 1.6rem;
    line-height: 4.8rem;
    border: 0;
    cursor: pointer;
}

.sec_ktlp_form .sec_ktlp_cta_btn::before {
    content: "資料請求する";
}

.sec_ktlp_scroll {
    overflow: hidden;
    background: white;
}

.mySwiper_a,
.mySwiper_b {
    display: grid;
    grid-auto-flow: column;
    width: fit-content;
    animation: ktlp_scroll 120s linear 0s infinite;
}

@keyframes ktlp_scroll {
    0% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(-60%);
    }
}

@media screen and (max-width: 1099px) {
    .sec_ktlp_form {
        display: none;
    }
    .ktlp_lp {
        display: block;
    }
    .sec_ktlp_bcta {
        position: sticky;
        z-index: 3;
        bottom: 0;
        padding: 1.2rem 1.6rem;
        background-color: #fff;
        box-shadow: 0 0 0.4rem 0 rgba(177, 177, 177, 0.2);
    }
    .sec_ktlp_bcta_container {
        display: grid;
        grid-auto-flow: column;
        gap: 0.8rem;
        font-size: 1.8rem;
    }
    .sec_ktlp_bcta_container .sec_ktlp_cta_btn {
        line-height: 5.6rem;
    }
    .sec_ktlp_bcta_container>.sec_ktlp_cta_btn:first-of-type::before {
        opacity: 0;
    }
    .sec_ktlp_bcta_container>.sec_ktlp_cta_btn:last-of-type::before {
        content: "お問い合わせ";
    }
}

@media screen and (min-width: 1100px) {
    .ktlp_lp {
        display: grid;
        grid-template-columns: 123rem auto;
        background: #fff8f8;
        column-gap: 1rem;
    }
    .pageTop {
        right: 40rem;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 0.625vw;
    }
    .sec_ktlp_title {
        font-size: 4rem;
        height: 11.7rem;
    }
    .sec_ktlp_title>span {
        font-size: 3rem;
        line-height: 1.6;
    }
    .sec_ktlp_mv {
        min-height: 84.9rem;
        padding-block-start: 10.5rem;
        background: white;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/kamuitracker/kamui-lp-1/img/mv/mv-bg.webp);
        /* background: url("/assets/img/ktlp/lp01/mv-pc.jpg") center right/contain no-repeat, linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%); */
    }
    .sec_ktlp_mv_container {
        width: calc(100% - 19.4rem);
    }
    /* .sec_ktlp_mv_container::after{
        position: absolute;
        content: "";
        top: 10%;
        width: 300px;
        height: 800px;
        right: 15%;
        background-size: cover;
        background-image: url(./img/mv-obj-after.svg);
    } */
    .sec_ktlp_mv_container_title {
        font-size: 2.4rem;
        line-height: 1.417;
    }
    .sec_ktlp_mv_container_logo img {
        width: 71.2rem;
        margin-block: 1.2rem 3.4rem;
    }
    .sec_ktlp_mv_container_catch>h1>span {
        font-size: 3rem;
        line-height: 1.267;
    }
    .sec_ktlp_mv_container_catch>h1>span:last-of-type {
        margin-block-start: 1.8rem;
        font-size: 2rem;
        line-height: 1.7;
        padding-inline: 2rem 0rem;
    }
    .sec_ktlp_mv_container_catch>p>span {
        font-size: 3rem;
        line-height: 1.267;
    }
    .sec_ktlp_mv_container_catch>p>span:last-of-type {
        margin-block-start: 1.8rem;
        font-size: 2rem;
        line-height: 1.7;
        padding-inline: 2rem 0rem;
    }
    .sec_ktlp_mv_container_medal {
        margin-block: 2.8rem 2.9rem;
        gap: 1.2rem;
    }
    .sec_ktlp_mv_container_medal img {
        height: 13.4rem;
    }
    .sec_ktlp_mv .sec_ktlp_cta_btn {
        width: 38rem;
        font-size: 2.0rem;
        line-height: 7.5rem;
    }
    .sec_ktlp_scroll {
        padding: 4.8rem 0 8.6rem;
    }
    .ktlp_case_item_container img {
        width: 20rem;
    }
    .ktlp_scroll_area.swiper-wrapper {
        grid-auto-columns: 22rem;
    }
    .mySwiper_b,
    .mySwiper_a {
        margin-block-start: 3.7rem;
    }
    .sec_ktlp_desc {
        padding-block: 4.7rem 12rem;
    }
    .sec_ktlp_desc_container {
        grid-auto-flow: column;
        gap: 4rem;
        margin-block-start: 5rem;
    }
    .sec_ktlp_desc_container_item {
        padding-inline: 3.5rem;
        padding-block-start: 5.2rem;
        min-height: 20rem;
        font-size: 2.2rem;
        line-height: 1.455;
        text-align: center;
    }
    .sec_ktlp_desc_container_item:nth-child(3) {
        padding-block-start: 6.2rem;
    }
    .sec_ktlp_light_appeal {
        padding-block: 3.3rem 8rem;
    }
    .sec_ktlp_light_appeal_container.pause:after {
        bottom: 17rem;
    }
    .sec_ktlp_light_appeal_container_img img {
        width: 61.2rem;
    }
    .sec_ktlp_light_appeal_container_player {
        bottom: 6rem;
        width: 49rem;
    }
    .sec_ktlp_light_appeal_subtext {
        margin-block-start: 3.2rem;
        font-size: 2rem;
        line-height: 1.45;
    }
    .sec_ktlp_func_appeal {
        padding-block: 5.2rem 9.6rem;
        background: white;
    }
    .sec_ktlp_func_appeal_container {
        grid-template-columns: repeat(4, 19rem);
        gap: 3.2rem 3.1rem;
        margin-block-start: 4.4rem;
    }
    .sec_ktlp_func_appeal_container_item {
        font-size: 1.8rem;
        line-height: 1.556;
        gap: 1.3rem;
    }
    .sec_ktlp_func_appeal_container_item img {
        width: 10rem;
    }
    .sec_ktlp_scene {
        padding-block: 5.6rem 9.3rem;
    }
    .sec_ktlp_scene_container {
        gap: 1.6rem;
        margin-inline: auto;
    }
    .sec_ktlp_scene_container_item {
        padding: 3rem 2rem;
    }
    .sec_ktlp_scene_container_item_img>img {
        aspect-ratio: 23/20;
    }
    .sec_ktlp_scene_container_item_title {
        font-size: 2.4rem;
        line-height: 1.458;
        margin-block: 2.4rem 3.2rem;
    }
    .sec_ktlp_scene_container_item_desc {
        font-size: 1.8rem;
        gap: 1.9rem;
        line-height: 1.222;
        padding-inline: 1.6rem;
    }
    .sec_ktlp_cta {
        padding-block: 5.6rem 9.6rem;
    }
    .sec_ktlp_cta .sec_ktlp_title{
        font-size: 3.2rem;
    }
    .sec_ktlp_cta_container {
        margin-top: 1rem;
        gap: 6.4rem;
        font-size: 2.0rem;
    }
    .sec_ktlp_cta_container .sec_ktlp_cta_btn {
        width: 41.2rem;
        line-height: 6.4rem;
    }
    .sec_ktlp_cta_container_item_catch {
        margin-block-end: 1.6rem;
    }
    .sec_ktlp_cta_tel {
        margin-block-start: 2.4rem;
        font-size: 1.6rem;
        grid-template-columns: repeat(3, auto);
    }
    .sec_ktlp_cta_tel>span:first-of-type {
        font-size: 2.2rem;
    }
    .sec_ktlp_cta_tel>span:last-of-type {
        margin-inline-start: 1.5rem;
    }
    .sec_ktlp_cta_tel>a {
        margin-inline-start: 1.5rem;
    }
    .sec_ktlp_cta_tel>a::before {
        margin-inline: 1.1rem;
    }
    .sec_ktlp_cta_con {
        font-size: 2.2rem;
        margin-block-start: 0.8rem;
    }
    .sec_ktlp_reason {
        padding-block: 6.4rem 8.8rem;
        background: white;
    }
    .sec_ktlp_reason_container {
        grid-template-columns: repeat(2, 40rem);
        gap: 4rem 6rem;
        margin-block-start: 4rem;
    }
    .sec_ktlp_reason_container_item {
        gap: 3.2rem;
    }
    .sec_ktlp_reason_container_item_img img {
        width: 27rem;
    }
    .sec_ktlp_reason_container_item_title {
        font-weight: 500;
        font-size: 2.4rem;
    }
    .sec_ktlp_reason_container_item_desc {
        font-size: 1.6rem;
        line-height: 1.625;
    }
    .sec_ktlp_case {
        padding-block: 6.6rem 12.5rem;
    }
    .sec_ktlp_case_container {
        gap: 0 3.2rem;
    }
    .sec_ktlp_case_container_item {
        grid-template-rows: subgrid;
        grid-row: span 5;
    }
    .sec_ktlp_case_container_item_desc {
        padding: 3rem 3rem 4rem;
    }
    .sec_ktlp_case_container_item_desc img {
        aspect-ratio: 30/17;
        width: 26rem;
    }
    .sec_ktlp_case_container_item_desc p {
        font-size: 1.4rem;
    }
    .sec_ktlp_plan {
        padding-block: 4.8rem 5.6rem;
    }
    .sec_ktlp_plan_container {
        margin-inline: auto;
        margin-block-end: 5.6rem;
    }
    .sec_ktlp_plan_container_item_title {
        padding-block: 2.2rem;
    }
    .sec_ktlp_plan_container_item_desc {
        row-gap: 0;
        padding-block-end: 3rem;
    }
    .sec_ktlp_plan_container_item_desc_price {
        margin-block: 3.2rem 1.8rem;
    }
    .sec_ktlp_plan_container_item_desc_price_init {
        font-size: 1.4rem;
        margin-block-start: 1.5rem;
    }
    .sec_ktlp_faq {
        padding-block: 8rem;
        background: white;
    }
    .sec_ktlp_faq_container {
        margin-block-start: 3.2rem;
        grid-template-columns: 103rem;
        gap: 3rem;
    }
    .sec_ktlp_faq_container_item {
        padding: 5.5rem 6.6rem;
    }
    .sec_ktlp_faq_container_item_q {
        font-size: 2rem;
        line-height: 1.6;
    }
    .sec_ktlp_faq_container_item_a {
        font-size: 1.8rem;
        line-height: 1.667;
    }
    .sec_ktlp_bcta {
        display: none;
    }
}

@media screen and (min-width: 1820px) {
    .sec_ktlp_mv {
    padding-block-start: 8.5rem;
    }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
    .sec_ktlp_mv {
        background-position: center;
    }
    .sec_ktlp_mv_container {
        width: 110rem;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
    html {
        font-size: 2.667vw;
    }
    .foot__copy {
        text-align: center;
        display: block;
    }
    .sec_ktlp_title {
        font-size: 2.4rem;
        height: 11.3rem;
    }
    .sec_ktlp_title>span {
        font-size: 1.8rem;
        line-height: 1.667;
    }
    .sec_ktlp_mv {
        min-height: 65.8rem;
        padding-block-start: 2.8rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("/wp-content/themes/kamuitracker/kamui-lp-1/img/mv/sp-mv-bg.webp");
    }
    .sec_ktlp_mv_container {
        width: 100%;
        padding-inline: 2rem;
    }
    .sec_ktlp_mv_container_title {
        font-size: 1.8rem;
        line-height: 1.333;
    }
    .sec_ktlp_mv_container_logo img {
        width: 32.8rem;
        margin-block: 2.7rem 1.2rem;
    }
    .sec_ktlp_mv_container_catch {
        margin-block-end: 15.8rem;
    }
    .sec_ktlp_mv_container_catch>h1>span {
        font-size: 1.8rem;
        line-height: 1.333;
    }
    .sec_ktlp_mv_container_catch>h1>span:last-of-type {
        margin-block-start: 0.4rem;
        font-size: 1.75rem;
        line-height: 1.908;
        padding-inline: 2rem;
    }
    .sec_ktlp_mv_container_catch>p>span {
        font-size: 1.8rem;
        line-height: 1.333;
    }
    .sec_ktlp_mv_container_catch>p>span:last-of-type {
        margin-block-start: 0.4rem;
        font-size: 1.75rem;
        line-height: 1.908;
        padding-inline: 2rem;
    }
    .sec_ktlp_mv_container_medal {
        margin-block: 0.9rem 4.8rem;
        gap: 1.6rem;
        flex-direction: column;
    }
    .sec_ktlp_mv_container_medal img {
        height: 9.6rem;
    }
    .sec_ktlp_mv .sec_ktlp_cta_btn {
        width: 33.5rem;
        font-size: 1.8rem;
        line-height: 5rem;
    }
    .sec_ktlp_scroll {
        padding: 0rem 0 6.4rem;
    }
    .ktlp_case_item_container img {
        width: 12rem;
    }
    .ktlp_scroll_area.swiper-wrapper {
        grid-auto-columns: 14rem;
    }
    .mySwiper_b,
    .mySwiper_a {
        margin-block-start: 2.4rem;
    }
    .sec_ktlp_desc {
        padding-block: 1.1rem 4.8rem;
    }
    .sec_ktlp_desc_container {
        grid-auto-flow: row;
        gap: 1.6rem;
        margin-block-start: -1rem;
    }
    .sec_ktlp_desc_container_item {
        padding-inline: 4.3rem;
        padding-block-start: 4.5rem;
        min-height: 18rem;
        font-size: 2rem;
        line-height: 1.6;
        text-align: center;
    }
    .sec_ktlp_light_appeal {
        padding-block: 1.1rem 3.2rem;
    }
    .sec_ktlp_light_appeal_container.pause:after {
        bottom: 9rem;
    }
    .sec_ktlp_light_appeal_container_img img {
        width: 34.9rem;
    }
    .sec_ktlp_light_appeal_container_player {
        bottom: 3.5rem;
        width: 28rem;
    }
    .sec_ktlp_light_appeal_subtext {
        margin-block-start: 1.6rem;
        font-size: 1.4rem;
        line-height: 1.714;
    }
    .sec_ktlp_func_appeal {
        padding-block: 2.6rem 3.8rem;
    }
    .sec_ktlp_func_appeal_container {
        grid-template-columns: repeat(3, 11rem);
        gap: 3.2rem 0.4rem;
        margin-block-start: 1.8rem;
    }
    .sec_ktlp_func_appeal_container_item {
        font-size: 1.4rem;
        line-height: 1.286;
        gap: 0.4rem;
        text-align: center;
    }
    .sec_ktlp_func_appeal_container_item img {
        width: 5rem;
    }
    .sec_ktlp_scene {
        padding-block: 1.1rem 6.1rem;
    }
    .sec_ktlp_scene_container {
        gap: 1.8rem;
        margin-inline: 3.5rem;
        margin-block-start: 0rem;
        padding-block-start: 0rem;
    }
    .sec_ktlp_scene_container_item {
        padding: 2rem;
        scroll-margin-inline-start: 5.2rem;
    }
    .sec_ktlp_scene_container_item_img>img {
        aspect-ratio: 23/15;
    }
    .sec_ktlp_scene_container_item_title {
        font-size: 2rem;
        line-height: 1.4;
        margin-block: 1.6rem 1.2rem;
    }
    .sec_ktlp_scene_container_item_desc {
        font-size: 1.5rem;
        gap: 0.7rem;
        line-height: 1.467;
        padding-inline: 3.5rem;
    }
    .sec_ktlp_cta {
        padding-block: 4.8rem 4.4rem;
    }
    .sec_ktlp_cta_container {
        flex-direction: column;
        gap: 2.4rem;
        font-size: 1.8rem;
        align-items: center;
    }
    .sec_ktlp_cta_container .sec_ktlp_cta_btn {
        width: 33.5rem;
        line-height: 5.6rem;
    }
    .sec_ktlp_cta_container_item_catch {
        margin-block-end: 1rem;
    }
    .sec_ktlp_cta_container_item_catch::before {
        translate: 100% -50%;
    }
    .sec_ktlp_cta_container_item_catch::after {
        translate: -100% -50%;
    }
    .sec_ktlp_cta_tel {
        margin-block-start: 2rem;
        font-size: 1.8rem;
        grid-template-columns: repeat(2, auto);
    }
    .sec_ktlp_cta_tel>span:first-of-type {
        font-size: 1.8rem;
    }
    .sec_ktlp_cta_tel>span:last-of-type {
        margin-inline-start: 0;
        margin-block-start: 0.4rem;
        grid-column: 1/3;
    }
    .sec_ktlp_cta_tel>a {
        margin-inline-start: 2.4rem;
    }
    .sec_ktlp_cta_tel>a::before {
        margin-inline: 0 0.8rem;
    }
    .sec_ktlp_cta_con {
        font-size: 1.8rem;
        margin-block-start: 0.4rem;
    }
    .sec_ktlp_reason {
        padding-block: 1.1rem 6.4rem;
    }
    .sec_ktlp_reason_container {
        grid-template-columns: 32rem;
        gap: 4rem;
        margin-block-start: 1.2rem;
    }
    .sec_ktlp_reason_container_item {
        gap: 1.6rem;
    }
    .sec_ktlp_reason_container_item_img img {
        width: 22rem;
    }
    .sec_ktlp_reason_container_item_title {
        font-size: 2rem;
        line-height: 1.6;
        width: 32rem;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: minmax(auto, max-content);
    }
    .sec_ktlp_reason_container_item_title::before {
        margin-inline-end: 1.6rem;
        height: 100%;
        display: grid;
        align-items: center;
    }
    .sec_ktlp_reason_container_item_desc {
        font-size: 1.4rem;
        line-height: 1.857;
    }
    .sec_ktlp_case {
        padding-block: 2.0rem 4.8rem;
    }
        
    .sec_ktlp_case_container {
        grid-auto-flow: row;
        row-gap: 4rem;
        margin-block-start: 0.8rem;
    }
    .sec_ktlp_case_container_item {
        gap: 0;
        grid-template-rows: unset;
        grid-row: unset;
    }
    .sec_ktlp_case_container_item_desc {
        padding: 2rem;
        grid-auto-rows: min-content;
    }
    .sec_ktlp_case_container_item_desc img {
        aspect-ratio: 31/17;
        width: 26rem;
    }
    .sec_ktlp_case_container_item_desc p {
        font-size: 1.3rem;
        line-height: 2;
    }
    .sec_ktlp_plan {
        padding-block: 4.8rem 4rem;
    }
    .sec_ktlp_plan>.sec_ktlp_title {
        padding-inline: 1.8rem;
    }
    .sec_ktlp_plan>.sec_ktlp_title span {
        text-align: left;
        margin-block-start: 0.8rem;
    }
    .sec_ktlp_plan_container {
        justify-content: start;
        margin-block-end: 1.6rem;
        margin-inline: 3.5rem;
    }
    .sec_ktlp_plan_container_item_title {
        padding-block: 2.4rem;
    }
    .sec_ktlp_plan_container_item_desc {
        row-gap: 2rem;
        padding-block-end: 2.5rem;
    }
    .sec_ktlp_plan_container_item_desc_price {
        margin-block: 2.6rem;
    }
    .sec_ktlp_plan_container_item_desc_price_init {
        font-size: 1.3rem;
        margin-block-start: 1.1rem;
    }
    .sec_ktlp_plan_text {
        width: 28.5rem;
        margin-inline: auto;
    }
    .sec_ktlp_faq {
        padding-block: 1.1rem 6.4rem;
    }
    .sec_ktlp_faq_container {
        margin-block-start: -0.9rem;
        grid-template-columns: 32.5rem;
        gap: 3.2rem;
    }
    .sec_ktlp_faq_container_item {
        padding: 4.8rem 2.2rem;
    }
    .sec_ktlp_faq_container_item_q {
        font-size: 1.8rem;
        line-height: 1.444;
    }
    .sec_ktlp_faq_container_item_a {
        font-size: 1.6rem;
        line-height: 1.75;
    }
}

.sp_br {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_br {
        display: initial;
    }
    .pc_br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    footer{
        font-size: 14px;
    }
    footer small{
        font-size: 11.2px!important;
    }
    footer .copyright{
        line-height: 1.9em;
    }
    #google_translate_element .goog-te-gadget .goog-te-gadget-simple {
        font-size: 1.4rem !important;
        padding: 16px 16px !important;
    }
    .contentMain{
        padding-top: 80px;
    }
    .contentBox{
        max-width: 123rem!important;
    }
    .commonHeader {
        display: grid;
        grid-template-columns: 123rem auto;
        height: 80px;
    }
    .commonHeader .contentBox .globalNav>ul>li>a{
        font-size: 1.4rem;
    }
    .commonHeader .contentBox .globalNav>ul>li.trigger .sub-menu li a, .commonHeader .contentBox .globalNav>ul>li.menu-item-has-children .sub-menu li a{
        font-size: 1.4rem;
        padding: 12px;
    }
    .commonHeader .accountNav ul li.register a{
        font-size: 1.5rem;
    }
    .commonHeader .accountNav ul li.register a span.re-af-text{
        font-size: 1.2rem;
    }
    .commonHeader .accountNav ul li.register a span.re-af-text {
        margin-bottom: 18px;
    }
    .commonHeader .accountNav ul li.signin a{
        font-size: 1.6rem;
    }
    .commonHeader .contentBox {
        display: flex;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        padding-top: 20px;
    }
    .commonHeader .contentBox .globalNav{
        padding-left: 4rem;
    }
    .commonHeader .accountNav ul li{
        width: 18.4rem;
        height: 80px;
    }
}

/*  追加始まり＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sec_ktlp_reason_2_container {
    display: grid;
    justify-content: center;
    counter-reset: reason-counter;
}
.sec_ktlp_reason_2_container_item {
    display: grid;
    justify-items: left;
    grid-template-rows: auto;
    grid-row: span 4;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr 4fr;
}
.sec_ktlp_reason_2_container_item_img img {
    aspect-ratio: 1;
}
.sec_ktlp_reason_2_container_item_title {
    font-weight: 500;
    font-feature-settings: "palt";
    counter-increment: reason-counter;
    position: relative;
}
.sec_ktlp_reason_2_container_item_title::after {
    content: "0" counter(reason-counter);
    font-weight: bold;
    margin-inline-start: 0.8rem;
}
.sec_ktlp_reason_2_container_item_title::before{
    height: 6rem;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 75% 50%, 0 100%);
    content: "";
    position: absolute;
    right: -5.1rem;
    bottom: 0rem;
    background: #FF665B;
}
.sec_ktlp_reason_2_container_item_desc {
    font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
    .sec_ktlp_reason_2 {
        padding-block: 6.4rem 8.8rem;
        background: #fff;
    }
    .sec_ktlp_reason_2_container {
        grid-template-columns: repeat(1, 100rem);
        gap: 2.4rem 6rem;
        margin-block-start: 4rem;
    }
    .sec_ktlp_reason_2_container_item {
        gap: 3.2rem;
        background: white;
        border: 2px solid #FF665B;
        border-radius: 4px;
        padding: 2rem;
    }
    .sec_ktlp_reason_2_container_item_img img {
        width: 27rem;
    }
    .sec_ktlp_reason_2_container_item_title {
        font-weight: 500;
        font-size: 2.4rem;
        width: 80%;
        height: 6rem;
        background: #FF665B;
        color: #fff;
        display: flex;
        align-items: center;
        padding-left: 2rem;
    }
    .sec_ktlp_reason_2_container_item_desc {
        font-size: 1.8rem;
        line-height: 1.625;
    }
    .commonHeader .accountNav{
        position: unset!important;
    }
}
@media screen and (max-width: 767px) {
    .sec_ktlp_reason_2 {
        padding-block: 4.8rem 6.4rem;
    }
    .sec_ktlp_reason_2_container {
        grid-template-columns: 32.5rem;
        gap: 2.4rem;
        margin-block-start: 2.8rem;
    }
    .sec_ktlp_reason_2_container_item {
        gap: 3.8rem;
        grid-auto-flow: row;
    }
    .sec_ktlp_reason_2_container_item_img img {
        width: 22rem;
    }
    .sec_ktlp_reason_2_container_item_title {
        font-size: 1.8rem;
        line-height: 1.1;
        width: 7.4rem;
        height: 3.6rem;
        padding-left: .6rem;
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: minmax(auto, max-content);
        background: #FF665B;
        color: #fff;
        align-items: center;
    }
    .sec_ktlp_reason_2_container_item_title::before {
        height: 100%;
        width: 1.8rem;
        right: 0;
        translate: 98% 0;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
    }
    
    .sec_ktlp_reason_2_container_item_title::after{
        margin-inline-start: 0.2rem;
    }
    
    .sec_ktlp_reason_2_container_item_desc {
        font-size: 1.4rem;
        line-height: 1.857;
    }    
}

/* .custom-cta section.sec_ktlp.sec_ktlp_cta > div > div:nth-child(1) > a::before{
    place-content: flex-start;
    padding-left: 4.2rem;
} */
.edit-text{
    position: absolute;
    top: 0.2rem;
    right: 3.6rem;
    z-index: 1;
    opacity: 0.8;
    font-size: 61%;
}

/* .custom-cta section.sec_ktlp.sec_ktlp_cta > div > div:nth-child(1) > a > p {
    margin-left: -15rem;
} */
.custom-cta section.sec_ktlp.sec_ktlp_cta > div > div:nth-child(1) > a:hover .edit-text{
    color: #F26B61;
}

#wrapper {
    overflow: unset!important;
}

.floating-kamui-cta{
    left: 20px!important;
}
#google_translate_element{
    left: 20px!important;
    text-align: left;
    width: fit-content;
}
.flex-auto{
    flex-basis:0!important;
}

.foam-po-st{
    position: sticky;
    height: fit-content;
    top: 70px;
}

@media screen and (max-width: 1099px) {
    .foam-po-st {
        display: none;
    }
    .main-po-st{
        flex-grow: 1!important;
    }
    .sec_ktlp_mv{
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .floating-kamui-cta{
        left: 50%!important;
    }
    #google_translate_element{
        left: auto!important;
        text-align: center;
    }
    #wrapper{
        overflow: hidden;
    }
}

.fee {
    padding: 0rem 1rem ;
}
.fee__subtext{
    text-align: right;
    color: #fff;
    padding: 2px;
}
.fee__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.fee__tableWrap{
    overflow-x: auto;
    border: 4px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

.feeTable{
width:100%;
border-collapse:collapse;
min-width:1100px; /* 横幅が足りない端末は横スクロール */
font-size:14px;
line-height:1.4;
}

.feeTable th,
.feeTable td{
border:1px solid #e1e1e1;
padding:8px 10px;
}

tbody > tr:nth-child(1){
    line-height: 2.4;
}

.feeTable td:nth-child(2),
.feeTable td:nth-child(3),
.feeTable td:nth-child(4),
.feeTable td:nth-child(5),
.feeTable td:nth-child(6),
.feeTable td:nth-child(7){
    color: #FF665B;
}
tr:nth-child(1) > td:nth-child(2),
tr:nth-child(1) > td:nth-child(3),
tr:nth-child(3) > td:nth-child(1),
tr:nth-child(3) > td:nth-child(2),
tr:nth-child(3) > td:nth-child(3),
tr:nth-child(5) > td:nth-child(2),
tr:nth-child(5) > td:nth-child(3),
tr:nth-child(6) > td:nth-child(2),
tr:nth-child(7) > td:nth-child(2),
tr:nth-child(8) > td:nth-child(2),
tr:nth-child(9) > td:nth-child(2),
tr:nth-child(10) > td:nth-child(2),
tr:nth-child(10) > td:nth-child(3),
tr:nth-child(11) > td:nth-child(2),
tr:nth-child(12) > td:nth-child(2),
tr:nth-child(13) > td:nth-child(2),
tr:nth-child(13) > td:nth-child(3),
tr:nth-child(14) > td:nth-child(2),
tr:nth-child(15) > td:nth-child(2),
tr:nth-child(16) > td:nth-child(2),
tr:nth-child(17) > td:nth-child(2),
tr:nth-child(17) > td:nth-child(3),
tr:nth-child(18) > td:nth-child(2){
    
    color: #222;
}

.feeTable thead th{
    font-size: 1.8rem;
    line-height: 2.4;
background:#f3f3f3;
font-weight:600;
text-align:center;
vertical-align: middle;
}

.feeTable__rowHead{
background:#fff;
font-weight:700;
white-space:nowrap;
font-size: 1.5rem;
}

th.text-left{
    text-align: left;
    padding-left: 26px !important;
}

.feeTable__price{
    font-size: 1.8rem;
    font-weight:600;
}

.sell__price{
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600;
}

/* 列幅（だいたい画像の比率に寄せ） */
.colA{
    font-size: 1.6rem;
    width:110px;
}
.colB{
    font-size: 1.6rem;
    width:180px;
}
.colC{
    font-size: 1.6rem;
    width:180px;
}
.colP{
    font-size: 1.6rem;
    width:140px;
}
.colP span{
    font-size: 80%;
}
.sell__price span{
    font-size: 80%;
}
@media (max-width: 768px){
    .feeTable{ 
        font-size:13px;
    }
    .feeTable th, .feeTable td {
        padding: 8px 5px;
    }
    .fee__subtext{
        text-align: left;
    }
}

.sec_ktlp_plan-1 {
    background: linear-gradient(180deg, #FF7A71 -138.64%, #FF5245 -63.5%, #FFA69F 142.14%, #F26B61 256.82%);
    padding-block: 6.4rem 8.8rem;
}
.sec_ktlp_plan-1 .sec_ktlp_title{
    color: #fff;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .sec_ktlp_plan-1{
        padding-block: 2.4rem 4.8rem;
    }
    .sec_ktlp_title {
        font-size: 2.4rem;
        height: 11.3rem;
    }
    .sec_ktlp_plan-1 .sec_ktlp_title{
        margin-bottom: 0rem;
    }
}
/*  追加終わり＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/