@charset "UTF-8";
/* CSS Document */

/*--リセットCSS--*/
html,body,h1,p {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
body {
	font-family: MazdaTypeRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
}
img {
	vertical-align: middle;
	border: none;
}
ul {
	padding-left: 0;
}
li {
	list-style:none
}
a{
	text-decoration: none;
}
div {
	display: block;
}
p {
	text-decoration: none;
}
/*--maincss--*/
.view-pc {
	display: block;
}
.view-sp {
	display: none;
}
@media screen and (max-width: 750px) {
	.view-pc {
		display: none;
	}
	.view-sp {
		display: block;
	}
}

/*--button--*/
.btn {
    max-width: 100%;
}
.btn img {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    
    filter: drop-shadow(3px 3px 3px #9f9fa0);
}

.container {
	width: 100%;
    max-width: 1080px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.container img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
.mgbtm {
	margin-bottom: 1%;
	margin-top: 1%;
	padding: 0 7%;
}

/*--margin--*/
.mg-05 {
	margin: 6%;
}
.opcy {
	transition: .3s;
}
.opcy:hover {
	opacity: .6;
}

/*--button--*/
.btn-venue {
	margin-top: calc( 200 / 940 * -100% );
    margin-bottom: calc( 122 / 940 * 100%);
}
.btn-venue img {
	width: 87% !important;
    max-width: 940px !important;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
	.btn-venue {
		margin-top: calc( 200 / 750 * -100% );
    margin-bottom: calc( 80 / 750 * 100%);
	}
	.btn-venue img {
		width: 90% !important;
		max-width: 750px !important;
	}
}

.btn-content {
    margin-top: calc(70 / 600* -100%);
    margin-bottom: calc(35 / 600* 100%);
}
.btn-content img {
	width: 74%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px) {
	.btn-content {
		margin-top: calc(420 / 670* -100%);
        margin-bottom: calc(310 / 670* 100%);
	}
	.btn-content img {
		width: 91%;
		max-width: 670px;
		margin-left: auto;
		margin-right: auto;
	}
}

.brand-btn-right {
    margin-top: calc( 80 / 450 * -100% );
    margin-bottom: calc( 60 / 450 * 100%);
    margin-left: calc( 225 / 450 * 100%);
}
.brand-btn-right img {
    width: 84%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.brand-btn-left {
    max-width: 100%;
    margin-top: calc( 110 / 450 * -100% );
    margin-bottom: calc( 40 / 450 * 100%);
    margin-right: calc( 220 / 450 * 100%);
}
.brand-btn-left img {
    width: 84%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.brand-btn-sp {
    margin-top: calc( 90 / 660 * -100% );
    margin-bottom: calc( 50 / 660 * 100%);
}
.brand-btn-sp img {
    width: 88% !important;
    max-width: 660px !important;
    margin-left: auto;
    margin-right: auto;
}
.btn-venue a:hover,
.brand-btn-right a:hover,
.brand-btn-left a:hover,
.brand-btn-sp a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-event {
	width: 90%;
	margin: 0 auto;
	padding: 3% 0 ;
}

.btn-event img{
	border-radius: 20px;
}

/*-- Lightbox --*/
.photo-content {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}
.Photo-wrap {
	margin-top: calc( 0 / 700 * -100% );
    margin-bottom: calc( 0 / 700 * -100% );
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Photo-wrap li {
	margin: 10px;
	width: 20%;
}
.Photo-wrap li img {
	width: 100%;
	max-width: 100%;
    height: auto;
}
@media (max-width: 750px) {
	.Photo-wrap li {
		margin: 6px;
		width: 47%;
	}
}
@media (max-width: 400px) {
	.Photo-wrap li {
		margin: 6px;
		width: 43%;
	}
}

/*--event-report--*/
.event-report {
	padding: 0% 0 4%;
}
@media screen and (max-width: 750px) {
	.event-report {
		padding: 8% 0 5%;
	}
}
.report-content {
    margin-top: calc( 230 / 1080 * -100% );
    margin-bottom: calc( 50 / 1080 * 100%);
}
.report-wrap {
	width: 1080px;
	max-width: 100%;
	color: #231815;
	font-weight: 400;
}
.report-wrap:hover {
	color: #920a2f;;
}
.report-wrap li {
	display: inline-block;
	text-align: left;
	font-size: 1.1rem;
	max-width: 100%;
}
.report-date {
	width: 110px;
}
.report-text {
	width: 370px;
}
.report-tr {
	width: 20px;
}
.report-venue {
	width: 380px;
}
@media screen and (max-width: 1000px) {
	.report-content {
		margin-top: calc( 250 / 1080 * -100% );
		margin-bottom: calc( 40 / 1080 * 100%);
	}
	.report-wrap {
		margin: 2vw 0;
	}
	.report-wrap li {
		font-size: 1.5vw;
		max-width: 100%;
	}
	.report-date {
		width: 9vw;
	}
	.report-text {
		width: 30vw;
	}
	.report-tr {
		width: 1vw;
	}
	.report-venue {
		width: 32vw;
	}
}
@media screen and (max-width: 750px) {
	.report-content {
		margin-top: calc( 370 / 750 * -100% );
		margin-bottom: calc( 70 / 750 * 100%);
	}
	.report-wrap {
		margin: 4vw 0;
	}
	.report-wrap li {
		font-size: 2.2vw;
	}
	.report-date {
		width: 14vw;
	}
	.report-text {
		width:31vw;
	}
	.report-tr {
		width: 1.5vw;
	}
	.report-venue {
		width: 47vw;
	}
}
@media screen and (max-width: 500px) {
}


/*--original campaign--*/
.event-01 {
	padding: 6% 0 0;
}
.event-02 {
	padding: 6% 0 6%;
}
.event-03 {
	padding: 0 0 6%;
}
@media screen and (max-width: 750px) {
	.original-cam-wrap {
		background-color: #fff;
	}
	.original-cam {
		padding: 0;
	}
	.phev-review img {
		max-width: 90%;
	}
	.test-drive {
		margin: 0 auto;
		padding:6% 0;
	}
	.test-drive img {
		max-width: 90%;
	}
	.ev-ultra8 {
		margin: 0 auto;
		padding:0 0 6%;
	}
	.ev-ultra8 img {
		max-width: 90%;
	}
}
.phev-review a:hover,
.test-drive a:hover,
.ev-ultra8 a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*-- オフィシャルボタン --*/
.btn-official-box {
  padding: 0 0.5rem;
  margin: 0 0 1.5rem 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.btn-official {
  width: 650px;
  height: 70px;
  color: #000;
  border: 1.5px solid #000;
  border-radius: 10px;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.btn-official:hover {
  color: #fff;
  background-color: #c9caca;
  border-color: #c9caca;
}
@media (min-width: 750px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .btn-official {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .btn-official {
    width: 93%;
  }
}
@media (max-width: 550px) {
  .btn-official {
    font-size: 1rem;
  }
}


/*--footer--*/
footer {
  background-color: #ffffff;
  padding: 5% 0 5%;
}
footer p {
  margin-bottom: 0.25rem;
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #000;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: 2.5vw !important;
  }
  footer {
    padding: 5% 0 10%;
  }
}

/*--margin--*/
.mg-top {
	margin-top: 5%;
}
.mg-top02 {
	margin-top: 3% !important;
}
.pd-01 {
	padding: 8% 0;
}
.pd-02 {
	padding: 0 0 8%;
}