@charset "utf-8";

/** lexus font */
@font-face {
  font-family: "LexusRodinPro-DB";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-DB.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-DB.woff) format("opentype");
}
@font-face {
  font-family: "LexusRodinPro-M";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-M.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-M.woff) format("opentype");
}
@font-face {
  font-family: "LexusRodinPro-EB";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-EB.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-EB.woff) format("opentype");
}
@font-face {
  font-family: "LexusRodinPro-L";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-L.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-L.woff) format("opentype");
}
@font-face {
  font-family: "LexusRodinPro-UB";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-UB.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-UB.woff) format("opentype");
}
@font-face {
  font-family: "LexusRodinPro-B";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-B.woff) format("woff"), url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/LexusRodinPro-B.woff) format("opentype");
}
@font-face {
  font-family: "Nobel bold";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/NOBD___.woff) format("woff");
}
@font-face {
  font-family: "Nobel Regular";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/NOR____.woff) format("woff");
}
@font-face {
  font-family: "NOLT";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/NOLT___.woff) format("woff");
}
@font-face {
  font-family: "NORI";
  src: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/fonts/lexus/NORI___.woff) format("woff");
}
/** general setting */
a {
  color: #000;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}
.img_100p {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .pcOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}

/** contents */
main .mainInner {
  max-width: 1400px;
  min-width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .mainInner {
    width: 100%;
    min-width: initial;
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
  }
}

section + section {
  margin-top: 180px;
}
@media (max-width: 768px) {
  section + section {
    margin-top: 65px;
    border-top: 2px solid #707070;
  }
}
.clip-bg {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 20%, rgba(255, 255, 255, 1));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .clip-bg {
    top: 19%;
    height: 28%;
  }
}
#keyVisual .clip-bg {
  top: 0;
}
@media (max-width: 768px) {
  #keyVisual .clip-bg {
    display: none;
  }
}
#service .clip-bg {
  left: 150px;
}
@media (max-width: 768px) {
  #service .clip-bg {
    top: 63%;
    left: 0;
    height: 60%;
  }
}
#owner .clip-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-image: linear-gradient(160deg,rgba(255, 255, 255, 1) 0%, rgba(230, 226, 226, 1));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.clip-bg.--reverse {
  position: absolute;
  left: -50px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 20%, rgba(255, 255, 255, 1));
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .clip-bg.--reverse {
    left: 0;
    top: 35%;
    height: 33%;
  }
}

/* keyvisual */
#keyVisual {
  position: relative;
  margin-top: 20px;
}
.keyVisualBlock {
  position: relative;
  background-image: linear-gradient(45deg,rgba(240, 239, 242, 1) 0%, rgba(227, 226, 231, 1) 50%, rgba(179, 186, 191, 1));
  border-radius: 10px;
  max-width: 1260px;
  min-height: 540px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .keyVisualBlock {
    min-height: auto;
  }
}
.keyVisualInner {
  padding: 100px 110px 0 640px;
}
@media (max-width: 768px) {
  .keyVisualInner {
    padding: 20px 35px 23px;
    text-align: center;
    overflow: hidden;
  }
}
.keyVisualInner .kv_subTitle {
  padding-bottom: 30px;
  font-family: "LexusRodinPro-DB";
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 9.5px;
  border-image: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(242, 242, 242, 1)100%)  1 / 0 0 2px;
  border-style: solid;
}
@media (max-width: 768px) {
  .keyVisualInner .kv_subTitle {
    margin-top: 25px;
    font-size: 1.25rem;
  }
}
@media (max-width: 390px) {
  .keyVisualInner .kv_subTitle {
    letter-spacing: 6px;
  }
}
@media (max-width: 360px) {
  .keyVisualInner .kv_subTitle {
    letter-spacing: 5px;
  }
}
.keyVisualInner h1 {
  color: #fff;
  font-size: 82px;
  letter-spacing: 5px;
  font-family: "NOLT";
  font-weight: 300;
  text-align: center;
}
.mac .keyVisualInner h1 {
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .keyVisualInner h1,
  .mac .keyVisualInner h1 {
    margin-top: 10px;
    font-size: 2.625rem;
    letter-spacing: 4px;
  }
  .mac .keyVisualInner h1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .kv_img_inner {
    margin-left: -35px;
    margin-right: -35px;
    overflow: hidden;
  }
}
.kv_cautionTxt {
  position: absolute;
  bottom: 20px;
  right: 67px;
}
@media (max-width: 768px) {
  .kv_cautionTxt {
    position: static;
    margin-top: 12px;
    font-size: 0.75rem;
  }
}
.kv_tag {
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  border: 1px solid #000;
  padding: 9.5px 10.5px 8.5px;
  font-family: "NOLT";
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media (max-width: 768px) {
  .kv_tag {
    position: static;
  }
}
.kv_btnBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

}
@media (max-width: 768px) {
  .kv_btnBlock {
    flex-direction: column;
    gap: 0;
  }
  #keyVisual .kv_btnBlock {
    transition: all 4s ease-in-out;
    transform: translateY(0);
  }
}
.kv_qrImg {
  background: #E8E9EB;
  padding: 5px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .kv_qrImg {
    display: none;
  }
}
.kv_qrImg img {
  width: 55px;
}
/* animation */
#keyVisual .kv_phone_card {
  position: absolute;
  top: 0;
  left: 90px;
  transition: all 2s ease-in-out;
  opacity: 0;
}
#keyVisual .kv_phone_card img {
  width: 640px;
}
#keyVisual.--js_kv_anim .kv_phone_card {
  top: 40px;
  opacity: 1;
}
@media (max-width: 768px) {
  #keyVisual .kv_phone_card {
    position: relative;
    padding: 20px 0;
  }
  #keyVisual .kv_phone_card {
    top: -120px;
    left: 42px;
  }
  #keyVisual.--js_kv_anim .kv_phone_card {
    top: 10px;
  }
  #keyVisual .kv_phone_card img {
    width: 400px;
  }
}
@media (max-width: 400px) {
  #keyVisual .kv_phone_card img {
    width: 100%;
  }
}
.contentsFadebox {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease-in-out;
  transform: translateY(150px);
}
.contentsFadebox.--js-display {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* btn */
.link_btn {
  display: inline-block;
  position: relative;
  padding: 15px 52px 16px;
  border-radius: 35px;
  font-family: "LexusRodinPro-DB";
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .link_btn {
    font-size: 0.875rem;
    padding: 11px 60px 10px;
  }
}
.link_btn.--black{
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.link_btn.--default{
  border: 1px solid #999;
  background: transparent;
  font-weight: normal;
  color: #343434;
}

/* lede block */
.ledeBlock {
  margin-top: 74px;
  text-align: center;
}
.ledeBlock h2 {
  font-family: "LexusRodinPro-DB";
  font-size: 1.875rem;
  line-height: 1.8125;
  letter-spacing: 6px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .ledeBlock h2 {
    font-size: 1.625rem;
    line-height: 1.45;
    letter-spacing: normal;
  }
}
.ledeBlock .ledeTxt {
  margin-top: 32px;
  line-height: 2rem;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .ledeBlock .ledeTxt {
    font-size: 0.9375rem;
    text-align: left;
    letter-spacing: inherit;
  }
}

/* anchorBlock */
.anchorBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  width: 1100px;
  margin: 97px auto 0;
  padding-bottom: 45px;
  border-image: linear-gradient(90deg, rgba(242, 242, 242, 1)0%, rgba(0, 0, 0, 1)50%, rgba(242, 242, 242, 1)100%)  1 / 0 0 2px;
  border-style: solid;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
  .anchorBlock.--js_hover_left {
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(242, 242, 242, 1)50%, rgba(242, 242, 242, 1)100%)  1 / 0 0 2px;
  }
  .anchorBlock.--js_hover_right {
    border-image: linear-gradient(90deg, rgba(242, 242, 242, 1)0%, rgba(242, 242, 242, 1)50%, rgba(0, 0, 0, 1)100%)  1 / 0 0 2px;
  }
}
@media (max-width: 768px) {
  .anchorBlock {
    width: auto;
    flex-direction: column;
    margin-top: 35px;
    padding-bottom: 0;
    gap: 0;
    border: none;
  }
}
.anchorBlock li {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .anchorBlock li {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .anchorBlock li::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #ccc;
  }
}
.anchorBlock li span {
  font-size: 0.8125rem;
}
.anchorBlock li a {
  position: relative;
  display: block;
  padding-left: 50px;
  font-family: "LexusRodinPro-DB";
  text-decoration: none;
}
@media (max-width: 390px) {
  .anchorBlock li a {
    padding: 0 30px 0 41px;
  }
}
.anchorBlock li a::after {
  position: absolute;
  bottom: -20px;
  left: 60%;
  content: " ";
  width: 13px;
  height: 7.5px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_anchor_arrow.png) center center no-repeat;
  background-size: 13px 7.5px;
}
@media (max-width: 768px) {
  .anchorBlock li a::after {
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: 3%;
  }
}
.anchorBlock li a.anc_tscubic {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_anchor_tscubic.png) left 21px no-repeat;
  background-size: 38px 29px;
}
.anchorBlock li a.anc_wallet {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_anchor_wallet.png) left 21px no-repeat;
  background-size: 32px 32px;
}
.anchorBlock li a.anc_service {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_anchor_service.png) left 21px no-repeat;
  background-size: 26px 26px;
}
/* mainContents */
#mainContents {
  margin-top: 97px;
  padding-top: 558px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/bg_mainContents.jpg) top center no-repeat;
}
@media (max-width: 768px) {
  #mainContents {
    margin-top: 46px;
    padding-top: 44vw;
    background-size: 150% auto;
    background-position: 50% 0;
  }
}
#mainContents .contentsInner {
  position: relative;
  border-left: 2px solid #000;
  margin-left: 50px;
  padding: 0 150px 0 87px;
}
@media (max-width: 1400px) {
  #mainContents .contentsInner {
    padding-right: 10vw;
  }
}
@media (max-width: 768px) {
  #mainContents .contentsInner {
    margin-left: 0;
    padding: 42px 0 0 0;
    border-left: none;
  }
}
#mainContents #wallet.contentsInner,
#mainContents #service.contentsInner {
  padding-top: 50px;
}
#mainContents h2 {
  padding-right: 70px;
  font-size: 3.75rem;
  letter-spacing: 3px;
  font-family: "NOLT";
  font-weight: 300;
}
@media (max-width: 768px) {
  #mainContents h2 {
    font-size: 2.5rem;
  }
}
#mainContents h3.contentsLede {
  font-family: "LexusRodinPro-DB";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.83;
}
@media (max-width: 768px) {
  #mainContents h3.contentsLede {
    font-size: 1.5rem;
  }
}
#mainContents .contentsInner .subHeaing {
  margin-bottom: -20px;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  #mainContents .contentsInner .subHeaing {
    margin-bottom: -12px;
  }
}
#mainContents .contentsInner .contentsTxt {
  margin-top: 23px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #mainContents .contentsInner .contentsTxt {
    font-size: 0.9375rem;
  }
}
#mainContents #tscubic h2 {
  display: inline-block;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_title_tscubic.png) right center no-repeat;
  background-size: 55px 55px;
}
#mainContents #wallet h2 {
  display: inline-block;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_title_wallet.png) right center no-repeat;
  background-size: 55px 55px;
}
#mainContents #service h2 {
  display: inline-block;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_title_service.png) right center no-repeat;
  background-size: 55px 55px;
}
#mainContents #tscubic .captionImg {
  position: absolute;
  top: -240px;
  right: 0;
}
#mainContents #tscubic .captionImg img {
  width: 450px;
}
#mainContents #wallet .captionImg img,
#mainContents #service .captionImg img {
  width: 260px;
}
@media (max-width: 768px) {
  #mainContents #tscubic .captionImg {
    position: static;
    margin: 0 auto;
  }
  #mainContents #tscubic .captionImg img {
    width: 272px;
  }
  #mainContents #wallet .captionImg img {
    width: 191px;
  }
  #mainContents #service .captionImg img {
    width: 191px;
  }
}

/* linkBlock */
.link_rightBlock {
  margin-top: 26px;
  text-align: right;
}
@media (max-width: 768px) {
  .link_rightBlock_sp {
    text-align: right;
  }
}
a.link_app,
a.link_arrow {
  display: inline-block;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  a.link_arrow {
    font-size: 0.875rem;
  }
}
a.link_app {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_link_arrow_app.png) right center no-repeat;
  background-size: 40px 30px;
  margin-top: 40px;
  padding: 3px 48px 3px 0;
}
@media (max-width: 768px) {
  a.link_app {
    margin-top: 10px;
    text-align: right;
  }
}
a.link_arrow {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_link_arrow.png) right center no-repeat;
  background-size: 12.5px 12px;
  padding: 3px 18px 3px 0;
  text-align: right;
}
a.link_blank {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_outer_link.png) right 9px no-repeat;
  background-size: 16px 16px;
  padding: 3px 23px 3px 0;
}
@media (max-width: 768px) {
  a.link_blank {
    background-position: right 6px;
    font-size: 0.875rem;
  }
}
#support .link_rightBlock {
  margin: 0;
}
.link_rightBlock a.link_app {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
}

/* list */
.noticeList {
  margin-top: 0.75rem;
}
.noticeList li {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.noticeList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.attentionList {
  margin-top: 0.75rem;
}
.attentionList li {
  position: relative;
  padding-left: 2em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.attentionList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_attention.png) 0 2px no-repeat;
  background-size: 18px auto;
}

/* column */
.column2Wrap_main {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .column2Wrap_main {
    flex-direction: column;
  }
}
.column2Wrap_main .columnChild {
  position: relative;
}
.column2Wrap_main .columnChild.--is_flexColumnEnd {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .column2Wrap_main .columnChild.--is_flexColumnEnd {
    display: block;
    text-align: center;
  }
}
#wallet .column2Wrap_main .columnChild:first-child {
  padding-top: 100px;
}
#service .column2Wrap_main .columnChild:first-child {
  padding-top: 50px;
}
@media (max-width: 768px) {
  #wallet .column2Wrap_main .columnChild:first-child,
  #service .column2Wrap_main .columnChild:first-child {
    padding-top: 0px;
  }
}
.column2Wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .column2Wrap {
    flex-direction: column;
    gap: 65px;
  }
}
#tscubic .column2Wrap {
  margin-top: 140px;
}
@media (max-width: 768px) {
  #tscubic .column2Wrap {
    margin-top: 70px;
  }
}
.column2Wrap .columnChild {
  width: 525px;
}
@media (max-width: 768px) {
  .column2Wrap .columnChild {
    width: auto;
  }
  #tscubic .column2Wrap .columnChild {
    display: flex;
    flex-direction: column;
  }
  #tscubic .column2Wrap .columnChild .columnSubTtl {
    order: 1;
    padding-left: 3px;
  }
  #tscubic .column2Wrap .columnChild .columnTtl {
    order: 2;
  }
  #tscubic .column2Wrap .columnChild .columnTxt {
    order: 3;
  }
  #tscubic .column2Wrap .columnChild figure {
    order: 4;
    margin-top: 52px;
  }
  #tscubic .column2Wrap .columnChild .link_rightBlock {
    order: 5;
  }
}
.column2Wrap .columnChild.--posR {
  position: relative;
}
#owner .column2Wrap .columnChild:first-child {
  padding-top: 35px;
}
@media (max-width: 768px) {
  #owner .column2Wrap .columnChild:first-child {
    padding-top: 0;
  }
}
.column2Wrap .columnChild .columnSubTtl {
  margin-top: 28px;
  font-size: 0.8125rem;
  color: #909090;
  font-family: "NOLT";
  font-weight: bold;
}
.column2Wrap .columnChild h4.columnTtl {
  font-family: "LexusRodinPro-DB";
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.9;
}
.column2Wrap .columnChild .columnTxt {
  margin-top: 14px;
  font-size: 0.9375rem;
  line-height: 1.625;
}

/* borderBox */
.borderBox {
  border-radius: 15px;
  border: 1px solid #999999;
  background: #f5f5f5;
  margin-top: 70px;
  padding: 24px 72px 30px;
}
@media (max-width: 768px) {
  .borderBox {
    padding: 28px 9vw 32px;
  }
}
/* serviceList */
.serviceInner {
  position: relative;
}
.serviceListTtl {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.serviceList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 50px;
}
@media (max-width: 768px) {
  .serviceList {
    flex-wrap: wrap;
    margin-top: 26px;
    gap: 20px;
  }
}
.serviceList li {
  display: block;
}
.serviceList li.--no_link {
  display: block;
  padding: 30px 0 31px 90px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285;
}
@media (max-width: 768px) {
  .serviceList li.--no_link {
    width: 120px;
    padding: 125px 0 0 0;
    font-weight: 300;
    text-decoration: none;
  }
}
.serviceList li a {
  display: block;
  padding: 28px 0 33px 90px;
  font-size: 0.875rem;
  line-height: 1.4285;
}
.serviceList li.list_walletqr a,
.serviceList li.list_aupay a {
  padding: 40px 0 31px 90px
}
@media (max-width: 768px) {
  .serviceList li a,
  .serviceList li.list_walletqr a,
  .serviceList li.list_aupay a {
    width: 100%;
    padding: 50px 0 50px 140px;
    font-weight: 300;
    text-decoration: none;
  }
}
.serviceList li a::after {
  content: "";
  display: inline-block;
  width: 12.5px;
  height: 12px;
  margin-left: 5px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_link_arrow.png) right center no-repeat;
  background-size: 12.5px 12px;
  vertical-align: middle;
}
.serviceList li.list_quicpay {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_quicpay.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_walletqr {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_wallet.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_idmaster {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_id_prepaid.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_aupay {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_aupay.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_walletParking {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_parkingmap.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_ev {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_ev.png) left center no-repeat;
  background-size: 80px 80px;
}
.serviceList li.list_docomoBike {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/logo_docomo_bike_share.png) left center no-repeat;
  background-size: 80px 80px;
}
@media (max-width: 768px) {
  .serviceList li.list_quicpay,
  .serviceList li.list_walletqr,
  .serviceList li.list_idmaster,
  .serviceList li.list_aupay {
    min-width: 250px;
    background-size: 120px auto;
    background-position: left center;
  }
}
@media (max-width: 768px) {
  .serviceList li.list_walletParking,
  .serviceList li.list_ev,
  .serviceList li.list_docomoBike {
    min-width: 300px;
    background-size: 120px auto;
    background-position: left center;
  }
}

/* limitedService */
.limitedService {
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 2px solid #B9C0C2;
}
.limitedService .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #B9C0C2;
  padding: 38px 25px 37px;
}
.limitedService .heading h4 {
  font-size: 1.625rem;
  font-weight: normal;
  color: #fff;
  letter-spacing:6px;
}
.limitedService .heading span {
  font-size: 1.25rem;
  font-family: "NOLT";
  font-weight: 300;
  color: #fff;
  letter-spacing:4px;
}
@media (max-width: 768px) {
  .limitedService .heading {
    flex-direction: column;
  }
  .limitedService .heading h4 {
    order: 2;
    font-size: 1.125rem;
    letter-spacing: inherit;
  }
  .limitedService .heading span {
    order: 1;
    font-size: 0.8125rem;
    letter-spacing: inherit;
  }
}
.limitedService .heading + p {
  margin-top: 25px;
}
.column2Wrap_limitedService {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 36px;
}
.column2Wrap_limitedService .columnChild {
  width: 525px;
}
@media (max-width: 768px) {
  .column2Wrap_limitedService {
    flex-direction: column;
  }
  .column2Wrap_limitedService .columnChild {
    width: auto;
  }
  .column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild {
    flex-direction: column;
  }
}
.column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild {
  width: 100%;
  display: flex;
  gap: 20px;
}
.column2Wrap_limitedService .thumbImg img {
  width: 100%;
}
.column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild .thumbImg img {
  width: 500px;
}
@media (max-width: 768px) {
  .column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild .thumbImg img {
    width: 100%;
  }
}
.column2Wrap_limitedService .limitedService_tag {
  display: inline-block;
  background: #B9C0C2;
  margin-top: 30px;
  padding: 7px 8px 8px;
  color: #fff;
  font-size: 0.8125rem;
  min-width: 150px;
}
.column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild .limitedService_tag {
  margin-top: 0;
}
.column2Wrap_limitedService .limitedService_ttl {
  margin-top: 23px;
  font-family: "LexusRodinPro-DB";
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .column2Wrap_limitedService .limitedService_ttl {
    font-size: 1.5625rem;
  }
}
.column2Wrap_limitedService .limitedService_desc {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.7333;
}
.column2Wrap_limitedService:has(> :nth-child(1):last-child) .columnChild .link_rightBlock {
  margin-top: 11px;
}

/* support */
#support {
  background: #F4F4F4;
  margin-left:-100%;
  margin-right:-100%;
}
@media (max-width: 768px) {
  #support {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none;
  }
}
.supportInner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 126px;
  padding-bottom: 117px;
}
@media (max-width: 768px) {
  .supportInner {
    width: auto;
    padding: 57px 15px;
  }
}
#mainContents #support h2 {
  padding-right: 0;
  font-family: "LexusRodinPro-DB";
  font-size: 1.625rem;
  font-weight: normal;
  text-align: center;
}
#support .ledeTxt {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  #support .ledeTxt {
    text-align: left;
  }
}
.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 47px;
}
@media (max-width: 768px) {
  .column4Wrap {
    flex-direction: column;
  }
}
.column4Wrap .columnChild {
  position: relative;
  width: 253px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .column4Wrap .columnChild {
    width: auto;
  }
}
.column4Wrap .columnChild .thumbImg img {
  width: 100%;
}
.column4Wrap .columnChild:nth-child(n+5) {
  margin-top: 40px;
}
#support h3.support_ttl {
  margin-top: 20px;
  font-family: "LexusRodinPro-DB";
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.375;
}
#support .support_desc {
  min-height: 85px;
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.625;
}
#support .column4Wrap .columnChild:nth-child(5) .support_desc,
#support .column4Wrap .columnChild:nth-child(6) .support_desc {
  min-height: 55px;
}
@media (max-width: 768px) {
  #support .support_desc,
  #support .column4Wrap .columnChild:nth-child(5) .support_desc,
  #support .column4Wrap .columnChild:nth-child(6) .support_desc {
    min-height: initial;
  }
  #support .column4Wrap .columnChild .columnChild_outer {
    display: flex;
    gap: 10px;
  }
  #support .column4Wrap .columnChild .columnChild_outer .thumbImg img {
    width: 100px;
  }
  #support .column4Wrap .columnChild .columnChild_outer .support_ttl {
    margin-top: 0;
  }
  #support .column4Wrap .columnChild .columnChild_outer .support_desc {
    margin-top: 10px;
  }
  .column4Wrap .columnChild:nth-child(n+5) {
    margin-top: 0;
  }
}

/* owner */
#owner {
  background: #E6E2E2;
  margin-top: 0;
  margin-left: -100%;
  margin-right: -100%;
}
@media (max-width: 768px) {
  #owner {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-top: none;
  }
}
#owner .owner_inner {
  position: relative;
  width: 1400px;
  min-height: 604px;
  margin: 0 auto;
  padding: 90px 150px;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 768px) {
  #owner .owner_inner {
    width: auto;
    padding: 57px 15px 63px;
  }
}
.owner_phone_card {
  position: absolute;
  top: -20px;
  left: 10px;
}
.owner_phone_card img {
  width: 640px;
}
@media (max-width: 768px) {
  .owner_phone_card {
    position: relative;
    top: -15px;
    left: 45px;
    text-align: center;
  }
  .owner_phone_card img {
    width: 400px;
  }
}
@media (max-width: 400px) {
  .owner_phone_card img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .owner_phone_card {
    left: 0;
  }
}
#owner .owner_ttl {
  font-family: "LexusRodinPro-DB";
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 2.75;
  letter-spacing: 6px;
}
@media (max-width: 768px) {
  #owner .owner_ttl {
    font-size: 1.5rem;
    letter-spacing: inherit;
    text-align: center;
  }
}
#owner .owner_desc {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.625;
}
#owner .kv_btnBlock {
  margin-top: 24px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #owner .kv_btnBlock {
    margin-top: 0;
  }
}
#owner .attentionList {
  margin-top: 30px;
}

/* faq */
#faq {
  background: #F4F4F4;
  margin-top: 0;
  margin-left:-100%;
  margin-right:-100%;
}
@media (max-width: 768px) {
  #faq {
    margin-left: -15px;
    margin-right: -15px;
    border-top: none;
  }
}
#faq .faqInner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 126px;
  padding-bottom: 117px;
}
@media (max-width: 768px) {
  #faq .faqInner {
    width: auto;
    padding: 57px 15px 63px;
  }
}
#mainContents #faq h2 {
  padding-right: 0;
  font-family: "LexusRodinPro-DB";
  font-size: 1.625rem;
  font-weight: normal;
  text-align: center;
}
#faq .ledeTxt {
  margin-top: 35px;
  text-align: center;
}
#faq .noticeList {
  margin-top: 0;
}
.faq_btnBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.faq_btnBlock a.link_btn.--default {
  width: 437px;
}
@media (max-width: 768px) {
  .faq_btnBlock a.link_btn.--default {
    width: 100%;
  }
}
.faq_btnBlock a + a {
  margin-top: 20px;
}

/* campaign */
#campaignBlock {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #campaignBlock {
    width: auto;
  }
}
.column2Wrap_campaign {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 62px;
}
@media (max-width: 768px) {
  .column2Wrap_campaign {
    flex-direction: column;
    margin-top: 40px;
    gap: 28px;
  }
}
.column2Wrap_campaign .columnChild {
  width: 525px;
}
@media (max-width: 768px) {
  .column2Wrap_campaign .columnChild {
    width: auto;
  }
}
.column2Wrap_campaign:has(> :nth-child(1):last-child) .columnChild {
  width: 100%;
  display: flex;
  gap: 20px;
}
.column2Wrap_campaign .thumbImg img {
  width: 100%;
}
.column2Wrap_campaign:has(> :nth-child(1):last-child) .columnChild .thumbImg img {
  width: 500px;
}
@media (max-width: 768px) {
  .column2Wrap_campaign:has(> :nth-child(1):last-child) .columnChild .thumbImg img {
    width: 100%;
  }
}
.column2Wrap_campaign .campaign_desc {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.7333;
}

/* accordion */
.accordion__block-wrap {
  margin-top: 50px;
}
.accordion__ttl {
  position: relative;
  padding: 33px 65px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.accordion__block:first-of-type .accordion__ttl {
  border: none;
}
.accordion__ttl::before {
  content: "Q";
  position: absolute;
  top: 22px;
  left: 0;
  width: 50px;
  height: 50px;
  font-family: "NOLT";
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 50%;
  padding-top: 15px;
  text-align: center;
}
.accordion__ttl::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 25px;
  width: 19px;
  height: 19px;
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_accordion_plus.png) 0 center no-repeat;
  background-size: 19px auto;
  transition: all 0.5s ease-in-out;
}
.accordion__ttl.--is-active::after {
  background: url(/-/media/tfc/ts3web/file/toyota-wallet/assets/img/lexus/ico_accordion_minus.png) 0 center no-repeat;
  background-size: 19px auto;
}
.accordion__contents-wrap {
  position: relative;
  padding: 0 65px 33px;
}
.accordion__contents-wrap::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 8px;
  width: 35px;
  height: 35px;
  font-family: "NOLT";
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  background: #343434;
  border: 1px solid #343434;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 1px;
  text-align: center;
}
.accordion__contents-wrap .answer_txt {
  line-height: 1.8125;
}
@media (max-width: 768px) {
  .accordion__ttl {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 0 44px 0 60px;
    font-size: 0.9375rem;
  }
  .accordion__ttl.--single {
    padding: 34px 44px 31px 60px
  }
  .accordion__ttl::after{
    right: 10px;
  }
  .accordion__contents-wrap {
    padding: 0 44px 18px 60px;
  }
  .accordion__contents-wrap .answer_txt {
    font-size: 0.9375rem;
  }
}

/* modal */
#modalOverlay {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  z-index:1001;
  overflow-y: scroll;
}
/* modal */
body.--jsModalFix {
  /* position: fixed;
  top: 0; */
  width: 100%;
  padding-right: 18px;
  overflow: hidden;
}
@media screen and (max-width: 839px) {
  body.--jsModalFix {
    padding-right: 0;
  }
}
.modal-window {
  display: none;
  position: fixed;
  width: 600px;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  z-index: 1002;
  overscroll-behavior-y: contain;
}
@media (max-width: 768px) {
  .modal-window {
    width: auto;
    max-width: 90%;
  }
}
.modal-window-inner {
  padding: 3.45rem 6.25rem;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .modal-window-inner {
    padding: 3.45rem;
    font-size: 1.25rem;
  }
}
.modal-window-inner .qr_code {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-window-inner .qr_code {
    margin-top: 0;
  }
}
.modalOpen {
  display: inline-block;
  cursor: pointer;
}
.modalOpen .info {
  margin: 0.1rem 0 0 0.2rem;
  width: 1rem;
}
.modal-btn {
  text-align: center;
}
.modal-btn.--close {
  display: block;
  width: 170px;
  border-radius: 8px;
  margin: 2.5rem auto 0;
  padding: 10px;
  background: #151515;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.modal-btn.--closeUpperRight {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
}
.modal-btn.--closeUpperRight img {
  width: 51px;
  /* filter: drop-shadow(0 0 1px rgb(232, 250, 255)); */
}
.modal-btn .modalOpen:hover {
  opacity: 0.8;
}