@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Oswald:400);
#content {
  overflow: hidden;
}
#mainVisual {
  background: #000;
}
#mainVisual #view {
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #view {
    height: 260px;
  }
}
#mainVisual #view li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #view li {
    height: 260px;
    background-color: #000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 550px 260px;
  }
}
#mainVisual #view li a {
  display: block;
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #view li a {
    height: 260px;
  }
}

#mainVisual #view #view01 { background-image: url("/shared/image_new/main_top_landcruiser70.jpg"); }
#mainVisual #view #view02 { background-image: url("/shared/image_new/main_top_lbx.jpg"); }
#mainVisual #view #view03 { background-image: url("/shared/image_new/main_top_crown.jpg"); }
#mainVisual #view #view04 { background-image: url("/shared/image_new/main_top_lm.jpg"); }
#mainVisual #view #view05 { background-image: url("/shared/image_new/main_top_crownsport.jpg"); }
#mainVisual #view #view06 { background-image: url("/shared/image_new/main_top_alphard.jpg"); }
#mainVisual #view #view07 { background-image: url("/shared/image_new/main_top_vellfire.jpg"); }
#mainVisual #view #view08 { background-image: url("/shared/image_new/main_top_cruiser.jpg"); }
#mainVisual #view #view09 { background-image: url("/shared/image_new/main_top_seiko.jpg"); }
#mainVisual #view #view10 { background-image: url("/shared/image_new/main_top_prius.jpg"); }

@media screen and (min-width: 0px) and (max-width: 568px) {
  
  #mainVisual #view #view01 { background-image: url("/shared/image_new/main_top_landcruiser70_sp.jpg"); }
  #mainVisual #view #view02 { background-image: url("/shared/image_new/main_top_lbx_sp.jpg"); }
  #mainVisual #view #view03 { background-image: url("/shared/image_new/main_top_crown_sp.jpg"); }
  #mainVisual #view #view04 { background-image: url("/shared/image_new/main_top_lm_sp.jpg"); }
  #mainVisual #view #view05 { background-image: url("/shared/image_new/main_top_crownsport_sp.jpg"); }
  #mainVisual #view #view06 { background-image: url("/shared/image_new/main_top_alphard_sp.jpg"); }
  #mainVisual #view #view07 { background-image: url("/shared/image_new/main_top_vellfire_sp.jpg"); }
  #mainVisual #view #view08 { background-image: url("/shared/image_new/main_top_cruiser_sp.jpg"); }
  #mainVisual #view #view09 { background-image: url("/shared/image_new/main_top_seiko_sp.jpg"); }
  #mainVisual #view #view10 { background-image: url("/shared/image_new/main_top_prius_sp.jpg"); }
}

#mainVisual #mainvCtr {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  background: #000;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr {
    width: 100%;
    height: 40px;
    padding: 0;
  }
}
#mainVisual #mainvCtr #thum {
  position: relative;
  width: 980px;
  height: 165px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr #thum {
    width: 100%;
    display: none;
  }
}
#mainVisual #mainvCtr #thum li {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#mainVisual #mainvCtr #thum li a:hover {
  text-decoration: none;
}
#mainVisual #mainvCtr #thum li .mod-box-cap dd {
  color: #fff;
  background: none;
}
#mainVisual #mainvCtr #thum li .mod-box-cap dd:hover {
  color: #008f57;
}
#mainVisual #mainvCtr #thum li:hover {
  cursor: pointer;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#mainVisual #mainvCtr #mainvLeft {
  display: none;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 38px;
  height: 38px;
  background: url("/shared/image_new/arrow_slide_left2.png") no-repeat left center;
  margin: -38px 0 0 0;
  cursor: pointer;
  text-indent: -9999px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr #mainvLeft {
    display: block;
    left: 0;
    width: 50px;
    height: 40px;
    top: 38px;
    background-position: left center;
    background: url("/shared/image_new/arrow_slide_left.png") no-repeat center center;
    -webkit-background-size: 10px 18px;
    -moz-background-size: 10px 18px;
    -o-background-size: 10px 18px;
    background-size: 10px 18px;
  }
}
@media screen and (min-width: 1152px) {
  #mainVisual #mainvCtr #mainvLeft {
    display: block;
  }
}
#mainVisual #mainvCtr #mainvRight {
  display: none;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 38px;
  height: 38px;
  margin: -38px 0 0 0;
  background: url("/shared/image_new/arrow_slide_right2.png") no-repeat right center;
  cursor: pointer;
  text-indent: -9999px;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr #mainvRight {
    display: block;
    right: 0;
    width: 50px;
    height: 40px;
    top: 38px;
    background-position: left center;
    background: url("/shared/image_new/arrow_slide_right.png") no-repeat center center;
    -webkit-background-size: 10px 18px;
    -moz-background-size: 10px 18px;
    -o-background-size: 10px 18px;
    background-size: 10px 18px;
  }
}
@media screen and (min-width: 1152px) {
  #mainVisual #mainvCtr #mainvRight {
    display: block;
  }
}
#mainVisual #mainvCtr #mainvCover {
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr #mainvCover {
    display: none;
  }
}
#mainVisual #mainvCtr > ol {
  display: none;
  position: absolute;
  width: 100%;
  top: 15px;
  text-align: center;
  letter-spacing: -0.3em;
  z-index: 999;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #mainVisual #mainvCtr > ol {
    display: block;
  }
}
#mainVisual #mainvCtr > ol li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 4px;
  height: 4px;
  margin: 0 8px;
  cursor: pointer;
}
#mainVisual #mainvCtr > ol li.cr:after {
  content: '●';
  color: #fdbf57;
}
#mainVisual #mainvCtr > ol li:after {
  position: absolute;
  z-index: 1000;
  font-size: 57%;
  content: '●';
  color: #999;
}

#recommend {
  padding: 40px 0 10px 0;
}

@media screen and (min-width:569px) {
  #recommend {
    max-width: 1400px;
    margin: 0 auto;
    min-width: 980px;
    width: 85%;
  }
  #recommend #recommend-inner {
    display: flex;
    justify-content: space-around;
    width: 85%!important;
    max-width: 1400px;
  }
  #recommend-inner .mod-txt-ttl1 {
    font-size: 16px;
    padding-bottom: 20px;
    align-self: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend-sp-inner .mod-txt-ttl1 {
    font-size: 130%
  }
}


/* バナーエリア拡張 */
#recommend .js-toggle .js-toggle-action,
#recommend-sp .js-toggle .js-toggle-action {
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
  background: #fff url("/shared/image_new/icon_open16.gif") 445px center no-repeat;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend-sp .js-toggle .js-toggle-action {
    margin: 10px 0 0;
    background: #fff url("/shared/image_new/icon_open.gif") 35% center no-repeat;
    background-size: 16px;
  }
}
#recommend .js-toggle .js-toggle-action.is-active,
#recommend-sp .js-toggle .js-toggle-action.is-active {
  background: #fff url("/shared/image_new/icon_close16.gif") 445px center no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend-sp .js-toggle .js-toggle-action.is-active {
    background: #fff url("/shared/image_new/icon_close16.gif") 35% center no-repeat;
    background-size: 16px;
  }
}
#recommend .js-toggle .js-toggle-action:hover,
#recommend .js-toggle .js-toggle-action:active,
#recommend-sp .js-toggle .js-toggle-action:hover,
#recommend-sp .js-toggle .js-toggle-action:active {
  border: 1px solid #008f57;
  color: #008f57;
}
#recommend .js-toggle .js-toggle-action:after,
#recommend-sp .js-toggle .js-toggle-action:after {
  content: "MORE";
}
#recommend .js-toggle .js-toggle-action.is-active:after,
#recommend-sp .js-toggle .js-toggle-action.is-active:after {
  content: "LESS";
}
#recommend-sp .js-toggle .sm-list-line {
  margin-top: 10px;
}
#recommend .news-box {
  margin-bottom: 30px;
}
#recommend .news-box li:not(:first-child) {
  margin-top: 20px;
}
#recommend .news-box a,
#recommend-sp .news-box a {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #ce0d28;
  color: #ce0d28;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.14em;
}
#recommend .news-box a:hover, #recommend-sp .news-box a:hover {
 opacity: .5;
}
@media screen and (min-width:569px) {
  #recommend .news-box a,
  #recommend-sp .news-box a {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #recommend-sp .news-box a {
    padding: 10px 25px;
    margin-bottom: 1px;
  }
}
@media screen and (min-width:569px) {
  #content-inner {
    width: 85%!important;
    min-width: 980px;
    max-width: 1400px;
  }
}

#car-lineup .lineup-nav {
  min-width: 980px;
}


@media screen and (min-width:569px) {
  #car-event #carevent-inner {
    width: 100%!important;
    min-width: 980px;
    max-width: 1400px;
  }
  #car-lineup .lineup-nav li .lineup-area ul.complete {
    padding-bottom: .7%;
  }
  #car-lineup .lineup-nav li .lineup-area ul li {
    width: calc(100% / 6);
    margin: 0 0 3% 3%;
  }
  #car-lineup .lineup-nav li .lineup-area ul.complete li {
    width: calc(100% / 4.75);
    margin: 0 0 3% 3%;
  }
}

@media screen and (max-width:568px) {
  #car-lineup .lineup-nav-wrap {
    overflow-x: scroll;
    padding-bottom: 5px;
  }
  #car-lineup .lineup-nav-wrap::-webkit-scrollbar {
    height: 5px;
  }
  #car-lineup .lineup-nav-wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #dcdcdc;
  }
  #car-lineup .lineup-nav{
    margin-bottom: 0;
  }
  #car-lineup .lineup-nav li .lineup-area ul {
    margin: 0;
  }
  #car-lineup .lineup-nav li .lineup-area ul li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  #car-lineup .lineup-nav li .lineup-area ul li:nth-child(odd) {
    padding-right: 4%;
  }
  #car-lineup #car-lineup-inner {
    height: 1036px;
  }
  #car-lineup .lineup-nav li .lineup-area h4 {
    text-align: center;
  }
  #car-lineup .lineup-nav li .lineup-area h4:after {
    display: none;
  }
}

@media screen and (min-width:569px) {
  #mainVisual #mainvCtr #thum {
    display: none;
  }
  #mainVisual #mainvCtr {
    padding: 20px 0;
  }
  #mainVisual #mainvCtr > ol {
    display: block;
  }
  #mainVisual #mainvCtr #mainvLeft {
    top: 100%;
    left: 350px;
    display: block;
    width: 9px;
    background-size: 9px;
  }
  #mainVisual #mainvCtr #mainvRight {
    top: 100%;
    right: 350px;
    display: block;
    width: 9px;
    background-size: 9px;
  }
}


@media screen and (max-width:568px) {
.col2-1,.col2-2 {
  position: relative;
}
.col2-1::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(/shared/image_new/bg_gray.gif) repeat left top #e8e8e8;
  margin: -20px calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
  min-height: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.col2-2::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(/shared/image_new/bg_gray.gif) repeat left top #e8e8e8;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
  min-height: 100%;
  height: 100%;
  }
  .mod-box-wrap {
    background-color: #fff;
  }
  .mod-box-wrap .mod-txt-ttl1 {
    padding-top: 20px;
  }
}

@media screen and (max-width:1300px) and (min-width:569px) {
  #news ul li dd,
  #press ul li dd {
    font-size: .9em;
  }
}

@media screen and (min-width:569px) {
  .col2-1.mod-box-more,
  .col2-2.mod-box-more {
    padding: 10px 20px;
  }
  .mod-btn-normal {
    margin: 10px;
  }
  .mod-box-col2 {
    position: relative;
    height: 330px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mod-box-col2::after {
    content: "";
    position: absolute;
    background: url(/shared/image_new/bg_gray.gif) repeat left top #e8e8e8;
    margin: -30px calc(50% - 50vw);
    width: 100vw;
    height: 280px;
    padding: 60px 0 30px;
    z-index: -1;
    min-width: 1400px;
  }
  .mod-box-col2 .col2-1, .mod-box-col2 .col2-2 {
    width: 50%;
    height: 300px;
    background-color: #fff;
  }
}

@media screen and (max-width:1024px) and (min-width:569px) {
  .mod-box-col2::after {
    margin: -30px;
  }
}

.mod-list-news {
  font-size: 85%;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-list-news {
    font-size: 100%;
  }
  .mod-box-col2 .col2-2 {
    padding-bottom: 20px;
  }
}

.mod-list-news .noLink {
  display: inline;
}

@media screen and (min-width: 0px) and (max-width: 568px) {
  .mod-box-col2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #news .sm-block,#press .sm-block {
    text-align-last: right;
  }
  #news .sm-block a,#press .sm-block a {
    display: inline-block;
    padding: 10px 28px;
  }
}

#dealer-area {
  margin: 0px 0 40px;
  padding: 15px 20px;
  border: 1px solid #ccc;
}
#dealer-area .dealer-area-wrap {
  display: flex;
  flex-wrap: wrap;
}
#dealer-area .dealer-block {
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
}
#dealer-area .dealer-block.toyota {
  width: 50%;
}
#dealer-area .dealer-block.lexus {
  width: 50%;
  border-left: 1px solid #ccc;
}
#dealer-area .dealer-block.daihatsu {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width:1300px) and (min-width:569px) {
  #dealer-area .dealer-block.toyota {
    display: block;
  }
  #dealer-area .dealer-block.dealer-block.lexus {
    display: block;
  }
  #dealer-area .dealer-block.daihatsu {
    display: block;
  }
}
@media screen and (min-width:1301px) {
  #dealer-area .dealer-area-wrap h2{
    margin-top: 15px;
  }
  #dealer-area .dealer-block.toyota {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #dealer-area .dealer-block.dealer-block.lexus {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #dealer-area .dealer-block.daihatsu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
#dealer-area .dealer-block-ttl {
  font-size: 20px;
  font-weight: bold;
}
#dealer-area .dealer-block-logo {
  margin-top: 10px;
}
#dealer-area .dealer-block-logo img {
  max-width: 100%;
  height: auto;
}
#dealer-area .dealer-block-logolist {
  width: 250px;
  display: flex;
  margin: 5px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}
#dealer-area .dealer-block-logolist li {
  width: 100px;
  margin: 10px 5px 0;
}
#dealer-area .dealer-block-logolist li img {
  max-width: 100%;
  height: auto;
}
#dealer-area .dealer-area-txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 568px) {
  #dealer-area {
    display: block;
    padding: 20px;
  }
  #dealer-area .dealer-area-wrap {
    display: block;
  }
  #dealer-area .dealer-block {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  #dealer-area .dealer-block.toyota {
    width: auto;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #dealer-area .dealer-block.toyota .dealer-block-ttl {
    width: 100%;
  }
  #dealer-area .dealer-block.toyota .dealer-block-logowrap{
    display: flex;
  }
  #dealer-area .dealer-block.toyota .dealer-block-logo {
    width: calc(50% - 5px);
  }
  #dealer-area .dealer-block.toyota .dealer-block-logolist {
    width: calc(50% - 5px);
    margin: 0;
  }
  #dealer-area .dealer-block.toyota .dealer-block-logolist li {
    width: calc(50% - 10px);
  }
  #dealer-area .dealer-block.lexus {
    width: auto;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  #dealer-area .dealer-block.daihatsu {
    width: auto;
    border-top: 1px solid #ccc;
  }
}

#aside #aside-inner {
  max-width: 1400px;
  margin: 0 auto;
  min-width: 980px;
  width: 85%;
}

#aside #aside-inner .mod-list-col3 {
  display: flex;
  justify-content: space-between;
}

#aside-sp #aside-sp-inner .sm-list-line li:nth-child(n+2){
  margin-top: 10px;
}

.mod-list-col3 .col3-1, .mod-list-col3 .col3-2, .mod-list-col3 .col3-3 {
  width: calc(100% / 3 - 30px);
  float: unset;
  display: flex;
}