@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, dl, dt, dd, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, article, aside, embed, figure, figcaption, footer, header, section, audio, video {
  font: inherit;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  border: 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

#container {
  font-size: 20px;
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

.headerWrap {
  position: absolute;
  display: block;
  width: 100%;
  border: none;
  color: #FFF;
  text-shadow: 0 0 6px #000;
}
.headerWrap ul li.g-list a span:after {
  border-top-color: #fff;
}
.headerWrap .headerWrap__menu > ul > li > a {
  color: #FFF;
  text-shadow: 0 0 6px #000;
}
.headerWrap .headerWrap__menu > ul > li .mega-wrap {
  text-shadow: none;
}
.headerWrap .headerWrap__cart a {
  color: #FFF;
}

.subtitle {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
}
.subtitle span {
  display: block;
}

.mainvisual h1 {
  margin: 0 auto;
}
.mainvisual h1 img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}

.mainWrap {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mainWrap .award {
  display: flex;
  width: 50%;
}
.mainWrap .award p:not(:last-of-type) {
  margin-right: 10px;
}
.mainWrap .item {
  width: 50%;
  padding-right: 200px;
}
.mainWrap .item .name {
  margin-bottom: 3px;
  padding: 9px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.mainWrap .item .name .name__sub {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}
.mainWrap .item .name .name__main {
  line-height: 1;
}
.mainWrap .item .name .name__main span {
  display: block;
}
.mainWrap .item .item__price {
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.mainWrap .item .item__price span {
  font-weight: bold;
  color: #cd1818;
  line-height: 1.3;
}
.mainWrap .item .btn__submit {
  margin: 0 auto;
  text-align: center;
}
.mainWrap .item .btn__submit a {
  display: inline-block;
  padding: 7px 50px 8px;
  border-radius: 30px;
  background-color: #ff6600;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.mainWrap .item .item__bikou {
  margin-bottom: 10px;
  color: #777;
  font-size: 13px;
  text-align: center;
}
.mainWrap .fig {
  position: absolute;
  right: 0;
  bottom: 0;
}

.worry {
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 85px;
  background: transparent url("/products/smartgarage/wc/img/bg_catch.gif") 50% 50%/cover no-repeat;
}
.worry p {
  color: #FFF;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.worry p .wrap {
  display: block;
  line-height: 1;
}

.solution {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 80px;
}
.solution .solution__ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.solution .solution__txt {
  margin-bottom: 60px;
  text-align: center;
}
.solution .solution__txt span {
  display: block;
}
.solution .solution__img {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solution .solution__img dl {
  text-align: center;
}
.solution .solution__img dl dt {
  margin-bottom: 5px;
}
.solution .solution__img dl dd {
  font-size: 30px;
}
.solution .solution__img dl:last-of-type dd {
  color: #ef5f5f;
  font-size: 40px;
  line-height: 1;
}

.system {
  padding: 120px 0 50px;
  background: transparent url("/products/smartgarage/wc/img/bg_system.jpg") 50% 50%/cover no-repeat;
}
.system .system__ttl {
  margin-bottom: 60px;
  text-align: center;
}
.system .systemIn {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 960px;
  width: 90%;
  margin: 0 auto 80px;
}
.system .systemIn .block {
  width: 32%;
  padding: 50px 20px 70px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.system .systemIn .block figure {
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 150px;
}
.system .systemIn .block figure img {
  max-width: 180px;
  max-height: 90px;
  width: auto;
  height: auto;
}
.system .systemIn .block .block__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFF;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
.system .systemIn .block .block__ttl span {
  display: block;
  line-height: 1.4;
}
.system .systemIn .block .block__txt {
  color: #FFF;
  font-weight: 100;
  line-height: 1.4;
  text-align: center;
}
.system .systemIn .block .block__txt span {
  display: block;
  line-height: 1.4;
}

.featureWrap #sharing {
  min-height: 700px;
  background: transparent url("/products/smartgarage/wc/img/bg_feature01.jpg") 50% 100% no-repeat;
}
.featureWrap #construction {
  min-height: 700px;
  background: #f7f6f4 url("/products/smartgarage/wc/img/bg_feature02.jpg") 50% 50% no-repeat;
}
.featureWrap #construction .blockIn {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.featureWrap #construction .blockIn .blockRight {
  display: inline-block;
  width: 58%;
  color: #fff;
}
.featureWrap #construction .blockIn .blockRight .block__txt {
  max-width: inherit;
  margin-bottom: 50px;
}
.featureWrap #bluetooth {
  min-height: 650px;
  margin-bottom: 80px;
  background: transparent url("/products/smartgarage/wc/img/bg_feature03.jpg") 50% 50%/cover no-repeat;
  text-align: center;
}
.featureWrap #bluetooth .blockIn {
  text-align: center;
}
.featureWrap #bluetooth .blockIn .block__txt {
  max-width: inherit;
  margin-bottom: 50px;
}
.featureWrap #bluetooth .blockIn .block__txt span {
  display: block;
}
.featureWrap #bluetooth .blockIn .block__txt strong {
  font-weight: bold;
}
.featureWrap #bluetooth .blockIn .block__ico img {
  max-width: 60px;
}
.featureWrap .block {
  display: flex;
  align-items: center;
}
.featureWrap .block .blockIn {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
.featureWrap .block .blockIn .block__ico {
  margin-bottom: 20px;
}
.featureWrap .block .blockIn .block__ico img {
  max-width: 80px;
  height: auto;
}
.featureWrap .block .blockIn .block__ttl {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.featureWrap .block .blockIn .block__ttl span {
  display: block;
  line-height: 1.3;
}
.featureWrap .block .blockIn .block__txt {
  max-width: 400px;
}
.featureWrap .block .blockIn .block__list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.featureWrap .block .blockIn .block__list li {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 31%;
  height: 120px;
  border-left: 2px solid #6f86d6;
  border-right: 2px solid #48c6ef;
  list-style-type: none;
}
.featureWrap .block .blockIn .block__list li:before, .featureWrap .block .blockIn .block__list li:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  background: linear-gradient(90deg, #6f86d6, #48c6ef);
}
.featureWrap .block .blockIn .block__list li:before {
  top: 0;
  left: 0;
}
.featureWrap .block .blockIn .block__list li:after {
  bottom: 0;
  left: 0;
}
.featureWrap .block .blockIn .block__list li p {
  text-align: center;
  line-height: 1;
}
.featureWrap .block .blockIn .block__list li span {
  display: block;
}
.featureWrap .block .blockIn .block__sub {
  font-size: 15px;
  font-weight: 100;
}

.movie {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 80px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-remocon {
  max-width: 960px;
  width: 95%;
  margin: 0 auto 60px;
  text-align: center;
}
.btn-remocon p a {
  display: block;
  padding: 30px;
  font-size: 30px;
  color: #fff;
  background-color: #245d8d;
  border-radius: 15px;
}

.caution {
  max-width: 960px;
  width: 95%;
  margin: 0 auto 100px;
  padding: 50px;
  border: 1px solid #d90000;
}
.caution .caution__ttl {
  margin-bottom: 10px;
  font-size: 35px;
  text-align: center;
}
.caution .caution__ttl span {
  position: relative;
  padding-left: 45px;
}
.caution .caution__ttl span:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f071";
  font-family: FontAwesome;
  color: #d90000;
}
.caution ul li {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
  list-style-type: none;
}
.caution ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.caution ul li a {
  display: block;
  text-decoration: underline;
}
.caution ul li a:hover {
  text-decoration: none;
}
.caution ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f046";
  font-family: FontAwesome;
  color: #d90000;
}

.quality {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 80px;
  padding: 80px 0 40px;
}
.quality .quality__ttl {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.quality .qualityIn {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.quality .qualityIn .block {
  width: 31%;
}
.quality .qualityIn .block figure {
  margin-bottom: 20px;
}
.quality .qualityIn .block dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.quality .qualityIn .block dl dd {
  font-size: 16px;
  font-weight: 300;
}

.security {
  margin-bottom: 100px;
  padding: 100px 0;
  background-color: #f2f2f2;
}
.security .securityIn {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  width: 90%;
  margin: 0 auto 80px;
}
.security .securityIn .security__ttl {
  width: 100%;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.security .securityIn .block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 46%;
}
.security .securityIn .block .block__img {
  width: 15%;
}
.security .securityIn .block dl {
  width: 80%;
}
.security .securityIn .block dl dt {
  margin-bottom: 10px;
}
.security .securityIn .block dl dd {
  font-size: 16px;
  font-weight: 300;
}
.security .aftercare {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #ccc;
  text-align: center;
}
.security .aftercare .aftercare__ttl {
  margin-bottom: 20px;
  font-size: 23px;
}
.security .aftercare .aftercare__txt {
  font-weight: 300;
  font-size: 17px;
}

.buy {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 0 auto 100px;
}
.buy .buy__ttl {
  position: absolute;
  top: -18px;
  width: 100%;
  color: #ff6600;
  text-align: center;
}
.buy .buy__ttl span {
  display: inline-block;
  padding: 0 30px;
  background-color: #FFF;
}
.buy .buyIn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #ff6600;
}
.buy .buyIn .buy__price {
  font-weight: 300;
  font-size: 19px;
}
.buy .buyIn .buy__price span {
  font-weight: bold;
  font-size: 25px;
}
.buy .buyIn .buy__btn a {
  display: block;
  padding: 5px 60px;
  border-radius: 30px;
  background-color: #ff6600;
  color: #fff;
  font-size: 18px;
}
.buy .buyIn .buy__bikou {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  color: #777;
  text-align: center;
}
.buy .buy__note {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.buy .buy__note a {
  text-decoration: underline;
}
.buy .buy__note a:hover {
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .headerWrap {
    display: none;
  }

  #header_wrap {
    min-height: inherit;
  }

  .mainvisual h1 img {
    height: auto;
    object-fit: inherit;
  }

  .mainWrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "areaA areaB" "areaC areaC";
  }
  .mainWrap .award {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-area: areaA;
    width: 100%;
    margin-bottom: 20px;
  }
  .mainWrap .award p:first-of-type {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .mainWrap .award img {
    max-width: 110px;
  }
  .mainWrap .item {
    grid-area: areaC;
    width: 100%;
    padding-right: 0;
  }
  .mainWrap .item .name .name__main {
    font-weight: bold;
  }
  .mainWrap .item .item__price {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .mainWrap .item .item__price span {
    font-size: 16px;
  }
  .mainWrap .item .btn__submit a {
    display: block;
    padding: 13px 0 16px;
  }
  .mainWrap .fig {
    grid-area: areaB;
    position: static;
  }
  .mainWrap .fig img {
    max-width: 110px;
  }

  .worry {
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 53px;
  }
  .worry * {
    line-height: 1.4 !important;
  }
  .worry p {
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
  }
  .worry p .wrap, .worry p .sp-wrap {
    display: inline;
    line-height: 1.4;
  }
  .worry p .sp-wrap {
    display: block;
  }

  .solution {
    margin: 0 auto 60px;
  }
  .solution .solution__ttl {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
  }
  .solution .solution__ttl span {
    display: block;
  }
  .solution .solution__txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  .solution .solution__txt span {
    display: inline;
    line-height: 1.7;
  }
  .solution .solution__img {
    display: block;
  }
  .solution .solution__img dl:not(:last-of-type) {
    position: relative;
    padding-bottom: 50px;
  }
  .solution .solution__img dl:not(:last-of-type):after {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #ccc;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .solution .solution__img dl dd {
    font-size: 22px;
  }

  .system {
    padding: 60px 0 40px;
  }
  .system .system__ttl {
    width: 90%;
    margin: 0 auto 40px;
  }
  .system .system__ttl img {
    max-height: 115px;
  }
  .system .systemIn {
    flex-wrap: wrap;
    margin: 0 auto 60px;
  }
  .system .systemIn .block {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .system .systemIn .block:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .system .systemIn .block figure {
    height: 120px;
  }
  .system .systemIn .block figure img {
    max-width: 150px;
    max-height: 60px;
  }
  .system .systemIn .block .block__ttl {
    font-size: 26px;
  }
  .system .systemIn .block .block__txt {
    font-size: 17px;
    line-height: 1.6;
  }

  .featureWrap #sharing {
    min-height: inherit;
    padding-bottom: 330px;
    background: transparent url("/products/smartgarage/wc/img/bg_feature01_sp.jpg") 50% 100%/auto 300px no-repeat;
  }
  .featureWrap #construction {
    min-height: inherit;
    padding-top: 80px;
    padding-bottom: 180px;
    background: #2d3249 url("/products/smartgarage/wc/img/bg_feature02_sp.jpg") 50% 100%/auto 230px no-repeat;
  }
  .featureWrap #construction .blockIn .blockRight {
    display: block;
    width: 100%;
  }
  .featureWrap #bluetooth {
    min-height: inherit;
    padding-top: 80px;
  }
  .featureWrap #bluetooth .blockIn .block__txt {
    text-align: left;
  }
  .featureWrap #bluetooth .blockIn .block__txt span {
    display: inline;
  }
  .featureWrap #bluetooth .blockIn .block__ico img {
    max-width: 50px;
  }
  .featureWrap .block {
    padding: 50px 0;
  }
  .featureWrap .block .blockIn .block__ico {
    text-align: center;
  }
  .featureWrap .block .blockIn .block__ico img {
    max-width: 60px;
  }
  .featureWrap .block .blockIn .block__ttl {
    font-size: 30px;
    text-align: center;
  }
  .featureWrap .block .blockIn .block__txt {
    max-width: inherit;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
  }
  .featureWrap .block .blockIn .block__list * {
    line-height: 1.4 !important;
  }
  .featureWrap .block .blockIn .block__list li {
    width: 32%;
    height: 110px;
    font-size: 16px;
  }
  .featureWrap .block .blockIn .block__list li p {
    text-align: center;
  }
  .featureWrap .block .blockIn .block__sub {
    text-align: left;
  }

  .btn-remocon {
    width: 90%;
    margin: 0 auto 40px;
  }
  .btn-remocon p a {
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
  }

  .caution {
    width: 90%;
    margin-bottom: 80px;
    padding: 30px 20px;
  }
  .caution .caution__ttl {
    font-size: 28px;
  }
  .caution .caution__ttl span {
    padding-left: 35px;
  }
  .caution ul li {
    font-size: 16px;
    line-height: 1.5;
  }

  .quality {
    margin: 0 auto 60px;
    padding: 60px 0 30px;
  }
  .quality .quality__ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .quality .qualityIn {
    display: block;
  }
  .quality .qualityIn .block {
    width: 100%;
  }
  .quality .qualityIn .block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .quality .qualityIn .block figure {
    text-align: center;
  }
  .quality .qualityIn .block dl dt {
    text-align: center;
  }
  .quality .qualityIn .block dl dd {
    font-size: 16px;
    line-height: 1.5;
  }

  .security {
    margin-bottom: 80px;
    padding: 60px 0;
  }
  .security .securityIn {
    margin-bottom: 50px;
  }
  .security .securityIn .security__ttl {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .security .securityIn .block {
    display: block;
    width: 100%;
    text-align: center;
  }
  .security .securityIn .block:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .security .securityIn .block .block__img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .security .securityIn .block .block__img img {
    max-width: 50px;
    width: auto;
    height: auto;
  }
  .security .securityIn .block dl {
    width: 100%;
    text-align: center;
  }
  .security .securityIn .block dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .security .securityIn .block dl dd {
    font-size: 15px;
    text-align: left;
  }
  .security .aftercare {
    padding: 30px;
  }
  .security .aftercare .aftercare__ttl {
    font-size: 18px;
  }
  .security .aftercare .aftercare__txt {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }

  .buy .buy__ttl {
    position: absolute;
    top: -14px;
    font-size: 17px;
  }
  .buy .buyIn {
    flex-wrap: wrap;
  }
  .buy .buyIn .buy__price {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .buy .buyIn .buy__price span {
    font-weight: bold;
    font-size: 18px;
  }
  .buy .buyIn .buy__btn a {
    padding: 5px 80px;
  }
  .buy .buy__note {
    font-size: 15px;
    text-align: left;
  }
}
