@font-face {
 font-family: 'lexus_jp';
 src: url( "/assets/styles/fonts/lexus_jp.woff") format('woff'); /* medium */
 unicode-range: U+3000-30FF, U+4E00-9FFF; /* ひらがな・カタカナ・漢字 */
}

@font-face {
 font-family: 'lexus_en';
 src: url( "/assets/styles/fonts/lexus_en.woff") format('woff'); /* medium */
 unicode-range: U+0020-007F; /* 英数字 */
}

.hero__heading {
    width: 100%;
    color: #ffffff;
    font-size: 36px;
    font-family: "lexus_en", "lexus_jp";
    letter-spacing: .15em;
    line-height: 1.25em;
    font-weight: 500;
    position: relative;
}

.brand-detail-gallery {
  background-color: #e8e5dc;
  padding-top: 60px;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.brand-detail-gallery:not(:first-child) {
  margin-top: 0;
}

.brand-detail-gallery__container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.brand-detail-gallery__slider-main {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-main {
    padding: 0 17px;
  }
}

.brand-detail-gallery__slider-main__list__item img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.brand-detail-gallery__slider-main .slick-prev,
.brand-detail-gallery__slider-main .slick-next {
  width: 100px;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-main .slick-prev,
  .brand-detail-gallery__slider-main .slick-next {
    display: none !important;
  }
}

.brand-detail-gallery__slider-main .slick-prev:before,
.brand-detail-gallery__slider-main .slick-next:before {
  content: '';
  background-image: url("/assets/images/ico_arrow_right_thin.svg");
  background-size: 25px 48px;
  background-repeat: no-repeat;
  width: 25px;
  height: 48px;
  display: block;
  opacity: 1;
}

.brand-detail-gallery__slider-main .slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-main .slick-prev {
    left: -25px;
  }
}

.brand-detail-gallery__slider-main .slick-prev:before {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 30px;
}

.brand-detail-gallery__slider-main .slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-main .slick-next {
    right: 5px;
  }
}

.brand-detail-gallery__slider-main .slick-next:before {
  position: relative;
  right: 30px;
  margin-left: auto;
}

.brand-detail-gallery__slider-thumbnail {
  margin-top: 40px;
  padding-left: 56px;
  padding-right: 56px;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail {
    padding: 0 37px;
    margin-top: 15px;
  }
}

.brand-detail-gallery__slider-thumbnail__list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.brand-detail-gallery__slider-thumbnail__list__item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.brand-detail-gallery__slider-thumbnail__list__item img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.brand-detail-gallery__slider-thumbnail .slick-prev,
.brand-detail-gallery__slider-thumbnail .slick-next {
  width: 100px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail .slick-prev,
  .brand-detail-gallery__slider-thumbnail .slick-next {
    width: 50px;
  }
}

.brand-detail-gallery__slider-thumbnail .slick-prev:before,
.brand-detail-gallery__slider-thumbnail .slick-next:before {
  content: '';
  background-image: url("/assets/images/ico_arrow_right.svg");
  background-size: 15px 26px;
  background-repeat: no-repeat;
  width: 15px;
  height: 26px;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail .slick-prev:before,
  .brand-detail-gallery__slider-thumbnail .slick-next:before {
    width: 13px;
    height: 15px;
    background-size: 13px 15px;
  }
}

.brand-detail-gallery__slider-thumbnail .slick-prev {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail .slick-prev {
    left: -25px;
  }
}

.brand-detail-gallery__slider-thumbnail .slick-prev:before {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 56px;
}

.brand-detail-gallery__slider-thumbnail .slick-next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail .slick-next {
    right: 5px;
  }
}

.brand-detail-gallery__slider-thumbnail .slick-next:before {
  position: relative;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .brand-detail-gallery__slider-thumbnail .slick-next:before {
    right: -10px;
  }
}

.brand-detail-movie {
  background-color: #212121;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .brand-detail-movie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.brand-detail-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .brand-detail-movie__list {
    display: block;
  }
}

.brand-detail-movie__list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-detail-movie__list__item:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .brand-detail-movie__list__item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.brand-detail-movie__list__item__content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.brand-detail-movie__list__item__content__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.brand-detail-movie__list__item__anchor__figure {
  position: relative;
}

.brand-detail-movie__list__item__anchor__figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.brand-detail-movie__list__item__anchor__figure:after {
  content: '';
  background-image: url("/assets/images/ico_video_play.svg");
  background-position: center;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.brand-detail-price__value {
  letter-spacing: .15em;
  text-align: center;
}

.brand-detail-price__value__symbol {
  font-size: 32px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .brand-detail-price__value__symbol {
    font-size: 30px;
  }
}

.brand-detail-price__value__number {
  font-size: 32px;
  font-family: "lexus_jp", "lexus_en";
}

@media screen and (max-width: 767px) {
  .brand-detail-price__value__number {
    font-size: 30px;
  }
}

.brand-detail-price__value__tax {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .brand-detail-price__value__tax {
    font-size: 15px;
  }
}

.brand-detail-spec__heading {
  text-align: center;
}

.brand-detail-spec__heading__inner {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  background-color: #212121;
  border-radius: 20px;
  text-align: center;
  padding: 3px 20px;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__heading__inner {
    font-size: 10px;
    padding: 0 15px;
  }
}

.brand-detail-spec__table {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__table {
    margin-top: 20px;
  }
}

.brand-detail-spec__table tbody {
  border-bottom: 1px solid #808080;
}

.brand-detail-spec__table tbody tr {
  border-top: 1px solid #808080;
}

.brand-detail-spec__table tbody tr th, .brand-detail-spec__table tbody tr td {
  padding: 12px 15px;
  text-align: left;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__table tbody tr th, .brand-detail-spec__table tbody tr td {
    display: block;
    padding: 7px 15px;
    min-height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.brand-detail-spec__table tbody tr th {
  background-color: #e6e6e6;
  font-weight: 700;
  width: 100px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__table tbody tr th {
    border-bottom: 1px solid #808080;
    width: 100%;
  }
}

.brand-detail-spec__table .figure {
  margin-top: 10px;
}

.brand-detail-spec__relation {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__relation {
    margin-top: 60px;
  }
}

.brand-detail-spec__relation__brand {
  font-weight: 500;
  font-family: "lexus_jp", "lexus_en";
  font-size: 16px;
  letter-spacing: .05em;
  margin-top: 18px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__relation__brand {
    font-size: 11px;
    margin-top: 15px;
  }
}

.brand-detail-spec__relation__heading {
  text-align: center;
  font-size: 16px;
  letter-spacing: .15em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__relation__heading {
    font-size: 15px;
  }
}

.brand-detail-spec__relation__anchor {
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.brand-detail-spec__relation__anchor:hover {
  opacity: .7;
}

.brand-detail-spec__relation__link {
  margin-top: 5px;
}

.brand-detail-spec__relation__link__anchor {
  display: block;
  font-size: 18px;
  font-family: "lexus_jp", "lexus_en";
  letter-spacing: .05em;
  padding-right: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brand-detail-spec__relation__link__anchor {
    font-size: 13px;
    line-height: 1.461em;
  }
}

.brand-detail-spec__relation__link__anchor:before {
  content: '';
  background-image: url("/assets/images/ico_arrow_right.svg");
  background-size: 7px 13px;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.brand-detail-spec__relation__link__anchor__model {
  font-weight: 700;
}

.brand-feature__main__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__columns {
    display: block;
  }
}

.brand-feature__main__columns:not(:first-child) {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__columns:not(:first-child) {
    margin-top: 60px;
  }
}

.brand-feature__main__columns__column {
  padding-left: 30px;
  padding-right: 30px;
}

.brand-feature__main__columns__column:nth-child(1) {
  -webkit-box-flex: 2.155;
  -ms-flex: 2.155;
  flex: 2.155;
}

.brand-feature__main__columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-feature__main__columns--reverse .brand-feature__main__columns__column:nth-child(1) {
  -webkit-box-flex: 2.155;
  -ms-flex: 2.155;
  flex: 2.155;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.brand-feature__main__columns--reverse .brand-feature__main__columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.brand-feature__main__heading-en {
  font-size: 24px;
  letter-spacing: .15em;
  font-family: "lexus_jp", "lexus_en";
  line-height: 1.75em;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__heading-en {
    font-size: 19px;
    text-align: center;
  }
}

.brand-feature__main__heading {
  font-size: 32px;
  font-family: "lexus_en", "lexus_jp";
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__heading {
    font-size: 28px;
    margin-top: 5px;
    text-align: center;
  }
}

.brand-feature__main__heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__heading:after {
    margin: 0 auto 30px;
  }
}

.brand-feature__main__paragraph {
  font-size: 16px;
  font-family: "lexus_jp", "lexus_en";
  line-height: 2em;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .brand-feature__main__paragraph {
    font-size: 14px;
    margin-top: 30px;
  }
}

.brand-feature__sub {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub {
    margin-top: 60px;
  }
}

.brand-feature__sub__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.brand-feature__sub__columns__column {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__columns__column:nth-child(2) {
    margin-top: 60px;
  }
}

.brand-feature__sub__heading-en {
  font-size: 16px;
  letter-spacing: .15em;
  font-family: "lexus_jp", "lexus_en";
  line-height: 1.75em;
  font-weight: 700;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__heading-en {
    font-size: 17px;
    margin-top: 22px;
  }
}

.brand-feature__sub__heading {
  font-size: 24px;
  letter-spacing: .15em;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__heading {
    font-size: 22px;
    margin-top: 5px;
  }
}

.brand-feature__sub__heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 30px;
}

.brand-feature__sub__paragraph {
  font-size: 16px;
  line-height: 2em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .brand-feature__sub__paragraph {
    font-size: 14px;
  }
}

.brand-lead:not(:first-child) {
  margin-top: 20px;
}

.brand-lead__logo {
  margin-left: auto;
  margin-right: auto;
}

.brand-searay-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-searay-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-maritimo-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-maritimo-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-navan-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-navan-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-lexus-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-lexus-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-marquis-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-marquis-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-carver-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-carver-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-toyota-index .brand-lead__logo {
  width: 336px;
  height: 58px;
}

@media screen and (max-width: 767px) {
  .brand-toyota-index .brand-lead__logo {
    width: 194px;
    height: 33px;
  }
}

.brand-lead__paragraph {
  margin-top: 110px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .brand-lead__paragraph {
    margin-top: 55px;
    font-size: 14px;
  }
}

.brand-lineup__anchor {
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.brand-lineup__anchor:hover {
  opacity: .7;
}

.brand-lineup__link {
  margin-top: 10px;
}

.brand-lineup__link__anchor {
  display: block;
  font-size: 18px;
  font-family: "lexus_jp", "lexus_en";
  letter-spacing: .05em;
  padding-right: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .brand-lineup__link__anchor {
    font-size: 13px;
    line-height: 1.461em;
  }
}

.brand-lineup__link__anchor:before {
  content: '';
  background-image: url("/assets/images/ico_arrow_right.svg");
  background-size: 7px 13px;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.brand-lineup__link__anchor__model {
  font-weight: 700;
  display: inline-block;
}

.brand-lineup-complex__genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre {
    display: block;
  }
}

.brand-lineup-complex__genre__item:nth-child(1) {
  width: 75%;
  padding-right: 60px;
}

@media screen and (max-width: 1364px) {
  .brand-lineup-complex__genre__item:nth-child(1) {
    width: 74%;
  }
}

@media screen and (max-width: 960px) {
  .brand-lineup-complex__genre__item:nth-child(1) {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
}

.brand-lineup-complex__genre__item:nth-child(2) {
  width: 25%;
  border-left: 2px solid #b3b3b3;
}

@media screen and (max-width: 1364px) {
  .brand-lineup-complex__genre__item:nth-child(2) {
    width: 26%;
  }
}

@media screen and (max-width: 960px) {
  .brand-lineup-complex__genre__item:nth-child(2) {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item:nth-child(2) {
    width: 100%;
    border-left: none;
    border-top: 2px solid #b3b3b3;
    padding-top: 40px;
    margin-top: 40px;
  }
}

.brand-lineup-complex__genre__item__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px -30px 0;
}

@media screen and (max-width: 960px) {
  .brand-lineup-complex__genre__item__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item__columns {
    margin: 40px -20px 0;
  }
}

.brand-lineup-complex__genre__item__columns__column {
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .brand-lineup-complex__genre__item__columns__column {
    width: 50%;
  }
  .brand-lineup-complex__genre__item__columns__column:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item__columns__column {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.brand-lineup-complex__genre__item__box {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item__box {
    margin-top: 40px;
  }
}

.brand-lineup-complex__genre__item__heading {
  font-size: 21px;
  font-family: "lexus_jp", "lexus_en";
  letter-spacing: .15em;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .brand-lineup-complex__genre__item__heading {
    font-size: 20px;
    margin-top: 30px;
  }
}

.brand-lineup-complex__genre__item__list {
  margin-top: 30px;
}

.brand-lineup-complex__genre__item__list__item {
  text-align: center;
  line-height: 1.6em;
}

.brand-lineup-complex__genre__item__list__item:not(:first-child) {
  margin-top: 15px;
}

.brand-lineup-complex__genre__item__list__item__anchor {
  font-family: "lexus_jp", "lexus_en";
  font-size: 16px;
  letter-spacing: .15em;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.brand-lineup-complex__genre__item__list__item__anchor:hover {
  opacity: .7;
}

.brand-lineup-complex__heading {
  font-size: 28px;
  font-family: "lexus_jp", "lexus_en";
  letter-spacing: .15em;
  font-weight: 700;
  text-align: center;
}

.brand-searay-index .breadcrumb__list,
.brand-maritimo-index .breadcrumb__list,
.brand-navan-index .breadcrumb__list,
.brand-lexus-index .breadcrumb__list,
.brand-marquis-index .breadcrumb__list,
.brand-carver-index .breadcrumb__list,
.brand-toyota-index .breadcrumb__list {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .brand-searay-index .breadcrumb__list,
  .brand-maritimo-index .breadcrumb__list,
  .brand-navan-index .breadcrumb__list,
  .brand-lexus-index .breadcrumb__list,
  .brand-marquis-index .breadcrumb__list,
  .brand-carver-index .breadcrumb__list,
  .brand-toyota-index .breadcrumb__list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.brand-searay-index .hero,
.brand-maritimo-index .hero,
.brand-navan-index .hero,
.brand-lexus-index .hero,
.brand-marquis-index .hero,
.brand-carver-index .hero,
.brand-toyota-index .hero {
  padding-top: 60px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  height: 745px;
  position: relative;
  overflow: hidden;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .brand-searay-index .hero,
  .brand-maritimo-index .hero,
  .brand-navan-index .hero,
  .brand-lexus-index .hero,
  .brand-marquis-index .hero,
  .brand-carver-index .hero,
  .brand-toyota-index .hero {
    padding-top: 40px;
    height: 375px;
  }
}

.brand-searay-index .hero:before,
.brand-maritimo-index .hero:before,
.brand-navan-index .hero:before,
.brand-lexus-index .hero:before,
.brand-marquis-index .hero:before,
.brand-carver-index .hero:before,
.brand-toyota-index .hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 1;
}

.brand-searay-index .hero__container,
.brand-maritimo-index .hero__container,
.brand-navan-index .hero__container,
.brand-lexus-index .hero__container,
.brand-marquis-index .hero__container,
.brand-carver-index .hero__container,
.brand-toyota-index .hero__container {
  display: block;
}

.brand-searay-index .hero__heading,
.brand-maritimo-index .hero__heading,
.brand-navan-index .hero__heading,
.brand-lexus-index .hero__heading,
.brand-marquis-index .hero__heading,
.brand-carver-index .hero__heading,
.brand-toyota-index .hero__heading {
  font-size: 30px;
  position: relative;
  z-index: 1;
}

.brand-searay-index .hero__heading:before,
.brand-maritimo-index .hero__heading:before,
.brand-navan-index .hero__heading:before,
.brand-lexus-index .hero__heading:before,
.brand-marquis-index .hero__heading:before,
.brand-carver-index .hero__heading:before,
.brand-toyota-index .hero__heading:before {
  font-size: 20px;
}

.hero__copy {
  font-size: 36px;
  font-family: "lexus_en", "lexus_jp";
  letter-spacing: .15em;
  line-height: 1.666em;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .hero__copy {
    font-size: 18px;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.hero__video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hero__video {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.hero__video-button {
  display: none;
  position: absolute;
  right: 120px;
  bottom: 80px;
  width: 96px;
  height: 96px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  .hero__video-button {
    width: 50px;
    height: 50px;
    top: 40px;
    right: 30px;
  }
}

.hero__video-button:hover {
  opacity: .7;
}


.hero-detail__head {
  padding: 27px 0;
}

@media screen and (max-width: 767px) {
  .hero-detail__head {
    padding: 25px 0;
  }
}

.hero-detail__head__container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .hero-detail__head__container {
    display: block;
    text-align: center;
  }
}

.hero-detail__head__heading {
  font-size: 28px;
  letter-spacing: .05em;
  font-family: "lexus_jp", "lexus_en";
}

@media screen and (max-width: 767px) {
  .hero-detail__head__heading {
    font-size: 23px;
  }
}

.hero-detail__head__heading__model {
  font-weight: 700;
}

.hero-detail__head__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .hero-detail__head__nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.hero-detail__head__nav__list__item:not(:first-child) {
  margin-left: 25px;
}

.hero-detail__head__nav__list__item__anchor {
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
}

.hero-detail__head__nav__list__item__anchor:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transition: -webkit-transform .2s ease 0s;
  transition: -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s;
  transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
  background-color: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .hero-detail__head__nav__list__item__anchor:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    background-color: #cccccc;
  }
}

.hero-detail__head__nav__list__item__anchor:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}

.hero-detail__body {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .hero-detail__body {
    height: 514px;
  }
}

@media screen and (min-width: 1000px) {
  .hero-detail__body__figure {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    -webkit-transform: translateY(-57.5%);
    transform: translateY(-57.5%);
  }
}

.hero-detail__body__figure img {
  width: 100%;
  vertical-align: bottom;
}

.hero--teaser {
  padding-top: 0 !important;
  height: auto !important;
}

.hero--teaser:before {
  content: normal !important;
}

.hero--teaser__image {
  width: 100%;
}

.hero--teaser__image img {
  width: 100%;
  vertical-align: bottom;
}

.hero--teaser__body {
  padding: 30px 20px 60px;
  background-image: url("/assets/images/brand/marquis/teaser_back.jpg");
}

@media screen and (max-width: 767px) {
  .hero--teaser__body {
    padding: 15px 20px 30px;
  }
}

.hero--teaser__body__text {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero--teaser__body__text {
    font-size: 16px;
  }
}

.hero--teaser__body__back {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .hero--teaser__body__back {
    margin-top: 40px;
  }
}

.hero--teaser__body__back__button__anchor {
  display: block;
  background-color: #212121;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 22px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #212121;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  .hero--teaser__body__back__button__anchor {
    padding: 17px 20px;
  }
}

.hero--teaser__body__back__button__anchor:before {
  content: '';
  background-image: url("/assets/images/ico_arrow_right_white.svg");
  background-size: 8px 13px;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.hero--teaser__body__back__button__anchor:hover {
  background-color: #ffffff;
  color: #212121;
}

.hero--teaser__body__back__button__anchor:hover:before {
  background-image: url("/assets/images/ico_arrow_right.svg");
}

/* ADD START S.MURAYAMA 2019.08.07 */
.brand-ecatalog__item__box {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  justify-content: space-between;
}
/* ADD END   S.MURAYAMA 2019.08.07 */
/* ADD START S.MURAYAMA 2019.08.07 */
@media screen and (max-width: 767px) {
  .brand-ecatalog__item__box {
    margin-top: 40px;
    justify-content: center;
  }
}
/* ADD END   S.MURAYAMA 2019.08.07 */
