@charset "utf-8";
/*
* ================================================
*
* [home]
*
* ================================================
*/
/**
バナー用 PC
**/
#mainVisualWrapper li:nth-of-type(1) { background-image: url(../../images/content/home/event/PC_main_visual01.jpg?20250606); }
#mainVisualWrapper li:nth-of-type(2) { background-image: url(../../images/content/home/event/PC_main_visual02.jpg?20250606); }
#mainVisualWrapper li:nth-of-type(3) { background-image: url(../../images/content/home/event/PC_main_visual03.jpg?20250606); }
#mainVisualWrapper li:nth-last-of-type(2) { background-image: url(../../images/content/home/PC_cpo_mie.jpg); }
#mainVisualWrapper li:last-of-type { background-image: url(../../images/content/home/PC_logo.png); }
/*
#mainVisualWrapper li:nth-of-type(1) { background-image: url(../../images/content/home/event/PC_main_visual05.jpg); }
#mainVisualWrapper li:nth-of-type(2) { background-image: url(../../images/content/home/event/PC_main_visual01.jpg); }
#mainVisualWrapper li:nth-of-type(3) { background-image: url(../../images/content/home/event/PC_main_visual02.jpg); }
#mainVisualWrapper li:nth-of-type(4) { background-image: url(../../images/content/home/event/PC_main_visual03.jpg); }
#mainVisualWrapper li:nth-of-type(5) { background-image: url(../../images/content/home/event/PC_main_visual04.jpg); }
#mainVisualWrapper li:nth-last-of-type(2) { background-image: url(../../images/content/home/PC_cpo_mie.jpg); }
#mainVisualWrapper li:last-of-type { background-image: url(../../images/content/home/PC_logo.jpg); }
*/
/**
バナー用 SP
**/
@media only screen and (max-width: 767px) {
  #mainVisualWrapper li:nth-of-type(1) { background-image: url(../../images/content/home/event/SP_main_visual01.jpg?20250606); }
  #mainVisualWrapper li:nth-of-type(2) { background-image: url(../../images/content/home/event/SP_main_visual02.jpg?20250606); }
  #mainVisualWrapper li:nth-of-type(3) { background-image: url(../../images/content/home/event/SP_main_visual03.jpg?20250606); }
  #mainVisualWrapper li:nth-last-of-type(2) { background-image: url(../../images/content/home/SP_cpo_mie.jpg); }
  #mainVisualWrapper li:last-of-type { background-image: url(../../images/content/home/SP_logo.png); }

/*
  #subSlideVoxWrapper li:nth-of-type(1) { background-image: url(../../images/content/home/event/SP_main_visual05.jpg); }
  #subSlideVoxWrapper li:nth-of-type(2) { background-image: url(../../images/content/home/event/SP_main_visual06.jpg); }
  #subSlideVoxWrapper li:nth-of-type(3) { background-image: url(../../images/content/home/event/SP_main_visual01.jpg); }
  #subSlideVoxWrapper li:nth-of-type(4) { background-image: url(../../images/content/home/event/SP_main_visual02.jpg); }
  #subSlideVoxWrapper li:nth-of-type(5) { background-image: url(../../images/content/home/event/SP_main_visual03.jpg); }
  #subSlideVoxWrapper li:nth-of-type(6) { background-image: url(../../images/content/home/event/SP_main_visual04.jpg); }
  #subSlideVoxWrapper li:nth-last-of-type(2) { background-image: url(../../images/content/home/SP_cpo_mie.jpg); }
  #subSlideVoxWrapper li:last-of-type { background-image: url(../../images/content/home/SP_logo.jpg); }
*/
}
/**
* ---------------------------------------------------
* mainVisualWrapper
* ---------------------------------------------------
*/
#mainVisualWrapper { position: relative;}
#mainVisualWrapper #mainVisual {
  background-color: #000000;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
#mainVisualWrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 578px;
}
#mainVisualWrapper ul li {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  background-size: 1300px;
}
#mainVisualWrapper li a {
  display: block;
  width: 100%;
  height: 100%;
}
#mainVisualWrapper .bx-controls {
  display: inline-block;
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}
#mainVisualWrapper .bx-controls .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
#mainVisualWrapper .bx-controls .bx-pager-item a {
  display: block;
  text-indent: -99999px;
  text-align: left;
  width: 52px;
  height: 6px;
  position: relative;
}
#mainVisualWrapper .bx-controls .bx-pager-item a::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(78, 69, 66, 0.9);
}
#mainVisualWrapper .bx-controls .bx-pager-item a.active::after { background: rgba(183, 51, 0, 0.9); }

#subSlideVoxWrapper {display: none;}

/**
* ---------------------------------------------------
* campaignVox
* ---------------------------------------------------
*/
.linkBtn {

}
.linkBtn a {
  display: block;
  width: 340px;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
  background-color: #a8a8a8;
  margin: auto;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
}
.linkBtn a:hover {
  opacity: .7;
}
.linkBtn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transform: rotate(140deg);
  right: 35px;
  top: 27px;
}
.linkBtn.acc a::after {
  transform: rotate(220deg);
}


.scrollBtn {

}
.scrollBtn a {
  display: block;
  width: 340px;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
  background-color: #a8a8a8;
  margin: auto;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
}

.scrollBtn a:hover {
  opacity: .7;
}
.scrollBtn a::after,
.scrollBtn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transform: rotate(-135deg);
  right: 35px;
  top: 20px;
}
.scrollBtn a::before {
  top: 26px;
}


.btnBox {
  background-color: #eceded;
  width: 980px;
  margin: auto;
  margin-bottom: 90px;
  padding: 40px 0;
  text-align: center;
}


.schedule {
  margin-bottom: 50px;
}
.schedule .item {
  display: flex;
  align-items: flex-start;
  width: 500px;
  margin: auto;
  margin-bottom: 25px;
}
.schedule .item .leftBox {
  width: 93px;
  border-bottom: 1px solid #9fa0a0;
  padding-bottom: 2px;
  font-size: 15px;
  text-align: center;
  margin-right: 35px;
}
.schedule .item .rightBox {
  flex: 1;
}

.smallfont {
  font-size: 1.4rem;
}

.lineup_car {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 980px;
  margin: auto;
}
.lineup_car .item {
  width: 304px;
  margin-bottom: 40px;
  margin-right: 34px;
}
.lineup_car .item:nth-child(3n) {
  margin-right: 0;
}
.lineup_car .item .carName {
  font-size: 2.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.lineup_car .item .carImg {
  margin-bottom: 20px;
}
.lineup_car .item .carTxt {
  font-size: 1.6rem;
}
.lineup_car .item .carTxt {}
.lineup_car .item .carTxt .link a {
  position: relative;
}
.lineup_car .item .carTxt .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(140deg);
  right: -15px;
  top: 5px;
}
.hidebox {
  display: none;
}


.boxTtl {
  text-align: center;
  margin-bottom: 50px;
}
.boxTtl span {
  border: 1px solid #000;
  padding: 8px 0;
  width: 350px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}


.borderText {
  border-top: 1px solid #b9c0c2;
  border-bottom: 1px solid #b9c0c2;
  padding: 20px 0 15px;
  text-align: center;
  font-size: 24px;
  width: 980px;
  margin: auto;
  margin-bottom: 60px;
  line-height: 1.6;
}
.borderText span {
  display: block;
  font-size: 32px;
}


.youtubeBox {
  width: 880px;
  margin: auto;
}



#fair .fairInner {
  padding-top: 70px;
  padding-bottom: 80px;
}
#fair header {
  text-align: center;
  margin-bottom: 60px;
}
#fair header .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
#fair header .header::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  background-color: #c73300;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
}
#fair .fairTtl {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}


/***
pickup
***/
#pickup .pickupInner {
  padding-top: 70px;
  padding-bottom: 80px;
}
#pickup header {
  text-align: center;
  margin-bottom: 60px;
}
#pickup header .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
#pickup header .header::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  background-color: #c73300;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
}


/**
* ---------------------------------------------------
* CPOのメリット
* ---------------------------------------------------
*/
.colBtn .ttl {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.colBtn .flex {
  display: flex;
  flex-wrap: wrap;
  width: 1024px;
  margin: auto;
  justify-content: space-between;
}
.colBtn .flex .box {
  display: block;
  width: 247px;
  text-decoration: none;
  transition: opacity .2s linear;
  position: relative;
  margin-bottom: 15px;
}
.colBtn .flex .box:hover {
  opacity: 0.6;
}
.colBtn .flex .box img {
  width: 100%;
  height: auto;
}
.colBtn .flex .box .txt {
  position: absolute;
  z-index: 6;
  width: 100%;
  text-align: center;
  color: #FFF;
  transform: translateY(-50%);
  top: 50%;
  font-weight: bold;
  font-size: 2rem;
}
.colBtn .flex .box::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(../../images/content/content/ico_nw4.svg) no-repeat center center;
  z-index: 8;
}
/**
* ---------------------------------------------------
* LEXUS Electrified Program
* ---------------------------------------------------
*/
.lepVox {
  margin-top: 60px;
}
.lepVox header {
  text-align: center;
  margin-bottom: 20px;
}
.lepVox .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
.colBtn .flex02 {
  display: flex;
  flex-wrap: wrap;
  width: 1024px;
  margin: auto;
  justify-content: space-between;
}
.colBtn .flex02 .box {
  display: block;
  width: 248px;
  text-decoration: none;
  transition: opacity .2s linear;
  position: relative;
  margin-bottom: 15px;
}
.colBtn .flex02 .box:hover {
  opacity: 0.6;
}

/**
* ---------------------------------------------------
* cpoVox
* ---------------------------------------------------
*/
/*CPPフェア*/
#cpoVox .cpoInner {
  padding-top: 70px;
  padding-bottom: 50px;
}
#cpoVox header {
  text-align: center;
  margin-bottom: 70px;
}
#cpoVox header .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
}
#cpoVox header .jp {
  font-size: 1.5rem;
  font-family: 'LexusRodinPro L';
}
#cpoVox .inner .cpo_banner {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
#cpoVox .inner .cpo_banner a {
  transition: opacity .2s linear;
  display: block;
  width: 1215px;
  position: relative;
  margin-left: -607px;
  left: 50%;
}
#cpoVox .inner .cpo_banner a:hover {
  opacity: 0.6;
}
#cpoVox .inner .cpo_banner img {
  width: 100%;
  height: auto;
}
#cpoVox .inner .cpo_box {
  width: 980px;
  margin: auto;
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 2px solid #171716;
  background: #eceded;
  padding: 60px 0;
  text-align: center;
}
#cpoVox .inner .cpo_box-txt {
  line-height: 2;
  margin-bottom: 30px;
}
#cpoVox .inner .cpo_box-linktxt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#cpoVox .inner .cpo_Btn a {
  display: block;
  width: 340px;
  text-align: center;
  color: #FFF;
  padding: 20px 0;
  background-color: #a8a8a8;
  margin: auto;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
}
#cpoVox .inner .cpo_Btn a:hover {
  opacity: .7;
}
#cpoVox .inner .cpo_Btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  transform: rotate(140deg);
  right: 35px;
  top: 27px;
}
/**
* ---------------------------------------------------
* lineupVox
* ---------------------------------------------------
*/
#lineupVox .lineupInner {
  padding-top: 70px;
  padding-bottom: 80px;
}
#lineupVox header {
  text-align: center;
  margin-bottom: 50px;
}
#lineupVox header .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
}
#lineupVox header .jp {
  font-size: 1.5rem;
  font-family: 'LexusRodinPro L';
}
#lineupVox .inner {
}
#lineupVox .productWrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#lineupVox .product {
  width: 240px;
  float: left;
  padding-bottom: 15px;
  position: relative;
}
#lineupVox .product.active { background: url(../../images/content/content/ico_arrow3.png) no-repeat center bottom; }
#lineupVox .product a {
  display: block;
  text-decoration: none;
  border-right: 1px solid #e7e7e7;
}
#lineupVox .product:first-child a {
  border-left: 1px solid #e7e7e7;
}
#lineupVox .product a figure { text-align: center; }
#lineupVox .product a figure img { width: 214px; }
#lineupVox .product a .txt {
  color: #636363;
  font-size: 1.3rem;
  font-family: 'Nobel BK';
  letter-spacing: normal;
  padding: 0 30px;
  overflow: hidden;
}
#lineupVox .product a .txt .productName {
  color: #000;
  font-size: 3.3rem;
  font-family: 'Nobel B';
  line-height: 1.3;
  float: left;
  margin-right: 13px;
}
#lineupVox .product a .txt p { line-height: 1.2; }
#lineupVox .productPopupWrapper {
  display: none;
  height: 450px;
  margin-bottom: 20px;
  position: relative;
}
#lineupVox .productPopupWrapper .closeBtn {
  display: block;
  text-indent: -99999px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
#lineupVox .productPopupWrapper .closeBtn::before,
#lineupVox .productPopupWrapper .closeBtn::after {
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
#lineupVox .productPopupWrapper .closeBtn::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#lineupVox .productPopupWrapper .closeBtn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lineupVox .productPopupWrapper.active { display: block; }
#lineupVox .productPopup {
  display: none;
  width: 100%;
  height: 100%;
  padding: 45px 0;
  background: url(../../images/content/content/bg.gif) repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#lineupVox .productPopupWrapper .productPopup.active { display: block; }
#lineupVox .productPopup .popupInner {
  color: #fff;
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#lineupVox .productPopup .img {
  width: 540px;
  float: left;
}
#lineupVox .productPopup .img img {
  width: 540px;
}
#lineupVox .productPopup .txt { margin-left: 610px; }
#lineupVox .productPopup .txt .series {
  font-size: 8.6rem;
  font-family: 'Nobel L';
  line-height: 1.1;
  margin-bottom: 10px;
}
#lineupVox .productPopup .txt .name { font-size: 2.0rem; }
#lineupVox .productPopup .txt .price {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#lineupVox .productPopup .txt .price::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#lineupVox .productPopup .txt .price .maker {
  display: block;
  font-size: 1.4rem;
}
#lineupVox .productPopup .txt .price .maker .note{
  font-size: 1.2rem;
  text-indent: -0.5em;
  display: inline-block;
}
#productPopupItems {
  display: none;
}
/**
* ---------------------------------------------------
* interviewVox
* ---------------------------------------------------
*/
/*#interviewVox { padding-top: 70px; }*/
#interviewVox header {
  text-align: center;
  /*margin-bottom: 50px;*/
  padding: 70px 0 50px;
  background-color: #000;
  color: #FFF;
}
#interviewVox header .header {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  margin-bottom: 10px;
}
#interviewVox header .jp {
  font-size: 1.5rem;
  font-family: 'LexusRodinPro L';
}
/**変更箇所**/
#interviewVox .latestVox {
  background-color: #000;
}
#interviewVox .latestVox .latestVoxInner {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#interviewVox .latestVox .newbox {
  width: 643px;
  background-color: #FFF;
}
#interviewVox .latestVox a {
  display: block;
  width: 100%;
}
#interviewVox .latestVox .image img {
  max-width: 100%;
}
#interviewVox .latestVox .colBottom {
  height: 102px;
  overflow: hidden;
  background-color: #FFF;
}
#interviewVox .latestVox .colBottom .title {
  padding: 12px 0 4px 18px;
  font-family: 'LexusRodinPro B';
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0;
  width: 490px;
  float: left;
}
#interviewVox .latestVox .colBottom .button {
  float: right;
  width: 86px;
  height: 102px;
  position: relative;
  background: #a8a8a8;
}
#interviewVox .latestVox .colBottom .button span {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
#interviewVox .latestVox .colBottom .button:before {
  content: "";
  position: absolute;
  top: 36%;
  right: 37px;
  width: 20px;
  height: 17px;
  background: url(../../images/content/content/ico_nw6.png) no-repeat center center/contain;
}

#interviewVox .inner {
  background: #000;
  overflow: hidden;
}
#interviewVox .bucknumber {
  color: #fff;
  padding: 40px 0 15px 0;
  background: url(../../images/content/content/bg.gif) repeat #000;
}
#interviewVox .bucknumber .heading {
  font-size: 2.6rem;
  font-family: 'LexusRodinPro B';
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
#interviewVox .bucknumber .en {
  font-size: 1.5rem;
  font-family: 'LexusRodinPro L';
  text-align: center;
  margin-bottom: 30px;
}
#interviewVox .bucknumber .bnRow {
  width: 1218px;
  margin: 0 auto;
  overflow: hidden;
}
#interviewVox .bucknumber .bnRow.first {
  margin-bottom: 15px;
}
#interviewVox .bucknumber .bnRow a {
  text-decoration: none;
  display: block;
}
#interviewVox .bucknumber .bnRow a .image img {
  width: 100%;
}
#interviewVox .bucknumber .bnRow .wideCol {
  width: 600px;
  float: left;
  background: #fff;
  margin: 0 0 0 16px;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom {
  height: 102px;
  overflow: hidden;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom dl {
  padding: 0 0 0 18px;
  width: 490px;
  float: left;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom dl dt {
  padding: 12px 0 4px;
  font-family: 'LexusRodinPro B';
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom dl dd {
  margin: 0;
  font-size: 1.3rem;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button {
  float: right;
  width: 86px;
  height: 102px;
  position: relative;
  background: #a8a8a8;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button:before,
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button:after {
  content: "";
  position: absolute;
  top: 36%;
  right: 37px;
  width: 15px;
  height: 1px;
  background: #fff;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button:before {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button:after {
  transform: rotate(-45deg);
  transform-origin: top right;
}
#interviewVox .bucknumber .bnRow .wideCol .colBottom .button span {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
#interviewVox .bucknumber .bnRow .shortCol {
  width: 395px;
  float: left;
  background: #fff;
  margin: 15px 0 0 16px;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom {
  display: flex;
  height: 125px;
  justify-content: space-between;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom dl {
  padding: 0 0 0 18px;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom dl dt {
  padding: 12px 0 4px;
  font-family: 'LexusRodinPro B';
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom dl dd {
  margin: 0;
  font-size: 1.3rem;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button {
  width: 86px;
  position: relative;
  background: #a8a8a8;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button:before,
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button:after {
  content: "";
  position: absolute;
  top: 36%;
  right: 37px;
  width: 15px;
  height: 1px;
  background: #fff;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button:before {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button:after {
  transform: rotate(-45deg);
  transform-origin: top right;
}
#interviewVox .bucknumber .bnRow .shortCol .colBottom .button span {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

#interviewVox .bucknumber .bnRow .wideCol:first-child,
#interviewVox .bucknumber .bnRow .shortCol:first-child {
  margin-left: 0;
}

#interviewVox .note {
  width: 1218px;
  margin: 22px auto 0;
  font-size: 1.0rem;
  font-family: 'LexusRodinPro L';
}

/**
****************************************************
*
* screens smaller than 768
*
****************************************************
*/
@media screen and (max-width: 768px) and (orientation:portrait) {

}	/* @media END *//**
****************************************************
*
* screens smaller than 768
*
****************************************************
*/
@media only screen and (max-width: 767px) {
  /**
  * ---------------------------------------------------
  * mainVisualWrapper
  * ---------------------------------------------------
  */
  #mainVisualWrapper {
    height: auto;
    padding-top: 78.1%;
    position: relative;
  }
  #mainVisualWrapper #mainVisual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainVisualWrapper ul {
    height: 100%;
  }
  #mainVisualWrapper ul li {
    background-size: cover;
  }
  #mainVisualWrapper .bx-controls { display: none; }
  #mainVisualWrapper {
/*    display: none;*/
  }
  #subSlideVoxWrapper {
    height: auto;
    padding-top: 78.1%;
    position: relative;
    display: block;
    display: none;
  }
  #subSlideVoxWrapper #subSlideVox {
    background-color: #000000;
    max-width: 1300px;
    margin: 0 auto;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #subSlideVoxWrapper ul {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #subSlideVoxWrapper ul li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 10;
  }

  #subSlideVoxWrapper li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #subSlideVoxWrapper .bx-controls { display: none; }
  /**
  * ---------------------------------------------------
  * campaignVox
  * ---------------------------------------------------
  */
  .linkBtn a {
    max-width: 400px;
    width: 85%;
    padding: 15px 0;
  }
  .linkBtn a::after {
    top: 22px;
  }

  .scrollBtn a {
    max-width: 400px;
    width: 70%;
    padding: 15px 0;
  }
  .scrollBtn a::after,
  .scrollBtn a::before {
    top: 16px;
    right: 20px;
  }
  .scrollBtn a::before {
    top: 21px;
  }


  .btnBox {
    width: 90%;
    padding: 20px;
  }



  .schedule .item {
    width: 90%;
    display: block;
  }
  .schedule .item .leftBox {
    margin: 0;
    margin-bottom: 15px;
  }
  .schedule .item .rightBox {
    font-size: 16px;
  }
  .schedule .item .rightBox .indent01 {
    padding-left: 66px;
  }
  .schedule .item .rightBox dl {
    display: block;
    margin-bottom: 10px;
  }


  .lineup_car {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .lineup_car .item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .lineup_car .item .carImg img {
    width: 100%;
    height: auto;
  }

  .boxTtl span {
    max-width: 480px;
    width: 90%;
    font-size: 1.7rem;
  }

  .borderText {
    width: 90%;
    font-size: 20px;
  }
  .borderText span {
    font-size: 26px;
  }


  .youtubeBox {
    width: 90%;
    aspect-ratio: 16 / 9;
  }
  .youtubeBox iframe {
    width: 100%;
    height: 100%;
  }



  #fair .fairInner {
  }
  #fair header { margin-bottom: 40px; }
  #fair header .header {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  #fair .fairTtl {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }

  /***
  pickup
  ***/
  #pickup .pickupInner {
    padding-top: 60px;
  }
  #pickup header { margin-bottom: 40px; }
  #pickup header .header {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }

  
  /**
  * ---------------------------------------------------
  * CPOのメリット
  * ---------------------------------------------------
  */
  .colBtn .ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .colBtn .flex {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .colBtn .flex .box {
    width: 49%;
    margin-bottom: 5px;
  }
  .colBtn .flex .box .txt {
    font-size: 1.5rem;
  }
  /**
  * ---------------------------------------------------
  * LEXUS Electrified Program
  * ---------------------------------------------------
  */
  .lepVox {
    margin-top: 40px;
  }
  .lepVox .header {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .colBtn .flex02 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .colBtn .flex02 .box {
    width: 49%;
    margin-bottom: 5px;
  }
  .colBtn .flex02 .box img {
    width: 100%;
    height: auto;
  }
  /**
  * ---------------------------------------------------
  * cpoVox
  * ---------------------------------------------------
  */
  /*CPPフェア*/
  #cpoVox .cpoInner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #cpoVox header { margin-bottom: 20px; }
  #cpoVox header .header {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  #cpoVox header .jp { font-size: 1.0rem; }
  #cpoVox .inner .cpo_banner {
    margin-bottom: 30px;
    height: auto;
  }
  #cpoVox .inner .cpo_banner a {
    position: static;
    margin: 0;
    width: auto;
  }
  #cpoVox .inner .cpo_box {
    width: 94%;
    margin-bottom: 40px;
    padding: 25px 0;
  }
  #cpoVox .inner .cpo_box-linktxt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #cpoVox .inner .cpo_box-txt {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  #cpoVox .inner .cpo_Btn a {
    max-width: 400px;
    width: 70%;
    padding: 15px 0;
  }
  #cpoVox .inner .cpo_Btn a::after {
    top: 22px;
  }
  /**
  * ---------------------------------------------------
  * lineupVox
  * ---------------------------------------------------
  */
  #lineupVox .lineupInner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #lineupVox header { margin-bottom: 20px; }
  #lineupVox header .header {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  #lineupVox header .jp { font-size: 1.0rem; }
  #lineupVox .productWrapper { width: auto; }
  #lineupVox .product {
    width: 50%;
  }
  #lineupVox .product.active { background-size: 12px auto; }
  #lineupVox .product a { padding: 0 10px; }
  #lineupVox .product:first-child a {
    border-left: none;
  }
  #lineupVox .product:nth-child(2) a {
    border-right: none;
  }
  #lineupVox .product a figure img { width: 100%; }
  #lineupVox .product a .txt {
    font-size: 0.8rem;
    padding: 0 10px;
  }
  #lineupVox .product a .txt .productName {
    font-size: 2.2rem;
    margin-right: 5px;
  }
  #lineupVox .product a .txt p { padding-top: 5px; }
  #lineupVox .productPopupWrapper {
    height: auto;
    margin-bottom: 10px;
  }
  #lineupVox .productPopupWrapper .closeBtn {
    width: 28px;
    height: 28px;
    top: 8px;
    right: 8px;
    border: 1px solid #fff;
    border-radius: 5em;
  }
  #lineupVox .productPopupWrapper .closeBtn::before,
  #lineupVox .productPopupWrapper .closeBtn::after {
    width: 18px;
    top: 50%;
    right: 4px;
  }
  #lineupVox .productPopup {
    height: auto;
    padding: 0;
    position: static;
  }
  #lineupVox .productPopup .popupInner { width: auto; }
  #lineupVox .productPopup .img {
    width: auto;
    float: none;
  }
  #lineupVox .productPopup .img img {
    width: 100%;
  }
  #lineupVox .productPopup .txt {
    padding: 10px 15px;
    margin-left: 0;
    overflow: hidden;
  }
  #lineupVox .productPopup .txt .txtHead {
    width: 35%;
    float: left;
  }
  #lineupVox .productPopup .txt .txtOutline {
    letter-spacing: normal;
    width: 65%;
    float: right;
  }
  #lineupVox .productPopup .txt .series {
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 0;
  }
  #lineupVox .productPopup .txt .name {
    font-size: 1.0rem;
    letter-spacing: normal;
  }
  #lineupVox .productPopup .txt .price {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 3px;
  }
  #lineupVox .productPopup .txt .price::before { display: none; }
  #lineupVox .productPopup .txt .price .maker {
    font-size: 0.9rem;
    text-align: right;
  }
  #lineupVox .productPopup .txt .price .maker .note{
    font-size: 0.7rem;
  }
  /**
  * ---------------------------------------------------
  * interviewVox
  * ---------------------------------------------------
  */
  /*#interviewVox { padding-top: 25px; }*/
  #interviewVox header {
    /*margin-bottom: 15px;*/
    padding: 25px 0 15px;
  }
  #interviewVox header .header {
    font-size: 2.0rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  #interviewVox header .header br { display: none; }
  #interviewVox header .header span {
    display: block;
    font-size: 1.0rem;
  }
  /**変更箇所**/
  #interviewVox .latestVox .latestVoxInner {
    width: 100%;
    display: block;
  }
  #interviewVox .latestVox .newbox {
    width: 100%;
    margin-bottom: 15px;
  }
  #interviewVox .latestVox .newbox:last-child {
    margin-bottom: 0;
  }
  #interviewVox .latestVox a {
    text-decoration: none;
  }
  #interviewVox .latestVox .image {
    width: 100%;
  }
  #interviewVox .latestVox .colBottom {
    height: 82px;
    position: relative;
  }
  #interviewVox .latestVox .colBottom .title {
    padding: 10px 40px 0 9px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  #interviewVox .latestVox .colBottom .button {
    float: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  #interviewVox .latestVox .colBottom .button:before {
    top: 37%;
    right: 8px;
    width: 10px;
    height: 8px;
  }
  #interviewVox .bucknumber .bnRow {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #interviewVox .bucknumber .bnRow.first {
    margin-bottom: 0;
  }
  #interviewVox .bucknumber .bnRow .wideCol,
  #interviewVox .bucknumber .bnRow .shortCol {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom {
    height: 82px;
    position: relative;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom dl,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom dl {
    padding: 0 40px 0 9px;
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom dl dt,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom dl dt {
    padding: 10px 0 0;
    font-size: 1.5rem;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom dl dd,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom dl dd {
    font-size: 1.2rem;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom .button,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom .button {
    float: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  #interviewVox .bucknumber .bnRow .wideCol .colBottom .button:before,
  #interviewVox .bucknumber .bnRow .wideCol .colBottom .button:after,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom .button:before,
  #interviewVox .bucknumber .bnRow .shortCol .colBottom .button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
  }
  #interviewVox .note { display: none; }

}/* @media END */