@charset "UTF-8";

#link+.contents_btn01 a:nth-child(1):nth-last-child(1) {
    width: 285px !important;
}
@media screen and (max-width: 480px) {
#link+.contents_btn01 a:nth-child(1):nth-last-child(1) {
    width: 260px !important;
}
}

/*車両ギャラリー*/
#vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item{
    width: calc((100% - 40px) / 3 - 2px);
    padding-bottom: calc((100% - 40px) / 3 - 2px);
}
#vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(4n+1){
    clear: initial;
    margin: 0 0 20px 20px;
}
#vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(3n+1){
    clear: left;
    margin-left: 0;
}
#vehicle + .widget_gallery01.add_design2 .wrapper_item .inner_item>a:hover+.heading .h{
  display: none;
}
.poptxt{
  opacity: 0;
}
@media screen and (max-width: 550px){
  #vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item{
      width: calc((100% - 30px) / 3 - 2px);
      padding-bottom: calc((100% - 30px) / 3 - 2px);
  }
  #vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(3n+1),
  #vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(4n+1){
      margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 400px){
  #vehicle + .widget_gallery01.add_design2.width_fixed .wrapper_item .inner_item:nth-of-type(2n+1), #vehicle + .widget_gallery01.add_design2.width_full .wrapper_item .inner_item:nth-of-type(2n+1) {
      clear: initial;
      margin: 0 0 10px 11px;
  }
}