@charset "UTF-8";

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

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: 40px;
    padding-top: 50px;
}

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

@media (min-width: 940px) {
    .main-visual {
        margin-bottom: 100px;
        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;
    }
    .l-kv-sub a {
    }
    .l-kv-sub img {
        width: min(1151px, 60vw);
    }
}

/*----------------------------------------------------
 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
----------------------------------------------------*/
.triauto-fxlp-banner {
    text-align: center;
}
.triauto-fxlp-banner-kojin {
    margin: 0 auto min(50px, 4.2vw);
    width: 87.1%;
}

.triauto-fxlp-banner-kojin a {
    align-items: center;
    background-color: #fe491f;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    font-size: 5.7vw;
    line-height: 1;
    justify-content: center;
    padding: .6em;
    text-decoration: none;
    text-align: center;
    width: 100%;
}
.triauto-fxlp-banner-kojin a:hover {
    opacity: .7;
    text-decoration: none;
}
.triauto-fxlp-banner-kojin-icon {
    background-color: #fff;
    border-radius: 5px;
    color: #fe491f;
    font-size: 80%;
    line-height: 1;
    margin-right: 10px;
    padding: .3em .5em .2em;
}
.triauto-fxlp-banner-kojin-text {
    font-weight: bold;
    margin-top: 1px;
}


.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 {
    }
    .triauto-fxlp-banner-kojin {
        margin: 0 auto min(17px, .88vw);
        width: min(720px, 37.5vw);
    }
    .triauto-fxlp-banner-kojin a {
        font-family: sans-serif;
        font-size: min(45px, 2.4vw);
        padding: .5em 1em;
    }
    .triauto-fxlp-banner-kojin-icon {
        font-weight: 550;
        padding-top: .2em;
        padding-bottom: .3em;
    }
    .triauto-fxlp-banner-kojin-text {
        margin-top: -1px;
    }
    .triauto-fxlp-banner-houjin a {
        font-size: min(15px, 0.8vw);
    }
}

/*----------------------------------------------------
 reason
----------------------------------------------------*/
.triauto-fxlp-reason-main {
    background:  linear-gradient(90deg, #2b3990, #00aeef);
    padding-bottom: 30px;
}
.triauto-fxlp-reason-nav {
    margin-left: auto;
    margin-right: auto;
    width: min(76.6%, 862px);
}

@media (min-width: 940px) {
    .triauto-fxlp-reason-main {
        padding-bottom: 30px;
    }
    .triauto-fxlp-reason-nav {
        align-items: center;
        display: flex;
        justify-content: center;
        width: min(54%, 1030px);
    }
}

/*----------------------------------------------------
 function
----------------------------------------------------*/
.triauto-fxlp-function {
    background-image: url(../img-202505/function-bg-sp.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: min(255px, 22.6vw);
    min-height: min(5044px, 448vw);
}
.triauto-fxlp-function-each {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 60px;
    width: min(1000px, 88.8vw)
}
.triauto-fxlp-function-chart {
    background-image: url(../img-202505/function-each-bg1-sp.webp);
}
.triauto-fxlp-function-tech {
    background-image: url(../img-202505/function-each-bg2-sp.webp);
}

@media (min-width: 940px) {
    .triauto-fxlp-function {
        background-image: url(../img-202505/function-bg.webp);
        background-size: cover;
        min-height: min(4086px, 213vw);
        margin-top: 0;
    }
    .triauto-fxlp-function-each {
        padding: min(70px, 3.64vw) min(100px, 5.2vw);
        width: min(1100px, 57.3vw)
    }
    .triauto-fxlp-function-chart {
        background-image: url(../img-202505/function-each-bg1.webp);
    }
    .triauto-fxlp-function-tech {
        background-image: url(../img-202505/function-each-bg2.webp);
    }
}

/*----------------------------------------------------
 select-function
----------------------------------------------------*/
.triauto-about-select-function-slider {
    position: relative;
    padding: 20px;
    padding-bottom: 30px;
}
.triauto-about-select-function-info {
    margin-bottom: 1.5em;
}
.triauto-fxlp-function-chart .triauto-about-select-function-slider {
    border: 4px solid #3fc4ff;
}
.triauto-fxlp-function-tech .triauto-about-select-function-slider {
    border: 4px solid #ff478f;
}

.triauto-about-select-function-info {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.triauto-about-select-function-no {
    width: 14.5%;
}
.triauto-about-select-function-text {
    color: #fff;
    width: 80.7%;
}
.triauto-about-select-function-main-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5em;
}
.triauto-about-select-function-text p {
    font-size: 14px;
}
.triauto-about-select-function-img {
    margin-left: auto;
    margin-right: auto;
    width: 82.5%;
}
@media (min-width: 940px) {
    .triauto-about-select-function-slider {
        padding: 40px;
    }
    .triauto-about-select-function-info {
        margin-bottom: 2em;
    }
    .triauto-about-select-function-main-title {
        font-size: min(28px, 1.46vw);
        margin-bottom: .5em;
    }
    .triauto-about-select-function-no {
        width: 15.6%;
    }
    .triauto-about-select-function-text p {
        font-size: min(18px, 0.9375vw);
    }
    .triauto-about-select-function-img {
        width: 100%;
    }
}

/*----------------------------------------------------
 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;
    }
}

/*----------------------------------------------------
 apply
----------------------------------------------------*/
.triauto-fxlp-apply-img {
    text-align: center;
}
.triauto-fxlp-apply-img span {
    display: inline-block;
    position: relative;
}
.triauto-fxlp-apply-iphone {
    position: absolute;
    top: 45.5%;
    left: 20.5%;
    height: 5.5%;
    width: 14.8%;
}
.triauto-fxlp-apply-android {
    position: absolute;
    top: 45.5%;
    left: 36.7%;
    height: 5.5%;
    width: 18%;
}

@media (min-width: 940px) {
    .triauto-fxlp-apply-iphone {
        top: 42.5%;
        left: 32.5%;
        height: 5.5%;
        width: 8.9%;
    }
    .triauto-fxlp-apply-android {
        top: 42.5%;
        left: 42%;
        height: 5.5%;
        width: 11%;
    }
}

/*----------------------------------------------------
 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;
}

