@charset "UTF-8";
/* -------------------------- */
/* layout */
/* -------------------------- */
.header {
  width: 100%;
}

/* -------------------------- */
/* content */
/* -------------------------- */
/* main_visual */
.main_visual {
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
}

.main_visual .main_visual_img {
  width: 100%;
  height: 562px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  overflow: hidden;
}

.main_visual .main_visual_img:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.main_visual .main_visual_img * {
  height: 100%;
}

.main_visual .main_visual_img .slide_img {
  position: absolute;
  top: 0;
  left: 0;
}

.main_visual .main_visual_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main_visual:after {
  width: 100%;
  height: 40px;
  /*background: $color-gray02;*/
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}

.main_visual .container {
  padding: 0 30px;
  position: relative;
  z-index: 2;
}

.main_visual .main_visual_catch {
  margin: 150px 0 200px;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 5rem;
  line-height: 1.2;
  position: relative;
}

.main_visual .main_visual_catch span {
  display: block;
}

.main_visual .main_visual_catch span:first-child {
  font-size: 3.5rem;
}

.main_visual .main_visual_title {
  display: none;
}

.main_visual .main_visual_txt {
  display: none;
}

.main_visual .main_visual_btn {
  margin-bottom: 130px;
}

.main_visual .main_visual_interview {
  width: calc(100% - 30px);
  padding: 30px 0;
  margin-left: auto;
  background: #000;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.main_visual .main_visual_interview a {
  padding: 15px 30px;
  color: #fff;
  display: block;
}

.main_visual .main_visual_interview .main_visual_interview_day {
  margin-bottom: 15px;
  font-family: "Roboto Slab";
  font-size: 1.2rem;
  line-height: 1.2;
}

.main_visual .main_visual_interview .main_visual_interview_day em {
  display: block;
  font-style: normal;
}

.main_visual .main_visual_interview .main_visual_interview_title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.main_visual .main_visual_interview .main_visual_interview_txt {
  margin-bottom: 15px;
  color: #a3a3a3;
  font-size: 1.2rem;
  line-height: 1.4;
}

.main_visual .main_visual_interview .btn_default01 {
  display: inline-block;
}

/* fade-in-bottom */
.fade-in-bottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-delay: .3s;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fade-in-bottom02 {
  animation-delay: .6s;
}

.fade-in-bottom03 {
  animation-delay: .9s;
}

.fade-in-bottom04 {
  animation-delay: .12s;
}

/* hot */
.hot {
  background: #d90000;
  position: relative;
}

.hot.news {
  padding: 10px 0;
}

.hot .hot_title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 2.2rem;
}

.hot .hot_title span {
  font-size: 3rem;
}

.hot .hot_news li:not(:last-child) {
  margin-bottom: 10px;
}

.hot .hot_news li a {
  padding: 15px;
  background: #fff;
  color: #000;
}

.hot .hot_news_time {
  margin-bottom: 5px;
  font-family: "Roboto Slab";
  font-size: 1.2rem;
}

.hot .hot_news_time span {
  font-size: 1.6rem;
}

.hot .hot_news_title {
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* hotstock */
.hotstock {
  padding: 10px 0 20px;
  background: #000;
  position: relative;
  z-index: 1;
}

.hotstock .hotstock_title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 2.2rem;
}

.hotstock .hotstock_title span {
  font-size: 3rem;
}

.hotstock .hotstock_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hotstock .hotstock_list .slick-list {
  margin-bottom: 20px;
}

.hotstock .hotstock_list a {
  color: #fff;
}

.hotstock .hotstock_list .thum_img {
  background: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hotstock .hotstock_list .thum_img img {
  width: auto;
  height: 15vw;
}

.hotstock .slick-track li {
  width: 100%;
  height: 15vw;
}

/* gallery */
.gallery {
  padding-top: 70px;
  background: #f2f2f2;
}

.gallery .gallery_title {
  padding: 0 30px;
}

.gallery .gallery_title .gallery_title_txt {
  font-family: "Roboto Slab";
  font-size: 4rem;
}

.gallery .gallery_title .gallery_title_btn {
  margin-bottom: 35px;
}

.gallery .gallery_box .gallery_box_list {
  display: flex;
  flex-wrap: wrap;
}

.gallery .gallery_box .gallery_box_list li {
  width: 50%;
  min-height: 10px;
  overflow: hidden;
}

.gallery .gallery_box .gallery_box_list li a {
  height: 100%;
  display: block;
  line-height: 0;
  position: relative;
  opacity: 1;
}

.gallery .gallery_box .gallery_box_list li a:after {
  width: 15px;
  height: 15px;
  background: url(/images/icon/icon_popup.svg) no-repeat center center/100% 100%;
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
}

.gallery .gallery_box .gallery_box_list li a img {
  object-fit: cover;
  height: 100%;
  transition: 0.5s all;
}

.gallery .gallery_box .gallery_box_list li a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}

.gallery .gallery_box .gallery_box_list01 li:nth-child(3) {
  width: 100%;
}

.gallery .gallery_box .gallery_box_list02 li:nth-child(5) {
  width: 100%;
}

/* menu */
.menu {
  padding-top: 80px;
  background: #212121;
  position: relative;
}

.menu:before {
  width: 100%;
  height: 160px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.menu .menu_list {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.menu .menu_list a {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.menu .menu_list a .thum_img {
  overflow: hidden;
}

.menu .menu_list a .thum_img img {
  transition: all .3s;
}

.menu .menu_list a:hover {
  opacity: 1;
}

.menu .menu_list a:hover .thum_img img {
  transform: scale(1.1);
}

.menu .menu_list .menu_list_inner {
  order: 2;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title {
  margin-bottom: 15px;
  line-height: 1.4;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title span {
  display: block;
  font-family: "Roboto Slab";
  font-size: 2.2rem;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
}

.menu .menu_list .menu_list_inner .menu_list_inner_txt {
  color: #a3a3a3;
}

.menu .menu_list .thum_img {
  min-height: 10px;
  margin-bottom: 15px;
  background: #fff;
  order: 1;
  position: relative;
}

.menu .menu_list .thum_img:after {
  content: "Read More";
  font-family: "Roboto";
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-shadow: 0 0 2px #000;
}

/* menu_wide */
.menu_wide {
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}

.menu_wide_list {
  width: 100%;
  position: relative;
}

.menu_wide_list a {
  width: 100%;
  padding: 70px 0 100px;
  background: no-repeat center center/cover;
  color: #fff;
  display: block;
  text-align: center;
}

.menu_wide_list.menu_wide_quality a {
  background-image: url(/images/top/pic_quality.jpg);
}

.menu_wide_list.menu_wide_staff a {
  background-image: url(/images/top/pic_staff.jpg);
}

.menu_wide_list_inner {
  order: 2;
}

.menu_wide_list_inner .title_contents01 em {
  margin-bottom: .8em;
}

.menu_wide_list_inner .title_contents01:after {
  content: "Read More";
  font-family: "Roboto";
  font-size: 1.4rem;
  position: absolute;
  background: #000;
  color: #fff;
  display: table;
  line-height: .9;
  margin: 30px auto 0;
  right: 0;
  left: 0;
}

/* news */
.news {
  padding: 40px 0;
}

.news .news_title {
  margin-bottom: 15px;
  font-family: "Roboto Slab";
  font-size: 4rem;
  text-align: center;
}

.news .news_title span {
  font-size: 3rem;
}

/* interview */
.interview {
  padding: 40px 0 0;
}

.interview .interview_title {
  margin-bottom: 15px;
  font-family: "Roboto Slab";
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
}

.interview .interview_title span {
  font-size: 3rem;
}

/* anniversary_top */
.anniversary_top {
  margin-bottom: -30px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.anniversary_top .anniversary_list {
  max-width: 1102px;
  margin: 0 auto;
  position: relative;
}

.anniversary_top .slick-dots {
  bottom: -35px;
}

.anniversary_top .slick-dots li {
  margin: 0 3px;
}

.anniversary_top .slick-dots li button::before {
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 100%;
  font-size: 0;
}

.anniversary_top .thum_img {
  max-width: 896px;
  margin: 0 auto;
}

.bnr_float {
  width: 200px;
  background: #fff;
  border: 3px solid #000;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10000;
}

.bnr_float .bnr_float_close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 100;
}

.bnr_float .bnr_float_close a {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.bnr_float .bnr_float_close a:hover {
  color: #d90000;
  opacity: 1;
}

.bnr_float img:hover {
  opacity: 0.8;
}

.footer {
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .header .global_navi .global_navi_inner_list {
    width: 80%;
  }
  .header .global_navi .global_navi_inner_list > li > a {
    font-size: 1.4rem;
  }
  .main_visual .main_visual_img {
    padding-top: 0;
    width: 65%;
    height: 710px;
    left: 35%;
    top: 0;
    z-index: 1;
  }
  .main_visual:after {
    height: 100px;
  }
  .main_visual .container {
    padding: 0 30px;
  }
  .main_visual .main_visual_catch {
    margin-bottom: 30px;
    color: #fff;
    font-size: 5.5rem;
    position: relative;
  }
  .main_visual .main_visual_catch span {
    position: relative;
  }
  .main_visual .main_visual_catch span:after {
    width: calc(35% - 9px);
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .main_visual .main_visual_catch span:first-child {
    font-size: 3.9rem;
  }
  .main_visual .main_visual_catch span:first-child:after {
    content: "Quality of Car Life";
  }
  .main_visual .main_visual_catch span:last-child:after {
    content: "SPACE AUTO";
  }
  .main_visual .main_visual_title {
    margin-bottom: 20px;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
  }
  .main_visual .main_visual_title:after {
    width: calc(35% - 9px);
    content: "貴方の毎日を特別にする1台をお届けします。";
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .main_visual .main_visual_txt {
    margin-bottom: 180px;
    display: block;
    font-size: 1.38rem;
    position: relative;
  }
  .main_visual .main_visual_txt span {
    color: #fff;
    display: block;
    position: relative;
    line-height: 2;
  }
  .main_visual .main_visual_txt span:after {
    width: calc(35% - 9px);
    color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .main_visual .main_visual_txt span:nth-child(1):after {
    content: "SPACE AUTOが大切にすることは、販売を通じてクルマを所有する人とヨロコビを分かち合う事です。";
  }
  .main_visual .main_visual_txt span:nth-child(2):after {
    content: "私達のクルマは、単なる移動手段ではなく、それぞれのオーナー様にとって特別なパートナーとなる事でしょう。";
  }
  .main_visual .main_visual_txt span:nth-child(3):after {
    content: "所有することで日々の生活が充実し、遊び心が満たされる。それがQuality of Car Life。";
  }
  .main_visual .main_visual_txt span:nth-child(4):after {
    content: "そんな豊かなカーライフのために、私たちは日々進化していきます。";
  }
  .main_visual .main_visual_btn .btn_color01 {
    color: #000;
  }
  .main_visual .main_visual_btn .btn_color01:after {
    background: #000;
  }
  .main_visual .main_visual_interview {
    width: calc(100% - 60px);
    height: auto;
    margin: 0 30px 0 auto;
    z-index: 0;
  }
  .main_visual .main_visual_interview a {
    padding: 15px 30px 30px;
  }
  .main_visual .main_visual_interview .main_visual_interview_day {
    padding-top: 30px;
  }
  .main_visual .main_visual_interview .btn_default01 {
    display: block;
    text-align: right;
  }
  .hot.news {
    padding: 10px 0;
  }
  .hotstock .hotstock_list .thum_img img {
    height: 15.5vw;
  }
  .hotstock .stock_title_btn {
    position: absolute;
    bottom: 28px;
    right: 30px;
  }
  .hotstock .slick-track li {
    height: 15.5vw;
  }
  .gallery {
    padding-top: 0;
    position: relative;
  }
  .gallery .gallery_title {
    padding: 95px 0 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    text-align: right;
    z-index: 2;
  }
  .gallery .gallery_title .gallery_title_txt {
    color: #fff;
  }
  .gallery .gallery_title .gallery_title_btn {
    height: 45px;
    margin-bottom: 0;
    display: inline-block;
    pointer-events: all;
    text-align: right;
  }
  .gallery .gallery_title .gallery_title_btn .btn_default01 {
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .gallery .gallery_title .gallery_title_btn .btn_default01:after {
    background: #fff;
  }
  .gallery .gallery_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .gallery .gallery_box .gallery_box_list {
    width: 50%;
  }
  .menu .container {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menu_list {
    width: 50%;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title {
    margin-bottom: 15px;
    padding-left: 20px;
    line-height: 1.4;
    position: relative;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title span {
    position: absolute;
    top: -53px;
    text-shadow: 0 0 10px #000;
    z-index: 2;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_txt {
    padding: 0 20px;
  }
  .menu_wide .container {
    display: flex;
  }
  .menu_wide_list {
    width: 50%;
  }
  .menu_wide_list a {
    padding: 120px 0 150px;
  }
  .anniversary_top {
    margin-bottom: -20px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .header .global_navi .global_navi_inner_list {
    margin-top: 0;
  }
  .header .global_navi .global_navi_inner_list > li > a {
    text-shadow: 0 0 2px #000;
  }
  .main_visual {
    margin-top: -77px;
    padding-top: 77px;
  }
  .main_visual .main_visual_img {
    width: 70%;
    height: 880px;
    background-size: cover;
    left: 30%;
  }
  .main_visual:after {
    height: 100px;
  }
  .main_visual .container {
    max-width: inherit;
    padding: 0 150px;
  }
  .main_visual .main_visual_catch {
    margin: 160px 0 60px;
    font-size: 12.1rem;
  }
  .main_visual .main_visual_catch span {
    position: relative;
  }
  .main_visual .main_visual_catch span:after {
    width: calc(30% - 60px);
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .main_visual .main_visual_catch span:first-child {
    font-size: 8.6rem;
  }
  .main_visual .main_visual_catch span:last-child {
    font-size: 12.1rem;
  }
  .main_visual .main_visual_title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .main_visual .main_visual_title:after {
    width: calc(30% - 60px);
  }
  .main_visual .main_visual_txt {
    margin-bottom: 125px;
    font-size: 1.6rem;
  }
  .main_visual .main_visual_txt span:after {
    width: calc(30% - 60px);
  }
  .main_visual .main_visual_btn {
    margin-bottom: 100px;
  }
  .main_visual .main_visual_interview {
    width: calc(100% - 240px);
    margin: 0 0 0 150px;
  }
  .main_visual .main_visual_interview .main_visual_interview_day {
    padding-top: 60px;
    font-size: 1.4rem;
  }
  .main_visual .main_visual_interview .main_visual_interview_title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .main_visual .main_visual_interview .main_visual_interview_txt {
    font-size: 1.4rem;
    line-height: 2;
  }
  .main_visual .main_visual_interview .btn_default01 {
    display: block;
    text-align: right;
  }
  .hot {
    margin-bottom: -60px;
    position: relative;
    z-index: 0;
  }
  .hot.news {
    padding: 60px 0;
  }
  .hot .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .hot .hot_title {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
  .hot .hot_title span {
    font-size: 6rem;
  }
  .hot .hot_news li a {
    padding: 20px 80px 20px 30px;
  }
  .hot .hot_news_time {
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 1.4rem;
  }
  .hot .hot_news_time span {
    font-size: 2rem;
  }
  .hot .hot_news_title {
    font-size: 1.6rem;
  }
  .hotstock {
    padding: 60px 0;
    position: relative;
  }
  .hotstock .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .hotstock .hotstock_title {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
  .hotstock .hotstock_title span {
    font-size: 6rem;
  }
  .hotstock .hotstock_list .slick-list {
    margin-bottom: 30px;
  }
  .hotstock .hotstock_list > li {
    width: 25%;
  }
  .hotstock .hotstock_list .thum_img img {
    height: 182px;
  }
  .hotstock .stock_title_btn {
    bottom: -30px;
    right: 0;
  }
  .hotstock .slick-track li {
    height: 182px;
  }
  .gallery .gallery_title {
    padding: 90px 0 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .gallery .gallery_title .gallery_title_txt {
    font-size: 12rem;
  }
  .menu {
    padding: 160px 0 0;
  }
  .menu:before {
    height: 325px;
  }
  .menu .menu_list {
    padding-bottom: 70px;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title {
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title span {
    top: -100px !important;
    font-size: 3.5rem;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title em {
    font-size: 1.8rem;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_txt {
    padding: 0 40px;
  }
  .menu .menu_list .thum_img {
    margin-bottom: 30px;
  }
  .menu .menu_list .thum_img:after {
    right: 40px;
    bottom: 40px;
  }
  .menu_wide {
    padding: 70px 0 0;
  }
  .menu_wide_list a {
    padding: 120px 0 150px;
  }
  .menu_wide_list_inner .title_contents01:after {
    margin: 60px auto 0;
  }
  .news {
    padding: 100px 0;
  }
  .news .news_title {
    margin-bottom: 30px;
    font-size: 8rem;
  }
  .news .news_title span {
    font-size: 6rem;
  }
  .interview {
    padding: 100px 0 0;
  }
  .interview .interview_title {
    margin-bottom: 30px;
    font-size: 8rem;
  }
  .interview .interview_title span {
    font-size: 6rem;
  }
  .anniversary_top {
    margin-bottom: -30px;
    padding-top: 90px;
  }
  .bnr_float {
    width: 300px;
    bottom: 77px;
  }
}

@media screen and (min-width: 1920px) {
  .main_visual .main_visual_img {
    width: 60%;
    left: 40%;
  }
  .main_visual .container {
    padding: 0 340px;
  }
  .main_visual .main_visual_catch span:after {
    width: calc(40% - 67px);
  }
  .main_visual .main_visual_title:after {
    width: calc(40% - 67px);
  }
  .main_visual .main_visual_txt span:after {
    width: calc(40% - 67px);
  }
}

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