@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top main img {
  width: 100%;
}

#top .main-visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#top .main-visual img {
  width: 100%;
}

#top .main-visual .mv-bgs {
  opacity: 0;
}

#top .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#top .main-visual .slides-inner {
  width: 2000vw;
  position: relative;
  height: 100vh;
  margin-left: -500vw;
}

#top .main-visual .slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#top .main-visual .slide .image {
  display: none;
}

#top .main-visual .slide .button .mv-button {
  display: block;
  width: 70%;
  max-width: 177px;
  box-sizing: border-box;
  padding: 18px 5px 16px;
  text-align: center;
  font-size: 12px;
  color: #000;
  border: 1px solid #000;
  position: relative;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.2);
  transition: letter-spacing .7s , color .7s , border-color .7s;
  margin-top: 20px;
  letter-spacing: 0;
  overflow: hidden;
}

#top .main-visual .slide .button .mv-button span {
  position: relative;
  z-index: 1002;
}

#top .main-visual .slide .button .mv-button:after {
  content: "";
  position: absolute;
  top: -250px;
  left: 160px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #001C50;
  opacity: 0;
  display: block;
  transition: top .7s,left .7s, opacity .7s;
}

#top .main-visual .slide .button .mv-button:hover {
  opacity: 1 !important;
  letter-spacing: .2em;
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
}

#top .main-visual .slide .button .mv-button:hover:after {
  opacity: 1;
  top: -150px;
  left: -50px;
}

#top .main-visual .slide .text01 {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#top .main-visual .slide .text01 .day {
  font-size: 26px;
}

#top .main-visual .slide .text02 {
  color: #fff;
  font-size: 90px;
  line-height: 1.3;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#top .main-visual .slide .text02.bmw {
  font-family: BMW Type Next Light, Helvetica, Arial, 'Noto Sans JP', Meiryo;
}

#top .main-visual .slide .text02.mini {
  font-family: MINI Serif-Regular, MotoyaAporoStd-W3, Helvetica, Arial, 'Noto Sans JP', Meiryo;
}

#top .main-visual .slide .text04 {
  color: #fff;
  position: absolute;
  bottom: 120px;
  left: 7.5%;
  width: 25%;
}

#top .main-visual .slide .text04 p {
  color: #fff;
  letter-spacing: .7em;
  font-size: 17px;
}

#top .main-visual .slide .text04 .txt01 {
  padding-bottom: 15px;
  position: relative;
  font-size: 17px;
}

#top .main-visual .slide .text04 .txt01 .in {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

#top .main-visual .slide .text04 .txt01 .in:after {
  content: "";
  top: 50%;
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 40px;
  width: 140px;
  height: 1px;
  background: #fff;
}

#top .main-visual .slide01 {
  background-image: url(../images/top/mmv52-pc.jpg);
}

#top .main-visual .slide01 .texts {
  position: absolute;
  bottom: 120px;
  left: 7.5%;
} 

#top .main-visual .slide02 {
  background-image: url(../images/top/mmv53-pc.jpg);
}

#top .main-visual .slide02 .texts {
  position: absolute;
  bottom: 120px;
  left: 7.5%;
}

#top .main-visual .slide02 .texts .text02 {
  font-size: 65px;
}

#top .main-visual .slide03 {
  background-image: url(../images/top/mmv50-pc.jpg);
}

#top .main-visual .slide03 .texts {
  position: absolute;
  bottom: 120px;
  left: 7.5%;
}

#top .main-visual .slide04 {
  background-image: url(../images/top/mv05-pc.jpg);
}

#top .main-visual .slide04 .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 40.375%;
}

#top .main-visual .slide04 .text03 {
  font-size: 52px;
  letter-spacing: .3em;
  line-height: 1.6;
  padding-bottom: 20px;
  color: #fff;
}

#top .main-visual .slide04 .logo {
  width: 65%;
}

#top .main-visual .slide05 {
  background-image: url(../images/top/mv04-pc.jpg);
}

#top .main-visual .slide05 .text03 {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 28%;
  left: 10%;
  font-size: 32px;
  color: #fff;
  letter-spacing: .3em;
}

#top .main-visual .slide05 .text03 span {
  line-height: 1.9;
}

#top .main-visual .slide05 .logo {
  position: absolute;
  top: 50%;
  left: 43.75%;
  transform: translateY(-50%);
  width: 50.9%;
}

#top .main-visual .thumbs {
  position: absolute;
  z-index: 1003;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 90%;
  max-width: 830px;
  text-align: center;
  font-size: 0;
  z-index: 1100;
}

#top .main-visual .thumbs .thumb {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  height: 2px;
  background: #707070;
}

#top .main-visual .thumbs .thumb.current {
  background: #fff;
}

#top .main-visual .thumbs .thumb:last-child {
  margin-right: auto;
}

#top .main-visual .controls {
  position: absolute;
  top: 0;
  width: 110px;
  height: 100%;
  text-align: center;
  z-index: 1101;
}

#top .main-visual .controls a {
  display: block;
  color: #fff;
  font-size: 13px;
  height: 100%;
  width: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}

#top .main-visual .controls a:after {
  content: "";
  position: absolute;
  top: 0%;
  display: block;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: width .4s;
}

#top .main-visual .controls a span {
  display: block;
  position: relative;
  z-index: 1102;
  padding: 10px 60px 10px 30px;
  color: #fff;
  font-size: 13px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#top .main-visual .controls a span:before, #top .main-visual .controls a span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  transition: width .4s;
}

#top .main-visual .controls a span:before {
  width: 0px;
}

#top .main-visual .controls a:hover:after {
  width: 100%;
}

#top .main-visual .controls a:hover span:before {
  width: 45px;
}

#top .main-visual .controls a:hover span:after {
  width: 0%;
}

#top .main-visual .controls.prev {
  left: 0;
}

#top .main-visual .controls.prev a:after {
  left: 0;
}

#top .main-visual .controls.prev a span {
  padding: 10px 30px 10px 60px;
}

#top .main-visual .controls.prev a span:after {
  left: 0;
}

#top .main-visual .controls.prev a span:before {
  left: 80px;
}

#top .main-visual .controls.next {
  right: 0;
}

#top .main-visual .controls.next a:after {
  right: 0;
}

#top .main-visual .controls.next a span:after {
  right: 0;
}

#top .main-visual .controls.next a span:before {
  right: 80px;
}

#top .main-visual .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 1102;
}

#top .main-visual .bar .recent,
#top .main-visual .bar .scroll {
  box-sizing: border-box;
  padding: 30px 25px 25px;
  overflow: hidden;
  height: 75px;
  font-size: 16px;
}

#top .main-visual .bar .scroll {
  background: url(../images/top/bg01.png) #F0F0F0;
  background-size: 27px 15px;
  float: left;
  width: 20.625%;
}

#top .main-visual .bar .scroll .text {
  position: relative;
  padding-left: 38px;
}

#top .main-visual .bar .scroll .text:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}

#top .main-visual .bar .recent {
  background: #6682af;
  background: linear-gradient(-90deg, #6682af 0%, #001c50 100%);
  color: #fff;
}

#top .news {
  padding: 75px 0 215px;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}

#top .news .title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 37px;
  font-weight: normal;
}

#top .news .lists {
  height: 200px;
  width: 660px;
  width: 100%;
  overflow-y: scroll;
}

#top .news .lists::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

#top .news .lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

#top .news .item .time {
  float: left;
  width: 24%;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: .06em;
}

#top .news .item .text {
  margin-bottom: 20px;
  margin-left: 26%;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .06em;
}

#top .news .item .text a {
  color: #0000ee;
  text-decoration: underline;
}

#top .site-contents {
  padding-bottom: 125px;
}

#top .site-contents .title {
  width: 100%;
  padding-bottom: 5px;
  max-width: 920px;
  margin: 0 auto;
}

#top .site-contents li {
  margin-bottom: 5px;
}

#top .site-contents li .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
  padding-top: 30px;
  opacity: 0;
  transition: opacity .5s .5s,padding-top .5s .5s;
}

#top .site-contents li .logo {
  margin: 0 auto;
  padding-bottom: 9px;
}

#top .site-contents li .text {
  font-size: 16px;
  color: #fff;
}

#top .site-contents li:nth-child(1) .logo {
  max-width: 107px;
}

#top .site-contents li:nth-child(2) .logo {
  max-width: 189px;
}

#top .site-contents li:nth-child(2) .logo img {
  width: 189px;
}

#top .site-contents li:nth-child(3) .logo {
  max-width: 175px;
}

#top .site-contents li .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .site-contents li .bgs div {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 12.5%;
  background: rgba(0, 0, 0, 0.9);
  transition: left .5s;
}

#top .site-contents li .bgs div:nth-child(0) {
  top: -12.5%;
  transition-delay: 0.4s;
}

#top .site-contents li .bgs div:nth-child(1) {
  top: 0%;
  transition-delay: 0.35s;
}

#top .site-contents li .bgs div:nth-child(2) {
  top: 12.5%;
  transition-delay: 0.3s;
}

#top .site-contents li .bgs div:nth-child(3) {
  top: 25%;
  transition-delay: 0.25s;
}

#top .site-contents li .bgs div:nth-child(4) {
  top: 37.5%;
  transition-delay: 0.2s;
}

#top .site-contents li .bgs div:nth-child(5) {
  top: 50%;
  transition-delay: 0.15s;
}

#top .site-contents li .bgs div:nth-child(6) {
  top: 62.5%;
  transition-delay: 0.1s;
}

#top .site-contents li .bgs div:nth-child(7) {
  top: 75%;
  transition-delay: 0.05s;
}

#top .site-contents li .bgs div:nth-child(8) {
  top: 87.5%;
  transition-delay: 0s;
}

#top .site-contents li a {
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
}

#top .site-contents li a:hover {
  opacity: 1 !important;
}

#top .site-contents li a:hover .bgs div {
  left: 0%;
}

#top .site-contents li a:hover .bgs div:nth-child(0) {
  transition-delay: 0s;
}

#top .site-contents li a:hover .bgs div:nth-child(1) {
  transition-delay: 0.05s;
}

#top .site-contents li a:hover .bgs div:nth-child(2) {
  transition-delay: 0.1s;
}

#top .site-contents li a:hover .bgs div:nth-child(3) {
  transition-delay: 0.15s;
}

#top .site-contents li a:hover .bgs div:nth-child(4) {
  transition-delay: 0.2s;
}

#top .site-contents li a:hover .bgs div:nth-child(5) {
  transition-delay: 0.25s;
}

#top .site-contents li a:hover .bgs div:nth-child(6) {
  transition-delay: 0.3s;
}

#top .site-contents li a:hover .bgs div:nth-child(7) {
  transition-delay: 0.35s;
}

#top .site-contents li a:hover .bgs div:nth-child(8) {
  transition-delay: 0.4s;
}

#top .site-contents li a:hover .texts {
  padding-top: 0;
  opacity: 1;
}

#top .bg-wrap01 {
/*  padding-top: 80px;*/
  background: url(../images/top/bg02.jpg) no-repeat top center;
  background-size: 100% auto;
}

#top .bg-wrap01 .banner li {
  margin: 0 auto 130px;
  width: 90%;
  max-width: 1000px;
}

#top .used-car {
  padding-bottom: 215px;
}

#top .used-car .section-header {
  padding-bottom: 125px;
  text-align: center;
}

#top .used-car .title {
  width: 100%;
  padding-bottom: 25px;
  max-width: 920px;
  margin: 0 auto 10px;
}

#top .used-car .lead {
  font-size: 16px;
}

#top .used-car .links {
  max-width: 960px;
  margin: 0 auto;
}

#top .used-car .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}

#top .used-car .more {
  position: absolute;
  bottom: 35px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  z-index: 3;
}

#top .used-car .more span {
  display: inline-block;
  position: relative;
}

#top .used-car .more span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 100%;
  margin-top: -2px;
  margin-left: 20px;
  width: 100px;
  height: 1px;
  background: #fff;
  transition: width .4s;
}

#top .used-car li {
  float: left;
  width: 49%;
  margin-bottom: 50px;
}

#top .used-car li:nth-child(2n) {
  float: right;
}

#top .used-car li:nth-child(2n+1) {
  clear: both;
}

#top .used-car li.link-used-bmw .logo {
  width: 112px;
}

#top .used-car li.link-used-mini .logo {
  width: 135px;
}

#top .used-car li.link-used-jeep .logo {
  width: 74px;
}

#top .used-car li.link-used-other .logo {
  font-size: 20px;
  letter-spacing: .3em;
}

#top .used-car a {
  display: block;
  position: relative;
  overflow: hidden;
}

#top .used-car a:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  transition: top .4s,left .4s,right .4s,bottom .4s,background .4s;
}

#top .used-car a:hover {
  opacity: 1 !important;
}

#top .used-car a:hover:before {
  background: rgba(0, 0, 0, 0.3);
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

#top .used-car a:hover .more span:after {
  width: 40px;
}

#top .showroom {
  padding-bottom: 140px;
  margin: 0 auto;
  max-width: 1000px;
}

#top .showroom .section-header {
  text-align: center;
  padding-bottom: 85px;
}

#top .showroom .section-header .title {
  max-width: 912px;
  margin: 0 auto;
}

#top .showroom .tabs {
  padding-bottom: 45px;
}

#top .showroom .tabs .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color .5s;
  text-align: center;
  z-index: 1;
}

#top .showroom .tabs .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#top .showroom .tabs .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: opacity .5s;
  transform: translate(-50%, -50%);
}

#top .showroom .tabs .logo img.back {
  opacity: 0;
}

#top .showroom .tabs li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
}

#top .showroom .tabs li:last-child {
  margin-right: auto;
}

#top .showroom .tabs li.bmw .logo img {
  width: 112px;
}

#top .showroom .tabs li.mini .logo img {
  width: 135px;
}

#top .showroom .tabs li.jeep .logo img {
  width: 74px;
}

#top .showroom .tabs li.ford .logo img {
  width: 100px;
}

#top .showroom .tabs li.other .inner {
  color: #000;
  letter-spacing: .2em;
}

#top .showroom .tabs li.other .inner .text01 {
  font-size: 20px;
  padding-bottom: 4px;
}

#top .showroom .tabs li.other .inner .text02 {
  font-size: 16px;
}

#top .showroom .tabs a {
  display: block;
  position: relative;
  height: 80px;
}

#top .showroom .tabs a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ADB7B8;
  content: "";
  display: block;
  transition: height .4s;
}

#top .showroom .tabs a.current, #top .showroom .tabs a:hover {
  opacity: 1 !important;
}

#top .showroom .tabs a.current:after, #top .showroom .tabs a:hover:after {
  height: 100%;
}

#top .showroom .tabs a.current .inner, #top .showroom .tabs a:hover .inner {
  color: #fff;
}

#top .showroom .tabs a.current .logo img, #top .showroom .tabs a:hover .logo img {
  opacity: 0;
}

#top .showroom .tabs a.current .logo img.back, #top .showroom .tabs a:hover .logo img.back {
  opacity: 1;
}

#top .showroom .tab-target {
  display: none;
  margin-bottom: 40px;
}

#top .showroom .tab-target.current {
  display: block;
}

#top .showroom .tab-target li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}

#top .showroom .tab-target li:nth-child(2n) {
  margin-right: auto;
}

#top .showroom .tab-target li:nth-child(2n+1) {
  clear: both;
}

#top .showroom .tab-target li .image {
  margin-bottom: 10px;
}

#top .showroom .tab-target .text-box {
  float: left;
}

#top .showroom .tab-target .name-box {
  padding: 22px 0 8px;
  min-height: 22px;
}

#top .showroom .tab-target .name {
  font-size: 16px;
  line-height: 1.5;
}

#top .showroom .tab-target .premium {
  font-size: 16px;
  line-height: 1.5;
}

#top .showroom .tab-target .detail {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#top .showroom .tab-target .button {
  line-height: 1;
  clear: both;
}

#top .showroom .tab-target .button a {
  display: block;
  padding: 14px 5px;
  border: 1px solid #000;
  border-radius: 35px;
  text-align: center;
  color: #000;
  font-size: 14px;
}

#top .showroom .tab-target .icon {
  float: right;
  margin-right: 8%;
  margin-top: 22px;
}

#top .showroom .tab-target .icon .fab {
  color: #596c9f;
  font-size: 50px;
}

#top .showroom .tab-target .icon .fab:hover {
  transform: scale(1.1);
  transition: .3s;
}

#top .showroom .tab-target .icon .fab01 {
  color: #f70001;
  font-size: 46px;
}

#top .showroom .tab-target .icon .fab02 {
  color: #2b2b2b;
}

#top .showroom .tab-target .icon .fa03 {
  color: #265A7F;
}

#top .showroom .tab-target .icon a:hover {
  opacity: 1;
}

#top .showroom .tab05 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

#top .showroom .tab05 li:nth-child(2n) {
  margin-right: 2%;
}

#top .showroom .tab05 li:nth-child(2n+1) {
  clear: inherit;
}

#top .showroom .tab05 li:nth-child(3n) {
  margin-right: auto;
}

#top .showroom .tab05 li:nth-child(3n+1) {
  clear: both;
}

#top .section-about-us,
#top .section-our-team {
  margin-bottom: 200px;
  position: relative;
}

#top .section-about-us .texts,
#top .section-our-team .texts {
  float: left;
  box-sizing: border-box;
  width: 81.25%;
  background: #6682af;
  background: linear-gradient(-90deg, #6682af 0%, #001c50 100%);
  padding: 60px 35% 115px 16%;
  color: #fff;
}

#top .section-about-us .image,
#top .section-our-team .image {
  float: right;
  width: 51.875%;
  margin-top: -310px;
}

#top .section-about-us .title,
#top .section-our-team .title {
  font-weight: normal;
  padding-bottom: 13px;
  letter-spacing: .5em;
}

#top .section-about-us .lead,
#top .section-our-team .lead {
  font-size: 13px;
}

#top .section-about-us header,
#top .section-our-team header {
  padding-bottom: 55px;
}

#top .section-about-us .text,
#top .section-our-team .text {
  font-size: 28px;
  letter-spacing: .5em;
  padding-bottom: 10px;
}

#top .section-about-us .text span,
#top .section-our-team .text span {
  line-height: 1.9;
}

#top .section-about-us .line,
#top .section-our-team .line {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

#top .section-about-us .line:after,
#top .section-our-team .line:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 100%;
  margin-left: 20px;
}

#top .section-about-us .button a,
#top .section-our-team .button a {
  display: block;
  width: 70%;
  max-width: 177px;
  box-sizing: border-box;
  padding: 18px 5px 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  border-radius: 35px;
  background: transparent;
  transition: letter-spacing .7s , color .7s , border-color .7s;
  margin-top: 20px;
  letter-spacing: 0;
  overflow: hidden;
}

#top .section-about-us .button a span,
#top .section-our-team .button a span {
  position: relative;
  z-index: 1002;
}

#top .section-about-us .button a:after,
#top .section-our-team .button a:after {
  content: "";
  position: absolute;
  display: block;
  top: -250px;
  left: 160px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: top .7s,left .7s, opacity .7s;
}

#top .section-about-us .button a:hover,
#top .section-our-team .button a:hover {
  opacity: 1 !important;
  letter-spacing: .2em;
  color: #000;
  border-color: rgba(255, 255, 255, 0);
}

#top .section-about-us .button a:hover:after,
#top .section-our-team .button a:hover:after {
  opacity: 1;
  top: -150px;
  left: -50px;
}

#top .section-about-us .texts {
  float: right;
  padding: 60px 16% 115px 35%;
}

#top .section-about-us .image {
  left: 0;
  float: left;
}

#top .fixed-banner{
  position: fixed;
  max-width: 320px;
  width: 20%;
  right: 0;
  bottom: 100px;
}

#top .fixed-banner a:hover{
  opacity: 1;
}

#top .fixed-banner .close{
  position: absolute;
  width: 20px;
  left: -10px;
  top: -10px;
}


@media (max-width: 757px) {

  #top main img {
    width: 100%;
  }
  #top .main-visual {
    overflow: visible;
    margin-bottom: 50px;
  }
  #top .main-visual .slide .button {
    display: none;
  }
  #top .main-visual .slide .text01 {
    font-size: 16px;
    line-height: 1.3;
  }
  #top .main-visual .slide .text02 {
    font-size: 40px;
    line-height: 1.5;
  }
  #top .main-visual .slide .text04 {
    width: auto;
  }
  #top .main-visual .slide .text04 p {
    letter-spacing: .3em;
  }
  #top .main-visual .slide .text04 .txt01 {
    font-size: 22px;
  }
  #top .main-visual .slide .text04 .txt01 .in:after {
    width: 55px;
    margin-left: 10px;
  }
  #top .main-visual .slide .text04 .txt02 {
    font-size: 14px;
  }
  #top .main-visual .slide .sp-button {
    position: absolute;
    bottom: 100px;
    right: 7.5%;
    font-size: 14px;
    color: #fff;
  }
  #top .main-visual .slide .sp-button a {
    padding-right: 35px;
    position: relative;
    color: #fff;
  }
  #top .main-visual .slide .sp-button a:after {
    content: "";
    position: absolute;
    display: block;
    margin-top: -2px;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  
  #top .main-visual .slide01 {
    background-image: url(../images/top/mmv53-sp.jpg);
  }
  #top .main-visual .slide01 .texts {
    bottom: auto;
    top: 85px;
    left: 7.5%;
  }
  
  #top .main-visual .slide02 {
    background-image: url(../images/top/mmv51-sp.jpg);
  }
  #top .main-visual .slide02 .texts {
    bottom: auto;
    top: 85px;
    left: 7.5%;
  }
  #top .main-visual .slide02 .texts .text02 {
    font-size: 36px;
  }
  
  #top .main-visual .slide03 {
    background-image: url(../images/top/mmv50-sp.jpg);
  }
  #top .main-visual .slide03 .texts {
    bottom: auto;
    top: 85px;
    left: 7.5%;
  }
  #top .main-visual .slide04 {
    background-image: url(../images/top/mv05-sp.jpg);
  }
  #top .main-visual .slide04 .text-wrap {
    display: none;
  }
  #top .main-visual .slide04 .text03 {
    display: none;
  }
  #top .main-visual .slide04 .text04 {
    bottom: auto;
    top: 15%;
    left: 7%;
    width: 90%;
  }
  #top .main-visual .slide04 .logo {
    position: absolute;
    width: 65%;
    top: 28%;
    right: 7%;
  }
  #top .main-visual .slide05 {
    background-image: url(../images/top/mv04-sp.jpg);
  }
  #top .main-visual .slide05 .text03 {
    display: none;
  }
  #top .main-visual .slide05 .text04 {
    bottom: auto;
    top: 41%;
    left: 5%;
    width: 90%;
  }
  #top .main-visual .slide05 .logo {
    position: absolute;
    top: 56%;
    left: 27.75%;
    transform: translateY(-50%);
    width: 65.9%;
  }
  #top .main-visual .thumbs {
    bottom: 80px;
    width: 90%;
  }
  #top .main-visual .thumbs .thumb {
    width: 17.5%;
    margin-right: 2%;
  }
  #top .main-visual .thumbs .thumb:last-child {
    margin-right: auto;
  }
  #top .main-visual .controls {
    display: none;
  }
  #top .main-visual .bar {
    bottom: -75px;
    height: 75px;
  }
  #top .main-visual .bar .recent,
  #top .main-visual .bar .scroll {
    box-sizing: border-box;
    padding: 18px 36px 18px;
    overflow: hidden;
    height: 50px;
    font-size: 14px;
  }
  #top .main-visual .bar .scroll {
    display: none;
  }
  #top .news {
    padding: 65px 0 150px;
    width: 80%;
    max-width: 240px;
  }
  #top .news .title {
    font-size: 20px;
    padding-bottom: 34px;
  }
  #top .news .item .time {
    float: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  #top .news .item .text {
    margin-bottom: 20px;
    margin-left: 34.5%;
    margin-left: auto;
    font-size: 16px;
    letter-spacing: 0em;
  }
  #top .news .item .text span {
    line-height: 1.7;
  }
  #top .site-contents {
    padding-bottom: 75px;
  }
  #top .site-contents .title .cp {
    display: block;
  }
  #top .site-contents li {
    margin-bottom: 60px;
  }
  #top .site-contents li a {
    overflow: auto;
    width: 100%;
    display: block;
    position: relative;
  }
  #top .bg-wrap01 {
/*    padding-top: 106px;*/
    background-image: url(../images/top/bg02-sp.png);
  }
  #top .bg-wrap01 .banner li{
      margin-bottom: 65px;
  }
  #top .used-car {
    padding-bottom: 165px;
  }
  #top .used-car .section-header {
    padding-bottom: 40px;
  }
  #top .used-car .title .cp {
    display: block;
  }
  #top .used-car .lead {
    font-size: 14px;
  }
  #top .used-car .links {
    max-width: 960px;
    margin: 0 auto;
  }
  #top .used-car .more {
    bottom: 32px;
  }
  #top .used-car .more span:after {
    margin-left: 15px;
  }
  #top .used-car li {
    float: none;
    width: auto;
    margin-bottom: 50px;
  }
  #top .used-car li:nth-child(2n) {
    float: none;
  }
  #top .used-car li.link-used-bmw .logo {
    width: 112px;
  }
  #top .used-car li.link-used-mini .logo {
    width: 135px;
  }
  #top .used-car li.link-used-jeep .logo {
    width: 74px;
  }
  #top .used-car li.link-used-other .logo {
    font-size: 20px;
    letter-spacing: .3em;
  }
  #top .used-car a:before {
    top: 15px;
    left: 0px;
    right: 0px;
    bottom: 15px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
  #top .used-car a:hover:before {
    background: rgba(0, 0, 0, 0.3);
    top: 15px;
    left: 0px;
    right: 0px;
    bottom: 15px;
  }
  #top .used-car a:hover .more span:after {
    width: 100px;
  }
  #top .showroom .title .cp {
    display: block;
  }
  #top .showroom .section-header {
    padding-bottom: 25px;
  }
  #top .showroom .tabs {
    padding-bottom: 60px;
    width: 94%;
    margin: 0 auto;
  }
  #top .showroom .tabs li {
    float: none;
    width: auto;
    margin-right: auto;
  }
  #top .showroom .tabs li.bmw .logo img {
    width: 112px;
  }
  #top .showroom .tabs li.mini .logo img {
    width: 135px;
  }
  #top .showroom .tabs li.jeep .logo img {
    width: 74px;
  }
  #top .showroom .tabs li.other .inner {
    color: #000;
    letter-spacing: .1em;
  }
  #top .showroom .tabs li.other .inner .text01 {
    font-size: 20px;
  }
  #top .showroom .tabs li.other .inner .text02 {
    font-size: 16px;
  }
  #top .showroom .tabs a {
    display: block;
    height: 70px;
  }
  #top .showroom .tabs li.other a.current .inner,
  #top .showroom .tabs li.other a:hover .inner {
    color: #fff;
  }
  #top .showroom .tab-target {
    margin-bottom: 0;
  }
  #top .showroom .tab-target li {
    float: none;
    width: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  #top .showroom .tab-target li:nth-child(3n) {
    margin-right: auto;
  }
  #top .showroom .tab-target .text-box {
    float: none;
  }
  #top .showroom .tab-target .name-box {
    padding: 22px 0 30px;
    min-height: 0;
  }
  #top .showroom .tab-target .name {
    margin: 0 auto;
    width: 80%;
  }
  #top .showroom .tab-target .premium {
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
  }
  #top .showroom .tab-target .detail {
    font-size: 14px;
    padding-bottom: 0px;
    margin: 0 auto 10px;
    width: 80%;
  }
  #top .showroom .tab-target .button {
    margin: 0 auto;
    width: 80%;
    line-height: 1;
  }
  #top .showroom .tab-target .button a {
    display: block;
    padding: 14px 5px;
    border: 1px solid #000;
    border-radius: 35px;
    text-align: center;
    color: #000;
    font-size: 14px;
  }
  #top .showroom .tab-target .icon {
    width: 80%;
    float: none;
    margin: 0 auto 20px;
  }
  #top .showroom .tab-target .icon .fab {
    color: #596c9f;
    font-size: 50px;
    transition: font-size .3s;
  }
  #top .showroom .tab-target .icon .fab:hover {
    transform: scale(1.1);
  }
  #top .showroom .tab-target .icon a:hover {
    opacity: 1;
  }
  #top .section-about-us,
  #top .section-our-team {
    margin-bottom: 200px;
    position: relative;
  }
  #top .section-about-us .texts,
  #top .section-our-team .texts {
    float: left;
    box-sizing: border-box;
    width: 81.25%;
    background: #6682af;
    background: linear-gradient(-90deg, #6682af 0%, #001c50 100%);
    padding: 60px 35% 115px 16%;
    color: #fff;
  }
  #top .section-about-us .image,
  #top .section-our-team .image {
    float: right;
    width: 51.875%;
    margin-top: -370px;
  }
  #top .section-about-us .title,
  #top .section-our-team .title {
    font-weight: normal;
    padding-bottom: 13px;
    letter-spacing: .5em;
  }
  #top .section-about-us .lead,
  #top .section-our-team .lead {
    font-size: 13px;
  }
  #top .section-about-us header,
  #top .section-our-team header {
    padding-bottom: 55px;
  }
  #top .section-about-us .text,
  #top .section-our-team .text {
    font-size: 28px;
    letter-spacing: .5em;
    padding-bottom: 50px;
  }
  #top .section-about-us .text span,
  #top .section-our-team .text span {
    line-height: 1.9;
  }
  #top .section-about-us .line,
  #top .section-our-team .line {
    position: relative;
    display: inline-block;
  }
  #top .section-about-us .line:after,
  #top .section-our-team .line:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 100%;
    margin-left: 20px;
  }
  #top .section-about-us .button a,
  #top .section-our-team .button a {
    display: block;
    width: 70%;
    max-width: 177px;
    box-sizing: border-box;
    padding: 18px 5px 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    border-radius: 35px;
    background: transparent;
    transition: letter-spacing .7s , color .7s , border-color .7s;
    margin-top: 20px;
    letter-spacing: 0;
    overflow: hidden;
  }
  #top .section-about-us .button a span,
  #top .section-our-team .button a span {
    position: relative;
    z-index: 1002;
  }
  #top .section-about-us .button a:after,
  #top .section-our-team .button a:after {
    content: "";
    position: absolute;
    top: -250px;
    left: 160px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: top .7s,left .7s, opacity .7s;
  }
  #top .section-about-us .button a:hover,
  #top .section-our-team .button a:hover {
    opacity: 1 !important;
    letter-spacing: .2em;
    color: #000;
    border-color: rgba(255, 255, 255, 0);
  }
  #top .section-about-us .button a:hover:after,
  #top .section-our-team .button a:hover:after {
    opacity: 1;
    top: -150px;
    left: -50px;
  }
  #top .section-about-us .texts {
    float: right;
    padding: 60px 16% 115px 35%;
  }
  #top .section-about-us .image {
    left: 0;
    float: left;
  }
  #top .fixed-banner{
    max-width: 175px;
    width: 50%;
  }
  #top .fixed-banner .close{
    width: 15px;
  }

@media (max-width: 1024px) {
  #top .section-our-team .texts {
    width: 81.25%;
    padding: 60px 34% 45px 6%;
  }
  #top .section-about-us .texts {
    padding: 60px 6% 45px 36%;
  }
  #top .section-about-us .text,
  #top .section-our-team .text {
    padding-bottom: 20px;
    font-size: 23px;
  }
  #top .section-about-us header,
  #top .section-our-team header {
    padding-bottom: 25px;
  }
  #top .news {
    padding: 75px 0 115px;
  }
  #top .news .lists {
    height: 200px;
  }
}

@media (max-width: 757px) {
  @keyframes belt-sp {
    0% {
      left: 0;
    }
    100% {
      left: -832px;
    }
  }
  @keyframes belt-sp2 {
    0% {
      left: 0;
    }
    100% {
      left: -967px;
    }
  }
  #top .text-belt {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
    height: 50px;
  }
  #top .text-belt .image {
    display: block;
    width: 3016px;
    position: relative;
    animation: belt-sp 15s linear infinite;
  }
  #top .text-belt img {
    max-width: auto;
    max-width: inherit;
    width: auto;
    height: 35px;
  }
  #top .text-belt img.left {
    margin-left: 50px;
  }
  #top .text-belt.text-belt02 .image, #top .text-belt.text-belt03 .image {
    animation: belt-sp2 15s linear infinite;
    text-align: left;
  }
  #top .text-belt.text-belt02 img.left, #top .text-belt.text-belt03 img.left {
    margin-left: 50px;
  }
}

/*# sourceMappingURL=top.css.map */
