@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 20px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a:active {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

.disp-sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .disp-sp {
    display: none;
  }
}

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 60px 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #FF0000;
}

.p-mvText {
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .p-mvText {
    width: 1000px;
    margin: auto;
    padding: 0;
  }
}

.u-em {
  color: #faff00;
  font-weight: bold;
}

.u-fwb {
  font-weight: bold;
}

.image {
  display: block;
  width: 100%;
}

.p-mv {
  color: #fff;
  background: linear-gradient(180deg, #1f164d 0%, #2555a6 100%);
}

.p-mvTitle {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-mvTitle {
    max-width: 1440px;
    margin: auto;
  }
  .p-mvTitle .image {
    width: 1440px;
    display: block;
  }
}

.p-mvText {
  font-size: 16px;
  padding-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .p-mvText {
    padding: 0 0 40px;
    font-size: 20px;
    text-align: center;
    width: 840px;
    margin: auto;
  }
}

.p-headingLv2 {
  font-size: 30px;
  color: #074f90;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-headingLv2 {
    font-size: 40px;
  }
}

.p-headingLv3 {
  background: #074f90;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 8px 0;
}
.p-headingLv3.attention {
  position: relative;
}
.p-headingLv3.attention:before {
  content: "";
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../_images/attention.svg") no-repeat;
  background-size: contain;
  width: 178px;
  height: 80px;
}
@media screen and (min-width: 767px) {
  .p-headingLv3.attention:before {
    left: 24%;
    bottom: 0px;
    top: auto;
  }
}

.p-section1 {
  padding: 54px 24px;
  background: #f2f9ff;
}
@media screen and (min-width: 767px) {
  .p-section1 {
    padding: 80px 0;
  }
}

.p-section1Text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-section1Text {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .p-section1Text2 {
    font-size: 16px;
  }
}

.p-section1Block {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-section1Block {
    display: grid;
    grid-template-columns: 484px 32px 484px;
    justify-content: center;
  }
}

.p-section1BlockItem {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .p-section1BlockItem {
    grid-column: 1/4;
  }
}
.p-section1BlockItem:first-child {
  margin-top: 110px;
}
@media screen and (min-width: 767px) {
  .p-section1BlockItem:first-child {
    margin-top: 70px;
  }
}
@media screen and (min-width: 767px) {
  .p-section1BlockItem:nth-child(2) {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 767px) {
  .p-section1BlockItem:last-child {
    grid-column: 3/4;
  }
}

.p-section1Item {
  padding: 20px;
  border: 2px solid #2555a6;
  background: #fff;
}

.p-itemList {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-itemList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
}

.p-itemListItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  gap: 6px;
}
@media screen and (min-width: 767px) {
  .p-itemListItem {
    display: block;
    width: 163px;
  }
}
.p-itemListItem:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (min-width: 767px) {
  .p-itemListItem:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-itemListItem:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background: url("../_images/arrow.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  content: "";
  display: block;
}
@media screen and (min-width: 767px) {
  .p-itemListItem:not(:last-child)::after {
    transform: rotate(-90deg);
    right: -28px;
    top: 50%;
    left: auto;
    bottom: auto;
  }
}
.p-itemListItem.double::after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background: url("../_images/arrow_double.svg") no-repeat;
  background-size: contain;
  width: 168px;
  height: 17px;
  content: "";
  display: block;
}
@media screen and (min-width: 767px) {
  .p-itemListItem.double::after {
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    background: url("../_images/pc_arrow_double.svg") no-repeat;
    background-size: contain;
    width: 86px;
    height: 332px;
  }
}

.p-itemListItemMethod {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .p-itemListItemMethod:not(:first-child) {
    margin-top: 25px;
  }
}

.p-itemListTag {
  background: #2555a6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 120px;
  width: 80px;
  flex-basis: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
@media screen and (min-width: 767px) {
  .p-itemListTag {
    height: 47px;
    width: auto;
    font-size: 16px;
  }
}
.p-itemListTag.black {
  background: #4f4f4f;
}
.p-itemListTag.p0 {
  padding: 0;
}
.p-itemListTag.w100 {
  width: 100%;
  height: 40px;
  flex-basis: 40px;
}
@media screen and (min-width: 767px) {
  .p-itemListTag.w100 {
    height: auto;
    width: auto;
    flex-basis: auto;
  }
}
.p-itemListTag.method {
  background: #faff00;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 7px;
}
@media screen and (min-width: 767px) {
  .p-itemListTag.method {
    height: 44px;
  }
}

.p-itemListImgText {
  font-size: 14px;
  color: #e80000;
  font-weight: bold;
  text-align: center;
}
.p-itemListImgText.wire {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .p-itemListImgText.wire {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 767px) {
  .p-itemListImgText.wireless {
    letter-spacing: -0.8px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 767px) {
  .p-itemListImgWire {
    display: block;
    width: 165px;
    height: 90px;
  }
}

@media screen and (min-width: 767px) {
  .p-itemListImgWireless {
    display: block;
    width: 165px;
    height: 91px;
  }
}

.p-itemListImgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 150px;
}
.p-itemListImgBox.row {
  min-height: 120px;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .p-itemListImgBox.row {
    min-height: 132px;
  }
}

.p-section2 {
  padding: 80px 24px;
  background: #2555a6;
}

.p-section2Title {
  margin: auto;
}
@media screen and (min-width: 767px) {
  .p-section2Title {
    width: 546px;
    height: 253px;
  }
}

.p-product {
  margin-top: 40px;
  background: #f2f9ff;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .p-product {
    margin: 40px auto 0;
    width: 1000px;
    padding: 40px 0;
  }
}

.p-productTitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #063458;
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
  .p-productTitle {
    font-size: 32px;
  }
}

@media screen and (min-width: 767px) {
  .p-productText {
    text-align: center;
  }
}

.p-good {
  background: #fff;
  margin-top: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 767px) {
  .p-good {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p-good:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 767px) {
  .p-good:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 767px) {
  .p-good {
    margin-top: 40px;
    width: 286px;
  }
}
@media screen and (min-width: 767px) {
  .p-good.bigger {
    width: 445px;
  }
}

@media screen and (min-width: 767px) {
  .p-goodWrap {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}

.p-goodTitleBox {
  /* padding: 20px; */
  padding: 16px 20px 20px;
  background: #2555a6;
}
@media screen and (min-width: 767px) {
  .p-goodTitleBox {
    /* height: 178px; */
    height: 216px;
    display: grid;
    /* grid-template-rows: 1fr 1fr; */
    grid-template-rows: 1fr 0fr;
    padding: 10px 20px 20px;
  }
}

.p-goodTitle {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .p-goodTitle {
    font-size: 24px;
    align-self: center;
  }
}

.p-goodTitleText {
  margin-top: 8px;
  color: #e80000;
  font-weight: bold;
  text-align: center;
  background: #fff;

  font-size: 14px;
  line-height: 1.3;
  padding: 4px;
}
@media screen and (min-width: 767px) {
  .p-goodTitleText {
    font-size: 16px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-goodBoxTitle {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .p-goodBoxTitle {
    font-size: 20px;
  }
}

.p-goodBox {
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-goodBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
}
@media screen and (min-width: 767px) {
  .p-goodBox.bigger {
    min-height: 641px;
  }
}

.p-goodTypeAllWrap {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-goodTypeAllWrap {
    margin-top: 16px;
  }
}

@media screen and (min-width: 767px) {
  .p-goodTypeWrap.mh257 {
    min-height: 257px;
  }
}
.p-goodTypeWrap:not(:first-child) {
  margin-top: 16px;
}

.p-goodText {
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .p-goodText {
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-goodText.small {
  font-size: 13px;
}
.p-goodText .dot {
  display: flex;
  align-items: flex-start;
}
.p-goodText .dot::before {
  margin-right: 4px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
  flex-basis: 6px;
  flex-grow: 0;
  margin-top: 10px;
}
.p-goodText.mt0 {
  margin-top: 0;
}

/* --- 20240710追加 --- */
.exampleCarModel{
    display:block;
    font-size: 13px;
    margin-top:16px;
}

@media screen and (min-width: 767px) {
  .p-goodText.mh268 {
    min-height: 268px;
  }
    /* --- 20240710追加 --- */
    .exampleCarModel{
        font-size: 13px;
    }
}

.p-goodBtn {
  margin-top: 8px;
}

.p-goodType {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .p-goodType {
    font-size: 16px;
  }
}

.p-goodPrice {
  font-size: 24px;
  color: #e80000;
  font-weight: bold;
}
.p-goodPrice .en {
  font-size: 16px;
}
.p-goodPrice .tax {
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .p-goodPrice .tax {
    font-size: 16px;
  }
}

.p-btn {
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec721f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  position: relative;
  background: #ec721f;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-btn {
    transition: 0.2s;
  }
  .p-btn:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
  }
}
.p-btn::before {
  margin-right: 5px;
  content: "";
  display: block;
  background: url("../_images/shopping_cart.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.p-btn.storefront::before {
  margin-right: 0;
  content: "";
  display: none;
  background: none;
}
/*# sourceMappingURL=car_security.css.map */

/* 2024/08/01追記 */
.smartBlocker_h4_span {
  font-size: 17px;
  display: inline-block;
}
.smartBlocker_h4_span__lg {
  font-size: 20px;
}
.smartBlocker_h4_span_u-line {
  border-bottom: solid 4px #faff00;
  margin-bottom: 2px;
  display: inline-block;
  line-height: 1.1;
}

.image_smartBlocker2 {
  padding: 10px 20px 0;
}

@media screen and (min-width: 768px) {
  .smartBlocker_h4_span {
    font-size: 21px;
  }
  .smartBlocker_h4_span__lg {
    font-size: 24px;
  }
  .smartBlocker_h4_span_u-line {
    margin-bottom: 0px;
  }

  .image_smartBlocker2 {
    padding: 10px 56px 0;
  }
}

.p-goodText.release-date {
  text-align: center;
  font-weight: bold;
}