@charset "UTF-8";
/*----共通----*/
#main_contents h3 {
  width: 80%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #000;
  border-bottom: none;
  text-align: center;
  font-size: 60px;
  margin-top: 0 !important;
}
#main_contents h4 {
  border-left: none;
  color: #000;
  text-align: center;
}
#main_contents h5 {
  color: #000;
  text-align: center;
}
.box3_1_pc p img {
  cursor: pointer;
}
#aside .box {
  max-width: 750px;
  margin: 0 auto;
}
#main .card img {
  max-width: 260px;
}
.card-btn-car02 {
  background: #dde6e9;
  color: #000;
}
/*----ムービー----*/
.movie {
  margin-top: 0;
  background: #bbac8a;
  padding: 45px 0 60px;
}
.movie h2 {
  color: #fff;
  margin-top: 0 !important;
  font-size: 36.5px;
}
.movie p {
  color: #fff;
}
.movie .txt {
  font-size: 120%;
  font-weight: bold;
}
.movie .arr-e_link::after {
  background-image: url("../../../../common_r/img/parts/arr-e_link_w.svg");
}
.movie .btn-primary {
  background-color: #332b25;
  border-color: #332b25;
  color: #fff;
}
/*----体験----*/
.trial .txt {
  background-color: #ebeeee;
  position: relative;
  padding: 40px 0;
}
.trial .txt p {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-top: 0 !important;
}
.trial .txt p .red {
  font-size: 50px;
}
.trial .txt:after {
  background-image: url(../img/multiBoard_triangle.png);
  background-size: contain;
  bottom: -46px;
  content: "";
  display: block;
  height: 46px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 167.88px;
}
.trial .flex_box {
  display: flex;
  width: 750px;
  margin: 0 auto;
  align-items: center;
}
.trial .flex_box .unit:nth-of-type(1) {
  width: 24%;
}
.trial .flex_box .unit:nth-of-type(2) {
  margin-left: 10px;
}
.trial .topMode p,
.trial .middleMode p,
.trial .bottomMode p,
.trial .splitMode p {
  margin-top: -120px !important;
}
.trial .topMode {
  margin-top: 150px;
  padding: 60px 0;
  background: #7fb6c2;
}
.trial .middleMode {
  margin-top: 150px;
  padding: 60px 0;
  background: #f3e7bb;
}
.trial .bottomMode {
  margin-top: 150px;
  padding: 60px 0;
  background: #cbd2d2;
}
.trial .splitMode {
  margin-top: 150px;
  padding: 60px 0 75px;
  background: #82a7bc;
}
.trial .btn {
  background: linear-gradient(90deg, #008097, #0e4868);
  border: none;
  border-radius: 0;
  color: #fff;
  margin: 30px auto;
  padding: 20px 0;
  font-size: 100%;
  width: 380px;
  margin-top: -35px;
}
.trial .arr-right:after {
  background-image: url("/car/common_r/img/parts/arr-right-02.png");
}
/*----コメント----*/
.comment {
  margin-top: 120px;
  background: #dbe6e9;
  position: relative;
  padding: 40px 0 80px;
}
.icon_comment {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("/car/spacia_base/event_report/common/img/icon_comment.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 10px;
}
.comment h5 {
  margin-top: 20px !important;
}
/*----ギャラリー----*/
.gallery {
  margin-top: 150px;
  background: #b5cdcb;
  position: relative;
  padding: 80px 0;
}
.icon_gallery {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("/car/spacia_base/event_report/common/img/icon_gallery.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-right: 10px;
}
/*--------------PC--------------*/
@media (min-width: 751px) {
  .box2_1_pc {
    width: calc(50% - 12.5px);
    width: -webkit-calc(50% - 12.5px);
    float: left;
    margin-right: 25px;
  }
  .comment .box4_1_pc {
    width: calc(25% - 45.99px);
    width: -webkit-calc(25% - 45.99px);
    float: left;
    margin-right: 60px;
  }
}
/*--------------SP--------------*/
@media (max-width: 750px) {
  /*----共通----*/
  #main_contents h3 {
    font-size: 40px;
    top: -30px;
  }
  .icon_gallery, .icon_comment {
    width: 50px;
    height: 50px;
  }
  #main .card img {
    width: 70%;
  }
  /*----ムービー----*/
  .movie {
    padding: 20px 0 30px;
  }
  .movie h2 {
    margin-top: 2.666vw !important;
  }
  .movie h2 span {
    color: #fff;
    font-size: 70%;
  }
  .movie .txt {
    font-size: 12px;
  }
  /*----体験----*/
  .trial .txt {
    padding: 30px 0;
  }
  .trial .txt:after {
    bottom: -20px;
    height: 20px;
    width: 73px;
  }
  .trial .txt p {
    font-size: 4.17vw;
    margin-top: 0 !important;
  }
  .trial .txt p .red {
    font-size: 6vw;
  }
  .trial .flex_box {
    width: 100%;
  }
  .trial .flex_box .unit:nth-of-type(1) {
    width: 20%;
  }
  .trial .flex_box .unit:nth-of-type(2) {
    margin-left: 2%;
    width: 78%;
  }
  .trial .topMode {
    margin-top: 100px;
    padding: 60px 0 30px;
  }
  .trial .middleMode {
    margin-top: 100px;
    padding: 60px 0 30px;
  }
  .trial .bottomMode {
    margin-top: 100px;
    padding: 60px 0 30px;
  }
  .trial .splitMode {
    margin-top: 100px;
    padding: 60px 0 65px;
  }
  .trial .btn {
    width: 100%;
    margin-top: -45px;
  }
  /*----コメント----*/
  .comment {
    margin-top: 100px;
    padding: 20px 0 40px;
  }
  .comment .box2_1_sp {
    padding: 3%;
  }
  .comment .box .last {
    clear: both;
  }
  .comment h5 {
    margin-top: 2.666vw !important;
  }
  /*----ギャラリー----*/
  .gallery {
    margin-top: 100px;
    padding: 40px 0 40px;
  }
}
@media (max-width: 578px) {
  .gallery {
    margin-top: 100px;
    padding: 80px 0 40px;
  }
}
@media (max-width: 358px) {
  #main_contents h3 {
    font-size: 28px;
  }
}