@charset "UTF-8";
@import url(/common/css/font-awesome.css);
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("/common/fonts/NotoSansCJKjp-Regular.eot");
  src: url("/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("/common/fonts/NotoSansCJKjp-Bold.eot");
  src: url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/common/fonts/NotoSansCJKjp-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "FSSinclairRegular";
  src: url("/common/fonts/FSSinclairRegular.eot");
  src: url("/common/fonts/FSSinclairRegular.woff") format("woff"), url("/common/fonts/FSSinclairRegular.ttf") format("truetype"); }

@font-face {
  font-family: "FSSinclairMedium";
  src: url("/common/fonts/FSSinclairMedium.eot");
  src: url("/common/fonts/FSSinclairMedium.woff") format("woff"), url("/common/fonts/FSSinclairMedium.ttf") format("truetype"); }

@font-face {
  font-family: "iconfont";
  src: url("/common/fonts/iconfont.eot");
  src: url("/common/fonts/iconfont.woff") format("woff"), url("/common/fonts/iconfont.ttf") format("truetype"), url("/common/fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }

.vector4seasons_report #container {
  background-color: #fff;
}

#vector4seasons_report {
  padding-bottom: 140px;
}
@media only screen and (max-width: 767px) {
#vector4seasons_report {
  padding-bottom: 90px;
}
}

/* mv */

.reportMV {
  margin: 0 0 125px;
  width: 100%;
  height: 515px;
  overflow: hidden;
}
.reportMV .tagline {
  padding: 10px 0;
  line-height: 1.67;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  text-align: center;
}
.reportMV .inner {
  padding: 0;
  position: relative;
  height: 400px;
  background-color: #004991;
  overflow: visible;
}
.reportMV .reportMVInner {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 1084px;
  overflow: visible;
}
.reportMV .inner:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 43px;
  background: url(/special/vector/report/common/images/bg_tire_marks.png) 0 0 repeat-x;
}
.reportMV .photo {
  position: absolute;
  top: 30px;
  left: 470px;
  width: 779px;
}
.reportMV .txt {
  margin: 0 auto;
}
.reportMV .txt .ttlMain {
  padding: 4% 0 20px;
  line-height: 1.53;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reportMV .txt .ttlMain span {
  letter-spacing: -.025em;
}
.reportMV .txt .ttlSub {
  padding: 0 0 4%;
  width: 450px;
  line-height: 1.88;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.025em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
.reportMV .tagline br {
  display: none;
}
}
@media only screen and (max-width: 767px) {
.reportMV {
  margin: 0 0 50px;
  height: auto;
  overflow: visible;
}
.reportMV .tagline {
  padding: 10px 15px;
  line-height: 1.21;
  font-size: 14px;
}
.reportMV .inner:before {
  bottom: -21px;
  height: 42px;
  -webkit-background-size: contain;
  background-size: contain;
}
.reportMV .inner {
  padding: 0;
  height: auto;
}
.reportMV .reportMVInner {
  padding: 25px 0 0;
  width: auto;
  height: auto;
}
.reportMV .photo {
  margin: 0 0 20px;
  padding: 65.33% 0 0;
  position: static;
  width: 100%;
  background: url(/special/vector/report/common/images/mv_vector4report_sp.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.reportMV .photo img {
  display: none;
}
.reportMV .txt {
  padding: 0;
}
.reportMV .txt .ttlMain {
  padding: 0 15px 10px;
  width: auto;
  font-size: 19px;
  letter-spacing: 0;
}
.reportMV .txt .ttlMain br {
  display: none;
}
.reportMV .txt .ttlSub {
  padding: 0 15px 30px;
  width: auto;
  line-height: 1.75;
  font-size: 12px;
  letter-spacing: 0;
}
}


/* navi */

.reportNav {
  margin: 0 auto 10px;
  padding: 0 30px;
  max-width: 1084px;
}
.reportNav ul:after {
  content: "";
  display: block;
  clear: both;
}
.reportNav ul li {
  float: left;
  width: 49.02%;
}
.reportNav ul li:last-child {
  float: right;
}
.reportNav ul li a {
  display: block;
  color: #004991;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.reportNav ul li a .image {
}
.reportNav ul li a .name {
  padding: 20px 20px 0 0;
  position: relative;
  display: inline-block;
}
.reportNav ul li a .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  border-top: 2px #004991 solid;
  border-right: 2px #004991 solid;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media print, screen and (max-width: 1100px) {
.reportNav {
  margin-bottom: 45px;
}
}

@media only screen and (max-width: 767px) {
.reportNav {
  margin: 0 0 15px;
  padding: 0 15px;
}
.reportNav ul li {
  width: 48.55%;
}
.reportNav ul li a {
  font-size: 14px;
}
.reportNav ul li a .image {
  padding-top: 50.75%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.reportNav ul li:nth-child(1) a .image {
  background-image: url(/special/vector/report/common/images/nav_report_01_sp.jpg);
}
.reportNav ul li:nth-child(2) a .image {
  background-image: url(/special/vector/report/common/images/nav_report_02_sp.jpg);
}
.reportNav ul li a .image img {
  display: none;
}
.reportNav ul li a .name {
  padding: 5px 12px 0 0;
}
.reportNav ul li a .name:after {
  top: 12px;
  width: 6px;
  height: 6px;
}
}

/* contents */

.reportArea .reportTitle {
  margin-bottom: 54px;
  padding: 48px 0;
  position: relative;
  color: #fff;
  background: #004991 url(/special/vector/report/common/images/bg_h2.png) center center no-repeat;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.05em;
}
.reportArea .reportTitle:before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 27px 0 27px;
  border-color: #004991 transparent transparent transparent;
}
.reportArea .columnTitle {
  margin: 0 0 30px;
  padding: 0 30px;
  line-height: 1.36;
  color: #004991;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.reportArea p {
  margin: 0 auto 45px;
  padding: 0 30px;
  max-width: 1084px;
  line-height: 2.13;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.reportArea .photo {
  margin: 0 0 60px;
  position: relative;
}
.reportArea .photo:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 43px;
  background: url(/special/vector/report/common/images/bg_tire_marks.png) 0 0 repeat-x;
}
.reportArea .photo.nobg {
  margin-bottom: 100px;
}
.reportArea .photo.nobg:before {
  display: none;
}
.reportArea .photo .photoInner {
  margin: 0 auto 30px;
  padding: 0 30px;
  display: block;
  max-width: 1084px;
  font-size: 0;
}
.reportArea .photo img {
  position: relative;
  width: 50%;
}

@media only screen and (min-width: 768px) {
.reportArea .columnTitle br {
  display: none;
}
}

@media only screen and (max-width: 767px) {
.reportArea .reportTitle {
  font-size: 18px;
  padding: 15px 0;
  margin-bottom: 30px;
  background: #004991 url(/special/vector/report/common/images/bg_h2_sp.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.reportArea .reportTitle:before {
  bottom: -17px;
  border-width: 17px 17px 0 17px;
}
.reportArea .columnTitle {
  margin: 0 0 15px;
  padding: 0 15px;
  line-height: 1.38;
  font-size: 16px;
}
.reportArea p {
  margin: 0 0 15px;
  padding: 0 15px;
  line-height: 1.75;
  font-size: 12px;
}
.reportArea .photo {
  margin: 0 0 50px;
}
.reportArea .photo:before {
  bottom: -21px;
  height: 42px;
  -webkit-background-size: contain;
  background-size: contain;
}
.reportArea .photo.nobg {
  margin-bottom: 50px;
}
.reportArea .photo .photoInner {
  margin: 0 0 15px;
  padding: 0 15px;
}
.reportArea .photo img {
  width: 100%;
}
}



/* movie */

.reportMovieArea {
  margin: 45px 0 80px;
  padding: 80px 0;
  background-color: #ebebeb;
}
.reportMovieArea dl {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1084px;
}
.reportMovieArea dl dt {
  padding: 20px 0;
  color: #fff;
  background-color: #000;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.reportMovieArea {
  margin: 0 0 40px;
  padding: 40px 0;
}
.reportMovieArea dl {
  padding: 0 15px;
}
.reportMovieArea dl dt {
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: -.005em;
}
}

/* banner */

.reportBannerArea {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1084px;
}
.reportBannerArea ul li {
  margin:  0 0 40px;
  position: relative;
}
.reportBannerArea ul li a {
  display: block;
}
.reportBannerArea ul li .detail {
  position: absolute;
  bottom: 10px;
  left: 67.38%;
  display: table;
  width: 200px;
  height: 40px;
}
.reportBannerArea ul li .detail.btn02 {
  bottom: 60px;
}
.reportBannerArea ul li .detail a {
  font-size: 16px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  position: relative;
  line-height: 1;
  text-align: center;
  padding-right: 15px;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.reportBannerArea ul li .detail a:before {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0px;
  bottom: 0;
  background: #ffdf00;
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.reportBannerArea ul li .detail a:after {
  content: "";
  display: block;
  width: auto;
  height: 40px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 15px;
  left: 0;
  bottom: 0;
  background: #004991;
  -webkit-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.reportBannerArea ul li .detail a:hover {
  opacity: 1;
}
.reportBannerArea ul li .detail a:hover:after {
  background: #005cb6;
}
.reportBannerArea ul li .txt {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 5.86%;
  color: #fff;
  line-height: 1.5;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reportBannerArea ul li .txt .em {
  font-size: 38px;
}

@media only screen and (max-width: 1024px) {
.reportBannerArea ul li .txt {
  font-size: 2.54vw;
}
.reportBannerArea ul li .txt .em {
  font-size: 3.71vw;
}
}


@media only screen and (max-width: 767px) {
.reportBannerArea {
  padding: 0 15px;
}
.reportBannerArea ul li {
  margin:  0 0 20px;
  padding: 43.48% 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.reportBannerArea ul li:nth-child(1) {
  background-image: url(/special/vector/report/common/images/bnr_report_01_sp.jpg);
}
.reportBannerArea ul li:nth-child(2) {
  background-image: url(/special/vector/report/common/images/bnr_report_02_sp.jpg);
}
.reportBannerArea ul li img {
  display: none;
}

.reportBannerArea ul li .detail {
  position: absolute;
  bottom: 5px;
  left: 69%;
  display: table;
  width: 30%;
  height: 20px;
}
.reportBannerArea ul li .detail.btn02 {
  bottom: 30px;
}
.reportBannerArea ul li .detail a {
  font-size: 9px;
  width: 100%;
  padding-right: 5px;
}
.reportBannerArea ul li .detail a:before {
  width: 5px;
  height: 20px;
}
.reportBannerArea ul li .detail a:after {
  right: 5px;
  height: 20px;
}
.reportBannerArea ul li .txt {
  right: 3.5%;
  font-size: 13px;
  font-size: 3.47vw;
}
.reportBannerArea ul li .txt .em {
  font-size: 19px;
  font-size: 5.07vw;
}
}



/* fixed navi */

.reportCV {
  padding: 40px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.85);
  z-index: 10;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform ease .5s;
  -o-transition: transform ease .5s;
  transition: transform ease .5s;
}
.reportCV.fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.reportCV ul {
  margin: 0 auto;
  max-width: 1024px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.reportCV ul li {
  margin: 0 20px;
  display: inline-block;
  width: 280px;
}
.reportCV ul li a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.reportCV ul li a span {
  padding-left: 25px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
.reportCV ul li a span br {
  display: none;
}
.reportCV ul li a:before {
  position: relative;
  display: block;
  height: 60px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #49418f;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.reportCV ul li.iconDownload a span {
  background-image: url(/special/egrip/common/images/icon_01.png);
}
.reportCV ul li.iconMap a span {
  background-image: url(/special/egrip/common/images/icon_02.png);
}
.reportCV ul li.iconTire a span {
  background-image: url(/special/egrip/common/images/icon_03.png);
}

@media only screen and (max-width: 767px) {
.reportCV {
  padding: 20px calc(30/750*100%);
}
.reportCV ul li {
  margin: 0 calc(18/750*100%);
  display: inline-block;
  width: calc(194/750*100%);
}
.reportCV ul li a {
  padding: 10px 0;
  position: relative;
  display: block;
  height: 50px;
  line-height: 1.36;
  font-size: 11px;
}
.reportCV ul li a span {
  padding-left: 0;
  background: none !important;
}
.reportCV ul li a span br {
  display: block;
}
.reportCV ul li a:before {
  height: 50px;
}
}