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

html {
  font-size: 62.5%;
}

body {
  margin-bottom: 78px;
}

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;
  margin: 0 auto;
  max-width: 100%;
}

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;
}
.header_inner > * {
  width: 50%;
}

.header_inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
}

/*-----------------------------
    footer
------------------------------*/

.footer-btn {
  padding-top: 40px;
}
.footer-btn__item:not(:first-child) {
  margin-top: 40px;
}

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

footer {
  padding: 45px 0 30px;
  border-bottom: 20px #000 solid;
  position: relative;
}

footer .inner {
  text-align: center;
}

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: 180px;
}
/*-----------------------------
    contents
------------------------------*/

.contents_wrap {
  background-color: #e3007f;
  padding-bottom: 100px;
}
.main_wrap {
  max-width: 1280px;
  margin: 0 auto;
}

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

.p-mv {
  position: relative;
}
.header_btn {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.header_btn ul {
  display: flex;
  justify-content: center;
}

.p-campaign {
  padding: 30px 0 60px;
}

.p-campaign {
  max-width: 1280px;
  margin: 0 auto;
}

.campaign_inner {
  position: relative;
}
.m_btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.car-lineup_item {
  position: relative;
}
.car-lineup_btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.car-lineup_text {
  background-image: url(../images/text_background.png);
  padding: 0 10px 50px;
}
.car-lineup_text_wrap {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 25px 40px;
  text-align: justify;
}
.text_item_02 {
  margin-top: 25px;
}
.text_item_03 {
  margin-top: 25px;
}

.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;
}

/* 固定ボタン */
.fixed-btn {
  transition: 0.3s;
  width: 100%;
  background: #009844;
  border: 2px solid #fff;
  position: fixed;
  bottom: 0;
  z-index: 10;
  height: 74px;
}
.fixed-btn .inner {
  height: 100%;
  text-align: center;
}
.fixed-btn-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 2px solid #fff;
}
.fixed-btn-list_item {
  border-right: 2px solid #fff;
}
.fixed-btn .inner img {
  max-width: 100%;
  height: auto;
}
