@charset "UTF-8";

.rj-font {
  font-family: "NouvelR";
  font-weight: normal;
  max-width: 300px;
}
.rj-font.-bold {
  font-weight: bold;
}

.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 {
  height: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .page-move-target {
    top: -43px;
  }
}
@media (min-width: 768px) {
  .page-move-target {
    top: -63px;
  }
}

.lutecia-contents img {
  height: auto;
}

/* --------------------------------
  ページ全体見出し
-------------------------------- */
.lutecia-cont_ttl {
  max-width: 1024px;
  padding: 0 16px;
}

/* TB $ PC */
@media (min-width: 1280px) {
  .lutecia-cont_ttl {
    padding: 0;
  }
}

.lutecia-cont_ttl .en {
  font-weight: 400;
  text-align: left;
  font-size: 2.1rem;
  font-family: "NouvelR";
}
@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;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 180px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-sec {
    padding-left: 16px;
    padding-right: 16px;

  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-sec {
    padding-bottom: 136px;
  }
}

.lutecia-btnWrap {
  margin: 64px auto 0;
  width: calc(100% - 32px);
  max-width: 420px;
}
.lutecia-btnWrap > .lutecia-btn:not(:first-child) {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .lutecia-btnWrap {
    display: flex;
    max-width: 856px;
    width: 100%;
  }
  .lutecia-btnWrap > .lutecia-btn {
    width: 50%;
  }
  .lutecia-btnWrap > .lutecia-btn:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-btnWrap {
    height: 110px;
  }
}

.lutecia-btn {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative;
  height: 64px;
  line-height: 60px;
  padding-left: 16px;
  text-decoration: none;
  color: #fff;
  background: #000;
}

.lutecia-btn.-grade {
  margin-top: 24px;
  padding-left: 0;
  transition: opacity 0.3s ease;
  background-color: #b60000;
  text-align: center;
}

@media (max-width: 767.98px) {
  .lutecia-btn.-grade {
    margin-top: 6.4vw;
  }
}

.lutecia-btn.-grade:hover {
  opacity: 0.8;
}

.lutecia-btn.-grade:hover.arrow:after {
  background-position: -1em -1em;
}

.lutecia-btn.-grade:before {
  content: none;
}

.lutecia-btn.-grade .btn_txt {
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .lutecia-btn.-grade .btn_txt {
    font-size: 3.7333333333vw;
  }
}



.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;
}
.modal_data .lutecia-btn.arrow::after {
  top: 16px;
}

.lutecia-btn .rj-font {
  font-size: 1.8rem;
}

.lutecia-btn .btn_txt {
  font-size: 1.6rem;
}

.lutecia-btn.arrow::after {
  position: absolute;
  right: 10px;
  top: 24px;
  background-position: -1em -1em;
}

@media (min-width: 768px) {
  .lutecia-btn {
    transform: translate(0, 0);
  }
  .lutecia-btn:hover {
    color: #000;
  }
  .lutecia-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 102%;
    height: 100%;
    background: #efdf00;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.36s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lutecia-btn.arrow::after {
    right: 10px;
  }
  .lutecia-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .lutecia-btn.arrow:hover::after {
    background-position: -1em 0;
  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-btn {
    box-sizing: border-box;
    font-size: 1.4rem;
    height: 64px;
    line-height: 62px;
    padding-left: 22px;
    padding-right: 32px;
  }
  .lutecia-btn.arrow:after {
    right: 12px;
    top: 25px;
  }
  .lutecia-btn .rj-font {
    font-size: 2.2rem;
  }
  .lutecia-btn .btn_txt {
    font-size: 2rem;
  }
  .lutecia-btn.arrow::after {
    right: 17px;
  }
}

.lutecia-btn.-yellow {
  color: #000;
  background: #efdf00;
  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 {
  font-size: 1rem;
  vertical-align: top;
}

.lutecia-detail button:hover,
.lutecia-special button:hover {
  cursor: pointer;
}

/* --------------------------------------------------------
　　全体
-------------------------------------------------------- */
.l-container.-black {
  background-color: #000;
}

.lutecia-contents {
  position: relative;
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-contents {
    padding-top: 76px;
  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-contents {
    padding-top: 56px;
  }
}

.l-other,
.l-limited {
  background: #fff;
}

/* --------------------------------------------------------
　　MV
-------------------------------------------------------- */

.lutecia-mv {
  position: relative;
  max-width: 1600px;
  z-index: 2;
  background-color: #232323;
  margin: 0 auto;
}

.lutecia-mv img {
  width: 100%;
  max-width: 100%;
}

/*--- スライダー ------------------*/
.lutecia-slider {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.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: #ffffff;
}
.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;
  }
}


/* --------------------------------------------------------
　　fixed background image
-------------------------------------------------------- */

.l-container {
  background-color: transparent;
}

.global-menu {
  position: relative;
  z-index: 11000;
}
.footer-menu {
  background-color: #fff;
  margin-top: 0;
  padding-top: 24px;
  position: relative;
  z-index: 4;
}
.global-menu.no-shadow:after {
  display: none;
}

.lutecia-fixedBg {
  background: #000;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1600px;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lutecia-fixedBg .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img2023/bg/lutecia_comsept_bg_ex.jpg) no-repeat;
  background-size: cover;
}
/* SP */
@media (max-width: 767px) {
  .lutecia-fixedBg .bg {
    background: url(../img2023/bg/lutecia_comsept_bg_sp.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: bottom 0 top 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-fixedBg .bg {
    background-position: right 0 top 40px;
  }
}
@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-design {
  background: url(../img2023/bg/lutecia_design_bg_sp.jpg) no-repeat bottom center;
  background-size: auto 100%;
  background-position: center bottom;
}


.lutecia-smallsize {
  background: url(../img2023/bg/lutecia_smallsize_bg_sp.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-position: center bottom;
}

.lutecia-interior {
  background: url(../img2023/bg/lutecia_Interior_bg_sp.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 14em;
}


.lutecia-fuelconsumption {
  background: url(../img2023/bg/lutecia_fuelconsumption_bg_sp.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 15em;
}

.lutecia-safety {
  background: url(../img2023/bg/lutecia_safety_bg_sp.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 13em;
}

@media (min-width: 768px) {
  .lutecia-design {
    background: url(../img2023/bg/lutecia_design_bg_ex.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: center bottom;
    padding-top: 64px;
  }


  .lutecia-smallsize {
    background: url(../img2023/bg/lutecia_smallsize_bg_ex.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: center bottom;
    padding-top: 64px;
  }

  .lutecia-interior {
    background: url(../img2023/bg/lutecia_Interior_bg_ex.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: center bottom;
    padding-top: 64px;
  }


  .lutecia-fuelconsumption {
    background: url(../img2023/bg/lutecia_fuelconsumption_bg_ex.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: right bottom;
    padding-top: 64px;
    padding-bottom: 240px;
  }

  .lutecia-safety {
    background: url(../img2023/bg/lutecia_safety_bg_ex.jpg) no-repeat bottom center;
    background-size: cover;
    background-position: right bottom;
    padding-top: 64px;
    padding-bottom: 300px;
  }
}






/* --------------------------------------------------------
 concept
-------------------------------------------------------- */


.lutecia-concept {
  padding: 54px 0 80px;
  color: #fff;
  margin-bottom: 0;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-concept {
    padding: 0 20px 80px;
    margin: 0 auto;
  }
  .lutecia-concept_wrap {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}

.lutecia-concept_detail {
  padding: 0 16px;
  position: relative;
}

.lutecia-concept_lead {
  padding-top: 10px;
}

@media (min-width: 768px) {

.lutecia-concept_detail {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.lutecia-concept_lead {
  max-width: 438px;
  padding-top: 30px;
  display: block;
  width: 100%;
}

}

.lutecia-concept_detail h2 span {
  display: block;
  line-height: 1.2;
  line-height: 1;
  max-width: 100%;
}

.lutecia-concept_lead .ja {
  font-weight: normal;
  font-size: 2rem;
}

.lutecia-concept_detail h2 .nameType {
  font-family: "NouvelR";
  font-weight: 600;
  font-size: 6.9rem;
  margin-top: 6px;
  line-height: 1;
}
.lutecia-concept_detail h2 .nameCopy {
  font-family: "NouvelR";
  font-size: 8rem;
  font-weight: 200;
}
/* TB & PC */
@media (min-width: 768px) {

  .lutecia-concept_detail h2 span {
    font-size: 8rem;
  }

  .lutecia-concept_lead .ja {
    font-size: 3.8rem;
  }

  .lutecia-concept_detail h2 .nameType {
    font-size: 10rem;
    margin-top: 14px;
  }
  .lutecia-concept_detail h2 .nameCopy {
    font-size: 11.6rem;
    margin-top: -8px;
  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-concept_detail h2 span {
    font-size: 12rem;
  }
}
.lutecia-concept_txt {
  line-height: 2.5;
  max-width: 480px;
  display: block;
  width: 100%;
  margin-right: 20px;
  margin-top: 30px;
}

.lutecia-concept_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}
.lutecia-concept_txt .rj-font {
  font-size: 1.8rem;
  font-weight: bold;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-concept_txt {
    margin-top: 24px;
    width: 50%;
  }
  .lutecia-concept_txt p {
    font-size: 1.4rem;
  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-concept_txt p {
    font-size: 1.6rem;
  }
}
.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_btn_ttl {
  padding: 0 16px;
  margin-top: 40px;
  font-size: 2.6rem;
  font-family: "NouvelR";
  font-weight: 500;
  margin-bottom: 5px;
}

.lutecia-concept_btn {
  padding: 0 16px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-top: 4px;
}

.lutecia-concept_btn li {
  width: calc(50% - 6px);
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-concept_btn_ttl {
    font-size: 3.2rem;
  }
  .lutecia-concept_btn_ttl, .lutecia-concept_btn  {
    padding: 0;
  }
  .lutecia-concept_btn li {
    width: 19%;
    max-width: 200px;
  }
}

.lutecia-concept_btn img {
  width: 100%;
  height: auto;
}

.lutecia-concept_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  font-family: "NouvelR";
  font-weight: 300;
  font-size: 1.2rem;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-concept_btn a {
    font-size: 1.6rem;
  }
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-concept_btn a {
    transition: all 350ms;
    overflow: hidden;
  }
  .lutecia-concept_btn a img {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    position: relative;
    z-index: 1;
    opacity: 0.84;
  }
  .lutecia-concept_btn a:hover {
    color: #fff;
    opacity: 1;
  }
  .lutecia-concept_btn a:hover img {
    opacity: 1;
  }
  .lutecia-concept_btn .btn_img {
    position: relative;
  }
  .lutecia-concept_btn .btn_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #212121;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
  }
}
.lutecia-concept_btn .btn_arrow {
  height: 19px;
  position: relative;
  display: block;
  padding-right: 14px;
  margin-top: 4px;
  margin-top: -19px;
  display: block;
  width: 100%;
  z-index: 2;
  background: rgb(0 0 0 / 80%);
}
.lutecia-concept_btn .btn_arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg);
  margin: 0 0 0 10px;
  position: absolute;
  right: 50%;
  top: 0;
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-concept_btn a {
    font-size: 1.6rem;
  }
}

.lutecia-concept_text_note {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

.lutecia-concept_text_noteicon {
  font-size: 1.2rem;
  vertical-align: super;
}

.lutecia-concept_gallery {
  padding: 60px 0 80px 0;
}

@media (min-width: 768px) {
  .lutecia-concept_gallery {
    padding: 96px 0 64px 0;
  }
}

.lutecia-info {
  line-height: 2;
  text-align: center;
  max-width: 700px;
  margin: 56px auto 0;
  padding-top: 50px;
  position: relative;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-info {
    margin: 174px auto 0;
  }
}
@media (min-width: 359px) {
  .lutecia-info .sp {
    display: none;
  }
}

.lutecia-info_ttl {
  font-weight: normal;
  font-size: 1.7rem;
}

.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 {
  border: solid #fff 1px;
  padding: 24px 0;
  max-width: 540px;
  margin: 40px auto 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-info_box {
    padding: 32px 0;
    margin: 56px auto 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;
  color: #000;
  padding: 0 0 20px;
  border-top: 4px #fff solid;
}

/* 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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lutecia-txtCont_bg {
    max-width: 1024px;
    top: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.lutecia-txtCont_bg .swiper-wrapper {
  width: 100%;
  padding: 0;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.lutecia-txtCont_bg .swiper-slide picture {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lutecia-txtCont_bg .swiper-slide img {
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  object-fit: cover;
}

.lutecia-sec_layout1 .lutecia-txtCont_headline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4vw;
  margin-bottom: 34px;
}
.lutecia-sec_layout1 .lutecia-txtCont_ttl,.lutecia-sec_layout1 .sub {
  display: block;
  width: 100%;
  color: #fff;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
}

.lutecia-sec_layout1 .sub {
  padding: 2vw 0 4.4vw;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}

@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: rgb(255 255 255 / 80%) 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-interior .lutecia-txtCont_left {
  background: url(../img2023/lutecia_interior_ttl_sp.jpg) no-repeat top center;
  background-size: 100% auto;
  height:122.7vw;
}
.lutecia-fuelconsumption .lutecia-txtCont_left {
  background: url(../img2023/lutecia_fuelconsumption_ttl_sp.jpg) no-repeat top center;
  background-size: 100% auto;
  height:122.7vw;
}

.lutecia-safety .lutecia-txtCont_left {
  background: url(../img2023/lutecia_safety_ttl_sp.jpg) no-repeat top center;
  background-size: 100% auto;
  height:122.7vw;
}

@media (min-width: 768px) {
  .lutecia-sec_layout1 {
    height: 500px;
  }

  .lutecia-sec_layout1 .lutecia-txtCont_headline {
    padding: 0;
    background: none;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .lutecia-design .lutecia-txtCont_headline {
    max-width: 42%;
    padding-top: 1em;
  }
  .lutecia-design .lutecia-txtCont_headline,.lutecia-smallsize .lutecia-txtCont_headline  {
    height: initial;
  }

  .lutecia-smallsize .lutecia-sec_layout1 {
    padding-left: 60%;
    padding: 4.8vw 0 0 58%;
  }

  .lutecia-interior .lutecia-txtCont_left {
    background: url(../img2023/lutecia_interior_ttl_pc.jpg) no-repeat bottom center;
    background-size: 100% auto;
    background-position: top right;
    height: initial;
  }
  .lutecia-fuelconsumption .lutecia-txtCont_left {
    background: url(../img2023/lutecia_fuelconsumption_ttl_pc.jpg) no-repeat bottom center;
    background-size: 100% auto;
    background-position: top right;
    height: initial;
  }

  .lutecia-safety .lutecia-txtCont_left {
    background: url(../img2023/lutecia_safety_ttl_pc.jpg) no-repeat bottom center;
    background-size: 100% auto;
    background-position: top right;
    height: initial;
  }

  .lutecia-sec_layout1 .sub {
    font-size: 2.6rem;
    padding: 14px 0 20px;
    letter-spacing: 0;
  }

}

@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 {
  color: #fff;
  width: 100%;
  height: 122.7vw;
  padding: 6vw 4vw;
  box-sizing: border-box;
}

.lutecia-txtCont_left .sub {
  margin-top: 19px;
  font-size: 7vw;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
  font-weight: bold;
}
.lutecia-interior .sub {
  font-size: 6.4vw;
}

.lutecia-txtCont_right {
  position: relative;
  display:flex;
  flex-direction: column;
  margin: 40px 0 40px;
  padding: 0 16px;
}


@media (min-width: 768px) {
  .lutecia-sec_layout2 {
    flex-direction: row;
    justify-content: space-between;
  }
  .lutecia-txtCont_left {
    min-height: 650px;
    max-width: 500px;
    padding: 40px 4px 0 27px;
    box-sizing: border-box;
  }
.lutecia-txtCont_left,.lutecia-txtCont_right {
  width: 49%;
}
.lutecia-txtCont_left .sub {
  font-size: 2.6rem;
    margin-top: 10px;
    line-height: 1.3;
}
.lutecia-txtCont_right {
  margin-top: 0;
  margin: 0 0 40px;
  max-width: 476px;
}
}

@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-txtCont_right {
    padding: 0;
  }
}

.lutecia-txtCont_ttl {
  position: relative;
  font-weight: normal;
}

@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_ttl .is-pc {
  display: none;
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-txtCont_ttl .is-pc {
    display: block;
  }
}

.lutecia-txtCont_ttl .en {
  display: block;
  line-height: 1;
  font-family: "NouvelR";
  font-weight: 200;
  font-size: 2.6rem;
  letter-spacing: -1px;
  text-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
}

.lutecia-txtCont_txt {
  padding: 0 16px;
}

@media (min-width: 768px) {
  .lutecia-txtCont_ttl .en {
    padding: 0;
    letter-spacing: 0.1px;
  }
  .lutecia-txtCont_txt {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .lutecia-txtCont_ttl .en {
    padding: 0;
  }
}

.lutecia-txtCont_txt .sub {
  display: block;
  line-height: 1.5;
  font-family: "NouvelR";
  font-weight: bold;
  font-size: 2.6rem;
}
/* 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 {
  line-height: 2;
  font-size: 1.6rem;
}


/* PC */
@media (min-width: 768px) {
  .lutecia-txtCont_txt .txt {
    font-size: 1.3rem;
  }
}

.lutecia-txtCont_txt .txt .icon-note {
  font-size: 10px;
  vertical-align: top;
}

/* lutecia-txtCont------ */
.lutecia-txtCont {
  max-width: 1024px;
  margin: 0 auto;
}

.lutecia-txtCont_img {
  width: 100%;
  margin-bottom: 0;
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-txtCont_img {
    width: 52.4%;
    max-width: 560px;
  }
}

.lutecia-txtCont_video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

/* 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;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* SP */
@media (max-width: 767px) {
  .lutecia-txtCont_video {
    width: 100%;
    padding-top: 88.2vw;
  }
  .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 {
  font-size: 1.1rem;
  margin-top: 16px;
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-note_item {
    font-size: 1.2rem;
    margin-top: 16px;
  }
}

.lutecia-note_link {
  color: #000;
  text-decoration: none;
}
.lutecia-note_link::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -4px;
  line-height: 1;
}

.lutecia-note_link:hover {
  border-bottom: solid 1px #000;
}

.lutecia-note_moreItem {
  margin-bottom: 12px;
}

.lutecia-note_moreBtn {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.lutecia-note_moreBtn:hover {
  cursor: pointer;
}

.lutecia-note_moreBtn:hover::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #c70f0f;
  position: absolute;
  bottom: -1px;
}

.lutecia-note_moreBtn::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}

.lutecia-note_moreBtn.is-active::after {
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #fff transparent;
}

.lutecia-note_moreTxt {
  display: none;

  background: #212121;
  padding: 12px;
  line-height: 2;
}

/* --------------------------------------------------------
　　detail
-------------------------------------------------------- */
.lutecia-detail {
  width: 100%;
  margin-top: 30px;
  max-width: 1024px;
  padding: 0 16px 0;
  box-sizing: border-box;
}

.lutecia-detail_ttl {
  font-family: "NouvelR";
  font-weight: 300;
  color: #000;
  font-size: 18px;
  font-size: 2.4rem;
}
/* PC */
@media (min-width: 768px) {
  .lutecia-detail_ttl {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .lutecia-detail {
    padding: 0;
    margin-top: 48px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .lutecia-detail {
    padding: 40px 0 0;
  }
}

/* --------------------------------------------------------
　　SPECIAL CONTENTS
-------------------------------------------------------- */
.lutecia-special {
  width: 100%;
  padding: 0 16px 40px 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.lutecia-special > .contents {
  max-width: 1024px;
  margin: 0 auto;
}
.lutecia-special_ttl {
  line-height: 1;
  font-family: "NouvelR";
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 40px;
 padding-top: 80px;
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-special {
    padding-bottom: 80px;
  }
  .lutecia-special_ttl {
    font-size: 3rem;
    padding-bottom: 40px;
  }
}

/* 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 {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 0.9;
    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 {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
}

.lutecia-gallery_ttl {
  color: #000;
  font-family: "NouvelR";
  font-weight: 300;
  font-size: 30px;
}
/* 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 {
    background: rgb(0 0 0 / 0.25);
    padding: 9px 0;
    line-height: 1;
  }
}

.lutecia-gallery .slick-dots li.slick-active button:before {
  color: #950606;
}

.lutecia-gallery_note {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 12px;
}

.lutecia-gallery_note-text {
  text-align: left;
  display: inline-block;
}


@media (max-width: 767px) {
  .lutecia-lineup .cp-bnr {
    padding: 40px 16px 0 16px;
  }
}

@media (min-width: 768px) {
  .lutecia-lineup .cp-bnr {
    padding-top: 40px;
  }
}

@media (min-width: 1280px) {
  .lutecia-lineup .cp-bnr {
    padding-top: 60px;
  }
}

/* --------------------------------------------------------
  バナー
-------------------------------------------------------- */
.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 {
    font-size: 1.7rem;
    margin-right: 4px;
  }
}
/* TB & PC */
@media (min-width: 768px) {
  .lutecia-ttl .new {
    font-size: 2rem;
    line-height: 1;
    margin-right: 4px;
  }
}

/* --------------------------------------------------------
　　ファイナンス
-------------------------------------------------------- */
.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;
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
}
@media (min-width: 768px) {
  .finance-balloon {
    padding: 24px 0;
  }
}
.finance-balloon:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-right: 1px solid #8e8e8e;
  border-bottom: 1px solid #8e8e8e;
  transform: translateX(-50%) rotate(45deg);
  z-index: 0;
}
@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 {
  font-size: 2rem;
  color: #b60000;
}
.finance-balloon_ttl .num .rj-font {
  margin: 0 0.1em;
  font-weight: 600;
  font-size: 5rem;
}
@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 {
  font-size: 1.2rem;
  vertical-align: text-top;
}

.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 {
  max-width: 740px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .finance-img {
    margin-top: 36px;
  }
}

.finance-btn {
  /* width: 100%;
  max-width: 400px; */
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  .finance-btn {
    margin-top: 24px;
  }
}

.finance-btn .btn-txt {
  line-height: 1.4;
}

.finance-btn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  padding: 1rem 12rem 1rem 1.6rem;
  text-decoration: none;
  color: #000;
  background-color: #efdf00;
  font-size: 1.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.finance-btn a.arrow:after {
  position: absolute;
  right: 1.2rem;
  top: 52%;
  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 {
  font-weight: bold;
  vertical-align: middle;
}
.finance-btnWrap a:hover {
  opacity: 0.9;
}
.finance-btnLabel {
  text-align: left;
  font-family: "NouvelR";
  font-weight: 600;
  font-size: 1.3rem;
}
/* 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 {
  width: 100%;
  max-width: 1024px;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .finance-detailWrap {
    margin-top: 40px;
  }
}

/*--- Renault Special Offer 特別低金利適用 ---*/
.finance-limited {
  padding: 0 0 1em 0;
  font-family: "NouvelR";
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .finance-limited {
    font-size: 1.6rem;
  }
}

.finance-message {
  font-family: "NouvelR";
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .finance-message {
    font-size: 1.6rem;
  }
}

.finance-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 28px 0 0 0;
}

/*--- 月額 ---*/
.finance-month {
  border-color: #333333;
  border-style: solid;
  border-width: 2px 0 1px 0;
  text-align: center;
  font-family: "NouvelR";
  padding: 11px 0;
}
.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 {
  font-weight: 600;
  font-size: 24px;
  padding: 0 5px 0 5px;
}
@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 {
  border-color: transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
  margin-left: 4px;
}
@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 {
  font-weight: 600;
  font-size: 50px;
  margin: 0 0.1em;
}
@media (min-width: 768px) {
  .finance-month .finance-month_price .price-number {
    font-size: 56px;
  }
}

/*--- 金額表 ---*/
.finance-tableWrap {
  width: 100%;
  margin-top: 32px;
}
@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 {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  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 {
  font-size: 1.4rem;
  padding: 16px 0 0 0;
}

/* --------------------------------
	CarMenu
-------------------------------- */

.lutecia-car-menu__item--features .font-space {
  width: 12px;
  display: inline-block;
}

/* --------------------------------------------------------
	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 {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .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 {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .cp-bnr-120th-inner img:hover {
    opacity: 0.9;
  }
}

/* --------------------------------------------------------
　　アクセサリー
-------------------------------------------------------- */
.l-accessory,
.l-banner {
  background: #fff;
}

.l-accessory .contents {
  max-width: 1024px;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .l-accessory .contents {
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .accessory__btn > .btn {
    font-size: 1.2rem;
    text-align: center;
  }
}

.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;
  font-size: 1em;
  background-position: -1em -3em;
}
/* SP */
@media (max-width: 767px) {
  .lutecia-link-top {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 16px 0;
  }
}
@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{
  animation: fadeIn 1s linear 1.5s 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.js-anime{
  opacity: 0;
}

.lutecia-concept_txt.is-active {
  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;
  transform: translateX(-20px);
  transition: 0.3s ease-out;
}
.is-fadeTtl.is-fadeIn {
  animation: SlideAnime 0.5s ease-out 1 forwards;
}
.is-fadeTxt.is-fadeIn {
  animation: SlideAnime 0.5s ease-out 0.3s 1 forwards;
}

.is-fadeTxt2.is-fadeIn {
  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-weight: 300;
  font-size: 26px;
  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 {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
}


@media (min-width: 768px) {
  .lutecia-youtube_inner {
    padding: 0;
  }
}
.lutecia-youtube_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.25%;
  margin: 12px auto 0 auto;
  max-width: 1024px;
}

@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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
	for Special offer
*/

.lutecia-special-offer {
  background-color: #fff;
}

.special-offer__banner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: -webkit-center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.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-bottom: 60px;
  background-color: #fff;
  color: #000;
  padding-top: 80px;
}

.lutecia-gallery-youtube + .lutecia-gallery-youtube {
  padding-top: 0;
}

.lutecia-gallery-youtube_inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 16px 0 16px;
}

@media (min-width: 768px) {
  .lutecia-gallery-youtube + .lutecia-gallery-youtube {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .lutecia-gallery-youtube_inner {
    padding: 0 16px 0 16px;
    margin: 0 auto;
  }
}
.lutecia-gallery-youtube_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin: 24px auto 0 auto;
  max-width: 960px;
}

@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;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lutecia-gallery-youtube_ttl {
  font-family: "NouvelR";
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center;
}
.lutecia-gallery-youtube_ttl .sp_br {
  display: block;
}
.lutecia-gallery-youtube_ttl .note {
  font-size: 1.2rem;
  margin-top: 10px;
  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 {
    margin-left: 8px;
    display: none;
  }
  .lutecia-gallery-youtube_ttl {
    font-size: 2.8rem;
  }
  .lutecia-gallery-youtube_ttl .note {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .lutecia-gallery-youtube_ttl .ja {
    font-size: 2.4rem;
  }
}

.lutecia-gallery-link {
  display: flex;
  display: -webkit-flex;
  max-width: 960px;
  width: 100%;
  flex-wrap: wrap;
  margin: 26px auto 0;
  justify-content: space-between;
}

.lutecia-gallery-link .-hidden {
  display: none;
}

.lutecia-gallery-link li {
  width: 100%;
  margin-bottom: 16px;
  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 {
  color: #fff;
  max-width: 960px;
  margin: 24px auto 14px;
  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 {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative;
  height: 50px;
  line-height: 45px;
  padding-left: 16px;
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: -50px 0 0 0px #eae7e7 inset;
  -moz-box-shadow: -50px 0 0 0px #eae7e7 inset;
  box-shadow: -52px 0 0 0px #eae7e7 inset;
  border: 1px solid #a8a8a8;
}

.lutecia-gallery-link .lutecia-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 48px);
  height: 100%;
  background-color: #eae7e7;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.36s;
  transition-timing-function: cubic-bezier(0.03, 0.73, 0.34, 1);
}

.lutecia-gallery-link .lutecia-btn span {
  position: relative;
}

.lutecia-gallery-link .lutecia-btn .rj-font {
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 2px;
  font-family: "NouvelR";
}

.lutecia-gallery-link .lutecia-btn .btn_txt {
  font-size: 1.4rem;
}

.lutecia-gallery-link .lutecia-btn.arrow::after {
  position: absolute;
  right: 16px;
  top: 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-origin: left top;
    transform: scale(1, 1);
  }
}

/* PC */
@media (min-width: 1280px) {
  .lutecia-gallery-link .lutecia-btn {
    box-sizing: border-box;
    font-size: 1.4rem;
    height: 50px;
    line-height: 48px;
    padding-left: 22px;
    padding-right: 32px;
  }
  .lutecia-gallery-link .lutecia-btn.arrow:after {
    right: 12px;
    top: 18px;
  }
  .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 {
  font-size: 10px;
  vertical-align: top;
}

.lutecia-txtCont_txt .note_icon {
  font-size: 10px;
  vertical-align: top;
}



/* --------------------------------
	Voice
-------------------------------- */
.lutecia-voice {
  padding: 15px 15px 36px 15px;
}

@media (min-width: 768px) {
  .lutecia-voice {
    padding: 15px 15px 62px 15px;
  }
}

.lutecia-voice_ttl {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  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;
  max-width: 1024px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .lutecia-voice_lists {
    margin: 40px auto 0;
  }
}

.lutecia-voice_lists li {
  padding: 20px 24px;
  box-sizing: border-box;
  background-color: rgb(255 255 255 / 90%);
  width: 100%;
  margin-bottom: 24px;
}

@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;
  font-size: 12px;
  text-align: right;
}

.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 {
  background: url(../img2020/lutecia_voice_bg_sp.jpg) no-repeat top center #000;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .lutecia-voice_bgitem {
    background: url(../img2020/lutecia_voice_bg_pc.jpg) no-repeat bottom center #fff;
    background-size: cover;
    max-width: 1600px;
  }
}
.lutecia-voice_bgitem.is-active {
  opacity: 1;
}

.lutecia-voice_lists li{
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lutecia-voice_lists li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.lutecia-voice_button {
  margin-top: 20px;
}
.lutecia-voice_button.is-btn-hidden{
display:none;
}
.lutecia-voice_button button {
  background-color: #333;
  color:#fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
}



