@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  padding: 0%;
  margin: 0%;
  color: #5a5757;
  background: #ffffff;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.clearfix {
  zoom: 1;
  /* for IE5.5 - IE7 */
}

.clearfix:after {
  /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

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

/* CONTENTS ///////*/
.moveTxt {
  position: absolute;
  width: 13%;
  top: 0;
  left: 0;
  background: url("../AUTOMOWERS-assets/AUTOMOWERTM-scroll.png") 0 0/80% auto no-repeat;
  height: 3000px;
}

#top-slide {
  top: 0;
}
#top-slide .top-img {
  display: block;
  margin: 0 0 0 13%;
  height: auto;
  width: 87%;
  position: relative;
}
#top-slide p {
  position: absolute;
  bottom: 3.2vw;
  left: 17%;
  width: 42%;
}
#top-slide .my-dots {
  right: 4vw;
  bottom: 40px;
  position: absolute;
  display: flex;
  list-style: none;
}
#top-slide .my-dots li button {
  margin: 10px;
  background: #ffffff;
  border: solid 1px #008a84;
  cursor: pointer;
  width: 42px;
  height: 10px;
  text-indent: -9999px;
  outline: 0;
}
#top-slide .my-dots li.slick-active button {
  background: #008a84;
}

@media screen and (max-width: 1111px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc {
    display: none;
  }
  .moveTxt {
    position: absolute;
    width: 10%;
    top: 0;
    left: 0;
    height: 3000px;
  }
  #top-slide .top-img {
    display: block;
    margin: 0 0 0 10%;
    height: auto;
    width: 90%;
    position: relative;
  }
}
.products-top {
  margin: 30px auto;
  line-height: 1.8rem;
  padding: 0 2% 0 13%;
}
.products-top ul.products-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}
.products-top ul.products-list li {
  width: 15%;
}
.products-top ul.products-list li img {
  height: auto;
  width: 100%;
}

.center-title {
  text-align: center;
  width: 1076px;
  margin: 0 auto;
}
.center-title img {
  width: 250px;
  margin: 40px 0 45px;
}
.center-title h2 {
  font-size: 3.5rem;
  color: #008a84;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
.center-title h4 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin: 30px 0;
  line-height: 1.84em;
  color: #5a5757;
}

.product-about {
  width: 1076px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  padding: 162px 0 160px;
  box-sizing: border-box;
  margin: 0 auto;
}
.product-about h3 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #008a84;
}
.product-about p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.product-about p span {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: block;
}
.product-about .charge-station {
  position: absolute;
  right: 10px;
  top: 40px;
  height: auto;
  z-index: 100;
  position: absolute;
}
.product-about .charge-station_image {
  position: absolute;
  width: 120px;
  top: 80px;
  left: 574px;
}
.product-about .guide-wire {
  position: absolute;
  width: 330px;
  left: 0;
  top: 110px;
}
@media screen and (max-width: 1111px) {
  .product-about .guide-wire {
    position: absolute;
    width: 400px;
    left: 15px;
    top: 100px;
  }
  .product-about .charge-station {
    right: 50px;
    top: 10px;
    height: auto;
    z-index: 100;
    position: absolute;
  }
  .product-about .charge-station_image {
    top: 60px;
    left: 550px;
  }
}
.product-about .product-map {
  display: block;
  height: auto;
  width: 67%;
  margin: 15px 0 0 11%;
}
@media screen and (max-width: 1111px) {
  .product-about .product-map {
    display: block;
    height: auto;
    width: 58%;
    margin: 15px 0 0 20%;
  }
}
.product-about .product-map-mobile {
  display: none;
  width: 93.33vw;
  height: 88.1vw;
}
.product-about .random-run {
  position: absolute;
  left: 0;
  bottom: 100px;
}
.product-about .boundary-wire {
  position: absolute;
  width: 400px;
  bottom: 70px;
  right: 10px;
  display: block;
}
.product-about .boundary-wire h3 {
  padding-left: 58px;
}
.product-about .boundary-wire p {
  padding-left: 0;
}
@media screen and (max-width: 1111px) {
  .product-about .boundary-wire {
    bottom: 75px;
    width: 380px;
  }
  .product-about .boundary-wire h3 {
    padding-left: 80px;
  }
  .product-about .boundary-wire p {
    padding-left: 80px;
  }
}
.product-about .random-run {
  left: 20px;
  bottom: 106px;
}

em.addendum_pc {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #008a84;
  border: solid 1px #008a84;
  background: #ffffff;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  padding: 9px 12px 8px 12px;
  display: inline-block;
  font-style: normal;
  margin-top: 10px;
}

em.addendum_sp {
  display: none;
}

.mobile {
  display: none;
}

.use-caption {
  margin: 0 auto;
  position: relative;
  z-index: 100;
  width: 1076px;
}
.use-caption .explanation {
  width: 500px;
  float: left;
}
.use-caption .explanation img {
  width: 100%;
  margin: 15px auto 0;
}
.use-caption .explanation h2 {
  font-size: 3.5rem;
  color: #008a84;
}
.use-caption .explanation h4 {
  font-size: 2.5rem;
  margin: 25px 0 0;
}
.use-caption .explanation p {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 2;
}
.use-caption .product-before {
  width: 536px;
  float: right;
}
.use-caption .product-before img {
  max-width: 100%;
}
.use-caption .product-before p {
  font-size: 1.7rem;
  width: 100%;
  color: #ffffff;
  background: #353535;
  text-align: center;
  padding: 12px 0 11px;
  letter-spacing: 0.2em;
}

.golf-img {
  height: 290px;
  width: 100%;
  margin-top: 100px;
  background: url("../AUTOMOWERS-assets/golf-img.jpg") center center/100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1111px) {
  .golf-img {
    height: 240px;
    width: 100%;
    margin-top: 100px;
    background: url("../AUTOMOWERS-assets/golf-img.jpg") center center/100% auto;
    background-repeat: no-repeat;
    background-attachment: initial;
  }
}
.future {
  background: #f0f4f3;
  text-align: center;
  letter-spacing: 0.12em;
  padding: 100px 0 80px;
}
.future .center-title {
  width: 1076px;
  margin: 0 auto;
}
.future .center-title img.icon {
  max-width: 90px;
}
.future .center-title h2 {
  font-size: 3.5rem;
  color: #008a84;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 50px 0 0 0;
}
.future .center-title h4 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
}
.future .performance-gallery {
  max-width: 1076px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.future .performance-gallery .performance {
  width: 320px;
  margin-top: 60px;
}
.future .performance-gallery .performance .icon {
  width: 76px;
  margin: 0 auto;
  height: 67px;
}
.future .performance-gallery .performance h3.title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #008a84;
  margin: 25px 0 20px;
}
.future .performance-gallery .performance h3.title.sp0 {
  letter-spacing: 0;
}
.future .performance-gallery .performance #auto-find {
  letter-spacing: 0;
}
.future .performance-gallery .performance p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 10px;
}
.future .performance-gallery .performance p span {
  font-size: 1.3rem;
  display: block;
}
.future p.note {
  font-size: 1.3rem;
  text-align: left;
  margin: 20px auto 0;
  width: 1078px;
}

/* APP///////////////////////////*/
.app {
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.app .hukidashi {
  width: 10vw;
}
.app h2 {
  font-size: 3.5rem;
  color: #008a84;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 30px auto;
  width: 1076px;
}
.app .app-use {
  box-sizing: border-box;
  position: relative;
  background: url("../AUTOMOWERS-assets/app.png") top right/42% auto no-repeat #ededed;
  width: 1076px;
  margin: 0 auto;
  padding: 60px 40px;
}
.app .app-use .mock-up {
  width: 160px;
  height: auto;
  position: absolute;
  left: -200px;
  top: 0px;
}
.app .app-use .mock-up img {
  max-width: 100%;
  height: auto;
}
.app .app-use .app-about .smartphone {
  margin-left: 200px;
  text-align: left;
  position: relative;
}
.app .app-use .app-about .smartphone ul {
  position: absolute;
  left: 360px;
  top: 5px;
  list-style: none;
}
.app .app-use .app-about .smartphone ul li {
  display: inline-block;
  height: 36px;
  margin-right: 10px;
}
.app .app-use .app-about .smartphone ul li img {
  height: 100%;
  width: auto;
}
.app .app-use .app-about .smartphone h3 {
  font-size: 3rem;
  color: #008a84;
}
.app .app-use .app-about .smartphone h4 {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-top: 10px;
  color: #5a5757;
}
.app .app-use .app-about .Block {
  margin-top: 30px;
}
.app .app-use .app-about .Block h5 {
  font-size: 1.8rem;
  color: #008a84;
}
.app .app-use .app-about .Block p {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 10px;
}
.app .app-use .app-about .Block p span {
  display: block;
  font-size: 0.9em;
}
.app .app-use .app-about .Block .crime {
  width: 358px;
  float: left;
}
.app .app-use .app-about .Block .operation {
  width: 380px;
  float: right;
}

/* APP///////////////////////////*/
.slider {
  text-align: center;
  background: #333333;
  padding: 80px 0;
  margin: 0 auto;
}
.slider img.example {
  width: 240px;
}
.slider h2 {
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 30px 0 45px;
}
.slider .slick01 {
  width: 100%;
}
.slider .slick01 li {
  position: relative;
  z-index: 5;
  margin: 0 5px;
  width: 412px;
}
.slider .slick01 li p {
  color: #ffffff;
  font-size: 1.8rem;
  background: #008a84;
  padding: 10px 0 9px;
  margin: 0 auto;
  letter-spacing: 0.16em;
}
.slider .slick-track {
  margin: 20px 0;
  position: relative;
}
.slider .next-arrow {
  color: #ffffff;
  float: left;
  left: 47%;
  bottom: -30px;
  position: absolute;
  z-index: 99999;
  cursor: pointer;
}
.slider .prev-arrow {
  color: #ffffff;
  bottom: -30px;
  position: absolute;
  float: right;
  right: 47%;
  z-index: 99999;
  cursor: pointer;
}

/*/////////////////// LINE UP ///////////////*/
.line-up {
  width: 1076px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.line-up .title-image {
  max-width: 80px;
  margin: 0 auto;
}
.line-up h3.lineup_note {
  font-size: 18px;
  margin: 40px 0 0;
}
.line-up h3.lineup_note strong {
  font-weight: normal;
}
.line-up h2 {
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 30px 0;
}
.line-up ul.item-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line-up ul.item-list .item-image {
  text-align: center;
}
.line-up ul.item-list .item-image img {
  max-width: 280px;
  height: 170px;
}
.line-up ul.item-list .item-image.w400 img {
  max-width: 300px;
  height: auto;
}
.line-up ul.item-list .performance-icon {
  text-align: left;
}
.line-up ul.item-list .performance-icon img {
  max-height: 44px;
  margin-top: 12px;
}
.line-up ul.item-list li {
  text-align: left;
  margin: 50px auto;
  width: 320px;
}
.line-up ul.item-list li:nth-of-type(2) {
  margin-top: 20px;
}
.line-up ul.item-list li p {
  font-size: 1.5rem;
  margin: 0;
}
.line-up ul.item-list li h3 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #008a84;
  margin: 0;
}
.line-up ul.item-list li table {
  width: 100%;
}
.line-up ul.item-list li h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #008a84;
  margin: 0;
}
.line-up ul.item-list li h4 span {
  font-size: 1.4rem;
}
.line-up ul.item-list li table {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.line-up ul.item-list li table th {
  width: 90px;
  vertical-align: middle;
}
.line-up ul.item-list li table th span:before {
  content: "●";
  color: #008a84;
  font-size: 1.1rem;
  margin-right: 0.25em;
}
.line-up ul.item-list li table td {
  width: 190px;
}
@media screen and (max-width: 1111px) {
  .line-up ul.item-list li table {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
}
.line-up p.tax {
  font-size: 1.3rem;
  margin-top: 25px;
}
.line-up .icon-list {
  border: solid 1px #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 40px;
  width: 976px;
}
.line-up .icon-list .battery-title {
  background: #bfbfbf;
  color: #ffffff;
  padding: 20px 0;
  width: 200px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.45;
}
.line-up .icon-list ul.icon-name {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  width: 776px;
  padding: 20px 70px 18px;
  justify-content: space-between;
}
.line-up .icon-list ul.icon-name li {
  display: flex;
  margin: 0;
}
.line-up .icon-list p {
  text-align: left;
  font-size: 1.2rem;
  padding-top: 5px;
}
.line-up .icon-list img {
  height: 48px;
  width: 45px;
  margin-right: 12px;
}
.line-up .contact-btn {
  border: none;
  padding: 0;
}
.line-up .contact-btn a {
  font-size: 1.6rem;
  text-align: left;
  box-sizing: border-box;
  width: 300px;
  display: block;
  padding: 18px 30px;
  color: #ffffff;
  outline: 0;
  text-decoration: none;
  margin: 0 auto;
  background: url("../AUTOMOWERS-assets/contact-arrow.png") right 30px center no-repeat #008a84;
}
.line-up .contact-btn a:hover {
  opacity: 0.5;
}
.line-up h3.automower_note {
  text-align: center;
  font-size: 1.5rem;
  margin: 40px 0;
}
.line-up h3.automower_note strong {
  font-weight: normal;
}

.company-footer {
  background: #333333;
  text-align: center;
  position: relative;
  padding: 60px 10% 0;
}
.company-footer p.dairiten {
  font-size: 1.5rem;
  text-align: left;
  width: 860px;
  margin: 0 auto 10px;
}
.company-footer h5, .company-footer p {
  color: white;
}
.company-footer .company-block {
  width: 860px;
  margin: 0 auto;
  font-weight: normal;
}
.company-footer .company-block .company-name {
  text-align: left;
  width: 580px;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.6;
  float: left;
  vertical-align: middle;
}
.company-footer .company-block .company-name img {
  max-width: 55px;
  margin-right: 15px;
}
.company-footer .company-block .company-name .department {
  display: inline-block;
}
.company-footer .company-block .company-name .department h5 {
  font-size: 2.6rem;
}
.company-footer .company-block .company-name .department p {
  font-size: 1.8rem;
}
.company-footer .company-block .company-name p.add {
  font-size: 1.5rem;
  letter-spacing: 0;
  width: 100%;
  margin-top: 25px;
}
.company-footer .company-block .company-name .tell {
  vertical-align: middle;
}
.company-footer .company-block .company-name .tell .phone-icon {
  width: 28px;
  height: 29px;
  display: inline-block;
  margin: 0;
}
.company-footer .company-block .company-name .tell .phone-number {
  font-size: 3.3rem;
  display: inline-block;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.company-footer .company-block .distributor {
  text-align: left;
}
.company-footer .company-block .distributor p {
  font-size: 1.8rem;
}
.company-footer .company-block .distributor p.link {
  font-size: 1.5rem;
  margin-top: 15px;
}
.company-footer .company-block .distributor p.link a {
  color: #fff;
  text-decoration: none;
}
.company-footer .company-block .distributor p.link a:hover {
  text-decoration: underline;
}
.company-footer .company-block .distributor img {
  max-width: 157px;
}
.company-footer .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 60px 0 50px;
  font-weight: 400;
}

.top-back-button {
  position: fixed;
  max-width: 58px;
  right: 50px;
  bottom: 60px;
  cursor: pointer;
  display: none;
}

.company-footer .company-block .company-name .tell a {
  color: #FFF;
}

@media screen and (max-width: 1111px) {
  .line-up ul.item-list li h3 {
    font-size: 1.8rem;
  }
  table {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
  table th {
    width: 84px;
  }
}/*# sourceMappingURL=style.css.map */