body {
  color: #3b3b3b;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (min-width: 415px) {
  body {
    min-width: 1366px;
  }
}
@media screen and (max-width: 414px) {
  body {
    min-width: 414px;
    overflow: hidden;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .inner {
    width: 80%;
  }
}
@media screen and (min-width: 415px) {
  .inner {
    width: 1100px;
  }
}

/***** footer *****/
footer {
  border-bottom: 47px solid #006D31;
  padding: 60px 0 0;
}
footer .open-time {
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}
footer .open-time::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 415px) {
  footer .open-time::before {
    transform: translate(0px, 23px);
  }
}
@media screen and (max-width: 414px) {
  footer .open-time::before {
    transform: translate(0px, 18px);
  }
}
footer .open-time h2 {
  background: #fff;
  display: inline-block;
  margin-bottom: 18px;
}
@media screen and (min-width: 415px) {
  footer .open-time h2 {
    font-size: 30px;
    padding: 0 23px 0 55px;
  }
}
@media screen and (max-width: 414px) {
  footer .open-time h2 {
    font-size: 22px;
    padding: 0 13px 0 37px;
  }
}
footer .open-time .image-wrapper {
  width: 100%;
}
@media screen and (max-width: 414px) {
  footer .open-time .image-wrapper {
    overflow: scroll;
  }
  footer .open-time .image-wrapper img {
    width: 1100px;
    max-width: none;
  }
}
footer .open-time .notes {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  footer .open-time .notes {
    text-align: left;
  }
}
footer .footer-info-map-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
footer .footer-info-map-wrapper .info {
  color: #006D31;
}
@media screen and (min-width: 415px) {
  footer .footer-info-map-wrapper .info {
    width: 486px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer-info-map-wrapper .info {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer-info-map-wrapper .info a {
  color: #006D31;
}
footer .footer-info-map-wrapper .info .logo {
  width: 100%;
}
@media screen and (min-width: 415px) {
  footer .footer-info-map-wrapper .info .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer-info-map-wrapper .info .logo {
    margin-bottom: 30px;
  }
}
footer .footer-info-map-wrapper .info .other li {
  margin-bottom: 5px;
}
@media screen and (min-width: 415px) {
  footer .footer-info-map-wrapper .info .other .btn-g-map {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer-info-map-wrapper .info .other .btn-g-map {
    margin-top: 15px;
  }
}
footer .footer-info-map-wrapper .info .other .btn-g-map a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  text-align: center;
  width: 100%;
  height: 65px;
  border: 4px solid #006D31;
}
footer .footer-info-map-wrapper .info .other .btn-g-map a::before, footer .footer-info-map-wrapper .info .other .btn-g-map a::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer-info-map-wrapper .info .other .btn-g-map a::before {
  width: 21px;
  height: 36px;
  background-image: url(../../images/trackman/i_map.svg);
  margin-right: 20px;
}
footer .footer-info-map-wrapper .info .other .btn-g-map a::after {
  width: 15px;
  height: 27px;
  background-image: url(../../images/trackman/arrow_r_green.svg);
  margin-left: 20px;
}
footer .footer-info-map-wrapper .info .other .btn-g-map a:hover {
  color: #fff;
  background: #006D31;
}
footer .footer-info-map-wrapper .info .other .btn-g-map a:hover::before {
  background-image: url(../../images/trackman/i_map_w.svg);
}
footer .footer-info-map-wrapper .info .other .btn-g-map a:hover::after {
  background-image: url(../../images/trackman/arrow_r_w.svg);
}
@media screen and (min-width: 415px) {
  footer .footer-info-map-wrapper .map {
    width: 558px;
  }
}
@media screen and (max-width: 414px) {
  footer .footer-info-map-wrapper .map {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .footer-contact {
    margin-bottom: 20px;
  }
}
.footer-contact h2 {
  color: #fff;
  background: #006D31;
  text-align: center;
  padding: 5px;
}
@media screen and (min-width: 415px) {
  .footer-contact a {
    font-size: 48px;
  }
}
@media screen and (max-width: 414px) {
  .footer-contact a {
    font-size: 37px;
  }
}

@media screen and (min-width: 415px) {
  .footer-page-top {
    text-align: right;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .footer-page-top {
    text-align: center;
    padding: 30px 0;
  }
}
.footer-page-top a {
  color: #006D31;
  padding-right: 20px;
  border-bottom: 1px solid #006D31;
}

/***** mv *****/
.mv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  background: url(../../images/trackman/bg_mv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .mv {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 414px) {
  .mv {
    height: calc(100vh - 212px);
  }
}
@media screen and (min-width: 415px) {
  .mv .title {
    width: 1090px;
    height: 306px;
  }
}
@media screen and (max-width: 414px) {
  .mv .title {
    width: 310px;
    height: 88px;
  }
}

/***** intro *****/
.intro {
  text-align: center;
}
@media screen and (min-width: 415px) {
  .intro {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 414px) {
  .intro {
    padding: 60px 0;
  }
}
@media screen and (min-width: 415px) {
  .intro .catchphrase {
    width: 652px;
    height: 251px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 414px) {
  .intro .catchphrase {
    width: 332px;
    height: 128px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 415px) {
  .intro .point-wrapper .logo {
    width: 701px;
    height: 82px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  .intro .point-wrapper .logo {
    width: 332px;
    height: 40px;
  }
}
.intro .point-wrapper .text {
  letter-spacing: .195em;
}
@media screen and (min-width: 415px) {
  .intro .point-wrapper .machine {
    width: 454px;
  }
}
@media screen and (max-width: 414px) {
  .intro .point-wrapper .machine {
    width: 100%;
  }
}
.intro .point-wrapper .point {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
.intro .point-wrapper .point li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #E85400;
  border-radius: 50%;
}
@media screen and (min-width: 415px) {
  .intro .point-wrapper .point li {
    width: 245px;
    height: 245px;
  }
}
@media screen and (max-width: 414px) {
  .intro .point-wrapper .point li {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 415px) {
  .intro .point-wrapper .point h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 414px) {
  .intro .point-wrapper .point h2 {
    font-size: 16px;
  }
}

/***** strong-point *****/
@media screen and (min-width: 415px) {
  .strong-point {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point {
    padding-bottom: 60px;
  }
}
.strong-point h1 {
  color: #fff;
  background: #3b3b3b;
  letter-spacing: .16em;
  text-align: center;
  padding: 27px 0;
  position: relative;
}
@media screen and (min-width: 415px) {
  .strong-point h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point h1 {
    font-size: 22px;
  }
}
.strong-point h1::after {
  content: '';
  display: block;
  width: 166px;
  height: 26px;
  background: url(../../images/common/arrow_down_bk.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0px, 25px);
}
@media screen and (min-width: 415px) {
  .strong-point .item {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .item {
    padding: 60px 0;
  }
}
.strong-point .item .title {
  margin-bottom: 30px;
}
.strong-point .item .explain {
  line-height: 2.22;
}
.strong-point .point-01 {
  color: #fff;
  background: url(../../images/trackman/bg_point_01.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 {
    padding: 70px 0 160px;
  }
}
.strong-point .point-01 .inner {
  position: relative;
}
.strong-point .point-01 .inner::after {
  background-image: url(../../images/trackman/trackman_machine.png);
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 523px;
    height: 367px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-01 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 332px;
    height: 233px;
  }
}
.strong-point .point-01 .title .num {
  background: #fff;
  color: #E85400;
  letter-spacing: .05em;
  line-height: 1;
  display: inline-block;
  padding: 17px 15px 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 .title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-01 .title .num {
    font-size: 20px;
  }
}
.strong-point .point-01 .title .num span {
  line-height: 0.5;
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 .title .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-01 .title .num span {
    font-size: 40px;
  }
}
.strong-point .point-01 .title h2 {
  background: #fff;
  color: #E85400;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-01 .title h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  .strong-point .point-01 .explain {
    width: 610px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-01 .explain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.strong-point .point-02 {
  position: relative;
}
.strong-point .point-02::before {
  content: '';
  display: block;
  background: url(../../images/trackman/bg_point_02.jpg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 415px) {
  .strong-point .point-02::before {
    width: 746px;
    height: 462px;
    transform: translate(0px, 130px);
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02::before {
    width: 420px;
    height: 260px;
    transform: translate(0px, 220px);
  }
}
.strong-point .point-02 .inner {
  position: relative;
}
.strong-point .point-02 .inner::after {
  background-image: url(../../images/trackman/point_02.jpg);
}
@media screen and (min-width: 415px) {
  .strong-point .point-02 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1100px;
    height: 449px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 332px;
    height: 136px;
  }
}
.strong-point .point-02 .title .num {
  background: #3b3b3b;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  display: inline-block;
  padding: 17px 15px 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-02 .title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02 .title .num {
    font-size: 20px;
  }
}
.strong-point .point-02 .title .num span {
  line-height: 0.5;
}
@media screen and (min-width: 415px) {
  .strong-point .point-02 .title .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02 .title .num span {
    font-size: 40px;
  }
}
.strong-point .point-02 .title h2 {
  background: #3b3b3b;
  color: #fff;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-02 .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02 .title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-02 .explain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.strong-point .point-03 {
  color: #fff;
  background: url(../../images/trackman/bg_point_03.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 {
    padding: 70px 0 165px;
  }
}
.strong-point .point-03 .inner {
  position: relative;
}
.strong-point .point-03 .inner::after {
  background-image: url(../../images/trackman/point_03.jpg);
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 451px;
    height: 342px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-03 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 332px;
    height: 252px;
  }
}
.strong-point .point-03 .title .num {
  background: #fff;
  color: #3b3b3b;
  letter-spacing: .05em;
  line-height: 1;
  display: inline-block;
  padding: 17px 15px 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 .title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-03 .title .num {
    font-size: 20px;
  }
}
.strong-point .point-03 .title .num span {
  line-height: 0.5;
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 .title .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-03 .title .num span {
    font-size: 40px;
  }
}
.strong-point .point-03 .title h2 {
  background: #fff;
  color: #3b3b3b;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-03 .title h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  .strong-point .point-03 .explain {
    width: 610px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-03 .explain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.strong-point .point-04 {
  color: #fff;
  background: url(../../images/trackman/bg_point_04.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 {
    padding: 70px 0 130px;
  }
}
.strong-point .point-04 .inner {
  position: relative;
}
.strong-point .point-04 .inner::after {
  background-image: url(../../images/trackman/point_04.jpg);
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 451px;
    height: 336px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-04 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 332px;
    height: 247px;
  }
}
.strong-point .point-04 .title .num {
  background: #fff;
  color: #E85400;
  letter-spacing: .05em;
  line-height: 1;
  display: inline-block;
  padding: 17px 15px 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 .title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-04 .title .num {
    font-size: 20px;
  }
}
.strong-point .point-04 .title .num span {
  line-height: 0.5;
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 .title .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-04 .title .num span {
    font-size: 40px;
  }
}
.strong-point .point-04 .title h2 {
  background: #fff;
  color: #E85400;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-04 .title h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 415px) {
  .strong-point .point-04 .explain {
    width: 610px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-04 .explain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.strong-point .point-05 {
  position: relative;
  padding-bottom: 50px;
}
.strong-point .point-05::before {
  content: '';
  display: block;
  background: url(../../images/trackman/bg_point_05.jpg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 415px) {
  .strong-point .point-05::before {
    width: 1100px;
    height: 445px;
    transform: translate(0px, 70px);
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05::before {
    width: 420px;
    height: 170px;
    transform: translate(0px, 170px);
  }
}
.strong-point .point-05 .inner {
  position: relative;
}
.strong-point .point-05 .inner::after {
  background-image: url(../../images/trackman/point_05.jpg);
}
@media screen and (min-width: 415px) {
  .strong-point .point-05 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1100px;
    height: 445px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05 .inner::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 332px;
    height: 136px;
  }
}
.strong-point .point-05 .title .num {
  background: #3b3b3b;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  display: inline-block;
  padding: 17px 15px 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-05 .title .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05 .title .num {
    font-size: 20px;
  }
}
.strong-point .point-05 .title .num span {
  line-height: 0.5;
}
@media screen and (min-width: 415px) {
  .strong-point .point-05 .title .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05 .title .num span {
    font-size: 40px;
  }
}
.strong-point .point-05 .title h2 {
  background: #3b3b3b;
  color: #fff;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 415px) {
  .strong-point .point-05 .title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05 .title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .strong-point .point-05 .explain {
    width: 100%;
    margin-bottom: 30px;
  }
}
.strong-point .iframe-outer {
  position: relative;
}
.strong-point .iframe-outer .iframe-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.strong-point .iframe-outer .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/***** download *****/
@media screen and (min-width: 415px) {
  .download {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 414px) {
  .download {
    margin-bottom: 60px;
  }
}
.download h1 {
  color: #fff;
  background: #3b3b3b;
  letter-spacing: .16em;
  text-align: center;
  padding: 27px 0;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 415px) {
  .download h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .download h1 {
    font-size: 22px;
  }
}
.download h1::after {
  content: '';
  display: block;
  width: 166px;
  height: 26px;
  background: url(../../images/common/arrow_down_bk.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0px, 25px);
}
.download .required {
  color: #E60000;
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 50px;
}
.download .required .underline {
  text-decoration: underline;
}
.download .manual {
  text-align: center;
  margin-top: 50px;
}
.download .manual a {
  background: #E85400;
  color: #fff;
  display: block;
  width: 350px;
  padding: 18px;
  margin: 0 auto 20px;
  border: 4px solid #E85400;
}
.download .manual a::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  background: url(../../images/trackman/i_blank.svg) no-repeat center;
  background-size: contain;
  margin-left: 23px;
}
.download .manual a:hover {
  background: #fff;
  color: #E85400;
}
.download .manual a:hover::after {
  background-image: url(../../images/trackman/i_blank_orange.svg);
}
.download .manual .notes {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}
@media screen and (max-width: 414px) {
  .download .manual .notes {
    font-size: 15px;
    text-align: left;
  }
}

.download-btn-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 415px) {
  .download-btn-wrapper {
    width: 828px;
    margin: 0 auto;
  }
}
.download-btn-wrapper a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  height: 84px;
  border-radius: 42px;
  background: #3b3b3b;
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  border: 5px solid #3b3b3b;
  position: relative;
}
@media screen and (min-width: 415px) {
  .download-btn-wrapper a {
    font-size: 30px;
    width: 364px;
  }
}
@media screen and (max-width: 414px) {
  .download-btn-wrapper a {
    font-size: 26px;
    width: 100%;
  }
}
.download-btn-wrapper a::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .download-btn-wrapper a.google-play {
    margin-bottom: 30px;
  }
}
.download-btn-wrapper a.google-play::before {
  background-image: url(../../images/trackman/i_googleplay.svg);
}
@media screen and (min-width: 415px) {
  .download-btn-wrapper a.google-play::before {
    width: 44px;
    height: 49px;
    transform: translate(34px, 0px);
  }
}
@media screen and (max-width: 414px) {
  .download-btn-wrapper a.google-play::before {
    width: 32px;
    height: 36px;
    transform: translate(45px, 0px);
  }
}
.download-btn-wrapper a.app-store::before {
  background-image: url(../../images/trackman/i_apple.svg);
}
@media screen and (min-width: 415px) {
  .download-btn-wrapper a.app-store::before {
    width: 42px;
    height: 52px;
    transform: translate(51px, 0px);
  }
}
@media screen and (max-width: 414px) {
  .download-btn-wrapper a.app-store::before {
    width: 32px;
    height: 39px;
    transform: translate(45px, 0px);
  }
}
.download-btn-wrapper a.app-store:hover::before {
  background-image: url(../../images/trackman/i_apple_bk.svg);
}
.download-btn-wrapper a:hover {
  background: #fff;
  color: #3b3b3b;
}
@media screen and (min-width: 415px) {
  .download-btn-wrapper a span {
    transform: translate(33px, 0px);
  }
}
@media screen and (max-width: 414px) {
  .download-btn-wrapper a span {
    transform: translate(25px, 0px);
  }
}

/***** store-info *****/
.store-info {
  text-align: center;
}
@media screen and (min-width: 415px) {
  .store-info {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 414px) {
  .store-info {
    margin-bottom: 60px;
  }
}
.store-info h1 {
  font-size: 20px;
}
@media screen and (min-width: 415px) {
  .store-info .heading {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .heading {
    margin-bottom: 30px;
  }
}
.store-info .heading img {
  width: 436px;
  height: 27px;
}
@media screen and (min-width: 415px) {
  .store-info .heading img {
    margin-bottom: 10px;
  }
}
.store-info .body img {
  margin-bottom: 20px;
}
@media screen and (min-width: 415px) {
  .store-info .body img {
    width: 311px;
    height: 46px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body img {
    width: 266px;
    height: 39px;
  }
}
.store-info .body table {
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: .16em;
  text-align: left;
  margin: 0 auto 35px;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 415px) {
  .store-info .body table {
    width: 900px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body table {
    width: 100%;
  }
}
.store-info .body tr {
  display: block;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 415px) {
  .store-info .body tr {
    padding: 16px 48px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body tr {
    padding: 16px 0;
  }
}
.store-info .body th,
.store-info .body td {
  vertical-align: top;
}
@media screen and (min-width: 415px) {
  .store-info .body th,
  .store-info .body td {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body th,
  .store-info .body td {
    font-size: 18px;
  }
}
@media screen and (min-width: 415px) {
  .store-info .body th {
    width: 230px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body td {
    font-size: 16px;
    display: block;
    width: 100%;
  }
}
.store-info .body td .group {
  margin-bottom: 10px;
}
.store-info .body td .group:last-child {
  margin-bottom: 0;
}
.store-info .body td dt,
.store-info .body td dd {
  display: inline-block;
}
@media screen and (min-width: 415px) {
  .store-info .body td dt {
    width: 155px;
  }
}
@media screen and (max-width: 414px) {
  .store-info .body td dt {
    width: 100%;
  }
}
.store-info .body .btn-g-map {
  width: 267px;
  margin: 0 auto;
}
.store-info .body .btn-g-map a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 29px;
  background: #006D31;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  border: 4px solid #006D31;
}
.store-info .body .btn-g-map a::before, .store-info .body .btn-g-map a::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.store-info .body .btn-g-map a::before {
  width: 19px;
  height: 28px;
  background-image: url(../../images/trackman/i_map_w.svg);
  margin-right: 20px;
}
.store-info .body .btn-g-map a::after {
  width: 11px;
  height: 19px;
  background-image: url(../../images/trackman/arrow_r_w.svg);
  transform: rotate(90deg);
  margin-left: 30px;
}
.store-info .body .btn-g-map a:hover {
  background: #fff;
  color: #006D31;
}
.store-info .body .btn-g-map a:hover::before {
  background-image: url(../../images/trackman/i_map.svg);
}
.store-info .body .btn-g-map a:hover::after {
  background-image: url(../../images/trackman/arrow_r_green.svg);
}

/***** data *****/
.data {
  text-align: center;
}
@media screen and (min-width: 415px) {
  .data {
    margin-bottom: 50px;
    padding-top: 60px;
  }
}
.data h1 {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 415px) {
  .data h1 img {
    width: 706px;
    height: 107px;
  }
}
@media screen and (max-width: 414px) {
  .data h1 img {
    width: 324px;
    height: 38px;
  }
}
.data .content-wrapper {
  background: url(../../images/trackman/bg_data.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 415px) {
  .data .content-wrapper {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 414px) {
  .data .content-wrapper {
    padding: 45px 0;
    margin-bottom: 30px;
  }
}
.data .data-list-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 415px) {
  .data .data-list-wrapper {
    justify-content: space-between;
  }
}
@media screen and (max-width: 414px) {
  .data .data-list-wrapper {
    justify-content: center;
  }
}
.data .data-list-wrapper ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: strech;
  -webkit-box-align: strech;
  align-items: strech;
  justify-content: space-between;
}
@media screen and (min-width: 415px) {
  .data .data-list-wrapper ul {
    width: 720px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 414px) {
  .data .data-list-wrapper ul {
    width: 100%;
    margin-bottom: 30px;
  }
}
.data .data-list-wrapper li {
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 415px) {
  .data .data-list-wrapper li {
    width: 330px;
    padding: 13px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .data .data-list-wrapper li {
    width: 48%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.data .data-list-wrapper li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.data .data-list-wrapper li h2 {
  color: #E85400;
  letter-spacing: .16em;
}
@media screen and (min-width: 415px) {
  .data .data-list-wrapper li h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .data .data-list-wrapper li h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 415px) {
  .data .data-list-wrapper .image-wrapper {
    width: 274px;
  }
}
@media screen and (max-width: 414px) {
  .data .data-list-wrapper .image-wrapper {
    width: 60%;
  }
}
.data .notes {
  color: #fff;
  letter-spacing: .16em;
  line-height: 1.54;
}
@media screen and (min-width: 415px) {
  .data .notes {
    font-size: 26px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 414px) {
  .data .notes {
    font-size: 16px;
    margin-top: 30px;
  }
}
.data .btn-wrapper {
  text-align: center;
}
@media screen and (min-width: 415px) {
  .data .btn-wrapper {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 414px) {
  .data .btn-wrapper {
    margin-bottom: 60px;
  }
}
.data .btn-wrapper .btn-link {
  border: 4px solid #E85400;
  color: #E85400;
  letter-spacing: .1em;
  margin: 0 auto;
}
@media screen and (min-width: 415px) {
  .data .btn-wrapper .btn-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    height: 84px;
    border-radius: 42px;
    font-size: 30px;
    width: 497px;
  }
}
@media screen and (max-width: 414px) {
  .data .btn-wrapper .btn-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 30px;
    font-size: 22px;
    width: 85%;
  }
}
.data .btn-wrapper .btn-link:hover {
  background: #E85400;
  color: #fff;
}
.data .installed {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  background: url(../../images/trackman/bg_installed.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 415px) {
  .data .installed {
    height: 230px;
  }
}
@media screen and (max-width: 414px) {
  .data .installed {
    height: 180px;
  }
}
.data .installed h2 {
  color: #fff;
  letter-spacing: .27em;
}
@media screen and (min-width: 415px) {
  .data .installed h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 414px) {
  .data .installed h2 {
    font-size: 22px;
  }
}
.data .installed h2 .emphasis {
  letter-spacing: .1em;
}
@media screen and (min-width: 415px) {
  .data .installed h2 .emphasis {
    font-size: 60px;
  }
}
@media screen and (max-width: 414px) {
  .data .installed h2 .emphasis {
    font-size: 45px;
  }
}
.data .installed h2 .emphasis .alt {
  color: #E85400;
}
@media screen and (min-width: 415px) {
  .data .installed h2 .emphasis .alt {
    font-size: 90px;
  }
}
@media screen and (max-width: 414px) {
  .data .installed h2 .emphasis .alt {
    font-size: 70px;
  }
}
.data .download--data {
  background: #E85400;
}
@media screen and (min-width: 415px) {
  .data .download--data {
    padding: 75px 0 70px;
  }
}
@media screen and (max-width: 414px) {
  .data .download--data {
    padding: 60px 0;
  }
}
.data .download--data h2 {
  color: #fff;
  letter-spacing: .16em;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 415px) {
  .data .download--data h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  .data .download--data h2 {
    font-size: 22px;
  }
}
