@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-toyopet: #005952;
  --color-hac-base: #005952;
  --color-chubase-red: #F40013;
  --color-hac-base: #0F5E75;
  --color-kinto: #20A5C0;
  --color-main: #1F1F1F;
  --color-light-blue: #44A0BE;
  --color-blue: #178BD2;
  --color-red: #DB0011;
  --color-red02: #E54956;
  --color-pink: #EB6B76;
  --color-orange: #F28212;
  --color-gold: #B18B31;
  --color-light-gray: #C8C8C8;
  --color-white-blue: #E1ECEF;
  --color-gray: #DEE4E8;
  --color-blue-gray-light: rgba(235, 241, 245, 0.9);
  --color-blue-gray: #8E9FA4;
  --color-used: #EC1223;
  --color-light-green: #46B41E;
  --color-dark-green: #3A4246;
  --color-green: #00A941;
  --color-green02: #46B196;
  --color-green03: #00CDA4;
  --color-02: #556168;
  --color-03: #2970C0;
  --color-navy: #38405C;
  --color-sub-txt: #818181;
  --color-sub-txt-v02: #6F6F6F;
  --color-sub: #9D9D9D;
  --color-sub-line05: #d6d6d6;
  /*表*/
  --color-table: #494949;
  /*Table*/
  --color-table-bg: #F2F2F2;
  --color-table-menu: #79888D;
  /*===================== Gradient =====================*/
  --gradient-green-blue: linear-gradient(90deg,#78B50F 1%,#69D04D 35%,#38B5CE 72%,#3C64A1 100%);
  --gradient-red-yellow: linear-gradient(90deg,#F05353,#E7B500);
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-manrope: "Manrope", sans-serif;
  --font-bungee: "Bungee", sans-serif;
  /*===================== CONT radius =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*================================= 見出し =================================*/
/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*======================= PCLG-VW =======================*/
/*================================= マウスオーバー =================================*/
/*================================= コンテンツ 角丸 =================================*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flipcard01 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipcard02 {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*================================= メニュー左寄せ =================================*/
.l-lower-title-area h1 .large .wrap .img.w01 {
  width: 110%;
  transform: translate(-55%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w02 {
  width: 60%;
  transform: translate(-40%, -48%);
}
.l-lower-title-area h1 .large .wrap .img.w03 {
  width: 64%;
  transform: translate(-58%, -47%);
}
.l-lower-title-area h1 .large .wrap .img.w04 {
  width: 65%;
  transform: translate(-40%, -45%);
}
.l-lower-title-area h1 .large .wrap .img.w05 {
  width: 95%;
  transform: translate(-45%, -50%);
}
.l-lower-title-area h1 .large .wrap .img.w06 {
  width: 85%;
  transform: translate(-43%, -47%);
}

div.l-lower-cont-area {
  padding-bottom: calc(110 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area {
    padding-bottom: calc(110 / 1366 * 100vw);
  }
}
div.l-lower-cont-area div.lexus-cont {
  background-color: #fff;
  border-radius: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area div.lexus-cont {
    border-radius: 10px;
  }
}
div.l-lower-cont-area div.lexus-cont {
  padding: calc(80 / 750 * 100vw) calc(33 / 750 * 100vw);
  margin-bottom: calc(70 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area div.lexus-cont {
    padding: calc(80 / 1366 * 100vw) 56px;
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  div.l-lower-cont-area div.lexus-cont {
    padding: calc(80 / 1366 * 100vw) 35px;
  }
}
@media screen and (min-width: 1280px) {
  div.l-lower-cont-area div.lexus-cont {
    padding: calc(80 / 1366 * 100vw) 56px;
  }
}
div.l-lower-cont-area div.table-wrap {
  overflow-x: scroll;
  width: calc(100% + 33 / 750 * 100vw);
  padding-right: calc(33 / 750 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area div.table-wrap {
    width: 100%;
    overflow: revert;
    padding-right: 0;
  }
}
div.l-lower-cont-area table {
  font-family: var(--font-manrope);
  width: 180%;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table {
    width: 100%;
  }
}
div.l-lower-cont-area table tr {
  display: flex;
}
div.l-lower-cont-area table tr:nth-of-type(1) {
  margin-bottom: calc(17 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr:nth-of-type(1) {
    margin-bottom: calc(14 / 1366 * 100vw);
  }
}
div.l-lower-cont-area table tr:nth-of-type(1) th {
  padding: 0.8em 0;
  font-weight: bold;
  font-size: calc(25 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr:nth-of-type(1) th {
    font-size: calc(20 / 1366 * 100vw);
  }
}
div.l-lower-cont-area table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 20%;
}
div.l-lower-cont-area table tr:nth-of-type(1) th span {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  background: #fff;
  margin: 0 0.2em;
  position: relative;
  transform: translate(0, -0.25em);
}
div.l-lower-cont-area table tr:nth-of-type(2), div.l-lower-cont-area table tr:nth-of-type(3) {
  margin-bottom: calc(17 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr:nth-of-type(2), div.l-lower-cont-area table tr:nth-of-type(3) {
    margin-bottom: calc(14 / 1366 * 100vw);
  }
}
div.l-lower-cont-area table tr:nth-of-type(2) th.black, div.l-lower-cont-area table tr:nth-of-type(3) th.black {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
  font-size: calc(25 / 750 * 100vw);
  height: 4em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr:nth-of-type(2) th.black, div.l-lower-cont-area table tr:nth-of-type(3) th.black {
    font-size: calc(21 / 1366 * 100vw);
    padding-left: 2%;
  }
}
div.l-lower-cont-area table tr:nth-of-type(2) td, div.l-lower-cont-area table tr:nth-of-type(3) td {
  background-color: #F2F2F2;
  font-weight: bold;
}
div.l-lower-cont-area table tr:nth-of-type(2) td.right-line::after, div.l-lower-cont-area table tr:nth-of-type(3) td.right-line::after {
  background-color: #666666;
}
div.l-lower-cont-area table tr.border-tr {
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: calc(10 / 750 * 100vw) 0;
  margin: calc(10 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr.border-tr {
    padding: calc(10 / 1366 * 100vw) 0;
    margin: calc(10 / 1366 * 100vw) 0;
  }
}
div.l-lower-cont-area table tr.border-tr th, div.l-lower-cont-area table tr.border-tr td {
  font-weight: bold;
}
div.l-lower-cont-area table tr.border-tr th.left-line::after, div.l-lower-cont-area table tr.border-tr td.left-line::after {
  background-color: #333333;
}
div.l-lower-cont-area table tr.small-tr th {
  font-size: calc(19 / 750 * 100vw);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table tr.small-tr th {
    font-size: calc(13 / 1366 * 100vw);
  }
}
div.l-lower-cont-area table tr.small-tr th:nth-of-type(2) {
  width: 50%;
}
div.l-lower-cont-area table tr.small-tr th:nth-of-type(3) {
  width: 20%;
}
div.l-lower-cont-area table tr:last-child td:nth-of-type(1) {
  width: 50%;
}
div.l-lower-cont-area table th, div.l-lower-cont-area table td {
  line-height: 1em;
  width: 10%;
  box-sizing: border-box;
  position: relative;
}
div.l-lower-cont-area table th.right-line, div.l-lower-cont-area table td.right-line {
  position: relative;
}
div.l-lower-cont-area table th.right-line::after, div.l-lower-cont-area table td.right-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #CCCCCC;
}
div.l-lower-cont-area table th.left-line, div.l-lower-cont-area table td.left-line {
  position: relative;
}
div.l-lower-cont-area table th.left-line::after, div.l-lower-cont-area table td.left-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #CCCCCC;
}
div.l-lower-cont-area table th {
  padding: 0.8em 0;
}
div.l-lower-cont-area table th:nth-of-type(1) {
  width: 20%;
  text-align: left;
  font-weight: 400;
  font-size: calc(22 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table th:nth-of-type(1) {
    font-size: calc(18 / 1366 * 100vw);
  }
}
div.l-lower-cont-area table th.black {
  background: #333333;
  color: #fff;
}
div.l-lower-cont-area table th.radius-left {
  border-radius: calc(5 / 750 * 100vw) 0 0 calc(5 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table th.radius-left {
    border-radius: 5px 0 0 5px;
  }
}
div.l-lower-cont-area table th.radius-right {
  border-radius: 0 calc(5 / 750 * 100vw) calc(5 / 750 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table th.radius-right {
    border-radius: 0 5px 5px 0;
  }
}
div.l-lower-cont-area table th .small {
  font-size: 0.6em;
  font-weight: 400;
}
div.l-lower-cont-area table th .ir {
  width: 150% !important;
  background: none !important;
  transform: translate(-53%, 0) scale(0.7, 1) !important;
  display: inline-block;
  left: 50%;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table th .ir {
    transform: translate(-52.5%, 0) scale(0.8, 1) !important;
  }
}
div.l-lower-cont-area table td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.4em 0;
  font-size: calc(23 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area table td {
    font-size: calc(18 / 1366 * 100vw);
  }
}
div.l-lower-cont-area p.note {
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area p.note {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
div.l-lower-cont-area p.lexus-txt {
  font-size: calc(20 / 750 * 100vw);
  margin-top: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.l-lower-cont-area p.lexus-txt {
    font-size: calc(15 / 1366 * 100vw);
  }
}/*# sourceMappingURL=lexus.css.map */