:root {
  --grey01: #f2f2f2;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  --bg-blue01: #ebeffa;
  --grad-blue: #62c2ff;
  --grad-purple: #6e4ad6;
  --fz20px: 20px;
  --fz22px: 22px;
  --fz26px: 26px;
  --fz30px: 30px;
  --fz36px: 36px;
  --grad01: linear-gradient(to right, #62c2ff, #6e4ad6);
}
@media screen and (max-width: 576px) {
  :root {
    --fz20px: calc(390 / 640 * 24px);
    --fz22px: calc(390 / 640 * 26px);
    --fz26px: calc(390 / 640 * 28px);
    --fz30px: calc(390 / 640 * 30px);
    --fz36px: calc(390 / 640 * 36px);
  }
}
.prox {
  font-family: "Noto Sans JP", "proxima-nova", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

*,
::before,
::after {
  margin: 0;
  box-sizing: border-box;
}

body {
  background: white;
  line-height: 1.5;
  font-family: var(--sans) !important;
  font-weight: 400;
}
p {
  font-family: var(--sans) !important;
}
ul {
  list-style: none;
  padding-left: 0;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}

.noto-serif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 700;
}
.grad-border {
  display: block;
  height: 10px;
  width: 100%;
  background-image: linear-gradient(to right, #62c2ff, #6e4ad6);
}

.add-mv .mv_main {
  padding: 0;
  width: 100%;
}
.user-guide {
  overflow-x: hidden;
}
.user-guide a {
  transition: all 0.25s ease;
}
.user-guide a:hover {
  opacity: 0.7;
}
.user-guide .inner {
  max-width: 976px;
  width: 90%;
  margin: 0 auto;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.user-guide .user-guide-mv_slide {
  overflow: hidden;
}
.user-guide .user-guide-mv_slide .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-guide .nav-area {
  background: var(--bg-blue01);
  padding: 60px 0;
  position: relative;
}
nav.nav-area::after {
  content: "";
  background-image: linear-gradient(to right, var(--grad-blue), var(--grad-purple));
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.user-guide .nav-area .lead {
  text-align: center;
  font-size: var(--fz30px);
  font-weight: 700;
  margin-bottom: 50px;
}
.user-guide .nav-area .nav-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 / 1920 * 100vw);
}
.user-guide .sec-ttl {
  padding: calc(52 / 1920 * 100vw) 0;
  background: #eff8ff;
}
.user-guide .sec-ttl .inner {
  align-items: center;
}
.user-guide .sec-ttl h2 {
  font-size: var(--fz30px);
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.user-guide .sec-ttl h2::before {
  content: "";
  background: url(../img/userguide/icon-wifi.png) no-repeat center / contain;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  display: block;
}
.user-guide section .contents {
  padding-top: 40px;
}
.user-guide section .contents .desc {
  font-size: var(--fz20px);
  line-height: calc(36 / 20);
  margin-bottom: 40px;
}
.user-guide .border-left {
  font-size: var(--fz26px);
  padding-left: 1em;
  position: relative;
  background: linear-gradient(to bottom, var(--grad-purple), var(--grad-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  font-weight: 700;
}
.user-guide .border-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1.9em;
  border-radius: 5px;
  background-image: linear-gradient(
    to top,
    var(--grad-blue),
    var(--grad-purple)
  );
}

.user-guide .content-difi dt {
  font-size: var(--fz22px);
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}
.user-guide .content-difi:not(:last-child) {
  margin-bottom: 80px;
}
.user-guide .content-difi dd .link-list {
  width: calc(470 / 976 * 100%);
}
.user-guide .content-difi dd .link-list .link-item:not(:last-child) {
  margin-bottom: 20px;
}
.user-guide .content-difi dd .youtube-outer {
  width: calc(400 / 976 * 100%);
}
.user-guide .youtube-outer .youtube {
  aspect-ratio: 400/225;
  margin-bottom: 16px;
  display: block;
}
.user-guide .contents-box:not(:last-child) {
  margin-bottom: 110px;
}
.user-guide .grad-btn01 {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, #6a8ce5, #574ad6);
  border-radius: 10px;
  padding: 18px;
  align-items: center;
  max-width: 470px;
  height: 80px;
  width: 100%;
}
.user-guide .grad-btn01 .text {
  color: white;
  font-weight: 700;
  display: block;
  flex: 1;
  text-align: center;
  font-size: var(--fz20px);
}
.user-guide .grad-btn01 .arrow::after {
  content: "＞";
  font-size: var(--fz20px);
  display: block;
  color: white;
  font-weight: 700;
  width: 1em;
  line-height: 1;
  height: 1em;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bold {
  font-weight: 700;
}
.user-guide .youtube-outer .youtube img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-guide .youtube-outer .text {
  font-size: var(--fz20px);
  line-height: 1.4;
}
.user-guide .faq-list {
  margin-bottom: 56px;
}
.user-guide .faq-list .ttl {
  padding-bottom: 10px;
  /* border-bottom: 2px solid #000; */
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.user-guide .faq-list .ttl .ttl-text {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--fz20px);
  font-weight: 700;
  padding-right: 60px;
  line-height: calc(36 / 20);
}
.user-guide .faq-list .ttl .ttl-text::before {
  content: "";
  background: url(../img/userguide/icon-q.png) no-repeat center/contain;
  width: 44px;
  height: 44px;
  margin-right: 0.5em;
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
}
.user-guide .flex.jus-fsta {
  justify-content: flex-start;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.user-guide .youtube-outer .youtube {
  margin-bottom: 8px;
}
.user-guide .faq-list .ttl::before,
.user-guide .faq-list .ttl::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
}
.user-guide .faq-list .ttl::before {
  top: 1.1em;
  right: 30px;
  transform: rotate(0);
}
.user-guide .faq-list .ttl::after {
  top: 1.1em;
  right: 30px;
  transform: rotate(90deg);
}
.user-guide .faq-list .ttl.close::before {
  transform: rotate(45deg);
}
.user-guide .faq-list .ttl.close::after {
  transform: rotate(-45deg);
}
.user-guide .faq-list .box {
  display: none;
  padding: 30px;
  border-top: 2px solid #000;
}

.user-guide .faq-list .box .a-text {
  font-size: var(--fz20px);
  justify-content: flex-start;
  align-items: flex-start;
  line-height: calc(36 / 20);
  overflow-wrap: break-word;
  word-break: break-all;
}
.user-guide .faq-list .box .a-text a {
  color: #698ae5;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.user-guide .faq-list .box .a-text::before {
  content: "";
  background: url(../img/userguide/icon-a.png) no-repeat center/contain;
  display: inline-block;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin-right: 0.5em;
}
.user-guide-section {
  position: relative;
  padding-bottom: 80px;
}
.user-guide-section::after {
  content: "";
  background-image: linear-gradient(
    to right,
    var(--grad-blue),
    var(--grad-purple)
  );
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.user-guide-section:last-child::after {
  content: none;
}
.user-guide .faq-list .faq-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-btn02 {
  max-width: 400px;
  height: 80px;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #000;
  place-content: center;
  font-size: var(--fz20px);
  font-weight: 700;
  display: grid;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .link-btn02 {
    width: calc(390 / 640 * 400px);
    height: 60px;
  }
}
.note {
  font-size: 80%;
}
.user-guide .btn-wrapper {
  justify-content: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
}
.user-guide .btn-wrapper li {
  max-width: 400px;
  width: 100%;
}
.user-guide .btn-wrapper li:nth-child(odd) a {
  margin-left: auto;
}
.user-guide .btn-wrapper li:nth-child(even) a {
  margin-right: auto;
}
/* ネット動画 */
.user-guide .netmovie .sec-ttl h2::before {
  background: url(../img/userguide/icon-netmovie.png) no-repeat center / contain;
}
.user-guide .netmovie .contents-box:not(:last-child) {
  margin-bottom: 56px;
}
.user-guide .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 54px;
}
.user-guide .flex-wrapper .youtube-outer {
  width: calc(400 / 976 * 100%);
}
/* ワンタッチ地図更新 */
.user-guide .onetouch .sec-ttl h2::before {
  background: url(../img/userguide/icon-onetouch.png) no-repeat center / contain;
}
/* apple car play */
.user-guide .apple-carplay .sec-ttl h2::before {
  background: url(../img/userguide/icon-applecarplay.png) no-repeat center /
    contain;
  width: 7em;
}
/* Android Auto */
.user-guide .android-auto .sec-ttl h2::before {
  background: url(../img/userguide/icon-androidauto.png) no-repeat center /
    contain;
  width: 7em;
}
/* オンライン名称検索 */
.user-guide .online-search .sec-ttl h2::before {
  background: url(../img/userguide/icon-search.png) no-repeat center / contain;
}
/* Bluetooth audio */
.user-guide .bluetooth-audio .sec-ttl h2::before {
  background: url(../img/userguide/icon-bluetooth.png) no-repeat center /
    contain;
}
/* Bluetooth audioここまで */

/* 20250607ここから */
.user-guide .add-ttl-area {
  padding: 48px 0;
  background-color: var(--grey01);
}
.user-guide .add-ttl-area h1 {
  text-align: center;
  line-height: 1;
  font-size: var(--fz36px);
}
.user-guide-mv_slide {
  position: relative;
}
.user-guide-mv_slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2); /* 白 90% */
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4 ease;
  opacity: 1;
}
.slick-center .user-guide-mv_slide::after {
  opacity: 0;
}
.user-guide-mv_slider .slick-dots li button:before {
  color: #ebeffa;

  font-size: 58px;
}
.user-guide-mv_slider .slick-dots li.slick-active button:before {
  color: #4262ad;
}
.ta-c {
  text-align: center;
}
.user-guide .mv-text-area {
  padding: 56px 0;
}
.user-guide .mv-text-area .mv-text {
  font-size: var(--fz20px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.user-guide .mv-slide-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.user-guide .mv-slide-modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  padding: 0;
}
.user-guide .mv-slide-modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}
.user-guide .mv-slide-modal .modal-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.user-guide .mv-slide-modal .modal-content .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.notes{
  font-size: 12px;
  line-height: 1.6;
  margin: 30px auto;
  max-width: 976px;
  width: 90%;
}
.notes ul li{
  margin-bottom: 1em;
}
.notes a {
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .grad-border {
    height: 6px;
  }
  .user-guide .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .user-guide .slick-dots li button:before {
    width: 8px;
    height: 8px;
    font-size: 58px;
  }
  .user-guide .slick-dotted.slick-slider {
    margin-bottom: 16px;
  }
  .user-guide .add-ttl-area {
    padding: 42px 0;
  }
  .user-guide .mv-text-area .mv-text {
    text-align: left;
  }
  .user-guide .mv-text-area {
    padding: 32px 0 40px;
  }

  .user-guide .nav-area .lead {
    margin-bottom: 32px;
  }
  .user-guide .nav-area .nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .user-guide section .contents {
    padding-top: 24px;
  }
  .user-guide .sec-ttl {
    padding: 32px 0;
  }
  .user-guide section .contents .desc {
    margin-bottom: 24px;
  }
  .user-guide .border-left {
    margin-bottom: 24px;
  }
  .user-guide .grad-btn01 {
    width: calc(470 / 640 * 100%);
    margin: 0 auto;
    height: 60px;
    padding: 16px 8px;
  }
  .user-guide .content-difi dd.flex {
    flex-direction: column;
  }
  .user-guide .content-difi dd .youtube-outer {
    width: calc(400 / 600 * 100%);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .user-guide .content-difi dd .link-list {
    width: 100%;
  }
  .user-guide .content-difi:not(:last-child) {
    margin-bottom: 60px;
  }
  .user-guide .faq-list .ttl .ttl-text::before,
  .user-guide .faq-list .box .a-text::before {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }
  .user-guide .faq-list .ttl .ttl-text {
    padding-right: 24px;
  }
  .user-guide .faq-list .ttl::before,
  .user-guide .faq-list .ttl::after {
    right: 0;
  }
  .user-guide .faq-list .box {
    padding: 16px;
    border-top: 1px solid #000;
  }
  .user-guide .flex.jus-fsta {
    flex-direction: column;
  }
  .user-guide .faq-list {
    margin-bottom: 32px;
  }
  .user-guide .youtube-outer .youtube {
    margin-bottom: 4px;
  }
  .user-guide .flex-wrapper .youtube-outer {
    width: calc(400 / 600 * 100%);
    margin: 0 auto;
  }
  .user-guide .btn-wrapper {
    flex-direction: column;
    row-gap: 16px;
  }
  .user-guide .sec-ttl .inner.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .user-guide .flex-wrapper {
    row-gap: 16px;
  }
  .user-guide .netmovie .contents-box:not(:last-child) {
    margin-bottom: 32px;
  }
  .user-guide .contents-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .user-guide .faq-list .faq-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .user-guide-section {
    padding-bottom: 56px;
  }
}
.slick-dots li button::before {
  opacity: 1;
}
.megamenu.megamenu_fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}