@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

div#proContents ul,
div#proContents li {
  list-style: none;
  list-style-position: outside;
}

div#proContents a:hover img {
  opacity: 0.9;
}

div#proContents a {
  outline: none;
  display: inline-block;
}

div#proContents a:focus {
  outline: none;
}

div#proContents .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

div#proContents .clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

#proContents {
  font-family: -apple-system, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
  line-height: 1.4;
  color: #222;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  overflow-x: hidden;
}

#main {
  font-size: 1.4rem;
  line-height: 1.7;
}

#main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article {
  width: 100%;
  margin: auto;
}
.wrap {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}

/*-----------------------------
    header
------------------------------*/
header {
  background: #fff;
  display: flex;
  max-width: 1200px;
  margin: auto;
}
header > * {
  width: 50%;
}

/*-----------------------------
    footer
------------------------------*/
footer {
  padding: 45px 0 30px 0;
  border-bottom: 20px #000 solid;
  position: relative;
}
.footer-btn {
  padding-top: 70px;
}
.footer-btn__item:not(:first-child) {
  margin-top: 20px;
}

.footer-ntp {
  padding: 80px 0 80px;
}

footer .inner {
  max-width: 820px;
  margin: 0 auto;
}

footer .inner .logo {
  text-align: center;
}

footer .inner .logo img {
  display: block;
  margin: 0 auto;
}

footer .inner a {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .inner a img {
  max-width: 100%;
}

footer .logo1 {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
}

footer .logoGroup ul {
  display: flex;
  justify-content: space-between;
}

.pagetop {
  position: fixed;
  bottom: -10vw;
  right: 4.89796vw;
  width: 76px;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.pagetop.on {
  bottom: 95px;
}

/*-----------------------------
    contents
------------------------------*/
.p-mv h1 img {
  width: 100%;
}

.p-campaign,
.p-compact-car,
.p-lineup--2 {
  padding: 80px 0;
}

.p-campaign,
.p-lineup--1 {
  background: #a6c85e;
}

.p-campaign_merit {
  margin-top: 80px;
}

.p-compact-car {
  background: #dc0000;
}

.p-lineup--1 {
  padding-bottom: 80px;
}

.p-lineup_btn {
  display: flex;
  justify-content: center;
}
.p-lineup_btn li {
  width: 29.5%;
}
.p-lineup_btn li:not(:first-child) {
  margin-left: 15px;
}

.p-lineup--1 .p-lineup_item {
  position: relative;
}
.p-lineup--1 .p-lineup_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  width: 70.5%;
  padding: 0;
}

.p-lineup--2 {
  max-width: 980px;
  margin: auto;
}
.p-lineup--2 .p-lineup_item {
  padding-bottom: 35px;
}
.p-lineup--2 .p-lineup_item:not(:first-child) {
  margin-top: 40px;
}
.p-lineup--2 .p-lineup_btn {
  margin-top: 40px;
}

.p-lineup_item--gryaris {
  background: #7d7d7d;
}
.p-lineup_item--yariscross {
  background: #94733b;
}
.p-lineup_item--c-hr {
  background: #265a88;
}
.p-lineup_item--corollasport {
  background: #3b3736;
}

.p-cap {
  font-size: 15px;
  text-align: left;
}
.p-cap_ttl {
  margin-right: 10px;
  border: 1px solid #000;
  padding: 0 10px;
}
.p-cap p:not(:first-child) {
  margin-top: 25px;
}
