@charset "UTF-8";
/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.rj-font {
  font-family: "NouvelR";
  font-weight: normal;
}
.rj-font.-bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  .rj-font {
    max-width: 300px;
  }
}

.only-sp {
  display: block;
}

.only-pc {
  display: none;
}

/* TB $ PC */
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}
.is-pc {
  display: none;
}

@media (min-width: 1280px) {
  .is-pc {
    display: block;
  }
}
.page-move-target {
  position: absolute;
  height: 0;
}

@media (max-width: 767px) {
  .page-move-target {
    top: -43px;
  }
}
@media (min-width: 768px) {
  .page-move-target {
    top: -63px;
  }
}
.lutecia-contents img {
  height: auto;
}

@media (min-width: 768px) {
  .lutecia-l-wrapper {
    padding: 0 20px;
  }
}

.lutecia-l-contents {
  margin: 0 auto;
  max-width: 1024px;
}

/* --------------------------------
  ページ全体見出し
-------------------------------- */
.lutecia-cont_ttl {
  padding: 0 16px;
  max-width: 1024px;
}

/* TB $ PC */
@media (min-width: 1280px) {
  .lutecia-cont_ttl {
    padding: 0;
  }
}
.lutecia-cont_ttl .en {
  text-align: left;
  font-family: "NouvelR";
  font-size: 2.1rem;
  font-weight: 400;
}

@media (min-width: 1280px) {
  .lutecia-cont_ttl .en {
    font-size: 3.2rem;
  }
}
/* --------------------------------------------------------
　　LUTECIA COMMON
-------------------------------------------------------- */
.l-container img {
  width: 100%;
  max-width: 100%;
}

.lutecia-sec {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 120px;
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 767.98px) {
  .lutecia-sec {
    padding-bottom: 21.3333333333vw;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-sec {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.lutecia-btnWrap {
  margin: 86px auto 0;
}
@media (min-width: 768px) {
  .lutecia-btnWrap {
    width: calc(100% - 32px);
    max-width: 420px;
  }
}
@media (max-width: 767.98px) {
  .lutecia-btnWrap {
    margin-top: 8vw;
    padding: 0 4.2666666667vw;
  }
}

.lutecia-btnWrap > .lutecia-btn:not(:first-child) {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lutecia-btnWrap {
    display: flex;
    width: 100%;
    max-width: 705px;
  }

  .lutecia-btnWrap > .lutecia-btn {
    width: 50%;
  }

  .lutecia-btnWrap > .lutecia-btn:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}
.lutecia-btn {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  height: 64px;
  background: #000;
  text-decoration: none;
  color: #fff;
  line-height: 60px;
}
@media (max-width: 767.98px) {
  .lutecia-btn {
    display: flex;
    align-items: center;
    height: 17.0666666667vw;
  }
}

.modal_data .lutecia-btn {
  height: 50px;
  line-height: 46px;
}

.modal_data .lutecia-btn .rj-font {
  font-size: 1.7rem;
}

.modal_data .lutecia-btn .btn_txt {
  font-size: 1.5rem;
}

.lutecia-btn .rj-font {
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .lutecia-btn .rj-font {
    font-size: 4.8vw;
  }
}

.lutecia-btn .btn_txt {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .lutecia-btn .btn_txt {
    font-size: 4.2666666667vw;
  }
}

.lutecia-btn.arrow::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-position: -1em -1em;
}

@media (min-width: 768px) {
  .lutecia-btn {
    transform: translate(0, 0);
  }

  .lutecia-btn:hover {
    color: #000;
  }

  .lutecia-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 102%;
    height: 100%;
    transition: transform 0.36s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0, 1);
    transform-origin: right top;
    background: #efdf00;
  }

  .lutecia-btn.arrow::after {
    right: 10px;
  }

  .lutecia-btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }

  .lutecia-btn.arrow:hover::after {
    background-position: -1em 0;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-btn {
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 22px;
    height: 64px;
    font-size: 1.4rem;
    line-height: 62px;
  }

  .lutecia-btn.arrow:after {
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
  }

  .lutecia-btn.arrow::after {
    right: 17px;
  }
}
.lutecia-btn.-yellow {
  background: #efdf00;
  color: #000;
  box-shadow: none;
}

.lutecia-btn.-yellow.arrow::after {
  background-position: -1em 0;
}

.lutecia-btn.-yellow::before {
  display: none;
}

@media (min-width: 768px) {
  .lutecia-btn.-yellow:hover {
    background-color: #f8eb4c;
  }
}
.asterisk {
  vertical-align: top;
  font-size: 1rem;
}

.lutecia-detail button:hover,
.lutecia-special button:hover {
  cursor: pointer;
}

/* --------------------------------------------------------
　　全体
-------------------------------------------------------- */
.l-container.-black {
  background-color: #000;
}

.lutecia-contents {
  position: relative;
  padding-top: 137px;
}
@media (max-width: 767.98px) {
  .lutecia-contents {
    padding-top: 18.6666666667vw;
  }
}

.l-other,
.l-limited {
  background: #fff;
}

.l-cpBanner {
  position: relative;
  z-index: 1;
  padding: 52px 20px;
  background-color: #fff;
}

.l-cpBanner_inner {
  max-width: 1024px;
  margin: 0 auto;
}

.l-cpBanner.-limited {
  background-color: #F5F5F5;
  padding: 42px 20px 80px;
}

.l-cpBanner_heading {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.l-cpBanner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;

  margin-top: 36px;
}

.l-cpBanner_list li a {
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .l-cpBanner_list li a:hover {
    opacity: 0.9;
  }
}

@media (max-width: 767px) {
  .l-cpBanner {
    padding: 52px 16px;
  }

  .l-cpBanner.-limited {
    padding: 20px 16px 40px;
  }

  .l-cpBanner_list {
    grid-template-columns: 1fr;

    margin-top: 16px;
  }

  .l-cpBanner_heading {
    font-size: 2rem;
  }
}

.edition_ttl {
  font-size: 1.2rem;
  text-align: center;
}

.edition_ttl strong {
  display: block;
  font-size: 4rem;
  font-family: "NouvelR";
}

.edition_bnr {
  display: block;
  margin-top: 35px;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .edition_bnr:hover {
    opacity: 0.9;
  }
}

@media (max-width: 767px) {
  .edition_ttl strong {
    font-size: 2.4rem;
  }
  .edition_bnr {
    margin-top: 20px;
  }
}

/* --------------------------------------------------------
　　MV
-------------------------------------------------------- */
.lutecia-mv {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1600px;
  background-color: #232323;
}

.lutecia-mv img {
  width: 100%;
  max-width: 100%;
}

/*--- スライダー ------------------*/
.lutecia-slider {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 100%;
  max-width: 1600px;
}

.lutecia-slider .slick-prev:before,
.lutecia-slider .slick-next:before {
  display: none;
}

/*--- スライダー ポインター ------------------*/
.lutecia-slider .slick-dots {
  bottom: 20px;
}

.lutecia-slider .slick-dots li button:before {
  opacity: 0.75;
  color: #fff;
}

.lutecia-slider .slick-dots li.slick-active button:before {
  color: #efdf00;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-slider .slick-dots {
    bottom: 2px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-slider .slick-dots {
    bottom: 10px;
  }
}
/*
* index.css
*
*/
/* --------------------------------
  lutecia
-------------------------------- */
/* --------------------------------------------------------
　　fixed background image
-------------------------------------------------------- */
.l-container {
  background-color: transparent;
}

.global-menu {
  position: relative;
  z-index: 11000;
}

.footer-menu {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-top: 24px;
  background-color: #fff;
}

.global-menu.no-shadow:after {
  display: none;
}

.lutecia-fixedBg {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  height: 100vh;
  transform: translate(-50%, 0);
  background: #000;
  backface-visibility: hidden;
}

.lutecia-fixedBg .bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img2023/2306/bg/lutecia_concept_bg_ex.jpg) no-repeat;
  background-size: cover;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-fixedBg .bg {
    background: url(../img2023/2306/bg/lutecia_concept_bg_sp.jpg) no-repeat bottom center;
    background-position: bottom 0 top 16px;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-fixedBg .bg {
    background-position: center;
  }
}
@media (min-width: 1280px) {
  .lutecia-fixedBg .bg {
    background-position: right 0 top 64px;
  }
}
.lutecia-fixedBg .bg {
  opacity: 0;
  transition: 0.7s;
}

.scaleBg-tgt.is_fade .lutecia-fixedBg .bg {
  opacity: 1;
}

/* background */
.lutecia-exterior,
.lutecia-interior,
.lutecia-compactsize,
.lutecia-fuelconsumpution,
.lutecia-equipment {
  background-color: #fff;
}

.lutecia-equipment {
  border-bottom: 1px solid #dbdbdb;
}

.lutecia-design {
  background: url(../img2023/bg/lutecia_design_bg_sp.jpg) no-repeat bottom center;
  background-position: center bottom;
  background-size: auto 100%;
}

.lutecia-smallsize {
  background: url(../img2023/bg/lutecia_smallsize_bg_sp.jpg) no-repeat bottom center;
  background-position: center bottom;
  background-size: 100% auto;
}

.lutecia-fuelconsumption {
  padding-bottom: 15em;
  background: url(../img2023/bg/lutecia_fuelconsumption_bg_sp.jpg) no-repeat bottom center;
  background-position: center bottom;
  background-size: 100% auto;
}

.lutecia-safety {
  padding-bottom: 13em;
  background: url(../img2023/bg/lutecia_safety_bg_sp.jpg) no-repeat bottom center;
  background-position: center bottom;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .lutecia-design {
    padding-top: 64px;
    background: url(../img2023/bg/lutecia_design_bg_ex.jpg) no-repeat bottom center;
    background-position: center bottom;
    background-size: cover;
  }

  .lutecia-smallsize {
    padding-top: 64px;
    background: url(../img2023/bg/lutecia_smallsize_bg_ex.jpg) no-repeat bottom center;
    background-position: center bottom;
    background-size: cover;
  }

  .lutecia-fuelconsumption {
    padding-top: 64px;
    padding-bottom: 240px;
    background: url(../img2023/bg/lutecia_fuelconsumption_bg_ex.jpg) no-repeat bottom center;
    background-position: right bottom;
    background-size: cover;
  }

  .lutecia-safety {
    padding-top: 64px;
    padding-bottom: 300px;
    background: url(../img2023/bg/lutecia_safety_bg_ex.jpg) no-repeat bottom center;
    background-position: right bottom;
    background-size: cover;
  }
}
/* --------------------------------------------------------
 concept
-------------------------------------------------------- */
.lutecia-concept_detail {
  position: relative;
  padding: 0;
}
@media (max-width: 767.98px) {
  .lutecia-concept_detail {
    padding: 0 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  .lutecia-concept_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}

.lutecia-concept_lead {
  display: block;
  width: 100%;
  max-width: 438px;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9166666667;
}
@media (min-width: 768px) {
  .lutecia-concept_lead {
    padding-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .lutecia-concept_lead {
    font-size: 19.2vw;
    line-height: 1;
  }
}

.lutecia-concept_txt {
  display: block;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .lutecia-concept_txt {
    margin-right: 33px;
    max-width: 480px;
  }
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt {
    margin-top: 11.4666666667vw;
  }
}
.lutecia-concept_txt p {
  font-size: 1.8rem;
  line-height: 2.2222222222;
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.lutecia-concept_txt p + p {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt p + p {
    margin-top: 7.4666666667vw;
  }
}
.lutecia-concept_txt p + .lutecia-concept_txt_rj {
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt p + .lutecia-concept_txt_rj {
    margin-top: 5.3333333333vw;
  }
}
.lutecia-concept_txt .lutecia-concept_txt_rj {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt .lutecia-concept_txt_rj {
    font-size: 6.4vw;
  }
}

.lutecia-concept_txt_note {
  margin-top: 64px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media (max-width: 767.98px) {
  .lutecia-concept_txt_note {
    margin-top: 18.1333333333vw;
    font-size: 3.2vw;
  }
}

@media (max-width: 767.98px) {
  .lutecia-concept_btn_wrapper {
    padding: 0 4.2666666667vw;
  }
}

.lutecia-concept_bnr {
  display: block;
  margin-top: 123px;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .lutecia-concept_bnr {
    margin-top: 10.1333333333vw;
  }
}
@media (min-width: 768px) {
  .lutecia-concept_bnr:hover {
    opacity: 0.8;
  }
}

.lutecia-concept_btn_ttl {
  margin-top: 55px;
  font-family: "NouvelR";
  font-size: 3.2rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .lutecia-concept_btn_ttl {
    margin-top: 14.6666666667vw;
    font-size: 6.9333333333vw;
  }
}

.lutecia-concept_btn {
  display: grid;
  margin-top: 16px;
  text-align: left;

  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lutecia-concept_btn {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .lutecia-concept_btn {
    margin-top: 3.2vw;

    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 3.2vw;
  }
}
.lutecia-concept_btn .btn_arrow {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .lutecia-concept_btn .btn_arrow {
    font-size: 3.7333333333vw;
  }
}
.lutecia-concept_btn .btn_arrow:before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  left: auto;
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
}
@media (max-width: 767.98px) {
  .lutecia-concept_btn .btn_arrow:before {
    right: -4vw;
    border-width: 0.2666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media (min-width: 768px) {
  .lutecia-concept_btn a {
    overflow: hidden;
    transition: all 350ms;
  }
  .lutecia-concept_btn a img {
    opacity: 0.84;
    position: relative;
    z-index: 1;
    transition: opacity 0.25s;
  }
  .lutecia-concept_btn a:hover {
    opacity: 1;
    color: #fff;
  }
  .lutecia-concept_btn a:hover img {
    opacity: 1;
  }
  .lutecia-concept_btn .btn_img {
    position: relative;
  }
  .lutecia-concept_btn .btn_img:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
  }
}

.lutecia-concept_btn img {
  width: 100%;
  height: auto;
}

.lutecia-concept {
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0 20px 88px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .lutecia-concept {
    padding: 0 0 21.3333333333vw;
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-concept_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
  }
}
.lutecia-concept .cp-bnr {
  margin-top: 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .lutecia-concept .cp-bnr {
    margin-top: 40px;
    padding: 0;
  }

  .lutecia-concept .cp-bnr img {
    opacity: 1;
    transition: 0.3s;
  }

  .lutecia-concept .cp-bnr:hover img {
    opacity: 0.94;
  }
}
.lutecia-concept_text_noteicon {
  vertical-align: super;
  font-size: 1.2rem;
}

.lutecia-concept_gallery {
  padding: 60px 0 80px 0;
}

@media (min-width: 768px) {
  .lutecia-concept_gallery {
    padding: 96px 0 64px 0;
  }
}
.lutecia-info {
  position: relative;
  margin: 56px auto 0;
  padding-top: 50px;
  max-width: 700px;
  text-align: center;
  line-height: 2;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-info {
    margin: 174px auto 0;
  }
}
@media (min-width: 359px) {
  .lutecia-info .sp {
    display: none;
  }
}
.lutecia-info_ttl {
  font-size: 1.7rem;
  font-weight: normal;
}

.lutecia-info_txt {
  font-size: 1.2rem;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-info_ttl {
    font-size: 2.6rem;
  }

  .lutecia-info_txt {
    font-size: 1.4rem;
  }
}
.lutecia-info_box {
  margin: 40px auto 0;
  padding: 24px 0;
  border: solid #fff 1px;
  max-width: 540px;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-info_box {
    margin: 56px auto 0;
    padding: 32px 0;
    font-size: 1.4rem;
  }
}
.lutecia-info_box li:first-child {
  margin-bottom: 10px;
}

/* --------------------------------------------------------
　　lutecia-txtCont
-------------------------------------------------------- */
.lutecia-sec_txtWrap {
  position: relative;
}

.lutecia-txtCont_wrap {
  position: relative;
  padding: 0 0 20px;
  border-top: 4px #fff solid;
  color: #000;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-txtCont_wrap {
    padding: 0 16px 0;
    border-top: none;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-txtCont_wrap {
    padding: 0;
    border-top: none;
  }
}
.lutecia-sec_layout1 {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.lutecia-txtCont_bg {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .lutecia-txtCont_bg {
    top: 64px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1024px;
  }
}
.lutecia-txtCont_bg .swiper-wrapper {
  padding: 0;
  width: 100%;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.lutecia-txtCont_bg .swiper-slide picture {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.lutecia-txtCont_bg .swiper-slide img {
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  color: #fff;
  font-size: 22px;
  font-weight: bold;

  -o-object-fit: cover;

     object-fit: cover;
}

@media (max-width: 767.98px) {
  .lutecia-txtCont_headline {
    padding: 0 4.2666666667vw;
  }
}

/* --------------------------------
  lutecia-sec
-------------------------------- */
.lutecia-sec_img {
  position: relative;
  margin-top: 38px;
}
@media (max-width: 767.98px) {
  .lutecia-sec_img {
    margin-top: 4.2666666667vw;
  }
}
.lutecia-sec_img img {
  width: 100%;
}

.lutecia-sec_img_wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .lutecia-sec_img_wrapper {
    margin-top: 53px;
  }
}
@media (max-width: 767.98px) {
  .lutecia-sec_img_wrapper {
    flex-direction: column;
    padding: 0 4.2666666667vw;
  }
}
.lutecia-sec_img_wrapper .lutecia-sec_img,
.lutecia-sec_img_wrapper .lutecia-sec_body {
  width: 50%;
}
@media (max-width: 767.98px) {
  .lutecia-sec_img_wrapper .lutecia-sec_img,
  .lutecia-sec_img_wrapper .lutecia-sec_body {
    width: 100%;
  }
}
.lutecia-sec_img_wrapper .lutecia-sec_img {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lutecia-sec_img_wrapper .lutecia-txtCont_video {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .lutecia-sec_img_lead_wrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.lutecia-sec_img_lead {
  padding: 71px 0 0 80px;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lutecia-sec_img_lead {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1279.98px) {
  .lutecia-sec_img_lead {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  .lutecia-sec_img_lead {
    margin-bottom: 8.8vw;
    padding: 0 4.2666666667vw;
    letter-spacing: 0.02em;
    font-size: 6.4vw;
    line-height: 1.6666666667;
  }
}
@media (min-width: 768px) {
  .lutecia-interior .lutecia-sec_img_lead {
    top: auto;
    bottom: 0;
    padding: 0 0 80px 80px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .lutecia-compactsize .lutecia-sec_img_lead {
    position: relative;
    padding-left: 0;
    width: 56%;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .lutecia-compactsize .lutecia-sec_img_lead {
    width: 72%;
  }
}
.lutecia-fuelconsumpution .lutecia-sec_img_lead {
  padding: 0;
}
@media (min-width: 768px) {
  .lutecia-fuelconsumpution .lutecia-sec_img_lead {
    position: relative;
    margin-top: 37px;
  }
}
@media (max-width: 767.98px) {
  .lutecia-fuelconsumpution .lutecia-sec_img_lead {
    margin-top: 4.2666666667vw;
  }
}
@media (max-width: 767.98px) {
  .lutecia-equipment .lutecia-sec_img_lead {
    margin-top: 4.2666666667vw;
  }
}

@media (max-width: 767.98px) {
  .lutecia-sec_body {
    margin-top: 8.8vw;
  }
}

.lutecia-sec_body_lead {
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1279.98px) {
  .lutecia-sec_body_lead {
    font-size: 2.8rem;
  }
}

.lutecia-sec_body_txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_txt {
    font-size: 4.2666666667vw;
  }
}
.lutecia-sec_body_txt.lutecia-sec_body_txt__lg {
  font-size: 2.4rem;
  line-height: 1.1666666667;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_txt.lutecia-sec_body_txt__lg {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.lutecia-sec_body_txt strong {
  font-family: "NouvelR";
  font-size: 4.8rem;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_txt strong {
    font-size: 8.5333333333vw;
  }
}
.lutecia-sec_body_txt small {
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_txt small {
    font-size: 2.6666666667vw;
  }
}
.lutecia-sec_body_txt__strong + .lutecia-sec_body_txt {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_txt__strong + .lutecia-sec_body_txt {
    margin-top: 2.4vw;
  }
}
@media (min-width: 768px) {
  .lutecia-sec_body_lead + .lutecia-sec_body_txt {
    margin-top: 30px;
  }
}

.lutecia-sec_txt {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767.98px) {
  .lutecia-sec_txt {
    margin-top: 9.0666666667vw;
    padding: 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}

.lutecia-exterior {
  padding-top: 127px;
}
@media (max-width: 767.98px) {
  .lutecia-exterior {
    padding-top: 21.3333333333vw;
  }
}

.lutecia-sec_layout1 .lutecia-txtCont_headline {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 34px;
  padding: 0 4vw;
}

.lutecia-sec_layout1,
.lutecia-sec_layout1 .sub {
  display: block;
  width: 100%;
  color: #fff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.lutecia-sec_layout1 .sub {
  padding: 2vw 0 4.4vw;
  letter-spacing: 1px;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.4;
}

.lutecia-sec_body_note {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
}
@media (max-width: 767.98px) {
  .lutecia-sec_body_note {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}

@media (min-width: 768px) {
  .lutecia-sec_layout1 .lutecia-txtCont_txt {
    color: #fff;
  }

  .lutecia-design .lutecia-txtCont_txt {
    max-width: 38%;
  }

  .lutecia-smallsize .txt {
    max-width: 380px;
  }

  .lutecia-detail_ttl {
    text-shadow: rgba(255, 255, 255, 0.8) 0 0 8px;
  }
}
@media (min-width: 1280px) {
  .lutecia-sec_layout1 .sub {
    padding: 2vw 0 4.4vw;
    font-size: 8.4vw;
  }
}
.lutecia-design .lutecia-txtCont_headline {
  height: 122.7vw;
}

.lutecia-smallsize .lutecia-txtCont_headline {
  height: 122.7vw;
}

.lutecia-fuelconsumption .lutecia-txtCont_left {
  height: 122.7vw;
  background: url(../img2023/lutecia_fuelconsumption_ttl_sp.jpg) no-repeat top center;
  background-size: 100% auto;
}

.lutecia-safety .lutecia-txtCont_left {
  height: 122.7vw;
  background: url(../img2023/lutecia_safety_ttl_sp.jpg) no-repeat top center;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .lutecia-sec_layout1 {
    height: 500px;
  }

  .lutecia-sec_layout1 .lutecia-txtCont_headline {
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
    background: none;
  }

  .lutecia-design .lutecia-txtCont_headline {
    padding-top: 1em;
    max-width: 42%;
  }

  .lutecia-design .lutecia-txtCont_headline,
  .lutecia-smallsize .lutecia-txtCont_headline {
    height: initial;
  }

  .lutecia-smallsize .lutecia-sec_layout1 {
    padding: 4.8vw 0 0 58%;
    padding-left: 60%;
  }

  .lutecia-fuelconsumption .lutecia-txtCont_left {
    height: initial;
    background: url(../img2023/lutecia_fuelconsumption_ttl_pc.jpg) no-repeat bottom center;
    background-position: top right;
    background-size: 100% auto;
  }

  .lutecia-safety .lutecia-txtCont_left {
    height: initial;
    background: url(../img2023/lutecia_safety_ttl_pc.jpg) no-repeat bottom center;
    background-position: top right;
    background-size: 100% auto;
  }

  .lutecia-sec_layout1 .sub {
    padding: 14px 0 20px;
    letter-spacing: 0;
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .lutecia-design .lutecia-txtCont_headline {
    padding-top: 1.4em;
  }

  .lutecia-smallsize .lutecia-sec_layout1 {
    padding: 2vw 0 0 58%;
  }

  .lutecia-sec_layout1 .sub {
    font-size: 3vw;
  }

  .lutecia-smallsize .sub br {
    display: none;
  }
}
@media (min-width: 901px) {
  .lutecia-sec_layout1 {
    padding: 5vw 35px 0 35px;
  }
}
@media (min-width: 1280px) {
  .lutecia-sec_layout1 {
    padding: 100px 35px 0 35px;
  }

  .lutecia-smallsize .lutecia-sec_layout1 {
    padding: 100px 0 0 59%;
  }
}
@media (min-width: 768px) {
  .lutecia-sec_layout2 {
    display: flex;
    flex-direction: column;
  }
}
.lutecia-txtCont_left {
  box-sizing: border-box;
  padding: 6vw 4vw;
  width: 100%;
  height: 122.7vw;
  color: #fff;
}

.lutecia-txtCont_left .sub {
  margin-top: 19px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 7vw;
  font-weight: bold;
}

.lutecia-txtCont_right {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 40px 0 40px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .lutecia-sec_layout2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .lutecia-txtCont_left {
    box-sizing: border-box;
    padding: 40px 4px 0 27px;
    max-width: 500px;
    min-height: 650px;
  }

  .lutecia-txtCont_left,
  .lutecia-txtCont_right {
    width: 49%;
  }

  .lutecia-txtCont_left .sub {
    margin-top: 10px;
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .lutecia-txtCont_right {
    margin: 0 0 40px;
    margin-top: 0;
    max-width: 476px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-txtCont_right {
    padding: 0;
  }
}
.lutecia-txtCont_ttl {
  display: block;
  position: relative;
  width: 100%;
  color: #000;
  font-weight: normal;
}

.lutecia-txtCont_ttl .is-pc {
  display: none;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-txtCont_ttl .is-pc {
    display: block;
  }
}
.lutecia-txtCont_ttl .en {
  display: block;
  letter-spacing: 0.02em;
  font-family: "NouvelR";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .lutecia-txtCont_ttl .en {
    font-size: 6.9333333333vw;
  }
}

@media (min-width: 768px) {
  .lutecia-txtCont_txt {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .lutecia-txtCont_ttl .en {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .lutecia-txtCont_right .lutecia-txtCont_video {
    order: 2;
    margin-top: 40px;
  }

  .lutecia-txtCont_right .lutecia-txtCont_txt {
    order: 1;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .lutecia-sec_layout2 .lutecia-txtCont_right .txt {
    font-size: 1.4rem;
  }
}
.lutecia-txtCont_txt {
  padding: 0 16px;
}

.lutecia-txtCont_txt .sub {
  display: block;
  font-family: "NouvelR";
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-txtCont_txt .sub {
    font-size: 24px;
  }
}
.lutecia-txtCont_txt .sub .asterisk {
  font-size: 1.2rem;
}

.lutecia-txtCont_txt .txt {
  font-size: 1.6rem;
  line-height: 2;
}

/* PC */
@media (min-width: 768px) {
  .lutecia-txtCont_txt .txt {
    font-size: 1.3rem;
  }
}
.lutecia-txtCont_txt .txt .icon-note {
  vertical-align: top;
  font-size: 10px;
}

/* lutecia-txtCont------ */
.lutecia-txtCont {
  margin: 0 auto;
  max-width: 1024px;
}

.lutecia-txtCont_img {
  margin-bottom: 0;
  width: 100%;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-txtCont_img {
    width: 52.4%;
    max-width: 560px;
  }
}
.lutecia-txtCont_video {
  overflow: hidden;
  position: relative;
  padding-top: 450px;
  width: 100%;
  height: 0;
}
.lutecia-fuelconsumpution .lutecia-txtCont_video,
.lutecia-equipment .lutecia-txtCont_video {
  padding-top: 80%;
}
@media (max-width: 767.98px) {
  .lutecia-fuelconsumpution .lutecia-txtCont_video,
  .lutecia-equipment .lutecia-txtCont_video {
    padding-top: 80.5333333333vw;
  }
}

/* TB */
@media (min-width: 768px) {
  .lutecia-txtCont_video {
    padding-top: 38vw;
  }
}
@media (min-width: 780px) {
  .lutecia-txtCont_video {
    padding-top: 441px;
  }
}
@media (min-width: 1280px) {
  .lutecia-txtCont_video {
    max-width: 512px;
  }
}
.lutecia-txtCont_video video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-txtCont_video {
    padding-top: 88.2vw;
    width: 100%;
  }

  .lutecia-txtCont_video video {
    width: 100%;
    height: auto;
  }
}
/* TB */
@media (min-width: 768px) {
  .lutecia-txtCont_detail {
    padding: 0;
  }
}
.lutecia-note {
  margin-top: 1em;
}

.lutecia-note_item {
  margin-top: 16px;
  font-size: 1.1rem;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-note_item {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}
.lutecia-note_link {
  text-decoration: none;
  color: #000;
}

.lutecia-note_link::after {
  content: "";
  display: inline-block;
  margin-top: -4px;
  margin-left: 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  line-height: 1;
}

.lutecia-note_link:hover {
  border-bottom: solid 1px #000;
}

.lutecia-note_moreItem {
  margin-bottom: 12px;
}

.lutecia-note_moreBtn {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-weight: bold;
}

.lutecia-note_moreBtn:hover {
  cursor: pointer;
}

.lutecia-note_moreBtn:hover::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #c70f0f;
}

.lutecia-note_moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
}

.lutecia-note_moreBtn.is-active::after {
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #fff transparent;
}

.lutecia-note_moreTxt {
  display: none;
  padding: 12px;
  background: #212121;
  line-height: 2;
}

/* --------------------------------------------------------
　　detail
-------------------------------------------------------- */
.lutecia-detail {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0 16px 0;
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 767.98px) {
  .lutecia-detail {
    margin-top: 13.3333333333vw;
    padding: 0 4.2666666667vw;
  }
}

.lutecia-detail_ttl {
  color: #000;
  font-family: "NouvelR";
  font-size: 2.6rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .lutecia-detail_ttl {
    font-size: 6.9333333333vw;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-detail {
    margin-top: 48px;
    padding: 0;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-detail {
    padding: 40px 0 0;
  }
}
/* --------------------------------------------------------
　　SPECIAL CONTENTS
-------------------------------------------------------- */
.lutecia-special {
  box-sizing: border-box;
  padding: 0 16px 40px 16px;
  width: 100%;
  background-color: #fff;
}

.lutecia-special > .contents {
  margin: 0 auto;
  max-width: 1024px;
}

.lutecia-special_ttl {
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: "NouvelR";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-special {
    padding-bottom: 80px;
  }

  .lutecia-special_ttl {
    padding-bottom: 40px;
    font-size: 3rem;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-special {
    padding: 0 0 80px 0;
  }

  .lutecia-special_ttl {
    font-size: 4rem;
  }
}
.lutecia-special_bnr {
  margin: 0 auto;
  max-width: 960px;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-special_bnr {
    margin: 0 auto;
  }

  .lutecia-special_bnr img {
    opacity: 0.9;
    transition: opacity 0.25s;
    background: #fff;
  }

  .lutecia-special_bnr a:hover img {
    opacity: 1;
  }
}
/* --------------------------------
	Gallery
-------------------------------- */
.lutecia-gallery {
  position: relative;
  padding-top: 20px;
  background-color: #fff;
}

.lutecia-gallery .lutecia-slider .slick-dots li button:before {
  color: #ccc;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-gallery {
    padding-top: 80px;
  }
}
.lutecia-gallery .contents {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1024px;
}

.lutecia-gallery_ttl {
  color: #000;
  font-family: "NouvelR";
  font-size: 30px;
  font-weight: 300;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-gallery_ttl {
    font-size: 3rem;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-gallery_ttl {
    font-size: 4rem;
  }
}
.lutecia-gallery .lutecia-slider {
  margin-top: 24px;
}

.lutecia-gallery .slick-dots {
  bottom: -40px;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-gallery .lutecia-slider {
    margin-top: 48px;
  }

  .lutecia-gallery .slick-dots {
    bottom: 0;
  }

  .lutecia-gallery .slick-dots {
    padding: 9px 0;
    background: rgba(0, 0, 0, 0.25);
    line-height: 1;
  }
}
.lutecia-gallery .slick-dots li.slick-active button:before {
  color: #950606;
}

.lutecia-gallery_note {
  margin: 0 auto;
  margin-top: 12px;
  max-width: 960px;
  text-align: right;
  font-size: 1.2rem;
}

.lutecia-gallery_note-text {
  display: inline-block;
  text-align: left;
}

/* --------------------------------------------------------
  バナー
-------------------------------------------------------- */
.cp-bnr {
  background: #fff;
}

.cp-bnr-inner {
  width: 100%;
}

.cp-bnr-inner a {
  display: inline-block;
  width: 100%;
}

.cp-bnr-inner a img {
  width: 100%;
  max-width: 100%;
}

/* SP */
@media (max-width: 767px) {
  .cp-bnr {
    padding-top: 64px;
  }
}
/* TB */
@media (min-width: 768px) {
  .cp-bnr {
    padding-top: 80px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .cp-bnr {
    padding-top: 120px;
    max-width: 1600px;
  }

  .cp-bnr-inner {
    margin-right: auto;
    margin-left: auto;
  }

  .cp-bnr-inner a img:hover {
    opacity: 0.9;
  }
}
/* --------------------------------
	lutecia-ttl
-------------------------------- */
.lutecia-ttl .new {
  font-family: "NouvelR";
  font-weight: bold;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-ttl .new {
    margin-right: 4px;
    font-size: 1.7rem;
  }
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-ttl .new {
    margin-right: 4px;
    font-size: 2rem;
    line-height: 1;
  }
}
/* --------------------------------------------------------
　　ファイナンス
-------------------------------------------------------- */
.finance {
  padding: 0 0 52px 0;
  background: #fff;
}

.finance .contents {
  padding: 30px 16px 0 16px;
}

@media (min-width: 768px) {
  .finance .contents {
    padding: 30px 32px 0 32px;
  }
}
@media (min-width: 1280px) {
  .finance .contents {
    padding: 44px 0 0 0;
  }
}
/*--- 吹き出し ---*/
.finance-balloon {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  max-width: 740px;
  text-align: center;
}

@media (min-width: 768px) {
  .finance-balloon {
    padding: 24px 0;
  }
}
.finance-balloon:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  bottom: -9px;
  left: 50%;
  border-right: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}

@media (min-width: 768px) {
  .finance-balloon:after {
    bottom: -16px;
    width: 30px;
    height: 30px;
  }
}
.finance-balloon_ttl .lineup,
.finance-balloon_ttl .num,
.finance-balloon_ttl .txt {
  display: inline-block;
  line-height: 1;
}

.finance-balloon_ttl .lineup {
  font-size: 1.6rem;
}

.finance-balloon_ttl .lineup .rj-font {
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .finance-balloon_ttl .lineup .rj-font {
    font-size: 2.4rem;
  }
}
.finance-balloon_ttl .num {
  color: #b60000;
  font-size: 2rem;
}

.finance-balloon_ttl .num .rj-font {
  margin: 0 0.1em;
  font-size: 5rem;
  font-weight: 600;
}

@media (min-width: 1280px) {
  .finance-balloon_ttl .num {
    margin: 0 0.2em;
    font-size: 2.4rem;
  }

  .finance-balloon_ttl .num .rj-font {
    font-size: 5.6rem;
  }
}
.finance-balloon_ttl .asterisk {
  vertical-align: text-top;
  font-size: 1.2rem;
}

.finance-balloon_ttl .txt {
  font-size: 1.6rem;
}

.finance-balloon_note {
  margin-top: 1em;
  font-family: "NouvelR";
  font-size: 1rem;
}

.finance-balloon_note .num {
  font-size: 1.2rem;
}

@media (min-width: 1280px) {
  .finance-balloon_note {
    font-size: 1.2rem;
  }

  .finance-balloon_note .num {
    font-size: 1.3rem;
  }
}
.finance-img {
  margin: 20px auto 0;
  max-width: 740px;
}

@media (min-width: 768px) {
  .finance-img {
    margin-top: 36px;
  }
}
.finance-btn {
  margin: 15px auto 0;
}

@media (min-width: 768px) {
  .finance-btn {
    margin-top: 24px;
  }
}
.finance-btn .btn-txt {
  line-height: 1.4;
}

.finance-btn a {
  display: block;
  display:         flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1rem 12rem 1rem 1.6rem;
  width: fit-content;
  background-color: #efdf00;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
}

.finance-btn a.arrow:after {
  position: absolute;
  top: 52%;
  right: 1.2rem;
  transform: translateY(-50%);
}

.finance-btn .btn-plus {
  margin-right: 2.4rem;
}

@media (min-width: 768px) {
  .finance-btn .btn-plus {
    margin-right: 2.4rem;
  }

  .finance-btn a.arrow:after {
    right: 1rem;
  }
}
@media (min-width: 1280px) {
  .finance-btn a {
    box-sizing: border-box;
    font-size: 1.4rem;
  }
}
.finance-btnWrap {
  vertical-align: middle;
  font-weight: bold;
}

.finance-btnWrap a:hover {
  opacity: 0.9;
}

.finance-btnLabel {
  text-align: left;
  font-family: "NouvelR";
  font-size: 1.3rem;
  font-weight: 600;
}

/* PC */
@media (min-width: 1280px) {
  .finance-btnLabel {
    font-size: 1.8rem;
  }
}
.finance-btnNote {
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.5rem;
  font-size: 1rem;
}

@media (min-width: 1280px) {
  .finance-btnNote {
    margin-top: -0.6rem;
    font-size: 1.2rem;
  }
}
.finance-detailWrap {
  margin: 32px auto 0;
  width: 100%;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .finance-detailWrap {
    margin-top: 40px;
  }
}
/*--- Renault Special Offer 特別低金利適用 ---*/
.finance-limited {
  padding: 0 0 1em 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "NouvelR";
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .finance-limited {
    font-size: 1.6rem;
  }
}
.finance-message {
  text-align: center;
  letter-spacing: 0.5px;
  font-family: "NouvelR";
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .finance-message {
    font-size: 1.6rem;
  }
}
.finance-detail {
  box-sizing: border-box;
  padding: 28px 0 0 0;
  width: 100%;
}

/*--- 月額 ---*/
.finance-month {
  padding: 11px 0;
  border-width: 2px 0 1px 0;
  border-style: solid;
  border-color: #333;
  text-align: center;
  font-family: "NouvelR";
}

.finance-month * {
  display: inline-block;
  line-height: 1;
}

.finance-month .finance-month_maker {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .finance-month .finance-month_maker {
    font-size: 1.2rem;
  }
}
.finance-month .finance-month_maker .price-number {
  padding: 0 5px 0 5px;
  font-size: 24px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .finance-month .finance-month_maker .price-number {
    font-size: 30px;
  }
}
.finance-month .finance-month_maker .price-unit {
  font-size: 16px;
}

.finance-month .finance-month_arrow {
  display: block;
  padding: 10px 8px 6px 8px;
}

@media (min-width: 768px) {
  .finance-month .finance-month_arrow {
    display: inline-block;
    padding: 0 8px;
  }
}
.finance-month .finance-month_arrow span {
  margin-left: 4px;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: transparent;
  border-color: #333 transparent transparent transparent;
}

@media (min-width: 768px) {
  .finance-month .finance-month_arrow span {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #333;
  }
}
.finance-month .finance-month_arrow span.is-tb-pc {
  display: none;
}

@media (min-width: 768px) {
  .finance-month .finance-month_arrow span.is-tb-pc {
    display: inline-block;
  }
}
.finance-month .finance-month_price {
  color: #b60000;
  font-size: 20px;
}

@media (min-width: 768px) {
  .finance-month .finance-month_price {
    font-size: 24px;
  }
}
.finance-month .finance-month_price .price-number {
  margin: 0 0.1em;
  font-size: 50px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .finance-month .finance-month_price .price-number {
    font-size: 56px;
  }
}
/*--- 金額表 ---*/
.finance-tableWrap {
  margin-top: 32px;
  width: 100%;
}

@media (min-width: 768px) {
  .finance-tableWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.finance-table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .finance-table {
    width: 31%;
  }
}
@media (min-width: 1280px) {
  .finance-table {
    width: 29.68%;
  }
}
.finance-table li {
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  height: 32px;
}

.finance-table:first-child li:first-child {
  border-top: 1px solid #dbdbdb;
}

@media (min-width: 768px) {
  .finance-table li:first-child {
    border-top: 1px solid #bdbdbd;
  }
}
.finance-table__price {
  float: right;
}

/*--- 注意書き ---*/
.finance-detail__notes-1,
.finance-detail__notes-2 {
  font-size: 1rem;
}

.finance-detail__notes-1 {
  padding: 32px 0 0 0;
}

.finance-detail__notes-2 {
  padding: 8px 0 0 0;
}

.finance-detail__notes-3 {
  padding: 16px 0 0 0;
  font-size: 1.4rem;
}

/* --------------------------------
	CarMenu
-------------------------------- */
.lutecia-car-menu__item--features .font-space {
  display: inline-block;
  width: 12px;
}

/* --------------------------------------------------------
	l-banner
-------------------------------------------------------- */
@media (min-width: 768px) {
  .l-banner {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .l-banner .contents {
    padding: 0 0 80px 0;
  }
}
/* --------------------------------------------------------
	はじめてのルノーバナー
-------------------------------------------------------- */
.cp-bnr-bonjour-inner {
  width: 100%;
}

.cp-bnr-bonjour-inner a {
  display: inline-block;
  width: 100%;
}

.cp-bnr-bonjour-inner a img {
  width: 100%;
  max-width: 100%;
}

.cp-bnr-bonjour {
  background: #fff;
}

/* SP */
@media (max-width: 767px) {
  .cp-bnr-bonjour {
    padding-top: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .cp-bnr-bonjour {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .cp-bnr-bonjour {
    padding-top: 64px;
  }

  .cp-bnr-bonjour-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
  }

  .cp-bnr-bonjour-inner img:hover {
    opacity: 0.9;
  }
}
/* --------------------------------------------------------
	120thバナー
-------------------------------------------------------- */
.cp-bnr-120th-inner {
  width: 100%;
}

.cp-bnr-120th-inner a {
  display: inline-block;
  width: 100%;
}

.cp-bnr-120th-inner a img {
  width: 100%;
  max-width: 100%;
}

.cp-bnr-120th {
  background: #fff;
}

/* SP */
@media (max-width: 767px) {
  .cp-bnr-120th {
    padding-top: 48px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .cp-bnr-120th {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .cp-bnr-120th {
    padding-top: 64px;
  }

  .cp-bnr-120th-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
  }

  .cp-bnr-120th-inner img:hover {
    opacity: 0.9;
  }
}
/* --------------------------------------------------------
　　アクセサリー
-------------------------------------------------------- */
.l-accessory,
.l-banner {
  background: #fff;
}

.l-accessory .contents {
  margin: 20px auto 0;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .l-accessory .contents {
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .accessory__btn > .btn {
    text-align: center;
    font-size: 1.2rem;
  }
}
.bonjour-lineup {
  background: #fff;
}

/* --------------------------------------------------------
　　トップに戻る ボタン
-------------------------------------------------------- */
.l-margin {
  background: #fff;
}

.lutecia-link-top {
  font-weight: bold;
}

.lutecia-link-top .text-link.arrow:after {
  top: 3px;
  margin-left: 2px;
  background-position: -1em -3em;
  font-size: 1em;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-link-top {
    margin: 0 0 16px 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .lutecia-link-top {
    display: none;
  }
}
/* --------------------------------------------------------
　　ソーシャル
-------------------------------------------------------- */
.l-social {
  background: #fff;
}

/* --------------------------------
  animation
-------------------------------- */
.is-fadeUp {
  opacity: 0;
  transform: translateY(20px);
}

/*  INTRO  */
.lutecia-concept_txt {
  opacity: 0;
}

.lutecia-concept_wrap.is-fadeIn .lutecia-concept_txt {
  -webkit-animation: fadeIn 1s linear 1.5s 1 forwards;
          animation: fadeIn 1s linear 1.5s 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-anime {
  opacity: 0;
}

.lutecia-concept_txt.is-active {
  -webkit-animation: scrollAnime 0.5s linear 0.5s 1 forwards;
          animation: scrollAnime 0.5s linear 0.5s 1 forwards;
}

@-webkit-keyframes scrollAnime {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes scrollAnime {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.is-fadeTtl,
.is-fadeTxt,
.is-fadeTxt2 {
  opacity: 0;
  transition: 0.3s ease-out;
  transform: translateX(-20px);
}

.is-fadeTtl.is-fadeIn {
  -webkit-animation: SlideAnime 0.5s ease-out 1 forwards;
          animation: SlideAnime 0.5s ease-out 1 forwards;
}

.is-fadeTxt.is-fadeIn {
  -webkit-animation: SlideAnime 0.5s ease-out 0.3s 1 forwards;
          animation: SlideAnime 0.5s ease-out 0.3s 1 forwards;
}

.is-fadeTxt2.is-fadeIn {
  -webkit-animation: SlideAnime 0.5s ease-out 0.6s 1 forwards;
          animation: SlideAnime 0.5s ease-out 0.6s 1 forwards;
}

@-webkit-keyframes SlideAnime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideAnime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* showroom */
.lutecia-youtube {
  padding: 60px 0 0 0;
}

@media (min-width: 768px) {
  .lutecia-youtube {
    padding: 96px 0 0 0;
  }
}
.lutecia-youtube_title {
  color: #fff;
  font-family: "NouvelR";
  font-size: 26px;
  font-weight: 300;
  line-height: 1.25;
}

.lutecia-youtube_title span {
  display: inline-block;
  margin: 0 0.125em;
}

.lutecia-youtube_title .font-bold {
  font-weight: 500;
}

@media (min-width: 768px) {
  .lutecia-youtube_title {
    font-size: 3.2rem;
  }
}
.lutecia-youtube_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .lutecia-youtube_inner {
    padding: 0;
  }
}
.lutecia-youtube_movie {
  position: relative;
  margin: 12px auto 0 auto;
  padding-top: 54.25%;
  width: 100%;
  max-width: 1024px;
  height: 0;
}

@media (min-width: 768px) {
  .lutecia-youtube_movie {
    margin: 20px auto 0 auto;
  }
}
@media (min-width: 1280px) {
  .lutecia-youtube_movie {
    padding-top: 540px;
  }
}
.lutecia-youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
	for Special offer
*/
.lutecia-special-offer {
  background-color: #fff;
}

.special-offer__banner {
  display:         flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content:         center;
  justify-content: -webkit-center;
}

.special-offer__banner > li {
  display: block;
}

.special-offer__banner a {
  display: block;
}

/* SP */
@media (max-width: 767px) {
  .l-special-offer .contents {
    padding: 0 16px;
  }

  .special-offer__banner {
    padding: 8px 0 0 0;
  }

  .special-offer__banner > li {
    margin: 8px 0 0 0;
    width: 100%;
  }
}
/* SP & TB */
@media (max-width: 1279px) {
  .special-offer__banner {
    width: 100%;
  }

  .special-offer__banner img {
    width: 100%;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-special-offer .contents {
    padding: 0 32px;
  }

  .special-offer__banner {
    padding: 16px 0 0 0;
  }

  .special-offer__banner > li {
    width: 49%;
  }

  .special-offer__banner > li:nth-child(even) {
    margin: 0 0 0 2%;
  }
}
/* PC */
@media (min-width: 1280px) {
  .special-offer__banner {
    margin: 0 auto;
    padding: 28px 0 0 0;
    width: 1024px;
  }

  .special-offer__banner > li:nth-child(even) {
    margin: 0 0 0 16px;
  }
}
.lutecia-gallery-youtube {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #000;
}

.lutecia-gallery-youtube + .lutecia-gallery-youtube {
  padding-top: 0;
}

.lutecia-gallery-youtube_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 16px 0 16px;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .lutecia-gallery-youtube + .lutecia-gallery-youtube {
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .lutecia-gallery-youtube_inner {
    margin: 0 auto;
    padding: 0 16px 0 16px;
  }
}
.lutecia-gallery-youtube_movie {
  position: relative;
  margin: 24px auto 0 auto;
  padding-top: 53%;
  width: 100%;
  max-width: 960px;
  height: 0;
}

@media (min-width: 768px) {
  .lutecia-gallery-youtube_movie {
    margin: 40px auto 0 auto;
  }
}
@media (min-width: 1280px) {
  .lutecia-gallery-youtube_movie {
    padding-top: 540px;
  }
}
.lutecia-gallery-youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lutecia-gallery-youtube_ttl {
  text-align: center;
  font-family: "NouvelR";
  font-size: 2.2rem;
  font-weight: 600;
}

.lutecia-gallery-youtube_ttl .sp_br {
  display: block;
}

.lutecia-gallery-youtube_ttl .note {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}

.lutecia-gallery-youtube_ttl .ja {
  font-size: 1.8rem;
  font-weight: bold;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-gallery-youtube_ttl .sp_br {
    display: none;
    margin-left: 8px;
  }

  .lutecia-gallery-youtube_ttl {
    font-size: 2.8rem;
  }

  .lutecia-gallery-youtube_ttl .note {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .lutecia-gallery-youtube_ttl .ja {
    font-size: 2.4rem;
  }
}
.lutecia-gallery-link {
  display:         flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 26px auto 0;
  width: 100%;
  max-width: 960px;
}

.lutecia-gallery-link .-hidden {
  display: none;
}

.lutecia-gallery-link li {
  margin-bottom: 16px;
  width: 100%;
  background: #fff;
}

.lutecia-gallery-link li:last-child {
  margin-bottom: 0;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-gallery-link li {
    width: 49%;
    max-width: 472px;
  }

  .lutecia-gallery-link li:nth-child(3),
  .lutecia-gallery-link li:nth-child(4) {
    margin-bottom: 0;
  }
}
.lutecia-gallery_txt {
  margin: 24px auto 14px;
  max-width: 960px;
  color: #fff;
  font-size: 1.2rem;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-gallery_txt {
    font-size: 1.4rem;
  }
}
.youtube-chapter {
  background: #fff;
}

.lutecia-gallery-youtube .youtube-chapter.is-active {
  background-color: #eae7e7;
}

.lutecia-gallery-youtube button {
  border: none;
}

.lutecia-gallery-link .lutecia-btn {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  padding-left: 16px;
  border: 1px solid #a8a8a8;
  width: 100%;
  height: 50px;
  text-align: left;
  text-decoration: none;
  color: #000;
  box-shadow: -52px 0 0 0px #eae7e7 inset;
  line-height: 45px;
}

.lutecia-gallery-link .lutecia-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 100%;
  transition: transform 0.36s;
  transition-timing-function: cubic-bezier(0.03, 0.73, 0.34, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #eae7e7;
}

.lutecia-gallery-link .lutecia-btn span {
  position: relative;
}

.lutecia-gallery-link .lutecia-btn .rj-font {
  margin-right: 2px;
  font-family: "NouvelR";
  font-size: 1.6rem;
  font-weight: bold;
}

.lutecia-gallery-link .lutecia-btn .btn_txt {
  font-size: 1.4rem;
}

.lutecia-gallery-link .lutecia-btn.arrow::after {
  position: absolute;
  top: 16px;
  right: 16px;
  background-position: -1em 0em;
}

@media (min-width: 768px) {
  .lutecia-gallery-link .lutecia-btn .rj-font {
    font-size: 1.5rem;
  }

  .lutecia-gallery-link .lutecia-btn:hover {
    cursor: pointer;
  }

  .lutecia-gallery-link .lutecia-btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-gallery-link .lutecia-btn {
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 22px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 48px;
  }

  .lutecia-gallery-link .lutecia-btn.arrow:after {
    top: 0;
    right: 12px;
  }

  .lutecia-gallery-link .lutecia-btn.arrow::after {
    right: 17px;
  }

  .lutecia-gallery-link .lutecia-btn .rj-font {
    font-size: 1.6rem;
  }

  .lutecia-gallery-link .lutecia-btn .btn_txt {
    font-size: 1.6rem;
  }

  .lutecia-gallery-link .lutecia-btn.-black .btn_txt {
    font-size: 1.6rem;
  }
}
.lutecia-note_icon {
  vertical-align: top;
  font-size: 10px;
}

.lutecia-txtCont_txt .note_icon {
  vertical-align: top;
  font-size: 10px;
}

/* --------------------------------
	Voice
-------------------------------- */
.lutecia-voice {
  padding: 15px 15px 36px 15px;
}

@media (min-width: 768px) {
  .lutecia-voice {
    padding: 15px 15px 62px 15px;
  }
}
.lutecia-voice_ttl {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

@media (min-width: 768px) {
  .lutecia-voice_ttl {
    margin-top: 40px;
  }
}
.lutecia-voice_lists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 1024px;
}

@media (min-width: 768px) {
  .lutecia-voice_lists {
    margin: 40px auto 0;
  }
}
.lutecia-voice_lists li {
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 20px 24px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .lutecia-voice_lists li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  .lutecia-voice_lists li {
    padding: 28px 32px;
    width: calc((100% - 48px) / 3);
  }
}
.lutecia-voice_list-title {
  font-size: 20px;
}

.lutecia-voice_list-data {
  margin-top: 8px;
  text-align: right;
  font-size: 12px;
}

.lutecia-voice_list-text {
  font-size: 14px;
  line-height: 1.8;
}

.lutecia-voice_list-text .note {
  margin-top: 6px;
  font-size: 12px;
}

.lutecia-voice_bgitem {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-out;
  transform: translate(-50%, 0);
  background: url(../img2020/lutecia_voice_bg_sp.jpg) no-repeat top center #000;
  background-size: cover;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .lutecia-voice_bgitem {
    max-width: 1600px;
    background: url(../img2020/lutecia_voice_bg_pc.jpg) no-repeat bottom center #fff;
    background-size: cover;
  }
}
.lutecia-voice_bgitem.is-active {
  opacity: 1;
}

.lutecia-voice_lists li {
  opacity: 1;
  transition: opacity 0.6s;
}

.lutecia-voice_lists li.is-hidden {
  opacity: 0;
  margin: 0;
  height: 0;
}

.lutecia-voice_button {
  margin-top: 20px;
}

.lutecia-voice_button.is-btn-hidden {
  display: none;
}

.lutecia-voice_button button {
  padding: 0;
  border: none;
  outline: none;
  width: 120px;
  height: 32px;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  line-height: 32px;
}

.lutecia-note_moreItem {
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .lutecia-note_moreItem {
    margin-bottom: 3.2vw;
  }
}

.lutecia-note_moreBtn {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .lutecia-note_moreBtn {
    padding-right: 2.6666666667vw;
  }
}

.lutecia-note_moreBtn:hover {
  cursor: pointer;
}
.lutecia-note_moreBtn:hover:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}
.lutecia-note_moreBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  width: 0;
  height: 0;
}
@media (max-width: 767.98px) {
  .lutecia-note_moreBtn:after {
    top: 1.8666666667vw;
    right: 0.5333333333vw;
    border-width: 0.8vw 0.8vw 0 0.8vw;
  }
}
.lutecia-note_moreBtn.is-active:after {
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #000 transparent;
}
@media (max-width: 767.98px) {
  .lutecia-note_moreBtn.is-active:after {
    border-width: 0 0.8vw 0.8vw 0.8vw;
  }
}

.lutecia-note_moreTxt {
  display: none;
  padding: 12px;
  background: #efefef;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .lutecia-note_moreTxt {
    padding: 3.2vw;
  }
}

/* --------------------------------
  lutecia-cta
-------------------------------- */
.lutecia-cta {
  position: relative;
  z-index: 1;
  padding: 0 0 0;
}

@media (max-width: 767.98px) {
  .lutecia-cta {
    padding: 0 0 0;
  }
}

.lutecia-cta_heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .lutecia-cta_heading {
    font-size: 1.6rem;
  }
}

.lutecia-cta_heading>strong {
  display: block;
  margin-top: 5px;
  max-width: 100%;
  font-size: 3.8rem;
  font-weight: bold;
}


@media (max-width: 767.98px) {
  .lutecia-cta_heading>strong {
    margin-top: 4px;
    font-size: 3rem;
    line-height: 0.9333333333;
  }
}

.lutecia-cta_heading>small {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 1.6rem;
}

@media (max-width: 767.98px) {
  .lutecia-cta_heading>small {
    margin-top: 9px;
    font-size: 1.2rem;
  }
}

.lutecia-cta_heading>small>span {
  padding: 0 7px 3px;
  font-size: 2.8rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .lutecia-cta_heading>small>span {
    padding: 0 5px 3px;
    font-size: 2.2rem;
  }
}

.lutecia-cta_price {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .lutecia-cta_price {
    flex-wrap: wrap;
    margin-top: 14px;
    font-size: 1.3rem;
  }
}

.lutecia-cta_price>span {
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-size: 3.2rem;
}

@media (max-width: 767.98px) {
  .lutecia-cta_price>span {
    margin-left: 0;
    width: 100%;
    font-size: 2.6rem;
  }
}

.lutecia-cta_price>span>strong {
  padding: 0 6px 8px;
  font-size: 8rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .lutecia-cta_price>span>strong {
    padding: 0 5px 3px;
    font-size: 5.6rem;
  }
}

.lutecia-cta_inner {
  margin: 0 auto;
  max-width: 520px;
}

@media (min-width: 768px) {
  .lutecia-cta_heading_wrapper {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .lutecia-cta_heading_wrapper {
    margin: 0 auto;
    max-width: 275px;
  }
}

.lutecia-cta_btn {
  display: grid;
  margin: 14px 0 27px;

  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  .lutecia-cta_btn {
    margin: 30px 0;

    gap: 11px;
  }
}

.lutecia-cta_btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EFDE02;
  height: 50px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
  box-sizing: border-box;
}

.lutecia-cta_btn_link.-border {
  border: solid 3px #000;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .lutecia-cta_btn_link {
    font-size: 1.4rem;
    height: 46px;
    border-width: 2px
  }
}

@media (min-width: 768px) {
  .lutecia-cta_btn_link {
    transition: background 0.2s linear, color 0.2s linear;
  }

  .lutecia-cta_btn_link:not(.-border):hover {
    background-color: #f8eb4c;
  }

  a.lutecia-cta_btn_link.-border:hover {
    background-color: #000;
    color: #fff;
  }
}