@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&text=0123456789POINT&display=swap");
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../function/carte/_font/NotoSansCJKjp-Regular.eot") format("eot"), url("../function/carte/_font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../function/carte/_font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../function/carte/_font/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../function/carte/_font") format("eot"), url("../function/carte/_font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../function/carte/_font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../function/carte/_font/NotoSansCJKjp-Bold.woff") format("woff");
}
.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.c-emphasis-text {
  color: #e50020;
  font-weight: bold;
}
.c-emphasis-text.-normal {
  font-weight: normal;
}

html .all-wrapper {
  -webkit-box-sizing: border-box;
          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: "Noto Sans CJK JP", "NotoSansCJKjp", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  color: #000;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
  }
}

.all-wrapper div:after,
.all-wrapper dl:after,
.all-wrapper ul:after {
  display: initial;
  content: none;
}

.all-wrapper {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
a > span {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:hover > span {
  opacity: 0.7;
}

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

.logoAreaBox {
  margin-bottom: 0;
}

.mark-line {
  background: #e50020;
  padding: 2px;
  color: #fff;
}

.mv {
  position: relative;
  background: linear-gradient(130deg, #27414b, rgba(39, 65, 75, 0) 40%), url(/webfront/static_html/shp/app/img/carte/mv_sp.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  padding-top: 100%;
}
@media screen and (min-width: 767px) {
  .mv {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #27414b), color-stop(40%, rgba(39, 65, 75, 0))), url(/webfront/static_html/shp/app/img/carte/mv_pc.png) no-repeat;
    background: linear-gradient(90deg, #27414b 20%, rgba(39, 65, 75, 0) 40%), url(/webfront/static_html/shp/app/img/carte/mv_pc.png) no-repeat;
    padding-top: 36.5%;
    height: 0;
    background-size: cover;
  }
}
@media screen and (min-width: 767px) {
  .mv__catch {
    width: 1000px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 40%;
  }
}
.mv__catch-img {
  position: absolute;
  top: 5%;
  width: 70%;
  left: 4%;
}
@media screen and (min-width: 767px) {
  .mv__catch-img {
    top: 114px;
    width: 50%;
    left: 12%;
  }
}

.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 24px;
  background: #000;
  color: #fff;
}
.mv-bottom::before {
  margin: 24px auto 0;
  display: block;
  content: "";
  background: url(/webfront/static_html/shp/app/img/carte/img_car.png) no-repeat;
  background-size: contain;
  height: 145px;
  width: 212px;
}
@media screen and (min-width: 767px) {
  .mv-bottom {
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv-bottom::after {
    display: block;
    content: "";
    background: url(/webfront/static_html/shp/app/img/carte/img_app.png) no-repeat;
    background-size: contain;
    height: 201px;
    width: 200px;
  }
  .mv-bottom::before {
    margin: 0;
  }
}

.app-lead {
  padding: 40px 20px 0;
  background: url(/webfront/static_html/shp/app/img/carte/bg_02.png), #e50020;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -140px;
}
@media screen and (min-width: 767px) {
  .app-lead__inner {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .app-lead__download {
    width: 398px;
  }
}
@media screen and (min-width: 767px) {
  .app-lead__barcode {
    display: block;
    width: 160px;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .app-lead__img {
    width: 585px;
  }
}
.app-lead__lead-wrap {
  margin-top: 28px;
}

.balloon {
  padding: 15px;
  position: relative;
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}
.balloon::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
}
@media screen and (min-width: 767px) {
  .balloon {
    font-size: 20px;
  }
}

.app-download {
  margin-top: 20px;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
@media screen and (min-width: 767px) {
  .app-download {
    margin: 24px auto 0;
    padding: 20px;
    width: 200px;
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .app-download .dl-icon {
    pointer-events: none !important;
  }
}
.app-download .dl-icon {
  pointer-events: auto;
}
.app-download__link {
  display: block;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 12px;
  background: #fdd835;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.l-section {
  padding: 40px 24px 24px;
}
@media screen and (min-width: 767px) {
  .l-section {
    padding: 90px;
  }
}

.b-reason01 {
  padding: 0 36px;
}
@media screen and (min-width: 767px) {
  .b-reason01__title {
    width: 360px;
    margin: auto;
  }
}
.b-reason01__img {
  margin: 20px 0 16px;
}
.b-reason01__img.-pc {
  width: 1000px;
  margin: auto;
  display: block;
}

.b-reason02 {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .b-reason02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.b-reason02__item {
  padding: 8px;
  border: 3px solid #e50020;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
.b-reason02__item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .b-reason02__item {
    padding: 30px;
  }
  .b-reason02__item:not(:first-child) {
    margin-left: 30px;
  }
}

.b-point {
  background: url(/webfront/static_html/shp/app/img/carte/bg_01.png), #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.b-point.-left {
  background-position: -100px;
}
.b-point__title {
  padding: 0 16px;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .b-point__title {
    width: 376px;
    margin: auto;
  }
  .b-point__title.-mechanic {
    width: 525px;
  }
}
.b-point__sp-img {
  margin: 24px auto 40px;
  display: block;
  width: 80%;
}
@media screen and (min-width: 767px) {
  .b-point__sp-img {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .b-point__list {
    margin-left: 80px;
    width: 50%;
  }
}
.b-point__item {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .b-point__item {
    margin-top: 0;
  }
  .b-point__item:not(:first-child) {
    margin-top: 40px;
  }
}
.b-point__item.-point1 {
  padding-top: 85%;
  background-image: url(/webfront/static_html/shp/app/img/carte/img_carte_app01_sp.png);
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  background-position: top center;
}
@media screen and (min-width: 767px) {
  .b-point__item.-point1 {
    background-image: none;
    padding-top: 0;
  }
}
.b-point__item.-point2 {
  padding-top: 85%;
  background-image: url(/webfront/static_html/shp/app/img/carte/img_carte_app02_sp.png);
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  background-position: top center;
}
@media screen and (min-width: 767px) {
  .b-point__item.-point2 {
    background-image: none;
    padding-top: 0;
  }
}
.b-point__item-title {
  font-size: 20px;
  font-weight: bold;
  color: #e50020;
}
@media screen and (min-width: 767px) {
  .b-point__item-title {
    font-size: 28px;
  }
}
.b-point__item-title-text {
  position: relative;
  display: block;
  margin: 12px 0 16px;
}
@media screen and (min-width: 767px) {
  .b-point__item-title-text::before {
    display: block;
    content: "";
    background-image: url(/webfront/static_html/shp/app/img/carte/border.png);
    position: absolute;
    background-size: contain;
    width: 108px;
    height: 17px;
    top: 15px;
    left: -5em;
  }
}
.b-point__item-text {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .b-point__item-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .b-point__pc-wrap {
    width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .b-point__pc-img {
    width: 380px;
    -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 767px) {
  .b-point__keep {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .b-point__keep-maint {
    width: 864px;
    margin: 114px auto 0;
    text-align: center;
  }
}

/* --- 主要10項目 --- */
.b-main-items {
  background: #434343;
}
.b-main-items__title {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .b-main-items__title {
    font-size: 28px;
  }
}
.b-main-items__list {
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .b-main-items__list {
    width: 830px;
    margin: 30px auto 0;
  }
}
.b-main-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
   margin-top: 20px;
}
  .b-main-items__item img{
    width:13.3vw;
  }
/* .b-main-items__item:nth-child(n+3) {
  margin-top: 20px;
  } */

@media screen and (min-width: 767px) {
  .b-main-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
    margin-bottom:10px;
  }
  .b-main-items__item img{
    width:40px;
  }
  /*   .b-main-items__item:nth-child(n+3) {
    margin-top: 0;
    color:#3f3;
  }
  .b-main-items__item:nth-child(n+4) {
    margin-top: 20px;
    color:#f33;
  }
  .b-main-items__item:nth-child(3n) {
    margin-top: 20px;
    color:#33f;
  } */
}
/* --- 主要10項目ここまで --- */

/* IE */
@media all and (-ms-high-contrast: none) {
  .b-main-items__item {
    width: 33.3333333333%;
  }
}
.b-main-items__icon {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .b-main-items__icon {
    margin-right: 16px;
  }
}

.b-good-maint {
  padding-bottom: 0;
}
.b-good-maint__title {
  padding: 0 36px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .b-good-maint__title {
    width: 617px;
    margin: 0 auto 40px;
  }
}
.b-good-maint__point {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .b-good-maint__point {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .b-good-maint__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1000px;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .b-good-maint__item {
    text-align: center;
    width: calc(100% / 3);
  }
}
.b-good-maint__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .b-good-maint__item {
    margin-top: 0;
  }
}
.b-good-maint__text {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .b-good-maint__text {
    font-size: 14px;
  }
}

.point-label {
  font-family: Montserrat sans-serif;
  display: table;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #e50020;
}
@media screen and (min-width: 767px) {
  .point-label {
    font-size: 18px;
  }
}

.youtube__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 767px) {
  .youtube__wrap {
    width: 640px;
    padding-top: 36.25%;
  }
}
@media screen and (min-width: 767px) {
  .youtube {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.youtube__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube__img {
  display: none;
}
@media screen and (min-width: 767px) {
  .youtube__img {
    display: block;
    width: 146px;
    margin-right: 35px;
  }
  .youtube__img.-woman {
    width: 165px;
    margin: 0 0 0 16px;
  }
}

.bnr-section {
  padding: 0 24px 40px;
}
@media screen and (min-width: 767px) {
  .bnr-section {
    width: 960px;
    margin: auto;
    padding: 35px;
  }
}
.bnr-section__bnr {
  display: block;
  margin: auto;
  text-align: center;
}
.bnr-section__bnr:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .bnr-section__bnr:not(:first-child) {
    margin-top: 40px;
  }
}
.bnr-section__bnr:hover {
  opacity: 0.8;
}

.note {
  padding: 10px 24px;
  font-size: 10px;
  text-align: right;
}

.check-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.check-icon::before {
  margin: 5px 16px 0 0;
  display: inline-block;
  content: "";
  background: url(/webfront/static_html/shp/app/img/carte/check.svg) no-repeat;
  background-size: contain;
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .check-icon::before {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
}
.check-icon:not(:first-child) {
  margin-top: 16px;
}
/*# sourceMappingURL=carte.css.map */
