@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ----------------------------------------------
  header
 ---------------------------------------------- */
header.global-header nav.local-nav .autostore-header {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
}

.autostore-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 22px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium",
    "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .autostore-header {
    padding: 15px 20px;
  }
}

.autostore-header::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .autostore-header__logo img {
    width: 100px;
    height: 22px;
  }
}

.autostore-header__utility__btn a {
  background-color: #e11b22;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 7px 20px 8px;
  border-radius: 50px;
  transition: 0.2s ease background-color;
}

@media screen and (max-width: 768px) {
  .autostore-header__utility__btn a {
    font-size: 12px;
    padding: 6px 18px 7px;
  }
}

.autostore-header__utility__btn a:hover,
.autostore-header__utility__btn a:focus {
  background-color: #f21d24;
}

.breadcrumb.header_mt,
.breadcrumb.header_mt_sp {
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .breadcrumb.header_mt,
  .breadcrumb.header_mt_sp {
    margin-top: 52px;
  }
}

/* ----------------------------------------------
  basic
 ---------------------------------------------- */
.autostore-wrap {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium",
    "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 145px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .autostore-wrap {
    margin-bottom: 65px;
  }
}

.autostore-wrap ul,
.autostore-wrap li,
.autostore-wrap section,
.autostore-wrap p,
.autostore-wrap div {
  box-sizing: border-box;
}

.autostore-wrap ul::after,
.autostore-wrap li::after,
.autostore-wrap section::after,
.autostore-wrap p::after,
.autostore-wrap div::after {
  content: none;
}

.autostore-wrap button {
  border: 0;
  color: #333;
  background-color: transparent;
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium",
    "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", sans-serif;
}

.autostore-wrap iframe {
  border: 0;
}

.autostore-wrap video {
  width: 100%;
  height: auto;
}

.autostore-wrap img {
  max-width: 100%;
  height: auto;
}

.autostore-modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.pagetop.is-fixed {
  z-index: 1;
}

/* ----------------------------------------------
  common parts
 ---------------------------------------------- */
.autostore-hdg {
  text-align: center;
  padding-top: 110px;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .autostore-hdg {
    padding-top: 75px;
    margin-bottom: 50px;
  }
}

.autostore-hdg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 51px;
  height: 70px;
  background-image: url(/jp/set/data/product/autostore/img/logo_symbol_01.jpg);
  background-size: 51px 70px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .autostore-hdg::before {
    width: 35px;
    height: 48px;
    background-size: 35px 48px;
  }
}

.autostore-hdg__item {
  display: block;
  color: #333;
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .autostore-hdg__item {
    font-size: 28px;
  }
}

.autostore-hdg__sub {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #e11b22;
  letter-spacing: 1px;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .autostore-hdg__sub {
    font-size: 14px;
  }
}

.autostore-hdg-2 {
  text-align: center;
  margin: 60px auto 40px;
}

.autostore-hdg-2__item {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
}

@media screen and (max-width: 768px) {
  .autostore-hdg-2__item {
    font-size: 22px;
  }
}

.autostore-hdg-2__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #333;
}

.autostore-hdg-3 {
  margin-bottom: 20px;
}

.autostore-hdg-3__item {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (min-width: 769px) {
  .autostore-hdg-3__item {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .autostore-hdg-3__item {
    font-size: 26px;
  }
}
.partner__name {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .partner__name {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .partner__name {
    font-size: 12px;
  }
}

.autostore-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .autostore-text {
    font-size: 16px;
  }
}

.autostore-text + .autostore-hdg-2 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .autostore-text + .autostore-hdg-2 {
    margin-top: 60px;
  }
}

.autostore-note {
  display: table;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
}

.autostore-note__mark {
  display: table-cell;
  padding: 0 3px 0 0;
  white-space: nowrap;
}

.autostore-note__text {
  display: table-cell;
  padding-left: 0;
}

.autostore-youtube {
  position: relative;
  width: 100%;
  padding-top: 62%;
}

.autostore-youtube__item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.autostore-youtube + .autostore-hdg-2 {
  margin-top: 100px;
}

.autostore-pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .autostore-pc-none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .autostore-sp-none {
    display: none;
  }
}

.autostore-tab {
  display: flex;
  border-bottom: 2px solid #e11b22;
  position: relative;
  z-index: 1;
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 768px) {
  .autostore-tab {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}

.autostore-tab__item {
  width: calc((200 / 1080) * 100%);
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 768px) {
  .autostore-tab__item {
    width: calc((101 / 335) * 100%);
    margin-right: calc((16 / 335) * 100%);
    margin-top: 16px;
  }
  .autostore-tab__item:nth-child(3n) {
    margin-right: 0;
  }
}

.autostore-tab__item + .autostore-tab__item {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .autostore-tab__item + .autostore-tab__item {
    margin-left: 0;
  }
}

.autostore-tab__item > button {
  display: block;
  width: 100%;
  background-color: #d2d2d2;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 50px;
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease background-color;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .autostore-tab__item > button {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-tab__item > button {
    font-size: 12px;
    border-radius: 4px;
    height: 36px;
    padding: 0;
  }
}

.autostore-tab__item > button:hover,
.autostore-tab__item > button:focus {
  background-color: #999;
}

.autostore-tab__item > button.is-active {
  background-color: #e11b22;
}

@media screen and (max-width: 768px) {
  .autostore-tab--thin {
    padding-top: 10px;
  }
}

.autostore-tab--thin .autostore-tab__item button {
  font-size: 18px;
  height: 40px;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .autostore-tab--thin .autostore-tab__item button {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-tab--thin .autostore-tab__item button {
    font-size: 12px;
    border-radius: 4px;
    height: 36px;
  }
}

@media screen and (max-width: 374px) {
  .autostore-tab--thin .autostore-tab__item button {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-tab--thin + .autostore-tab-content {
    padding-top: 10px;
  }
}

.autostore-tab-content {
  padding-top: 50px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.autostore-tab-content__item {
  display: none;
}

.autostore-tab-content__item.is-active {
  display: block;
}

.autostore-tab-content__box {
  position: relative;
  min-height: 490px;
  background-color: #faf6fa;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box {
    min-height: inherit;
    display: flex;
    flex-direction: column-reverse;
  }
}

.autostore-tab-content__box__hdg {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box__hdg {
    font-size: 22px;
  }
}

.autostore-tab-content__box__text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box__text {
    font-size: 15px;
  }
}

.autostore-tab-content__box__text + .autostore-modal-list {
  margin-top: 30px;
}

.autostore-tab-content__box__inner {
  max-width: 400px;
  width: 100%;
  position: relative;
  min-height: 440px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box__inner {
    max-width: 100%;
    min-height: inherit;
  }
}

.autostore-tab-content__box__media {
  position: absolute;
  right: -40px;
  bottom: 65px;
  max-width: 870px;
  height: 490px;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box__media {
    position: static;
    max-width: 100%;
    height: inherit;
  }
}

.autostore-tab-content__box__media video {
  z-index: 0;
  background: #faf6fa;
}

.autostore-tab-content__box__media__caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1080px) {
  .autostore-tab-content__box__media__caption {
    position: static;
  }
}

@media screen and (min-width: 769px) {
  .autostore-tab-content #row-3-tab-01,
  .autostore-tab-content #row-3-tab-02,
  .autostore-tab-content #row-3-tab-03,
  .autostore-tab-content #row-3-tab-04,
  .autostore-tab-content #row-3-tab-05 {
    min-height: 643px;
  }
}

#row-5-tab-01 .autostore-tab-content__box__media__caption {
  left: calc(50% - 70px);
  bottom: 80px;
}

#row-5-tab-01 .autostore-tab-content__box__inner {
  min-height: 470px;
}

@media screen and (max-width: 1080px) {
  #row-5-tab-01 .autostore-tab-content__box__inner {
    min-height: inherit;
    margin-top: 40px;
  }
}

#row-5-tab-04 .autostore-tab-content__box__media__caption {
  left: calc(50% - 188px);
  bottom: 60px;
}

@media screen and (max-width: 1080px) {
  #row-5-tab-04 .autostore-tab-content__box__inner {
    margin-top: 40px;
  }
}

.autostore-tab-hdg {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .autostore-tab-hdg {
    font-size: 22px;
    margin-bottom: 22px;
  }
}

.autostore-tab-hdg-2 {
  font-weight: 700;
  font-size: 22px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .autostore-tab-hdg-2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.autostore-modal-list {
  display: flex;
}

.autostore-modal-list__item + .autostore-modal-list__item {
  margin-left: 20px;
}

.autostore-modal-list__item button {
  padding: 0;
}

.autostore-modal-list__item button img {
  transition: ease 0.2s opacity;
}

.autostore-modal-list__item button:hover img,
.autostore-modal-list__item button:focus img {
  opacity: 0.7;
}

.autostore-modal-list__item button span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}

.autostore-media-lyt {
  display: flex;
}

@media screen and (max-width: 768px) {
  .autostore-media-lyt {
    flex-direction: column;
  }
}

.autostore-media-lyt__col {
  width: calc((490 / 1080) * 100%);
  margin-left: calc((50 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-media-lyt__col {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.autostore-media-lyt__media {
  width: calc((540 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-media-lyt__media {
    width: 100%;
  }
}

.autostore-dl__item + .autostore-dl__item {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .autostore-dl__item + .autostore-dl__item {
    margin-top: 16px;
  }
}

.autostore-dl__item dt {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .autostore-dl__item dt {
    font-size: 16px;
  }
}

.autostore-dl__item dd {
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .autostore-dl__item dd {
    font-size: 15px;
  }
}

.autostore-dl--2 .autostore-dl__item dt {
  color: #1a82ad;
}

.autostore-dl--2 .autostore-dl__item dd {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .autostore-dl--2 .autostore-dl__item dd {
    font-size: 16px;
  }
}

.autostore-dl + .autostore-tab-text {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .autostore-dl + .autostore-tab-text {
    margin-top: 25px;
  }
}

.autostore-tab-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .autostore-tab-text {
    font-size: 18px;
  }
}

.autostore-media + .autostore-dl {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .autostore-media + .autostore-dl {
    margin-top: 15px;
  }
}

.autostore-media + .autostore-tab-hdg-2 {
  margin-top: 50px;
}

.autostore-list__item {
  font-size: 16px;
  display: block;
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}

.autostore-list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 4px;
  background-color: #e11b22;
  border-radius: 50%;
}

.autostore-list-icon {
  display: flex;
}

@media screen and (max-width: 768px) {
  .autostore-list-icon {
    flex-direction: column;
  }
}

.autostore-list-icon__item {
  width: calc((240 / 1080) * 100%);
  display: flex;
  align-items: center;
  padding: 14px 2px 14px 92px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .autostore-list-icon__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-list-icon__item {
    width: 100%;
    font-size: 15px;
    min-height: 80px;
  }
}

.autostore-list-icon__item + .autostore-list-icon__item {
  margin-left: calc((40 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-list-icon__item + .autostore-list-icon__item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.autostore-list-icon__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.autostore-list-icon__item--01::before {
  background-image: url(/jp/set/data/product/autostore/img/features_05_icon_01.jpg);
}

.autostore-list-icon__item--02::before {
  background-image: url(/jp/set/data/product/autostore/img/features_05_icon_02.jpg);
}

.autostore-list-icon__item--03::before {
  background-image: url(/jp/set/data/product/autostore/img/features_05_icon_03.jpg);
}

.autostore-list-icon__item--04::before {
  background-image: url(/jp/set/data/product/autostore/img/features_05_icon_04.jpg);
}

.autostore-col {
  display: flex;
}

@media screen and (max-width: 768px) {
  .autostore-col {
    flex-direction: column;
  }
}

.autostore-col--2 .autostore-col__item {
  width: calc((430 / 900) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-col--2 .autostore-col__item {
    width: 100%;
  }
}

.autostore-col--2 .autostore-col__item + .autostore-col__item {
  margin-left: calc((40 / 900) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-col--2 .autostore-col__item + .autostore-col__item {
    margin-left: 0;
    margin-top: 20px;
  }
}

.autostore-col--3 .autostore-col__item {
  width: calc((330 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-col--3 .autostore-col__item {
    width: 100%;
  }
}

.autostore-col--3 .autostore-col__item + .autostore-col__item {
  margin-left: calc((45 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-col--3 .autostore-col__item + .autostore-col__item {
    margin-left: 0;
    margin-top: 35px;
  }
}

.autostore-panel {
  background-color: #f6f6f6;
  padding: 22px 0;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .autostore-panel {
    padding: 10px 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.autostore-panel__list {
  display: flex;
}

@media screen and (max-width: 768px) {
  .autostore-panel__list {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.autostore-panel__list__item {
  width: calc((226 / 900) * 100%);
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .autostore-panel__list__item {
    width: calc((187 / 375) * 100%);
    border-bottom: 1px solid #d2d2d2;
    padding: 20px;
  }
}

.autostore-panel__list__item + .autostore-panel__list__item {
  border-left: 1px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
  .autostore-panel__list__item + .autostore-panel__list__item {
    border-left: 0;
  }
}

.autostore-panel__list__item:nth-child(even) {
  border-left: 1px solid #d2d2d2;
}

.autostore-panel__list__item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.autostore-panel__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.6;
}

.autostore-panel__num__text {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .autostore-panel__num__text {
    font-size: 30px;
  }
}

.autostore-panel__num__sub {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .autostore-panel__num__sub {
    font-size: 16px;
  }
}

.autostore-panel__sub {
  font-size: 14px;
  line-height: 1;
  margin-top: 6px;
}

.autostore-modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.autostore-modal.is-active {
  display: block;
  overflow-y: scroll;
}

.autostore-modal .autostore-modal__inner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px 60px 0;
  max-width: 900px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .autostore-modal .autostore-modal__inner {
    padding: 35px 0 0;
    max-width: 100%;
  }
}

.autostore-modal .autostore-modal__media {
  position: relative;
  box-sizing: border-box;
  max-width: 900px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .autostore-modal .autostore-modal__media {
    max-width: 100%;
  }
}

.autostore-modal .autostore-modal__media img {
  max-width: 100%;
}

.autostore-modal__close {
  width: 32px;
  height: 32px;
  color: transparent;
  background-color: transparent;
  border: 0;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .autostore-modal__close {
    width: 20px;
    height: 20px;
  }
}

.autostore-modal__close span {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .autostore-modal__close span {
    width: 20px;
    height: 20px;
  }
}

.autostore-modal__close span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/jp/set/data/product/autostore/img/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .autostore-modal__close span::before {
    width: 20px;
    height: 20px;
  }
}

.autostore-modal__close span::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.autostore-modal__media__caption {
  color: #fff;
  margin-top: 5px;
}

/* ----------------------------------------------
  content
 ---------------------------------------------- */

/* logi_nav */
.logi-navi {
  width: 100%;
  padding: 0 20px;
  background: #ffffff;
}
#logi__header {
  height: 50px;
  width: 100%;
  max-width: 1250px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #252c5e;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 14px;
  font-weight: 200;
}
#logi__header.js_fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 5; /*最前面へ*/
  top: 0; /*位置指定*/
}
#logi-navi a {
  margin: 0 auto;
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
  padding: 4px 5px;
  font-size: 14px;
  align-items: center;
}
.logi-navi nav {
  width: 100%;
  max-width: 750px;
}
.logi-navi nav ul#logi-navi {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  transform: translate(-8px, 0px);
}
#logi-navi a {
  color: #000000;
  font-weight: 500;
}
#logi-navi li a:hover {
  opacity: 0.8;
}
ul#logi-navi li {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  ul#logi-navi li.pc_none {
    display: none;
  }
}
.autostore-mv {
  position: relative;
}

.autostore-mv__wrap {
  max-width: 1280px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .autostore-mv__wrap {
    max-width: 100%;
  }
}

.autostore-mv__inner {
  position: absolute;
  color: #fff;
  z-index: 1;
  padding-bottom: 65px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .autostore-mv__inner {
    padding-bottom: 50px;
  }
}

.autostore-mv__inner__title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2.708px;
}

@media screen and (max-width: 768px) {
  .autostore-mv__inner__title {
    font-size: 46px;
  }
}

.autostore-mv__inner__sub {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .autostore-mv__inner__sub {
    font-size: 16px;
  }
}

.autostore-mv__inner__btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .autostore-mv__inner__btn {
    margin-top: 25px;
  }
}

.autostore-mv__inner__btn button {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 46px 14px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.2s ease;
}

@media screen and (max-width: 768px) {
  .autostore-mv__inner__btn button {
    font-size: 16px;
    padding: 12px 39px;
  }
}

.autostore-mv__inner__btn button:hover,
.autostore-mv__inner__btn button:focus {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}

.autostore-mv__media {
  height: 623px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .autostore-mv__media {
    height: 500px;
  }
}

.autostore-mv__media video {
  width: 100%;
  height: 623px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .autostore-mv__media video {
    height: 500px;
  }
}

.autostore-row-1 {
  padding: 100px 0 80px;
}

@media screen and (max-width: 768px) {
  .autostore-row-1 {
    padding: 80px 0 60px;
  }
}

.autostore-row-1__catch {
  max-width: 954px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__catch {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .autostore-row-1__catch__logo img {
    width: 170px;
    height: 125px;
  }
}

.autostore-row-1__catch__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 37px;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__catch__text {
    margin-left: 0;
    margin-top: 35px;
  }
}

.autostore-row-1__media {
  max-width: 800px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__media {
    margin: 40px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.autostore-row-1__list {
  max-width: 970px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__list {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-top: -35px;
  }
}

.autostore-row-1__list__item + .autostore-row-1__list__item {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__list__item + .autostore-row-1__list__item {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-row-1__list__item {
    width: 50%;
    box-sizing: border-box;
    padding: 35px 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .autostore-row-1__list__item img {
    max-width: 150px;
    max-height: 150px;
    width: 100%;
  }
}

.autostore-row-1__text {
  max-width: 1010px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__text {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}

.autostore-row-1__text .autostore-note {
  position: absolute;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .autostore-row-1__text .autostore-note {
    bottom: -40px;
  }
}

@media screen and (max-width: 768px) {
  .autostore-row-1__text .autostore-note {
    position: static;
    margin-top: 30px;
  }
}

.autostore-row-1__copy {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #e11b22;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .autostore-row-1__copy {
    font-size: 28px;
    line-height: 1.8;
  }
}

.autostore-row-1__copy span {
  display: inline;
  padding-bottom: 3px;
  border-bottom: 1px solid #e11b22;
}

.autostore-row-2 {
  background-color: #222;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .autostore-row-2 {
    padding: 60px 0;
  }
}

.autostore-row-2__inner {
  max-width: 840px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  color: #fff;
}

.autostore-row-2__text {
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .autostore-row-2__text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.autostore-row-3 {
  padding: 150px 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .autostore-row-3 {
    padding: 100px 0;
  }
}

.autostore-row-3__inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.autostore-row-4 {
  padding: 0 0 150px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .autostore-row-4 {
    padding: 0 0 60px;
  }
}

.autostore-row-4__inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.autostore-row-4__catch {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.autostore-row-4__catch::before {
  content: "";
  display: block;
  position: absolute;
  width: 824px;
  height: 492px;
  background-image: url(/jp/set/data/product/autostore/img/products_img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  top: -30px;
}

@media screen and (max-width: 768px) and (min-width: 561px) {
  .autostore-row-4__catch::before {
    height: 273px;
    width: 457px;
    background-size: contain;
    left: 50%;
    top: 0;
    right: 0;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 560px) {
  .autostore-row-4__catch::before {
    height: 273px;
    width: 457px;
    background-size: contain;
    left: inherit;
    top: 0;
    right: 0;
    margin-right: 0;
  }
}

.autostore-row-4__catch__hdg {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .autostore-row-4__catch__hdg {
    font-size: 18px;
  }
}

.autostore-row-4__catch__text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .autostore-row-4__catch__text {
    font-size: 15px;
  }
}

.autostore-row-4__catch__col {
  width: calc((490 / 1080) * 100%);
  margin-left: calc((50 / 1080) * 100%);
}

@media screen and (max-width: 768px) {
  .autostore-row-4__catch__col {
    width: 100%;
    margin-left: 0;
    margin-top: 330px;
  }
}

.autostore-row-5 {
  padding: 80px 0 70px;
  background-color: #faf6fa;
}

@media screen and (max-width: 768px) {
  .autostore-row-5 {
    padding: 60px 0;
  }
}

.autostore-row-5__inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.autostore-row-5__inner > .autostore-hdg-2:first-child {
  margin-top: 0;
}

.autostore-row-6 {
  padding: 150px 0 100px;
}

@media screen and (max-width: 768px) {
  .autostore-row-6 {
    padding: 100px 0;
  }
}

.autostore-row-6__inner {
  max-width: 940px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.autostore-row-6__inner > .autostore-hdg-2:first-child {
  margin-top: 0;
}

.autostore-row-apply {
  padding: 80px 0;
  background-image: url(/jp/set/data/product/autostore/img/footer_bg.jpg);
  background-repeat: no-repeat;
  min-height: 286px;
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .autostore-row-apply {
    min-height: 256px;
  }
}

.autostore-row-apply__inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.autostore-row-apply__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.13;
}

@media screen and (max-width: 768px) {
  .autostore-row-apply__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.autostore-row-apply__btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .autostore-row-apply__btn {
    margin-top: 30px;
  }
}

.autostore-row-apply__btn a {
  background-color: #e11b22;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 15px 50px 16px;
  border-radius: 50px;
  transition: 0.2s ease background-color;
}

@media screen and (max-width: 768px) {
  .autostore-row-apply__btn a {
    font-size: 18px;
    padding: 15px 52px 16px;
  }
}

.autostore-row-apply__btn a:hover,
.autostore-row-apply__btn a:focus {
  background-color: #f21d24;
}
/*# sourceMappingURL=style.css.map */

.autostore-row-hojokin {
  padding: 80px 0;
}

.autostore-row-hojokin__inner {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  color: #333;
  text-align: center;
}
.autostore-row-hojokin__text {
  padding-bottom: 20px;
  font-size: 18px;
}
.autostore-row-price {
  margin-top: 80px;
  margin-bottom: 80px;
}
.price__container {
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.price__container p {
  font-size: 18px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .price__container p {
    font-size: 16px;
  }
}
.price__container .txt-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__container .txt-center {
    text-align: left;
  }
}
.price__container .txt-center a {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #e11b22;
  font-weight: bold;
  padding: 8px 20px;
  border: 2px solid #e11b22;
  border-radius: 5px;
  cursor: pointer;
}
.autostore-row-lil {
  margin: 150px auto 0 auto;
}
.lil__container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.lil__container h2 {
  text-align: center;
}
.lil__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lil__flex {
    flex-direction: column;
  }
}
.lil__flex .lil__txt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .lil__flex .lil__txt {
    width: 100%;
    font-size: 16px;
  }
}
.lil__flex .lil__txt p {
  line-height: 1.8;
}
.lil__flex .lil__txt a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #e11b22;
  font-weight: bold;
  padding: 8px 20px;
  border: 2px solid #e11b22;
  border-radius: 5px;
  cursor: pointer;
}

/* PIO */
.autostore-pio-1 {
  padding: 50px 0;
  background-color: #f0f9be;
}
.autostore-pio-1__inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.autostore-pio-1__inner .pio__heading {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .autostore-pio-1__inner .pio__heading {
    flex-direction: column;
  }
}
.autostore-pio-1__inner .pio__heading img {
  width: 130px;
}
.autostore-pio-1__inner .pio__heading p {
  font-size: 34px;
  font-weight: 600;
  color: #111e2d;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .autostore-pio-1__inner .pio__heading p {
    font-size: 20px;
    padding-left: 0;
    padding-top: 15px;
  }
}
.autostore-pio-1__inner .pio__detail--btn {
  margin-top: 30px;
}
.autostore-pio-1__inner .pio__detail--btn a {
  text-decoration: none;
  padding: 8px 20px;
  border: 2px solid #111e2d;
  background-color: #fff;
  color: #111e2d;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
}

.autostore-pio-2 {
  padding: 80px 0;
  background-color: #f0f9be;
}
.autostore-pio-2__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.autostore-pio-2__inner .pio__inner--wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .autostore-pio-2__inner .pio__inner--wrap {
    flex-direction: column;
  }
  .autostore-pio-2__inner .pio__inner--wrap:last-of-type {
    flex-direction: column-reverse;
  }
}

.autostore-pio-2__inner .pio__inner--wrap:first-of-type {
  margin-bottom: 40px;
}
.autostore-pio-2__inner .pio__inner--wrap:first-of-type .txt img {
  width: 250px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .autostore-pio-2__inner .pio__inner--wrap:first-of-type .txt img {
    width: 160px;
  }
}
.autostore-pio-2__inner .pio__inner--wrap .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .autostore-pio-2__inner .pio__inner--wrap .img {
    width: 100%;
  }
}
.autostore-pio-2__inner .pio__inner--wrap .txt {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .autostore-pio-2__inner .pio__inner--wrap .txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}
.autostore-pio-2__inner .pio__inner--wrap .txt .heading {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .autostore-pio-2__inner .pio__inner--wrap .txt .heading {
    font-size: 20px;
  }
}
.autostore-pio-2__inner .pio__inner--wrap .txt .detail {
  padding-bottom: 15px;
}
