@charset "UTF-8";





/* =============================================================================

 base

============================================================================= */



@media only screen and (min-width: 768px) {

  #vector4seasons {

    padding-bottom: 100px;

    min-width: 1440px;

  }

}



@media only screen and (max-width: 767px) {

  #vector4seasons {

    padding-bottom: 70px;

  }

}











/* =============================================================================

 mv

============================================================================= */



.fw#vector4seasons .hero {

  margin: 0;

  background: none;

  height: auto !important;

  min-height: inherit;

  overflow: hidden;

}

.fw#vector4seasons .heroInner {

  position: relative;

}

.fw#vector4seasons .hero .visual img {

  width: 100%;

}

.fw#vector4seasons .hero .pageTitle {

  position: absolute;

  top: 38%;

  left: 0;

  width: 100%;

  line-height: 80px;

  color: #fff;

  font-size: 60px;

  letter-spacing: -.01em;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

  text-shadow:0px 0px 20px #000;

}

.fw#vector4seasons .hero .pageTitle.small {

  font-size: 42px;

}

.fw#vector4seasons .hero .pageSubTitle {

  position: relative;

  width: 100%;

  line-height: 90px;

  background-color: #fff;

  font-size: 26px;

  letter-spacing: -.08em;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

  color: #004991;

}

.fw#vector4seasons .hero .pageSubTitle:before,

.fw#vector4seasons .hero .pageSubTitle:after {

  content: "";

  display: block;

  position: absolute;

  bottom: -190px;

  height: 310px;

  background-repeat: no-repeat;

  background-position: 0 0;

}

.fw#vector4seasons .hero .pageSubTitle:before {

  left: 0;

  width: 244px;

  /* background-image: url(/special/vector/common/images/home/hero_tire_left.png); */

}

.fw#vector4seasons .hero .pageSubTitle:after {

  right: 0;

  width: 247px;

  /* background-image: url(/special/vector/common/images/home/hero_tire_right.png); */

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .hero .heroInner {

    z-index: 2;

  }

  .fw#vector4seasons .hero .pageTitle {

    top: auto;

    bottom: 28%;

    width: 100%;

    line-height: 40px;

    font-size: 30px;

    text-shadow:0px 0px 20px #000;

  }

  .fw#vector4seasons .hero .pageTitle.small {

    font-size: 24px;

  }

  .fw#vector4seasons .hero .pageSubTitle {

    padding: 15px 0 20px;

    line-height: 21px;

    font-size: 15px;

    letter-spacing: -.01em;

  }

  .fw#vector4seasons .hero .pageSubTitle:before,

  .fw#vector4seasons .hero .pageSubTitle:after {

    margin-bottom: -12%;

    bottom: 0;

    width: 14.67vw;

    height: 25.6vw;

    -webkit-background-size: cover;

    background-size: cover;

  }

  .fw#vector4seasons .hero .pageSubTitle:before {

    background-image: url(/special/vector/common/images/home/hero_tire_left_sp.png);

  }

  .fw#vector4seasons .hero .pageSubTitle:after {

    background-image: url(/special/vector/common/images/home/hero_tire_right_sp.png);

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons .hero .pageSubTitle {

    font-size: 4vw;

  }

}



/* =============================================================================

 localnavi

============================================================================= */



.fw#vector4seasons .hero .localnaviWrap {

  position: relative;

  background-color: #000;

}

.fw#vector4seasons .hero #localnavi {

  margin: auto;

  width: 100%;

  max-width: 1960px;

}

.fw#vector4seasons .hero #localnavi ul {

  margin: 0 -20px;

  position: relative;

  display: flex;

}

.fw#vector4seasons .hero #localnavi ul:after {

  content: "";

  display: block;

  clear: both;

}

.fw#vector4seasons .hero #localnavi ul li {

  position: relative;

  width: 16.67%;

}

.fw#vector4seasons .hero #localnavi ul li:nth-of-type(even) a .bg {

  background: #000;

}

.fw#vector4seasons .hero #localnavi ul li:nth-of-type(odd) a .bg {

  background: #000;

}

.fw#vector4seasons .hero #localnavi ul li a {

  padding: 18px 0 30px;

  position: relative;

  display: block;

  height: 100%;

  z-index: 3;

  text-align: center;

}

.fw#vector4seasons .hero #localnavi ul li.anc06 span {
  padding-top: 20px;
}


.fw#vector4seasons .hero #localnavi ul li a:after {

  content: "";

  margin-left: 8px;

  display: inline-block;

  border-top: solid 1px #fff;

  border-right: solid 1px #fff;

  vertical-align: middle;

  width: 8px;

  height: 8px;

}

.fw#vector4seasons .hero #localnavi ul li a:before, .fw#vector4seasons .hero #localnavi ul li a:after {

  transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  margin-top: -5px;

}

.fw#vector4seasons .hero #localnavi ul li a:after {

  position: absolute;

  right: 0;

  left: 0;

  bottom: 18px;

  margin: 0 auto;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

}

.fw#vector4seasons .hero #localnavi ul li a:hover {

  opacity: 1;

}

.fw#vector4seasons .hero #localnavi ul li a:hover .bg {

  background: #005cb6;

}

.fw#vector4seasons .hero #localnavi ul li a:hover:after {

  bottom: 15px;

}

.fw#vector4seasons .hero #localnavi ul li a small {

  color: #ffdf00;

  display: block;

  line-height: 1;

  padding-bottom: 5px;

  letter-spacing: 0.01em;

}

.fw#vector4seasons .hero #localnavi ul li a span:not(.bg) {

  display: block;

  color: #fff;

  line-height: 1.5;

  font-size: 16px;

  letter-spacing: 0.01em;

}

.fw#vector4seasons .hero #localnavi ul li a span:not(.bg) span {

  display: inline-block;

}

.fw#vector4seasons .hero #localnavi ul li a .bg {

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;

  border-left: 1px solid #fff;

  -webkit-transform: skew(-15deg, 0);

  -ms-transform: skew(-15deg, 0);

  transform: skew(-15deg, 0);

  position: absolute;

  display: block;

  left: 0;

  top: 0;

  z-index: -1;

  width: 100.3%;

  height: 100%;

}

.fw#vector4seasons .hero #localnavi ul li:last-child a .bg {

  border-right: 1px solid #fff;

}

.fw#vector4seasons .hero .balloon {

  margin-left: -95px;

	position: absolute;

  top: -40px;

  left: 50%;

	display: inline-block;

	padding-top: 12px;

	text-align: center;

	width: 190px;

 	height: 60px;

 	color: #fff326;

	font-size: 13px;

	line-height: 1.3;

	background-color: #004c90;

	opacity: 0.9;

	z-index: 5;

}

.fw#vector4seasons .hero .balloon:before {

	content: "";

	position: absolute;

	top: 100%;

	left: 50%;

	margin-left: -15px;

	border: 15px solid transparent;

	border-top: 10px solid #004c90;

	opacity: 0.95;

}

.balloon p {

	margin: 0;

	padding: 0;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .hero #localnavi {

    position: relative;

  }

  .fw#vector4seasons .hero #localnavi ul {

    margin: -0.5px;

    flex-wrap: wrap;

    width: auto;

  }

  .fw#vector4seasons .hero #localnavi ul li {

    border-bottom: 1px #fff solid;

    width: 50%;

    height: 74px;

    padding: 0.5px;

    z-index: 2;

  }

  .fw#vector4seasons .hero #localnavi ul li.anc06 span {
    padding-top: 0;
  }

  .fw#vector4seasons .hero #localnavi ul li:nth-child(5),

  .fw#vector4seasons .hero #localnavi ul li:nth-child(6) {

    border-bottom: none;

  }

  .fw#vector4seasons .hero #localnavi ul li a {

    padding: 0 15px !important;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

  }

  .fw#vector4seasons .hero #localnavi ul li a:after {

    content: "";

    margin-left: 8px;

    display: inline-block;

    border-top: solid 1px #fff;

    border-right: solid 1px #fff;

    vertical-align: middle;

    width: 6px;

    height: 6px;

  }

  .fw#vector4seasons .hero #localnavi ul li a:before, .fw#vector4seasons .hero #localnavi ul li a:after {

    transform: rotate(135deg);

    -webkit-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    margin-top: -5px;

  }

  .fw#vector4seasons .hero #localnavi ul li a:after {

    bottom: 0;

    top: 0;

    right: 3.8vw;

    left: inherit;

    margin: auto 0;

  }

  .fw#vector4seasons .hero #localnavi ul li a:hover:after {

    bottom: 0;

  }

  .fw#vector4seasons .hero #localnavi ul li a small {

    font-size: 12px;

  }

  .fw#vector4seasons .hero #localnavi ul li a span:not(.bg) {

    line-height: 1.67;

    font-size: 12px;

  }

  .fw#vector4seasons .hero #localnavi ul li a span:not(.bg) span {

    display: none;

  }

  .fw#vector4seasons .hero #localnavi ul li a .bg {

    width: 130%;

    border: none;

  }

  .fw#vector4seasons .hero #localnavi ul li:nth-child(odd) a .bg {

    border-right: 1px #fff solid;

    left: -30%;

  }

  .fw#vector4seasons .hero #localnavi ul li:nth-child(even) a .bg {

    right: -30%;

  }

  .fw#vector4seasons .hero .balloon {

    margin-left: -72px;

    padding-top: 4px;

    top: -10px;

    width: 145px;

    height: 35px;

    font-size: 10px;

    line-height: 1.3;

  }

  .fw#vector4seasons .hero .balloon:before {

    margin-left: -8px;

    border: 8px solid transparent;

    border-top: 5px solid #004c90;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons .hero #localnavi ul li a small,

  .fw#vector4seasons .hero #localnavi ul li a span:not(.bg) {

    font-size: 3.2vw;

  }

}











/* =============================================================================

 common

============================================================================= */



/* section base */



.fw#vector4seasons .section {

  position: relative;

}

.fw#vector4seasons .sectionInner {

  margin: 0 auto;

  position: relative;

  width: 1440px;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .section {

  }

  .fw#vector4seasons .sectionInner {

    padding-left: calc(50/750*100%);

    padding-right: calc(50/750*100%);

    width: auto;

  }

}







/* tag */

.fw#vector4seasons .sectionTag {

  padding: 100px 0 0;

  position: absolute;

  top: 0;

  width: 11px;

}

.fw#vector4seasons .sectionTag:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: calc(50% - 1px);

  width: 2px;

  height: 90px;

  background-color: #80a6ca;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .sectionTag {

    padding: 60px 0 0;

  }

  .fw#vector4seasons .sectionTag:before {

    height: 50px;

  }

}







/* lead */

.fw#vector4seasons .leadBox {

  margin: 0 auto;

  width: 1040px;

}

.fw#vector4seasons .leadTxt .leadLabel {

  margin: 0 0 15px;

  padding-right: 10px;

  position: relative;

  width: 120px;

  line-height: 30px;

  color: #004991;

  overflow: hidden;

  font-size: 16px;

  letter-spacing: .1em;

  text-align: center;

  box-sizing: border-box;
  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .leadTxt .leadLabel:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: -15%;

  width: 110%;

  height: 30px;

  background-color: #ffde00;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons .leadTxt .leadLabel span {

  position: relative;

}

.fw#vector4seasons .leadTxt .sectionTitle {

  margin: 0 0 15px;

  line-height: 1.4;

  color: #004991;

  font-size: 40px;

  font-family: "NotoSansCJKjp-Bold";

  letter-spacing: -.01em;

}

.fw#vector4seasons .leadTxt p {

  line-height: 1.6;

  color: #333;

  font-size: 20px;

  font-family: "NotoSansCJKjp-Bold";

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #testimony01 .leadBox {

    width: auto;

  }

  .fw#vector4seasons .leadTxt .leadLabel {

    padding-right: 8px;

    width: 105px;

    line-height: 25px;

    font-size: 14px;
    font-family: "NotoSansCJKjp-Bold";

  }

  .fw#vector4seasons .leadTxt .leadLabel:before {

    left: -15%;

    height: 25px;

  }

  .fw#vector4seasons .leadTxt .leadLabel span {

    position: relative;

  }

  .fw#vector4seasons .leadTxt .sectionTitle {

    line-height: 1.25;

    font-size: 36px;

  }

  .fw#vector4seasons .leadTxt p {

    line-height: 1.69;

    font-size: 16px;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons .leadTxt .sectionTitle {

    font-size: 9.6vw;

  }

  .fw#vector4seasons .leadTxt p {

    font-size: 4.27vw;

  }

}







/* comment */

.fw#vector4seasons .commentList {

}

.fw#vector4seasons .commentList ul {

}

.fw#vector4seasons .commentList ul li {

  margin: 0 0 10px;

  padding: 40px 50px;

  position: relative;

  background-color: #fff;

  box-shadow:0px 0px 25px 3px rgba(0,0,0,.1);

}

.fw#vector4seasons .commentList ul li>* {

  position: relative;

  z-index: 2;

}

.fw#vector4seasons .commentList ul li:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 26px 26px 0 0;

  border-color: #004991 transparent transparent transparent;

}

.fw#vector4seasons .commentList ul li p {

  margin: 0 0 15px;

  padding: 0 0 15px;

  border-bottom: 1px #d6d6d6 solid;

  line-height: 1.88;

  color: #333;

  font-size: 16px;

  letter-spacing: .1em;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .commentList ul li p .em {

  background-color: #ffee7f;

}

.fw#vector4seasons .commentList ul li .useInfo {

  line-height: 2.14;

  color: #004991;

  font-size: 14px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .commentList ul li .useInfo>* {

  padding-left: 30px;

  background-position: left center;

  background-repeat: no-repeat;

  -webkit-background-size: 22px auto;

  background-size: 22px auto;

}

.fw#vector4seasons .commentList ul li .person {

  background-image: url(/special/vector/common/images/home/icon_man.png);

}

.fw#vector4seasons .commentList ul li .person.woman {

  background-image: url(/special/vector/common/images/home/icon_woman.png);

}

.fw#vector4seasons .commentList ul li .usecar {

  background-image: url(/special/vector/common/images/home/icon_car.png);

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .commentList ul li {

    padding: 25px calc(60/750*100vw);

  }

  .fw#vector4seasons .commentList ul li p {

    margin: 0 0 10px;

    padding: 0 0 10px;

    line-height: 1.79;

    font-size: 14px;

  }

  .fw#vector4seasons .commentList ul li .useInfo {

    line-height: 1.82;

    font-size: 11px;

  }

  .fw#vector4seasons .commentList ul li .useInfo>* {

    padding-left: 25px;

    -webkit-background-size: 15px auto;

    background-size: 15px auto;

  }

  .fw#vector4seasons .commentList ul li .usecar {

    letter-spacing: -.01em;

  }

}











/* =============================================================================

 testimony01

============================================================================= */



.fw#vector4seasons #testimony01 {

}

.fw#vector4seasons #testimony01:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  width: calc(50% - 100px);

  height: 1000px;

  background-color: #f2f8fc;

}

.fw#vector4seasons #testimony01 {

}

.fw#vector4seasons #testimony01 .sectionInner {

  background: url(/special/vector/common/images/home/bg_testimony01.png) 0 0 no-repeat;

}

.fw#vector4seasons #testimony01 .sectionTag {

  right: 100px;

}

.fw#vector4seasons #testimony01 .leadBox {

  padding: 150px 0 90px;

  display: flex;

  justify-content: space-between;

  flex-direction: row-reverse;

}

.fw#vector4seasons #testimony01 .leadTxt {

  width: 525px;

}

.fw#vector4seasons #testimony01 .movieBox {

  width: 465px;

}

.fw#vector4seasons #testimony01 .photo {

  position: relative;

}

.fw#vector4seasons #testimony01 .photo a {

  display: block;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.fw#vector4seasons #testimony01 .photo img {

  box-shadow:0px 0px 25px 3px rgba(0,0,0,.3);

}

.fw#vector4seasons #testimony01 .plaiIcon {

  display: block;

  position: absolute;

  left: -20px;

  bottom: -20px;

  width: 40px;

  height: 40px;

  background-color: #004991;

}

.fw#vector4seasons #testimony01 .plaiIcon:before {

  content: "";

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 13px 0 13px 22px;

  border-color: transparent transparent transparent #ffde00;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.fw#vector4seasons #testimony01 .photo a:hover {

  opacity: .7;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #testimony01:before {

    width: 73.33%;

    height: 100%;

  }

  .fw#vector4seasons #testimony01 {

  }

  .fw#vector4seasons #testimony01 .sectionInner {

    background: none;

  }

  .fw#vector4seasons #testimony01 .sectionTag {

    right: 5.33%;

  }

  .fw#vector4seasons #testimony01 .leadBox {

    padding: 50px 0 70px;

    display: block;

  }

  .fw#vector4seasons #testimony01 .leadTxt {

    width: auto;

  }

  .fw#vector4seasons #testimony01 .movieBox {

    margin: 15px auto 0;

    width: 81.54%;

  }

  .fw#vector4seasons #testimony01 .plaiIcon {

  }

  .fw#vector4seasons #testimony01 .plaiIcon {

    left: -10px;

    bottom: -10px;

    width: 50px;

    height: 50px;

  }

  .fw#vector4seasons #testimony01 .plaiIcon:before {

    border-width: 9px 0 9px 14px;

  }

}











/* =============================================================================

 testimony02

============================================================================= */



.fw#vector4seasons #testimony02 {

  padding-bottom: 75px;

}

.fw#vector4seasons #testimony02:before {

  content: "";

  display: block;

  position: absolute;

  top: 225px;

  left: 0;

  width: calc(50% + 620px);

  height: calc(100% - 225px);

  background-color: #f2f8fc;

}

.fw#vector4seasons #testimony02 .photo {

  position: absolute;

  top: 0;

  right: 0;

}

.fw#vector4seasons #testimony02 .sectionTag {

  top: 225px;

  left: 100px;

}

.fw#vector4seasons #testimony02 .leadBox {

    padding: 95px 0 85px;

}

.fw#vector4seasons #testimony02 .leadTxt p {

  letter-spacing: -.01em;

}

.fw#vector4seasons #testimony02 .userImpressions {

  margin: 0 auto;

  border: 5px #004991 solid;

  position: relative;

  width: 1040px;

  background-color: #fff;

  background-repeat: no-repeat;

  background-position: 0 0;

}

.fw#vector4seasons #testimony02 .userImpressions.question01 {

  margin-bottom: 65px;

  background-image: url(/special/vector/common/images/home/bg_testimony02_01.png);

}

.fw#vector4seasons #testimony02 .userImpressions.question02 {

  background-image: url(/special/vector/common/images/home/bg_testimony02_02.png);

}

.fw#vector4seasons #testimony02 .userImpressions.question02:after {

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 0;

  width: 316px;

  height: 136px;

  background: url(/special/vector/common/images/home/illust_testimony02_03.png);

}

.fw#vector4seasons #testimony02 .commentList {

  padding: 145px 70px 65px;

  display: flex;

  justify-content: space-between;

}

.fw#vector4seasons #testimony02 .commentTitle {

  padding-right: 20px;

  position: absolute;

  top: -45px;

  left: -30px;

  width: 350px;

  overflow: hidden;

  line-height: 80px;

  color: #fff;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

  box-sizing: border-box;

}

.fw#vector4seasons #testimony02 .userImpressions.question02 .commentTitle {

  width: 530px;

}

.fw#vector4seasons #testimony02 .commentTitle:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: -15%;

  width: 110%;

  height: 80px;

  background-color: #004991;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons #testimony02 .commentTitle span {

  position: relative;

}

.fw#vector4seasons #testimony02 .commentList ul {

  width: 440px;

}

.fw#vector4seasons #testimony02 .question01 .commentList ul:last-of-type li:last-child:after {

  content: "";

  display: block;

  position: absolute;

  bottom: -75px;

  right: -23px;

  width: 125px;

  height: 210px;

  background: url(/special/vector/common/images/home/illust_testimony02_01.png) bottom right no-repeat;

  -webkit-background-size: contain;

  background-size: contain;

}

.fw#vector4seasons #testimony02 .question02 .commentList ul:last-of-type li:last-child:after {

  content: "";

  display: block;

  position: absolute;

  bottom: -75px;

  right: -25px;

  width: 120px;

  height: 238px;

  background: url(/special/vector/common/images/home/illust_testimony02_02.png) bottom right no-repeat;

  -webkit-background-size: contain;

  background-size: contain;

}

.fw#vector4seasons #testimony02 .notice {

  margin: 0 auto;

  padding-top: 15px;

  width: 1040px;

  color: #333;

  font-size: 12px;

  text-align: right;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #testimony02 {

    padding-bottom: 50px;

  }

  .fw#vector4seasons #testimony02:before {

    top: 50px;

    width: 73.33%;

    height: calc(100% - 50px);

  }

  .fw#vector4seasons #testimony02 .photo {

    margin: 0 0 -10px calc(100/650*100%);

    position: static;

    width: calc(600/650*100%);

  }

  .fw#vector4seasons #testimony02 .sectionTag {

    top: 50px;

    left: 5.33%;

  }

  .fw#vector4seasons #testimony02 .leadBox {

    padding: 0 0 50px;

    width: auto;

  }

  .fw#vector4seasons #testimony02 .userImpressions {

    border-width: 3px;

    width: auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

  }

  .fw#vector4seasons #testimony02 .userImpressions.question01 {

    margin-bottom: 65px;

    background-image: url(/special/vector/common/images/home/bg_testimony02_01_sp.png);

  }

  .fw#vector4seasons #testimony02 .userImpressions.question02 {

    background-image: url(/special/vector/common/images/home/bg_testimony02_02_sp.png);

  }

  .fw#vector4seasons #testimony02 .userImpressions.question02:after {

    width: 158px;

    height: 68px;

    -webkit-background-size: cover;

    background-size: cover;

  }

  .fw#vector4seasons #testimony02 .commentList {

    padding: 72px calc(35/750*100vw) 15px;

    display: block;

  }

  .fw#vector4seasons #testimony02 .commentTitle {

    padding-right: 0;

    padding-left: calc(50/750*100vw);

    top: -35px;

    left: calc((-50/750*100vw) - 3px);

    width: 265px;

    line-height: 60px;

    font-size: 16px;

    text-align: left;

  }

  .fw#vector4seasons #testimony02 .userImpressions.question02 .commentTitle {

    width: calc(700/750*100vw);

    min-width: 300px;

  }

  .fw#vector4seasons #testimony02 .commentTitle:before {

    height: 60px;

  }

  .fw#vector4seasons #testimony02 .commentTitle span {

    position: relative;
    letter-spacing: 0.04em;

  }

  .fw#vector4seasons #testimony02 .commentList ul {

    width: auto;

  }

  .fw#vector4seasons #testimony02 .question01 .commentList ul:last-of-type li:last-child:after {

    bottom: -25px;

    right: -12px;

    width: 65px;

    height: 113px;

  }

  .fw#vector4seasons #testimony02 .question02 .commentList ul:last-of-type li:last-child:after {

    bottom: -25px;

    right: -10px;

    width: 60px;

    height: 119px;

  }

  .fw#vector4seasons #testimony02 .notice {

    padding-top: 15px;

    width: auto;

    font-size: 10px;

    text-align: left;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons #testimony02 .commentTitle {

    font-size: 4.27vw;

  }

}











/* =============================================================================

 middle link

============================================================================= */



.fw#vector4seasons .middleLink {

  margin: 55px auto;

  max-width: 1140px;

}

.fw#vector4seasons .middleLink ul:after {

  content: "";

  display: block;

  clear: both;

}

.fw#vector4seasons .middleLink ul li {

  float: left;

  width: 565px;

}

.fw#vector4seasons .middleLink ul li:last-child {

  margin-top: 25px;

  float: right;

}

.fw#vector4seasons .middleLink ul li a {

  display: flex;

  align-items: center;

  position: relative;

  color: #fff;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.fw#vector4seasons .middleLink ul li a:hover {

  opacity: .7;

}

.fw#vector4seasons .middleLink ul li a:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 150px;

  background-color: #004991;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons .middleLink ul li a:after {

  margin-top: -6px;

  content: "";

  border-top: 2px #fff solid;

  border-right: 2px #fff solid;

  display: block;

  position: absolute;

  top: 50%;

  right: 50px;

  width: 12px;

  height: 12px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

.fw#vector4seasons .middleLink ul li .bnrImage {

  margin-left: -28px;

  position: relative;

}

.fw#vector4seasons .middleLink ul li .bnrText {

  padding-left: 25px;

  position: relative;

}

.fw#vector4seasons .middleLink ul li .bnrTitle {

  margin-bottom: 5px;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .middleLink ul li p {

  line-height: 1.5;

  font-size: 16px;

}







@media only screen and (max-width: 767px) {

  .fw#vector4seasons .middleLink {

    margin: 45px auto;

  }

  .fw#vector4seasons .middleLink ul li {

    float: none;

    width: calc(700/750*100%);

  }

  .fw#vector4seasons .middleLink ul li:last-child {

    margin-top: 10px;

    margin-left: calc(50/750*100%);

  }

  .fw#vector4seasons .middleLink ul li a {

    height: 112px;

  }

  .fw#vector4seasons .middleLink ul li a:before {

    left: -10%;

    height: 112px;

  }

  .fw#vector4seasons .middleLink ul li:last-child a:before {

    left: auto;

    right: -10%;

  }

  .fw#vector4seasons .middleLink ul li a:after {

    margin-top: -4px;

    right: calc(40/320*100vw);

    width: 8px;

    height: 8px;

  }

  .fw#vector4seasons .middleLink ul li:last-child a:after {

    right: calc(10/320*100vw);

  }

  .fw#vector4seasons .middleLink ul li .bnrImage {

    margin-left: 0;

    width: 98px;

  }

  .fw#vector4seasons .middleLink ul li:last-child .bnrImage {

    margin-left: 0;

    width: 151px;

  }

  .fw#vector4seasons .middleLink ul li .bnrText {

    padding-left: 10px;

  }

  .fw#vector4seasons .middleLink ul li:last-child .bnrText {

    padding-left: 0;

  }

  .fw#vector4seasons .middleLink ul li .bnrTitle {

    font-size: 18px;

  }

  .fw#vector4seasons .middleLink ul li p {

    font-size: 12px;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons .middleLink ul li .bnrTitle {

    font-size: 4.8vw;

  }

  .fw#vector4seasons .middleLink ul li p {

    font-size: 3.2vw;

  }

}











/* =============================================================================

 testimony03

============================================================================= */



.fw#vector4seasons #testimony03 {

  padding-bottom: 80px;

}

.fw#vector4seasons #testimony03:before {

  content: "";

  display: block;

  position: absolute;

  top: 170px;

  right: 0;

  width: calc(50% + 620px);

  height: calc(100% - 170px);

  background-color: #f2f8fc;

}

.fw#vector4seasons #testimony03 .photo {

  position: absolute;

  top: 0;

  left: 0;

}

.fw#vector4seasons #testimony03 .sectionTag {

  top: 170px;

  right: 100px;

}

.fw#vector4seasons #testimony03 .leadBox {

  padding: 105px 0 45px 520px;

  position: relative;

}

.fw#vector4seasons #testimony03 .userImpressions {

  margin: 0 auto;

  width: 1040px;

}

.fw#vector4seasons #testimony03 .commentList {

  display: flex;

  justify-content: space-between;

}

.fw#vector4seasons #testimony03 .notice {

  margin: 0 auto;

  width: 1040px;

  color: #333;

  font-size: 12px;

  text-align: right;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #testimony03 {

    padding-bottom: 40px;

  }

  .fw#vector4seasons #testimony03:before {

    top: 95px;

    width: 73.33%;

    height: calc(100% - 95px);

  }

  .fw#vector4seasons #testimony03 .photo {

    margin: 0 0 -10px calc(-50/650*100%);

    position: static;

    width: calc(600/650*100%);

  }

  .fw#vector4seasons #testimony03 .sectionTag {

    top: 95px;

    right: 5.33%;

  }

  .fw#vector4seasons #testimony03 .leadBox {

    padding: 0 0 20px;

    width: auto;

  }

  .fw#vector4seasons #testimony03 .userImpressions {

    border-width: 3px;

    width: auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

  }

  .fw#vector4seasons #testimony03 .commentList {

    padding: 0 0 15px;

    display: block;

  }

  .fw#vector4seasons #testimony03 .commentList ul {

    width: auto;

  }

  .fw#vector4seasons #testimony03 .notice {

    padding-top: 15px;

    width: auto;

    font-size: 10px;

    text-align: left;

  }

}











/* =============================================================================

 banner economy

============================================================================= */



.fw#vector4seasons .bnrEconomy {

  margin: 50px auto;

  padding: 35px 0 35px 250px;

  border: 1px #004991 solid;

  position: relative;

  width: 1040px;

  box-sizing: border-box;

}

.fw#vector4seasons .bnrEconomy .photo {

  position: absolute;

  bottom: 0;

  left: -10px;

}

.fw#vector4seasons .bnrEconomy .bnrTitle {

  margin: 0 0 20px;

  color: #0047a1;

  font-size: 24px;

  letter-spacing: -.03em;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .bnrEconomy .bnrText {

  display: flex;

  align-items: center;

}

.fw#vector4seasons .bnrEconomy p {

  width: 300px;

  line-height: 1.5;

  color: #0047a1;

  font-size: 16px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons .bnrEconomy .linkBtn {

  width: 400px;

}

.fw#vector4seasons .bnrEconomy .linkBtn a {

  position: relative;

  display: block;

  height: 50px;

  line-height: 50px;

  color: #fff;

  font-size: 16px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.fw#vector4seasons .bnrEconomy .linkBtn a:hover {

  opacity: .7;

}

.fw#vector4seasons .bnrEconomy .linkBtn a:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 50px;

  background-color: #004991;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons .bnrEconomy .linkBtn a:after {

  margin-top: -3px;

  content: "";

  border-top: 2px #fff solid;

  border-right: 2px #fff solid;

  display: block;

  position: absolute;

  top: 50%;

  right: 20px;

  width: 10px;

  height: 10px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

.fw#vector4seasons .bnrEconomy .linkBtn span {

  position: relative;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons .bnrEconomy {

    margin: 50px calc(50/750*100%);

    padding: 25px calc(60/750*100%);

    width: auto;

  }

  .fw#vector4seasons .bnrEconomy .photo {

    bottom: 0;

    left: 0;

    width: calc(321/750*100vw);

    height: 128px;

  }

  .fw#vector4seasons .bnrEconomy .photo img {

    max-width: inherit;

    height: 100%;

  }

  .fw#vector4seasons .bnrEconomy .bnrTitle {

    margin: 0 0 10px;

    line-height: 1.47;

    font-size: 16px;

    letter-spacing: -.05em;

  }

  .fw#vector4seasons .bnrEconomy .bnrText {

    display: block;

  }

  .fw#vector4seasons .bnrEconomy p {

    margin: 0 0 10px calc(180/750*100vw);

    width: auto;

    line-height: 1.67;

    font-size: 12px;

  }

  .fw#vector4seasons .bnrEconomy .linkBtn {

    margin: 0 0 0 calc(140/750*100vw);

    width: auto;

  }

  .fw#vector4seasons .bnrEconomy .linkBtn a {

    height: 50px;

    line-height: 50px;

    font-size: 12px;

  }

  .fw#vector4seasons .bnrEconomy .linkBtn a:before {

    height: 50px;

  }

  .fw#vector4seasons .bnrEconomy .linkBtn a:after {

    margin-top: -3px;

    right: 10px;

    width: 8px;

    height: 8px;

  }

}



@media only screen and (max-width: 374px) {

  .fw#vector4seasons .bnrEconomy .photo {

    height: 110px;

  }

}












/* =============================================================================

 testimony04

============================================================================= */



.fw#vector4seasons #testimony04 {

  margin-bottom: 0;

  padding-bottom: 80px;

}

.fw#vector4seasons #testimony04:before {

  content: "";

  display: block;

  position: absolute;

  top: 225px;

  left: 0;

  width: calc(50% + 620px);

  height: calc(100% - 225px);

  background-color: #f2f8fc;

}

.fw#vector4seasons #testimony04 .photo {

  position: absolute;

  top: 0;

  right: 0;

}

.fw#vector4seasons #testimony04 .sectionTag {

  top: 225px;

  left: 100px;

}

.fw#vector4seasons #testimony04 .leadBox {

  padding: 95px 0 35px;

  position: relative;

}

.fw#vector4seasons #testimony04 .leadBox p {

  width: 470px;

}





.fw#vector4seasons #testimony04 .journalistImpression {

  margin: 0 auto;

  position: relative;

  width: 1040px;

}

.fw#vector4seasons #testimony04 .journalistImpression ul {

  width: 715px;

  background-color: #fff;

  box-shadow:0px 0px 15px 3px rgba(0,0,0,.1);

}

.fw#vector4seasons #testimony04 .journalistImpression ul li {

  padding: 30px 50px;

  border-bottom: 1px #d6d6d6 solid;

  line-height: 1.88;

  color: #333;

  font-size: 16px;

}

.fw#vector4seasons #testimony04 .journalistImpression ul li:last-child {

  border-bottom: none;

}

.fw#vector4seasons #testimony04 .showImpression {

  position: absolute;

  top: 55px;

  right: 0;

  width: 340px;

}

.fw#vector4seasons #testimony04 .showImpression a {

  padding: 38px 0 0 30px;

  display: block;

  height: 160px;

  line-height: 1.5;

  color: #fff;

  font-size: 20px;

  box-sizing: border-box;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.fw#vector4seasons .bnrEconomy .linkBtn a:before {

}

.fw#vector4seasons #testimony04 .showImpression a:hover {

  opacity: .7;

}

.fw#vector4seasons #testimony04 .showImpression a:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #004991;

  -webkit-transform: skewX(-5deg);

  transform: skewX(-5deg);

}

.fw#vector4seasons #testimony04 .showImpression a:after {

  margin-top: -3px;

  content: "";

  border-top: 2px #fff solid;

  border-right: 2px #fff solid;

  display: block;

  position: absolute;

  top: 50%;

  right: 20px;

  width: 10px;

  height: 10px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

.fw#vector4seasons #testimony04 .showImpression span {

  position: relative;

}

.fw#vector4seasons #testimony04 .notice {

  margin: 20px auto 0;

  width: 1040px;

  color: #333;

  font-size: 12px;

  text-align: right;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #testimony04 {

    padding-bottom: 60px;

  }

  .fw#vector4seasons #testimony04:before {

    top: 55px;

    width: 73.33%;

    height: calc(100% - 55px);

  }

  .fw#vector4seasons #testimony04 .photo {

    margin: 0 0 -10px calc(100/650*100%);

    position: static;

    width: calc(600/650*100%);

  }

  .fw#vector4seasons #testimony04 .sectionTag {

    top: 55px;

    left: 5.33%;

  }

  .fw#vector4seasons #testimony04 .leadBox {

    padding: 0 0 20px;

    width: auto;

  }

  .fw#vector4seasons #testimony04 .leadBox p {

    width: auto;

  }





  .fw#vector4seasons #testimony04 .journalistImpression {

    width: auto;

  }

  .fw#vector4seasons #testimony04 .journalistImpression:after {

    content: "";

    display: block;

    clear: both;

  }

  .fw#vector4seasons #testimony04 .journalistImpression ul {

    width: auto;

  }

  .fw#vector4seasons #testimony04 .journalistImpression ul li {

    padding: 25px calc(60/750*100vw);

    line-height: 1.79;

    font-size: 14px;

  }

  .fw#vector4seasons #testimony04 .showImpression {

    margin-top: -20px;

    margin-right: calc(-50/750*100vw);

    position: relative;

    float: right;

    top: auto;

    right: auto;

    width: 250px;

  }

  .fw#vector4seasons #testimony04 .showImpression a {

    padding: 29px 0 0 30px;

    height: 120px;

    font-size: 15px;

  }

  .fw#vector4seasons .bnrEconomy .linkBtn a:before {

  }

  .fw#vector4seasons #testimony04 .showImpression a:hover {

    opacity: .7;

  }

  .fw#vector4seasons #testimony04 .showImpression a:before {

    -webkit-transform: skewX(-10deg);

    transform: skewX(-10deg);

  }

  .fw#vector4seasons #testimony04 .showImpression a:after {

    margin-top: -2px;

    width: 8px;

    height: 8px;

  }

  .fw#vector4seasons #testimony04 .showImpression span {

    position: relative;

  }

  .fw#vector4seasons #testimony04 .notice {

    margin-top: 10px;

    width: auto;

    font-size: 10px;

    text-align: left;

  }

}











/* =============================================================================

 tireAbility

============================================================================= */



.fw#vector4seasons #tireAbility {

  margin-bottom: 60px;

  text-align: center;

}

.fw#vector4seasons #tireAbility .abilityLabel {

  margin: 0 auto 40px;

  position: relative;

  width: 350px;

  line-height: 50px;

  color: #221815;

  font-size: 20px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tireAbility .abilityLabel:before,

.fw#vector4seasons #tireAbility .abilityLabel:after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #ffdd00;

  -webkit-transform: skewX(20deg);

  transform: skewX(20deg);

}

.fw#vector4seasons #tireAbility .abilityLabel:before {

  left: -20px;

}

.fw#vector4seasons #tireAbility .abilityLabel:after {

  right: -20px;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons #tireAbility .abilityLabel span {

  position: relative;

  z-index: 2;

}

.fw#vector4seasons #tireAbility .abilityTitle {

  line-height: 1.33;

  color: #004991;

  font-size: 40px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tireAbility p {

  margin: 0 0 40px;

  line-height: 1.75;

  color: #333;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tireAbility p span {

  background-image: -ms-linear-gradient(top, transparent 70%, #ffdd00 70%);

  background-image: -moz-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: -o-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, transparent), color-stop(0.7, #ffdd00));

  background-image: -webkit-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: linear-gradient(transparent 70%, #ffdd00 70%);

}

.fw#vector4seasons #tireAbility ul {

  display: flex;

  justify-content: center;

}

.fw#vector4seasons #tireAbility ul li {

}

.fw#vector4seasons #tireAbility .caption {

  margin: 25px 0 15px;

  color: #333;

  font-size: 12px;

}

.fw#vector4seasons #tireAbility .notice {

  color: #333;

  font-size: 16px;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #tireAbility {

    margin-bottom: 50px;

    text-align: center;

  }

  .fw#vector4seasons #tireAbility .sectionInner {

    padding: 0;

  }

  .fw#vector4seasons #tireAbility .abilityLabel {

    width: 100%;

    background-color: #ffdd00;

    font-size: 16px;

  }

  .fw#vector4seasons #tireAbility .abilityLabel:before,

  .fw#vector4seasons #tireAbility .abilityLabel:after {

    display: none;

  }

  .fw#vector4seasons #tireAbility .abilityTitle {

    font-size: 30px;

  }

  .fw#vector4seasons #tireAbility p {

    font-size: 20px;

  }

  .fw#vector4seasons #tireAbility ul {

    display: block;

  }

  .fw#vector4seasons #tireAbility ul li {

    margin-top: 40px;

  }

  .fw#vector4seasons #tireAbility .caption {

    margin: 20px 0;

    font-size: 10px;

  }

  .fw#vector4seasons #tireAbility .notice {

    padding: 0 calc(50/750*100%);

    line-height: 1.79;

    font-size: 14px;

    text-align: left;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons #tireAbility .abilityTitle {

    font-size: 8vw;

  }

  .fw#vector4seasons #tireAbility p {

    font-size: 5.33vw;

  }

}











/* =============================================================================

 tireAbility

============================================================================= */



.fw#vector4seasons #tire01 {

  margin: 0;

  padding: 100px 0 330px;

  position: relative;

  background: url(/special/vector/common/images/home/bg_tire01.png) 0 0 no-repeat;

}

.fw#vector4seasons #tire01:before {

  content: "";

  background-image: url(/special/vector/common/images/common/bg_tire.jpg);

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: -1;

  display: block;

  width: 100%;

  height: 100%;

}



.fw#vector4seasons #tire01 .tireTitle {

  margin: 0 0 30px;

  line-height: 1.67;

  color: #333;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

}

.fw#vector4seasons #tire01 .tireTitle span,

.fw#vector4seasons #tire01 .columnTitle span {

  background-image: -ms-linear-gradient(top, transparent 70%, #ffdd00 70%);

  background-image: -moz-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: -o-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, transparent), color-stop(0.7, #ffdd00));

  background-image: -webkit-linear-gradient(transparent 70%, #ffdd00 70%);

  background-image: linear-gradient(transparent 70%, #ffdd00 70%);

}

.fw#vector4seasons #tire01 .introMark {

  margin: 0 auto 65px;

  padding: 0 20px;

  width: 1040px;

  box-sizing: border-box;

}

.fw#vector4seasons #tire01 .introMark ul {

  display: flex;

}

.fw#vector4seasons #tire01 .introMark ul li {

  padding: 0 50px;

  width: 50%;

  box-sizing: border-box;

}

.fw#vector4seasons #tire01 .introMark .markImg {

  margin: 0 auto 15px;

  width: 218px;

}

.fw#vector4seasons #tire01 .introMark .markName {

  margin: 0 0 20px;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

}

.fw#vector4seasons #tire01 .introMark p {

  line-height: 1.88;

  font-size: 16px;

}

.fw#vector4seasons #tire01 .introMark p.annotation {

  padding-top: 10px;

  line-height: 1.67;

  font-size: 12px;

}

.fw#vector4seasons #tire01 .columnBox {

  margin: 0 auto 25px;

  padding: 75px 85px;

  border: 1px #004991 solid;

  position: relative;

  width: 1040px;

  box-sizing: border-box;

}

.fw#vector4seasons #tire01 .columnBox:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 48px 48px 0 0;

  border-color: #004991 transparent transparent transparent;

}

.fw#vector4seasons #tire01 .columnTitle {


  color: #333;

  line-height: 1.67;

  font-size: 20px;
  font-family: "NotoSansCJKjp-Bold";



  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tire01 .columnTitle span {

  letter-spacing: -.02em;

}

.fw#vector4seasons #tire01 .columnLabel {

  padding: 20px 0;

  position: absolute;

  top: 50%;

  left: -6px;

  width: 12px;

  background-color: #fff;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.fw#vector4seasons #tire01 .columnBox ul {

  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px;

}

.fw#vector4seasons #tire01 .columnBox ul li {
  flex: 1;

}

.fw#vector4seasons #tire01 .columnBox .j_modalVideo{
  display: block;
}

.fw#vector4seasons #tire01 .columnBox .plaiIcon{
  background: url(/special/vector/common/images/icon/icon_play.svg) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15%,15%);
  opacity: 0.9;
}

.fw#vector4seasons #tire01 .columnBox.column02 a {

  border: 1px #004991 solid;

  display: flex;

  align-items: center;

  background-color: #004991;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.fw#vector4seasons #tire01 .columnBox a:hover {

  opacity: .7;

}

.fw#vector4seasons #tire01 .columnBox .bnrImg {

  width: 125px;

}

.fw#vector4seasons #tire01 .columnBox .bnrImg img {

  width: auto;

  height: 138px;

}

.fw#vector4seasons #tire01 .columnBox .bnrText {

  position: relative;

  line-height: 1.56;

  width: calc(100% - 125px);

  color: #fff;

  background: url(/special/vector/common/images/home/icon_download.png) center right 25px no-repeat;

  -webkit-background-size: 20px auto;

  background-size: 20px auto;

}

.fw#vector4seasons #tire01 .columnBox .bnrTitle {

  font-size: 16px;

  font-weight: 500;

  letter-spacing: -.01em;

}

.fw#vector4seasons #tire01 .columnBox .small {

  font-size: 12px;

}



.fw#vector4seasons #tire01 .tire01Caution {

  margin: 50px auto 0;

  padding: 30px 0;

  border: 2px #ed0000 solid;

  width: 1040px;

  box-sizing: border-box;

  font-weight: 500;

  text-align: center;

}

.fw#vector4seasons #tire01 .tire01Caution p {

  line-height: 1.6;

  color: #ed0000;

  font-size: 20px;

}

.fw#vector4seasons #tire01 .tire01Caution .notice {

  line-height: 2.29;

  font-size: 14px;

}

.fw#vector4seasons #tire01 .tire01Caution .notice .em {

  font-size: 200%;

}







@media only screen and (max-width: 767px) {

  .fw#vector4seasons #tire01 {

    padding: 75px 0 170px;

    background: url(/special/vector/common/images/home/bg_tire01_sp.png) 0 0 no-repeat;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

  }

  .fw#vector4seasons #tire01:before {

    background-size: 175%;

  }

  .fw#vector4seasons #tire01 .tireTitle {

    line-height: 1.75;

    font-size: 20px;

  }

  .fw#vector4seasons #tire01 .introMark {

    margin: 0 auto 35px;

    padding: 0;

    width: auto;

  }

  .fw#vector4seasons #tire01 .introMark ul {

    display: block;

  }

  .fw#vector4seasons #tire01 .introMark ul li {

    margin: 0 0 25px;

    padding: 0;

    width: auto;

  }

  .fw#vector4seasons #tire01 .introMark .markImg {

    margin: 0 auto 20px;

    width: calc(436/750*100vw);

  }

  .fw#vector4seasons #tire01 .introMark .markName {

    margin: 0 0 10px;

    font-size: 20px;

  }

  .fw#vector4seasons #tire01 .introMark p {

    line-height: 1.79;

    font-size: 14px;

  }

  .fw#vector4seasons #tire01 .introMark p.annotation {

    padding-top: 5px;

    font-size: 10px;

  }

  .fw#vector4seasons #tire01 .columnBox {

    padding: 50px calc(50/750*100vw) 25px;

    width: auto;

  }

  .fw#vector4seasons #tire01 .columnBox:before {

    border-width: 45px 45px 0 0;

  }

  .fw#vector4seasons #tire01 .columnTitle {


    line-height: 1.75;

    font-size: 20px;

  }

  .fw#vector4seasons #tire01 .columnTitle {

    font-size: 16px;

  }

  .fw#vector4seasons #tire01 .columnTitle span {

  }

  .fw#vector4seasons #tire01 .columnLabel {

  }



  .fw#vector4seasons #tire01 .column01 {

    display: block;

  }

  .fw#vector4seasons #tire01 .column01 .columnText {

  }

  .fw#vector4seasons #tire01 .column01 ul {

    margin: 20px 0;

  }

  .fw#vector4seasons #tire01 .column01 ul li {

    line-height: 1.79;

    font-size: 14px;

  }

  .fw#vector4seasons #tire01 .column01 .columnImg .plaiIcon {

    width: 50px;
    height: 50px;

  }



  .fw#vector4seasons #tire01 .columnBox ul {
    grid-template-columns: initial;
    grid-gap: 25px;

  }

  .fw#vector4seasons #tire01 .columnBox ul li {

    margin-top: 10px;

    width: auto

  }

  .fw#vector4seasons #tire01 .columnBox a {

  }

  .fw#vector4seasons #tire01 .columnBox .bnrImg {

    width: 80px;

  }

  .fw#vector4seasons #tire01 .columnBox .bnrImg img {

    width: auto;

    height: 98px;

  }

  .fw#vector4seasons #tire01 .columnBox .bnrText {

    line-height: 1.46;

    width: calc(100% - 80px);

    background: url(/special/vector/common/images/home/icon_download.png) center right 15px no-repeat;

    -webkit-background-size: 16px auto;

    background-size: 16px auto;

  }

  .fw#vector4seasons #tire01 .columnBox .bnrTitle {

    font-size: 12px;

  }

  .fw#vector4seasons #tire01 .columnBox .small {

    font-size: 10px;

  }



  .fw#vector4seasons #tire01 .tire01Caution {

    margin: 25px auto 0;

    padding: 25px 0;

    width: auto;

  }

  .fw#vector4seasons #tire01 .tire01Caution p {

    line-height: 1.61;

    font-size: 14px;

  }

  .fw#vector4seasons #tire01 .tire01Caution .notice {

    padding-top: 10px;

    line-height: 1.6;

    font-size: 10px;

  }

}



@media only screen and (max-width: 375px) {

  .fw#vector4seasons #tire01 .tireTitle {

    font-size: 5.33vw;

  }

  .fw#vector4seasons #tire01 .columnBox .bnrTitle {

    font-size: 3.2vw;

  }

  .fw#vector4seasons #tire01 .columnBox .small {

    font-size: 2.67vw;

  }

  .fw#vector4seasons #tire01 .tire01Caution p {

    font-size: 3.73vw;

  }

}





.fw#vector4seasons #tire01 .tableArea {

  max-width: 1040px;

  margin: 50px auto 0;

}

.fw#vector4seasons #tire01 .tableArea .tableTtl {

  letter-spacing: 0.2em;

  font-weight: 600;

  line-height: 1;

  margin-bottom: 15px;

  position: relative;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap {

  width: 100%;

  overflow: hidden;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table {

  width: 100%;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr {

  letter-spacing: 0.2em;

  line-height: 1;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th {

  color: #fff;

  width: 20%;

  padding: 0 0 0 4px;

  text-align: center;

  font-weight: 500;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th.img span {

  padding: 12px 14px;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th.img span img {

  height: 26px;

  width: 145px;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th.blue span {

  background: #004991;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th span {

  background: #000;

  display: block;

  width: 100%;

  padding: 18px 15px 16px 15px;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr th:first-of-type {

  background: #000;

  width: 38%;

  padding: 0;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr:nth-of-type(odd) td span {

  background: none;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td {

  text-align: center;

  padding: 0 0 0 4px;

  background: #fff;

  font-weight: 500;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td span {

  background: #f5f5f5;

  display: block;

  width: 100%;

  padding: 18px 15px 16px 15px;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td.blue {

  color: #0033ad;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td.blue span {

  position: relative;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td.blue span:after {

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background: rgba(0, 73, 145, 0.2);

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td.darkGray {

  padding: 0;

  background: #CCC;

  width: 15%;

}

.fw#vector4seasons #tire01 .tableArea .tableWrap table tr td.gray {

  padding: 0;

  background: #DDD;

}



@media only screen and (max-width: 767px) {

  .fw#vector4seasons #tire01 .tableArea {

    margin-top: 25px;

  }

  .fw#vector4seasons #tire01 .tableArea .tableWrap {

    overflow-x: scroll;

  }

  .fw#vector4seasons #tire01 .tableArea .tableWrap table {

    width: 400%;

    max-width: 1024px;

    overflow: inherit;

    margin-bottom: 10px;

    padding: 0;

  }

  .fw#vector4seasons #tire01 .tableArea .tableWrap table tr th {

    white-space: nowrap;

  }

  .fw#vector4seasons #tire01 .tableArea .tableWrap table tr th.img span img {

    width: 145px;

    height: auto;

  }

  .fw#vector4seasons #tire01 .tableArea .bar {

    height: 2px;

    width: 100%;

    background: #CCC;

    display: block;

    position: relative;

    margin-top: -5px;

    z-index: -1;

  }

  .fw#vector4seasons #tire01 .tableArea .bar::after {

    content: "";

    height: 20px;

    width: 2px;

    background: #CCC;

    display: block;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -10px;

  }

  .fw#vector4seasons #tire01 .tableArea .bar::before {

    content: "";

    height: 20px;

    width: 2px;

    background: #CCC;

    display: block;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -10px;

  }

   .fw#vector4seasons #tire01 .tableArea .tableWrap::-webkit-scrollbar {

   width: 10px;

   height: 8px;

  }

   .fw#vector4seasons #tire01 .tableArea .tableWrap::-webkit-scrollbar-thumb {

     background: #000;

  }

}













/* =============================================================================

 tire02

============================================================================= */



.fw#vector4seasons #tire02 {

  margin: 0;

}

.fw#vector4seasons #tire02 .seriesLabel{
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tire02 .tire02Label {

  margin: 0 auto 40px;

  position: relative;

  width: 350px;

  line-height: 50px;

  color: #221815;

  font-size: 20px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

}

.fw#vector4seasons #tire02 .tire02Label:before,

.fw#vector4seasons #tire02 .tire02Label:after {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background-color: #ffdd00;

  -webkit-transform: skewX(20deg);

  transform: skewX(20deg);

}

.fw#vector4seasons #tire02 .tire02Label:before {

  left: -20px;

}

.fw#vector4seasons #tire02 .tire02Label:after {

  right: -20px;

  -webkit-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.fw#vector4seasons #tire02 .tire02Label span {

  position: relative;

  z-index: 2;

}

.fw#vector4seasons #tire02 .tire02Title {

  margin: 0 0 30px;

  color: #004991;

  font-size: 60px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

}

.fw#vector4seasons #tire02 .tire02SubTitle {

  color: #004991;

  line-height: 1.4;

  font-size: 40px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

}

.fw#vector4seasons #tire02 p {

  margin: 0 0 30px;

  line-height: 1.6;

  color: #333;

  font-size: 20px;

  font-weight: 500;

  text-align: center;

}

.fw#vector4seasons #tire02 ul {

}

.fw#vector4seasons #tire02 ul li:last-child a {
  border-bottom: none;
}

.fw#vector4seasons #tire02 ul li a {

  display: block;

  position: relative;
  background-image: linear-gradient( 131deg, #006dbb 0%, #004890 100%);
  border-bottom: 1px solid #fff;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;

}
.fw#vector4seasons #tire02 ul li a .bnrImg{
  width: 1040px;
  margin-inline: auto;
}

.fw#vector4seasons #tire02 ul li p {

  margin: 0;

  position: absolute;

  top: 170px;

  left: 205px;

  line-height: 1.5;

  color: #fff;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: left;

  letter-spacing: -.01em;

}

.fw#vector4seasons #tire02 ul li:last-child p {

  top: 150px;

  color: #333;

}

.fw#vector4seasons #tire02 ul li .bnrTitle {

  position: absolute;

  top: 85px;

  right: 205px;

  color: #fff;

  font-size: 24px;

  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tire02 ul li .bnrTitle span {

  font-size: 40px;

}

.fw#vector4seasons #tire02 ul li:last-child .bnrTitle {

  color: #333;

}

.fw#vector4seasons #tire02 ul li .bnrBtn {

  position: absolute;

  top: 145px;

  right: 205px;

  width: 400px;

  height: 80px;

  line-height: 80px;

  color: #333;

  font-size: 20px;

  text-align: center;

  -webkit-transition: color ease .3s;

  transition: color ease .3s;
  font-family: "NotoSansCJKjp-Bold";

}

.fw#vector4seasons #tire02 ul li .bnrBtn span {

  position: relative;

  z-index: 2;

}

.fw#vector4seasons #tire02 ul li .bnrBtn:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #fff;

  box-shadow:0px 0px 15px 3px rgba(0,0,0,.1);

  -webkit-transform: skewX(-11deg);

  transform: skewX(-11deg);

  -webkit-transition: background-color ease .3s;

  transition: background-color ease .3s;

}

.fw#vector4seasons #tire02 ul li .bnrBtn:after {

  margin-top: -4px;

  content: "";

  border-top: 2px #333 solid;

  border-right: 2px #333 solid;

  display: block;

  position: absolute;

  top: 50%;

  right: 55px;

  width: 10px;

  height: 10px;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: border-color ease .3s;

  transition: border-color ease .3s;

}


.fw#vector4seasons #tire02 ul li a:hover .bnrBtn:before {

  background-color: #ffde00;

}




@media only screen and (max-width: 767px) {

  .fw#vector4seasons #tire02 {

  }

  .fw#vector4seasons #tire02 .sectionInner {

    padding: 0;

  }

  

  .fw#vector4seasons #tire02 .seriesLabel{
    font-size: 18px;
    line-height: 50px;

  }

  .fw#vector4seasons #tire02 .tire02Label {

    width: 100%;

    background-color: #ffdd00;

    font-size: 16px;

  }

  .fw#vector4seasons #tire02 .tire02Label:before,

  .fw#vector4seasons #tire02 .tire02Label:after {

    display: none;

  }

  .fw#vector4seasons #tire02 .tire02Title {

    margin: 0 0 20px;

    font-size: 43px;

  }

  .fw#vector4seasons #tire02 .tire02SubTitle {

    line-height: 1.33;

    font-size: 30px;

    letter-spacing: -.01em;

  }

  .fw#vector4seasons #tire02 p {

    margin: 10px 1em 20px;

    line-height: 1.67;

    font-size: 15px;

  }

  .fw#vector4seasons #tire02 ul {

  }

  .fw#vector4seasons #tire02 ul li {

  }

  .fw#vector4seasons #tire02 ul li a {

    display: block;

    position: relative;

    padding-top: 45px;
    height: 104vw;

  }

  .fw#vector4seasons #tire02 ul li p {

    padding-bottom: 15px;

    border-bottom: 1px #80add2 solid;

    top: calc(230/770*100%);

    left: calc(50/750*100vw);

    width: calc(345/750*100vw);

    line-height: 1.56;

    font-size: 18px;

    white-space: nowrap;

  }

  .fw#vector4seasons #tire02 ul li:last-child p {

    border-color: #99932d;

    top: calc(200/770*100%);

  }
  

  .fw#vector4seasons #tire02 ul li a .bnrImg{
    width: calc( 100% - 25px );
    margin-right: inherit;
  }

  .fw#vector4seasons #tire02 ul li .bnrTitle {

    top: calc(410/770*100%);

    left: calc(50/750*100vw);

    font-size: 16px;

    white-space: nowrap;

  }

  .fw#vector4seasons #tire02 ul li .bnrTitle span {

    padding-top: 5px;

    display: block;

    font-size: 30px;

  }

  .fw#vector4seasons #tire02 ul li:last-child .bnrTitle {

    top: calc(430/770*100%);

  }

  .fw#vector4seasons #tire02 ul li .bnrBtn {

    top: auto;

    bottom: calc(80/770*100%);

    right: calc(50/750*100vw);

    width: calc(620/750*100vw) !important;

    height: 55px;

    line-height: 55px;

    font-size: 16px;

  }

  .fw#vector4seasons #tire02 ul li .bnrBtn:before {

  }

  .fw#vector4seasons #tire02 ul li .bnrBtn:after {

    margin-top: -3px;

    width: 8px;

    height: 8px;

  }

  .fw#vector4seasons #tire02 ul li .bnrBtn span {

    position: relative;

  }

}





@media only screen and (max-width: 375px) {

  .fw#vector4seasons #tire02 .tire02Title {

    font-size: 11.47vw;

  }

  .fw#vector4seasons #tire02 .tire02SubTitle {

    font-size: 8vw;

  }

  .fw#vector4seasons #tire02 p {

    font-size: 4vw;

  }

  .fw#vector4seasons #tire02 ul li p {

    font-size: 4.8vw;

  }

  .fw#vector4seasons #tire02 ul li .bnrTitle span {

    font-size: 8vw;

  }

  .fw#vector4seasons #tire02 ul li .bnrTitle,

  .fw#vector4seasons #tire02 ul li .bnrBtn {

    font-size: 4.27vw

  }

}











/* =============================================================================

 vector cv

============================================================================= */



.vectorCV {

  padding: 15px 0;

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  background-color: rgba(51,51,51,.9);

  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;

}

.vectorCV.fixed {

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}

.vectorCV ul {

  margin: 0 auto;

  max-width: 1024px;

  font-size: 0;

  text-align: center;

  white-space: nowrap;

}

.vectorCV ul li {

  margin: 0 10px;

  display: inline-block;

  width: 500px;

  vertical-align: top;

}

.vectorCV ul li:last-child {

  width: 280px;

}

.vectorCV ul li a {

  position: relative;

  display: block;

  height: 70px;

  line-height: 70px;

  color: #fff;

  font-size: 18px;

  font-family: "NotoSansCJKjp-Bold";

  text-align: center;

  -webkit-transition: opacity ease .3s;

  transition: opacity ease .3s;

}

.vectorCV ul li:first-child a {

  font-size: 26px;

}

.vectorCV ul li a:hover {

  opacity: .8 !important;

}

.vectorCV ul li a span {

  margin: 0 auto;

  padding-left: 25px;

  display: block;

  width: 80%;

  position: relative;

  background-repeat: no-repeat;

  background-position: left center;

}

.vectorCV ul li a span br {

  display: none;

}

.vectorCV ul li a:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 70px;

  background-color: #004991;

  background-image: -moz-linear-gradient(left, #006DBB 0%, #004890 100%);

  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #006DBB), color-stop(1, #004890));

  background-image: -webkit-linear-gradient(left, #006DBB 0%, #004890 100%);

  background-image: linear-gradient(to right, #006DBB 0%, #004890 100%);

  -webkit-transform: skewX(-20deg);

  -ms-transform: skewX(-20deg);

  -o-transform: skewX(-20deg);

  transform: skewX(-20deg);

}

.vectorCV ul li:last-child a {

  color: #000;

}

.vectorCV ul li:last-child a:before {

  background-color: #ffde00;

  background-image: none;

}



.vectorCV ul li.iconDownload a span {

  background-image: url(/special/vector/common/images/home/icon_02.png);

  -webkit-background-size: 21px auto;

  background-size: 21px auto;

}

.vectorCV ul li.iconMap a span {

  background-image: url(/special/vector/common/images/home/icon_01.png);

  -webkit-background-size: 20px auto;

  background-size: 20px auto;

}



@media only screen and (max-width: 767px) {

  .vectorCV {

    padding: 10px calc(20/750*100%);

    font-size: 0;

  }

  .vectorCV ul {

    overflow: hidden;

  }

  .vectorCV ul li {

    margin: 0;

    display: inline-block;

    width: 67%;

  }

  .vectorCV ul li:last-child {

    width: 33%;

  }

  .vectorCV ul li a {

    position: relative;

    display: block;

    height: 50px;

    line-height: 50px;

    font-size: 10px;

  }

  .vectorCV ul li:last-child a {

    padding-top: 12px;

    line-height: 1.2;

  }

  .vectorCV ul li:first-child a {

    font-size: 16px;

  }

  .vectorCV ul li a span {

    padding-left: 20px;

    display: inline;

    width: auto;

  }

  .vectorCV ul li:last-child a span {

    display: inline-block;

    text-align: left;

  }

  .vectorCV ul li a span br {

    display: block;

  }

  .vectorCV ul li a:before {

    left: -20%;

    width: 120%;

    height: 50px;

  }

  .vectorCV ul li:last-child a:before {

    left: auto;

    right: -20%;

  }

  .vectorCV ul li.iconDownload a span {

    background-image: url(/special/vector/common/images/home/icon_02.png);

    -webkit-background-size: 15px auto;

    background-size: 15px auto;

  }

  .vectorCV ul li.iconMap a span {

    background-image: url(/special/vector/common/images/home/icon_01.png);

    -webkit-background-size: 13px auto;

    background-size: 13px auto;

  }

}



@media only screen and (max-width: 375px) {

  .vectorCV ul li a {

    font-size: 3.47vw;

  }

}





