@charset "UTF-8";

body {
    font-size: 1.4rem;
    padding-top: 0;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-weight: inherit;
}

@media (min-width: 940px) {
    body {
        font-size: 1.6rem;
    }
}

img {
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------------------------------
 triauto-fxlp-header
----------------------------------------------------*/
.triauto-fxlp-header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.triauto-fxlp-header-in {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    width: 100%;
}

.triauto-fxlp-header-logo {
    padding-left: 15px;
    width: 50%;
}
.triauto-fxlp-header-logo img {
    margin-left: 0;
    max-height: 30px;
}
.triauto-fxlp-header-logo2 {
    margin-top: 10px;
}
.triauto-fxlp-header-link {
    margin-right: 10px;
    text-align: right;
    width: 50%;
}
.triauto-fxlp-header-link a {
    align-items: center;
    background-color: #fe491f;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    font-weight: 550;
    line-height: 36px;
    height: 36px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.triauto-fxlp-header-link a:hover {
    opacity: .7;
    text-decoration: none;
}
.triauto-fxlp-header-link-icon {
    background-color: #fff;
    border-radius: 5px;
    color: #fe491f;
    font-size: 80%;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.triauto-fxlp-header-link-text {
    margin-left: 8px;
    margin-right: 8px;
}
.triauto-fxlp-header-link-triangle {
  background: #ffffff;
  height: calc(tan(60deg) * 10px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (min-width: 940px) {
    .triauto-fxlp-header {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .triauto-fxlp-header-in {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        width: 100%;
    }
    
    .triauto-fxlp-header-logo {
        padding-left: 40px;
        max-width: 394px;
        width: 19.7%;
    }
    .triauto-fxlp-header-logo img {
        margin-left: auto;
        max-height: none;
    }
    .triauto-fxlp-header-logo.original-logo {
        width: 50%;
    }
    .triauto-fxlp-header-logo2 {
        margin-top: 0;
    }
    .triauto-fxlp-header-link {
        margin-right: 40px;
        max-width: 214px;
        width: 25%;
    }


    .triauto-fxlp-header-link a {
        color: #fff;
        font-family: sans-serif;
        font-size: 1.5rem;
        line-height: 40px;
        height: 40px;
        padding-left: 1em;
        padding-right: 1em;
    }
    .triauto-fxlp-header-link-icon {
        font-size: 80%;
        font-weight: inherit;
        height: 20px;
        line-height: 20px;
        padding-top: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .triauto-fxlp-header-link-text {
        font-size: 120%;
        margin-top: 0;
        margin-left: 12px;
        margin-right: 12px;
        padding-bottom: 2px;
    }
    .triauto-fxlp-header-link-triangle {
      height: calc(tan(60deg) * 12px / 2);
      width: 12px;
    }
}

/*----------------------------------------------------
 main-visual
----------------------------------------------------*/
.main-visual {
    margin-bottom: 6.49vw;
    padding-top: 50px;
}

.main-visual img {
    width: 100%;
}

@media (min-width: 940px) {
    .main-visual {
        margin-bottom: min(148px, 7.71vw);
        padding-top: 72px;
    }
}

/*----------------------------------------------------
 l-kv-sub
----------------------------------------------------*/
.l-kv-sub {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.l-kv-sub a {
    display: inline-block;
}
.l-kv-sub img {
    width: 90.6%;
}

@media (min-width: 940px) {
    .l-kv-sub {
        margin-bottom: 120px;
        padding: 0 40px;

    }
    .l-kv-sub a {
    }
    .l-kv-sub img {
        max-width: 100%;
        width: auto;
    }
}

/*----------------------------------------------------
 l-kv-sub2
----------------------------------------------------*/
.l-kv-sub2 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.l-kv-sub2-img {
    margin-bottom: 20px;
}
.l-kv-sub2 a {
    display: inline-block;
}

@media (min-width: 940px) {
    .l-kv-sub2 {
        margin-top: 100px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .l-kv-sub2-img {
        margin-bottom: 60px;
    }
}


/*----------------------------------------------------
 triauto-fxlp-banner-happy
----------------------------------------------------*/
.triauto-fxlp-banner-happy {
    margin: 0 auto 6.49vw;
    text-align: center;
    width: 71.56vw;
}
.triauto-fxlp-banner-happy-title {
    margin: 0 auto 4.71vw;
    width: 93.16%;
}
@media (min-width: 940px) {
    .triauto-fxlp-banner-happy {
        margin-bottom: min(130px, 6.77vw);
        padding: 0 40px;
        width: 100%;
    }
    .main-visual + .triauto-fxlp-banner-happy {
        margin-bottom: min(70px, 3.65vw);
    }
    .triauto-fxlp-banner-happy img {
        margin-left: auto;
        margin-right: auto;
    }
    .triauto-fxlp-banner-happy-title {
        margin-bottom: 36px;
        max-width: 62.5%;
    }
}

/*----------------------------------------------------
 triauto-fxlp-banner
----------------------------------------------------*/
.triauto-fxlp-banner {
    text-align: center;
}
/* kojin */
.triauto-fxlp-banner-kojin {
    margin: 0 auto 1.96vw;
    width: 87.1%;
}
.triauto-fxlp-banner-kojin-title {
    margin: 0 auto 1.96vw;
    width: 54.31vw;
}
.triauto-fxlp-banner-kojin a {
    display: block;
    margin: 0 auto;
    width: 74.76vw;
}
.triauto-fxlp-banner-kojin a:hover {
    opacity: .7;
}
/* houjin */
.triauto-fxlp-banner-houjin a {
    color: inherit;
    font-size: min(40px, 3.3vw);
    line-height: 1;
    text-decoration: underline;
}
@media (min-width: 940px) {
    .triauto-fxlp-banner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .triauto-fxlp-banner img {
        margin-left: auto;
        margin-right: auto;
    }
    .triauto-fxlp-banner-kojin {
        margin: 0 auto 19px;
        width: 100%;
    }
    .triauto-fxlp-banner-kojin-title {
        margin: 0 auto 19px;
        max-width: 50.9%;
    }
    .triauto-fxlp-banner-kojin a {
        max-width: 841px;
        width: 70.08%;
    }
    .triauto-fxlp-banner-houjin a {
        font-size: 15px;
    }
}

/*----------------------------------------------------
 triauto-fxlp img
----------------------------------------------------*/
@media (min-width: 940px) {
    .triauto-fxlp-adjust {
        overflow-x: hidden;
        position: relative;
    }
    .triauto-fxlp-adjust img {
        position: relative;
        left: 50%;
        margin-left: -700px;
        max-width: unset;
        width: 1400px;
    }
}
@media (min-width: 1280px) {
    .triauto-fxlp-adjust img {
        margin-left: -960px;
        width: 1920px;
    }
}

/*----------------------------------------------------
 triauto-fxlp-feature
----------------------------------------------------*/
.triauto-fxlp-feature-img {
    position: relative;
}
.triauto-fxlp-feature-link {
    height: 2.25%;
    position: absolute;
    left: 61.5%;
    top: 68.75%;
    width: 9.5%;
}

@media (min-width: 940px) {
    .triauto-fxlp-feature-img {
        overflow-x: hidden;
        position: relative;
    }
    .triauto-fxlp-feature-img span {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -700px;
        max-width: unset;
        width: 1400px;
    }
    .triauto-fxlp-feature-link {
        height: 1.25%;
        left: 54.75%;
        top: 62.5%;
        width: 3.5%;
    }
}

@media (min-width: 1280px) {
    .triauto-fxlp-feature-img span {
        margin-left: -960px;
        width: 1920px;
    }
}


/*----------------------------------------------------
 triauto-fxlp-strategy
----------------------------------------------------*/
.triauto-fxlp-strategy {
    margin-top: 13.33vw;
}
@media (min-width: 940px) {
    .triauto-fxlp-strategy {
        margin-top: 0;
    }
}

/*----------------------------------------------------
 triauto-fxlp-voice
----------------------------------------------------*/
.triauto-fxlp-voice {
    margin-top: 13.33vw;
}
@media (min-width: 940px) {
    .triauto-fxlp-voice {
        margin-top: 160px;
    }
}

/*----------------------------------------------------
 apply
----------------------------------------------------*/
.triauto-fxlp-apply-img {
    text-align: center;
}
.triauto-fxlp-apply-img span {
    display: block;
    position: relative;
}
.triauto-fxlp-apply-iphone {
    position: absolute;
    top: 36.5%;
    left: 17.5%;
    height: 7%;
    width: 15.75%;
}
.triauto-fxlp-apply-android {
    position: absolute;
    top: 36.5%;
    left: 34.75%;
    height: 7%;
    width: 19%;
}

@media (min-width: 940px) {
    .triauto-fxlp-apply-img {
        overflow-x: hidden;
        position: relative;
    }
    .triauto-fxlp-apply-img span {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -700px;
        max-width: unset;
        width: 1400px;
    }
    .triauto-fxlp-apply-iphone {
        top: 33.5%;
        left: 35.5%;
        height: 7%;
        width: 8.75%;
    }
    .triauto-fxlp-apply-android {
        top: 33.5%;
        left: 45%;
        height: 7%;
        width: 10.75%;
    }
}

@media (min-width: 1280px) {
    .triauto-fxlp-apply-img span {
        margin-left: -960px;
        width: 1920px;
    }
}



/*----------------------------------------------------
 triauto-fxlp-trust
----------------------------------------------------*/
.triauto-fxlp-trust {
    margin-bottom: 14.22vw;
}
@media (min-width: 940px) {
    .triauto-fxlp-trust {
        margin-bottom: 60px;
    }
}

/*----------------------------------------------------
 triauto-fxlp-important
----------------------------------------------------*/
.l-section-important {
    margin-top: 14.22vw;
}
















/*----------------------------------------------------
 slick
----------------------------------------------------*/
.triauto-about-select-function-slider .slick-arrow {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: min(28px, 5vw);
    font-weight: bold;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: scale(1, 1.5);
}
.triauto-about-select-function-slider .slick-prev {
    left: 1%;
}
.triauto-about-select-function-slider .slick-next {
    right: 1%;
}
.triauto-about-select-function-slider .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.triauto-about-select-function-slider .slick-dots button {
    background: #979797;
    border: 0;
    border-radius: 100%;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    padding: 0;
    text-indent: -9999px;
    width: 15px;
}
.triauto-fxlp-function-chart .triauto-about-select-function-slider .slick-dots .slick-active button {
    background: #3fc4ff;
}
.triauto-fxlp-function-tech .triauto-about-select-function-slider .slick-dots .slick-active button {
    background: #ff478f;
}

@media (min-width: 940px) {
    .triauto-about-select-function-slider .slick-arrow {
        top: 55%;
        font-size: 40px;
    }
}

/*----------------------------------------------------
 fixed-banner
----------------------------------------------------*/
.fixed-banner {
    line-height: 1;
    position: fixed;
    left: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
    z-index: 1000;
}
.scroll .fixed-banner {
    bottom: -1px;
}
#backGuide {
    display: none;
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#backGuide span {
    position: absolute;
    right: 0;
    bottom: 102%;
    background-color: #fff;
    color: #000000;
    padding: 10px 10px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
}
#backGuide .modal_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    max-width: 500px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
}
#backGuide a {
    display: block;
}
#backGuide a img {
    width: 100%;
    height: auto;
}


