@charset "UTF-8";

/* NotoSans JP */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");

.rj-font {
  font-family: "NouvelR";
}
.rj-font.-bold {
  font-weight: bold;
}

.only-sp {
  display: block;
}
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

.is-tb-pc {
  display: none;
}
@media (min-width: 768px) {
  .is-tb-pc {
    display: block;
  }
}

.page-move-target {
  height: 0;
  position: absolute;
}
/* SP */
@media (max-width: 767px) {
  .page-move-target {
    top: -43px;
  }
}
/* TB $ PC */
@media (min-width: 768px) {
  .page-move-target {
    top: -63px;
  }
}

.unq-note {
  margin-top: 1em;
}

.unq-note_item {
  font-size: 1rem;
}
/* PC */
@media (min-width: 1280px) {
  .unq-note_item {
    font-size: 1.2rem;
  }
}

.unq-note_link {
  color: #333333;
  text-decoration: none;
}
.unq-note_link::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -4px;
  line-height: 1;
}

.unq-note_link:hover {
  border-bottom: solid 1px #333333;
}

/* --------------------------------------------------------
 COMMON
-------------------------------------------------------- */
.l-container img {
  width: 100%;
  max-width: 100%;
}

.asterisk {
  font-size: 1rem;
  vertical-align: top;
}

.l-container {
  background-color: transparent;
}
.l-section {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
}
.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;
}

/* --------------------------------------------------------
　　INTRO
-------------------------------------------------------- */
.unq-intro {
  padding: 40px 0 46px 0;
  background: url("../img/2306/unq_intro_bg_sp.jpg") no-repeat right bottom #000;
  background-size: cover;
}
@media (min-width: 768px) {
  .unq-intro {
    background: url("../img/2306/unq_intro_bg_pc.jpg") no-repeat #000;
    background-position: right bottom;
    background-size: cover;
    padding: 80px 0 92px 0;
  }
}
@media (min-width: 1600px) {
  .unq-intro {
    background-position: right -40px bottom;
  }
}

@media (min-width: 1601px) {
  .unq-intro {
    background-size: cover;
  }
}

.unq-intro .contents {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .unq-intro .contents {
    width: 90%;
  }
}

.unq-intro_lead {
  line-height: 2.7;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .unq-intro_lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .unq-intro_lead {
    font-size: 1.8rem;
  }
}

.unq-intro_note {
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .unq-intro_note {
    font-size: 1.2vw;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .unq-intro_note {
    font-size: 1.4rem;
  }
}

.unq-intro_noteNum {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .unq-intro_noteNum {
    margin-top: 0.2rem;
  }
}
@media (min-width: 1280px) {
  .unq-intro_noteNum {
    margin-top: 8px;
  }
}

.unq-intro .cp-bnr {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 0 15px;
  transition: 0.8s ease-out;
}

.unq-intro .cp-bnr a {
  background: #fff;
  display: block;
}

@media (min-width: 768px) {
  .unq-intro .cp-bnr {
    margin: 50px auto 0;
    padding: 0;
  }

  .unq-intro .cp-bnr:hover img {
    opacity: 0.96;
  }
}

/* --------------------------------------------------------
　　feature
-------------------------------------------------------- */
.unq-feature {
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .unq-feature {
    padding: 0 16px 120px 16px;
  }
}

@media (min-width: 1024px) {
  .unq-feature {
    padding: 0 0 120px;
  }
}


.unq-feature_sec {
  position: relative;
  max-width: 1024px;
  margin: 100px auto 0;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .unq-feature_sec {
    min-height: 430px;
    margin-top: 120px;
    padding: 0;
  }
}

.unq-feature_secTtl {
  position: relative;
  padding: 22px 0 0 0;
  line-height: 1.8;
  border-top: 6px solid #282725;
}
@media (min-width: 1280px) {
  .unq-feature_secTtl {
    padding: 20px 0 0 0;
  }
}

.unq-feature_secTtl .num,
.unq-feature_secTtl .sub,
.unq-feature_secTtl .ttl {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.unq-feature_secTtl .num .rj-font {
  font-size: 1.8rem;
}

.unq-feature_secTtl .ttl {
  line-height: 1.5;
  font-weight: bold;
  font-size: 5vw;
}
@media (min-width: 768px) {
  .unq-feature_secTtl .ttl {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secTtl .ttl {
    font-size: 2rem;
  }
}
.unq-feature_secTtl .num + .ttl {
  padding-top: 0.2em;
  padding-bottom: 0;
}

.unq-feature_secTtl .sub {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 0.875em;
  padding-top: 0;
}
@media (min-width: 1280px) {
  .unq-feature_secTtl .sub {
    font-size: 1.8rem;
    margin-top: 0.75em;
  }
}

.unq-feature_secTtl .num {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .unq-feature_secTtl .num {
    font-size: 1.6rem;
  }
}

.unq-feature_secTxt {
  margin-top: 2em;
  line-height: 2;
  font-size: 1.2rem;
}
@media (min-width: 1280px) {
  .unq-feature_secTxt {
    margin-top: 2.5em;
    font-size: 1.4rem;
  }
}
.unq-feature_secTxt .icon-note {
  font-size: 1rem;
  vertical-align: top;
  padding-top: 1px;
  display: inline-block;
}

@media (min-width: 768px) {
  .unq-feature_secTxt .icon-note {
    padding-top: 0.3rem;
  }
}

.unq-feature_secTxt_note {
  display: block;
  line-height: 1.8;
  margin-top: 2em;
  font-size: 1rem;
}
.unq-feature_secTxt_note + .unq-feature_secTxt_note {
  margin-top: 0;
}

.unq-feature_secTxt_note.movie {
  font-size: 1rem;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .unq-feature_secTxt_note.movie {
    font-size: 1.2rem;
  }
}

.unq-feature_secHeading,
.unq-feature_secDetail {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .unq-feature_secHeading,
  .unq-feature_secDetail {
    width: 43%;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secHeading,
  .unq-feature_secDetail {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .unq-feature_sec.-reverse .unq-feature_secHeading,
  .unq-feature_sec.-reverse .unq-feature_secDetail {
    margin-left: auto;
  }
}

/* Video ------------------ */
.unq-feature_secVideo {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .unq-feature_secVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    margin-top: 0;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .unq-feature_sec.-reverse .unq-feature_secVideo {
    right: inherit;
    left: 0;
    padding-right: 0;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secVideo {
    width: 57%;
    padding-left: 55px;
    padding-right: 0;
  }
  .unq-feature_sec.-reverse .unq-feature_secVideo {
    padding-left: 0;
    padding-right: 55px;
  }
}

@media (min-width: 768px) {
  .unq-feature_secVideo {
    max-height: 430px;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secVideo {
    max-height: 468px;
  }
}

.unq-feature_secVideoInner {
  position: relative;
  width: 100%;
  padding-top: 79.45%;
}
.unq-feature_secVideoInner video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.unq-feature_secVideoInner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* Button ------------------ */
.unq-feature_btnSet {
  padding: 0 16px;
  padding-top: 20px;
}
.unq-feature_btnSet ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .unq-feature_btnSet {
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .unq-feature_btnSet ul {
    max-width: 760px;
  }
}

.unq-feature_btnSet li {
  width: 100%;
}

@media (min-width: 768px) {
  .unq-feature_btnSet li {
    width: 49%;
    max-width: 360px;
  }
}

.unq-feature_btnSet li:nth-child(2) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .unq-feature_btnSet li:nth-child(2) {
    margin-top: 0;
  }
}

.unq-feature_btn {
  text-decoration: none;
  display: block;
  color: #333;
  border: solid #333 1px;
  position: relative;
  display: flex;
  padding: 7px 40px 7px 8px;
  font-size: 1rem;
  align-items: center;
  overflow: hidden;
}
.unq-feature_btn.-red {
  color: #fff;
  background-color: #000;
  border: solid #000 1px;
}

.unq-feature_btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
}
.unq-feature_btn.-red:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media (min-width: 768px) {
  .unq-feature_btn {
    font-size: 1.4rem;
    padding: 7px 54px 7px 10px;
    max-height: 64px;
    min-height: 42px;
  }
  .unq-feature_btn:after {
    right: 24px;
  }
}

.unq-feature_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%; /* add 1px */
  height: 100%;
  background-color: #f2f2f2;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.46s;
  transition-timing-function: cubic-bezier(0.03, 0.73, 0.34, 1);
}
.unq-feature_btn.-red:before {
  background-color: #efdf00;
}
@media (min-width: 768px) {
  .unq-feature_btn:hover {
    border: solid #8c8c8b 1px;
  }
  .unq-feature_btn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .unq-feature_btn.-red:hover {
    color: #000;
    opacity: 1;
    border: 1px solid #efdf00;
  }
  .unq-feature_btn.-red:hover::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
}

.unq-feature_btnSet .text {
  position: relative;
}
.unq-feature_btnSet .icon {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 30px;
  /* margin-right: 3px; */
  overflow: hidden;
}
@media (min-width: 768px) {
  .unq-feature_btnSet .icon {
    font-size: 32px;
    margin-right: 8px;
  }
}
.unq-feature_btnSet .icon svg {
  height: auto;
  /* max-height: 50px; */
}

.unq-feature_btnSet .search-icon {
  width: 24px;
  top: 3px;
  position: relative;
  vertical-align: top;
}

@media (min-width: 768px) {
  .unq-feature_btnSet .search-icon {
    top: 0;
    width: 32px;
  }
}

@media (min-width: 768px) {
  .unq-feature_btnSet .unq-feature_secTxt_note {
    text-align: center;
  }
}

.unq-feature_secDetail .unq-feature_btn .search-icon {
  width: 24px;
}

@media (min-width: 768px) {
  .unq-feature_secDetail .unq-feature_btn .search-icon {
    width: 26px;
  }
}

.unq-feature_secDetail .unq-feature_btn {
  margin: 22px 0 16px 0;
  padding: 0 54px 1px 7px;
}
.unq-feature_secDetail .unq-feature_btn .icon {
  margin-top: 5px;
  margin-right: 4px;
}
.unq-feature_secDetail .unq-feature_btn .icon,
.unq-feature_secDetail .unq-feature_btn .text {
  position: relative;
}

/* Design slider ------------------ */
@media (min-width: 768px) {
  .unq-feature_design {
    align-items: flex-end;
    margin-bottom: 80px;
  }
}

.unq-feature_designSlider {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .unq-feature_designSlider {
    position: absolute;
    top: 0;
    right: 32px;
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .unq-feature_designSlider {
    right: 0;
    width: 63%;
    margin-bottom: 60px;
  }
}

.design-item {
  display: none;
  /* opacity: 0;
	transition: 0.3s ease-out; */
}
.design-item.is-show {
  display: block;
  /* animation: FadeAnime 0.5s ease-out 1 forwards; */
}

.design-item_img li {
  display: none;
  opacity: 0;
  transition: 0.3s ease-out;
}
.design-item_img li.is-show {
  display: block;
  animation: FadeAnime 0.5s ease-out 1 forwards;
}

@-webkit-keyframes FadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.design-item_tabBtnSet {
  position: relative;
  margin-top: 26px;
  text-align: center;
  letter-spacing: -0.4em;
}
@media (min-width: 768px) {
  .design-item_tabBtnSet {
    position: absolute;
    bottom: -60px;
    left: 10%;
    letter-spacing: -0.4em;
  }
}
@media (min-width: 1280px) {
  .design-item_tabBtnSet {
    left: 16%;
  }
}
.design-item_tabBtn {
  position: relative;
  box-sizing: border-box;
  width: 62px;
  padding: 0.5em 0 0.6em 0;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
  font-family: "NouvelR";
  font-weight: bold;
  font-size: 1.1rem;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #828282;
  color: #333;
  background-color: #e5f2ff;
}
.design-item_tabBtn:last-child {
  border-right: 1px solid #828282;
}
@media (min-width: 1280px) {
  .design-item_tabBtn {
    font-size: 1.8rem;
  }
}
.design-item_tabBtn.is-selected:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffcc33;
}

.unq-feature_designOperation {
  position: relative;
  width: 288px;
  margin: 26px auto 0;
}
@media (min-width: 768px) {
  .unq-feature_designOperation {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 150px;
    margin: 26px 0 0 0;
  }
}
@media (min-width: 1280px) {
  .unq-feature_designOperation {
    right: 12px;
    width: 170px;
  }
}

.design-ttl {
  display: block;
  margin-bottom: 0.4em;
  line-height: 1;
  font-family: "NouvelR";
  font-weight: bold;
  font-size: 1.2rem;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .design-ttl {
    position: absolute;
    top: 0;
    left: -60px;
    margin-top: -0.1em;
    margin-bottom: 0;
    margin-right: 0.6em;
  }
}
@media (min-width: 1280px) {
  .design-ttl {
    left: -82px;
    margin-right: 1em;
    font-size: 1.8rem;
  }
}
.design-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .design-chips {
    max-width: 170px;
  }
}
.design-chip {
  border: none;
  box-sizing: border-box;
  width: 54px;
  height: 16px;
  vertical-align: middle;
}
.design-chip + .design-chip {
  margin-left: 0.4em;
}
@media (min-width: 768px) {
  .design-chip {
    width: 26px;
    height: 26px;
  }
  .design-chip + .design-chip {
    margin-left: 0.1em;
  }
}
@media (min-width: 1280px) {
  .design-chip {
    width: 30px;
    height: 30px;
  }
}
.design-chip-blue {
  background-color: #99ccff;
}
.design-chip-green {
  background-color: #99cccd;
}
.design-chip-orange {
  background-color: #ff9934;
}
.design-chip-red {
  background-color: #cc0001;
}
.design-chip-gray {
  border: 1px solid #dbdbdb;
  background-color: #f4f4f4;
}

.design-chip.is-selected {
  border: 4px solid #ffd133;
}

/* Technology ------------------ */
.unq-feature_techAnimeWrap {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .unq-feature_techAnimeWrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .unq-feature_sec.-reverse .unq-feature_techAnimeWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 63%;
  }
  .unq-feature_techAnimeWrap {
    margin-top: -30px;
    margin-left: -2%;
  }
}
@media (min-width: 1280px) {
  .unq-feature_techAnimeWrap {
    margin-top: -72px;
  }
}

.unq-feature_techAnime {
  width: 100%;
}

/* --------------------------------------------------------
　　ファイナンス
-------------------------------------------------------- */
.unq-finance {
  padding: 40px 16px 36px 16px;
  border-top: 1px solid #a8a8a8;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .unq-finance {
    padding: 70px 32px 76px 32px;
  }
}
@media (min-width: 1280px) {
  .unq-finance {
    padding: 116px 0;
  }
}

.unq-finance_wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.unq-finance_ttl {
  text-align: center;
}

.unq-finance_ttlTxt1 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt1 {
    font-size: 2.4rem;
  }
}

.unq-finance_ttlTxt1 .en {
  font-family: "NouvelR";
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt1 .en {
    font-size: 2.7rem;
  }
}

.unq-finance_ttlTxt2 {
  margin-top: -16px;
  color: #b60000;
}

.unq-finance_ttlTxt2 .monthly {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt2 .monthly {
    font-size: 2.8rem;
  }
}

.unq-finance_ttlTxt2 .monthly-price {
  font-size: 8rem;
  font-family: "NouvelR";
  font-weight: 600;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt2 .monthly-price {
    font-size: 14rem;
  }
}

.unq-finance_ttlTxt2 .yen {
  font-size: 4rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt2 .yen {
    font-size: 6.8rem;
    margin: 0 4px;
  }
}

.unq-finance_ttlTxt2 .kara {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt2 .kara {
    font-size: 2.8rem;
  }
}

.unq-finance_ttlTxt3 {
  font-size: 1.6rem;
  margin-top: -16px;
}

@media (min-width: 768px) {
  .unq-finance_ttlTxt3 {
    font-size: 2.4rem;
  }
}

.unq-finance_img {
  max-width: 400px;
  margin: 20px auto 32px;
}
@media (min-width: 768px) {
  .unq-finance_img {
    max-width: 690px;
    margin: 30px auto 32px;
  }
}

.unq-finance_detail {
  border-top: 2px solid #2d3236;
}
.unq-finance_detailTtl,
.unq-finance_detailTxt {
  font-size: 1rem;
}
.unq-finance_detailTtl {
  padding: 1em 0;
  font-size: 1.4rem;
  border-bottom: 1px solid #939b9d;
}
@media (min-width: 768px) {
  .unq-finance_detailTtl {
    padding: 1em 16px;
  }
}
@media (min-width: 1280px) {
  .unq-finance_detailTtl {
    font-size: 1.6rem;
  }
}
.unq-finance_detailTtl .small {
  font-size: 1.2rem;
}
.unq-finance_detailTxt {
  margin-top: 1em;
  line-height: 2;
}
@media (min-width: 768px) {
  .unq-finance_detailTxt {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .unq-finance_detailTxt {
    font-size: 1.2rem;
  }
}
.unq-finance_detailTxt + .unq-finance_detailTxt {
  margin-top: 0;
}

.unq-finance_notes {
  margin-top: 1em;
  color: #848484;
  line-height: 1.8;
  font-size: 1rem;
}
.unq-finance_notes li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
@media (min-width: 768px) {
  .unq-finance_notes {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .unq-finance_notes {
    margin-top: 28px;
  }
}

.unq-finance_ttlTxt1 .txtBold {
  font-weight: bold;
}

/* --------------------------------------------------------
　　PHILOSOPHY
-------------------------------------------------------- */
.unq-philosophy {
  background-color: transparent;
}

.unq-philosophy_detail {
  padding: 40px 16px 36px 16px;
}
@media (min-width: 768px) {
  .unq-philosophy_detail {
    padding: 124px 0 116px 0;
  }
}
@media (min-width: 1280px) {
  .unq-philosophy_detail {
    padding: 248px 0 230px 0;
  }
}

.unq-philosophy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "NouvelR";
  font-size: 2.4rem;
  color: #99ccff;
}
@media (min-width: 1280px) {
  .unq-philosophy_ttl {
    font-size: 4.8rem;
  }
}

.unq-philosophy_text {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .unq-philosophy_text {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .unq-philosophy_text {
    margin-top: 2em;
  }
}
.unq-philosophy_text .text {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .unq-philosophy_text .text {
    text-align: center;
    line-height: 2.2;
  }
}
@media (min-width: 1280px) {
  .unq-philosophy_text .text {
    margin-top: 2em;
    line-height: 2.5;
    font-size: 1.8rem;
  }
}
.unq-philosophy_text .text + .text {
  margin-top: 1em;
}
@media (min-width: 1280px) {
  .unq-philosophy_text .text + .text {
    margin-top: 2em;
  }
}

/* --------------------------------------------------------
 paris
-------------------------------------------------------- */

/*--- City Drive Movie ------------------*/
.unq-parisMov .contents {
  background-color: rgba(255, 255, 255, 0.3);
}
.unq-parisMov {
  background: url("../img/bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .unq-parisMov {
    background: url("../img/bg.jpg") no-repeat center center;
    background-size: cover;
  }
}

.unq-parisMov_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  color: #202020;
}
/* PC */
@media (min-width: 1280px) {
  .unq-parisMov_wrap {
    padding: 60px 0 80px 0;
  }
}
.unq-parisMov_subTtl,
.unq-parisMov_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
/* PC */
@media (min-width: 1280px) {
  .unq-parisMov_subTtl {
    font-size: 2rem;
  }
  .unq-parisMov_ttl {
    font-size: 3rem;
  }
}

.unq-parisMov_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 20px;
}
.unq-parisMov_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unq-parisMov_detail {
  margin-top: 1.6rem;
  padding: 0 16px;
}
.unq-parisMov_detail .lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.unq-parisMov_detail .txt {
  margin-top: 1em;
  line-height: 1.6;
  font-size: 1.1rem;
}
/* PC */
@media (min-width: 1280px) {
  .unq-parisMov_detail {
    margin-top: 2.2rem;
    padding: 0;
  }
  .unq-parisMov_detail .lead {
    font-size: 1.6rem;
  }
  .unq-parisMov_detail .txt {
    margin-top: 0.6em;
    font-size: 1.4rem;
  }
}

.unq-parisMov .unq-note {
  text-align: right;
}

/*--- SPECIAL MOVIE ------------------*/
.unq-movie {
  padding: 0 16px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .unq-movie {
    margin-top: 60px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .unq-movie {
    padding: 0 16px;
    margin-top: 80px;
  }
}
.unq-movie_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.unq-movie_wrap li {
  overflow: hidden;
  padding-bottom: 20px;
}
/* >TB */
@media (min-width: 768px) {
  .unq-movie_wrap li {
    padding-bottom: 40px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .unq-movie_wrap li {
    padding-bottom: 60px;
  }
}

.unq-movie_ttl {
  color: #fff;
}

.unq-movie_ttl_note {
  text-align: center;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .unq-movie_ttl_note {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.unq-movie_ttl .en {
  line-height: 1;
  font-family: "NouvelR";
  font-weight: 600;
  font-size: 2.2rem;
}
/* >TB */
@media (min-width: 768px) {
  .unq-movie_ttl br {
    display: none;
  }
  .unq-movie_ttl .en {
    font-size: 2.8rem;
  }
}

.unq-movie_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 20px;
}
/* >TB */
@media (min-width: 768px) {
  .unq-movie_movie {
    margin-top: 30px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .unq-movie_movie {
    padding-top: 540px;
    box-sizing: border-box;
  }
}
.unq-movie_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unq-movie_note {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 12px;
}

/* --------------------------------------------------------
　　CAR REVIEW
-------------------------------------------------------- */

.car-review {
  padding: 64px 0 0 0;
}

/* SP */
@media (max-width: 767px) {
  .car-review {
    padding: 40px 0 0 0;
  }
}

.car-review .contents {
  padding: 0 32px;
  max-width: 1024px;
  margin: 0 auto;
}

/* SP */
@media (max-width: 767px) {
  .car-review .contents {
    padding: 0 16px;
  }
}

@media (min-width: 1280px) {
  .car-review .contents img:hover {
    opacity: 0.9;
  }
}

/* Features -------------------- */
.l-features {
  border-bottom: 1px solid #dbdbdb;
}
.features__item {
  float: left;
  position: relative;
}
.features__item a {
  color: #333333;
  display: block;
  position: relative;
  text-decoration: none;
}
.features__photo {
  width: 100%;
}
.features__ttl {
  font-weight: bold;
}
/* SP */
@media (max-width: 767px) {
  .features__list {
    padding: 16px;
  }
  .features__item {
    width: 100%;
  }
  .features__info {
    padding: 12px 0 0 0;
  }
  .features__ttl {
    font-size: 1.3rem;
  }
  .features__txt {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
/* SP & TB */
@media (max-width: 1279px) {
  .features__item {
    margin-bottom: 32px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .features__list {
    padding: 24px 32px 20px 32px;
  }
  .features__item {
    margin-right: 4%;
    width: 48%;
  }
  .features__item:nth-child(2n) {
    margin-right: 0;
  }
  .features__info {
    padding: 12px 0 0 0;
  }
  .features__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .features__list {
    margin: 0 auto;
    max-width: 1024px;
    padding: 36px 0 4px 0;
  }
  .features__item {
    margin-bottom: 60px;
    margin-right: 32px;
    width: 496px;
  }
  .features__item:nth-child(2n) {
    margin-right: 0;
  }
  .features__info {
    padding: 12px 0 0 0;
  }
  .features__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 6px;
  }
}

/*
	for other lineup
*/
.other-list {
  padding-top: 8px;
}
.other-list__item {
  box-sizing: border-box;
  float: left;
  padding: 0 3px;
  text-align: center;
  width: 200px;
}
.other-list__link {
  color: #333333;
  display: block;
  text-decoration: none;
}
.other-list__car {
  width: 100%;
}
.other-list__name {
  border-top: 1px solid #ebebeb;
  color: #333333;
  font-family: "NouvelR";
  padding: 8px 0 0 0;
  margin: 10px 0 0 0;
}
.other-list__price {
  color: #727272;
  font-size: 1.2rem;
  line-height: 1;
}
/* SP */
@media (max-width: 767px) {
  .l-other > .headline .en {
    font-size: 2.1rem;
  }
  .l-other .contents {
    padding-bottom: 40px;
  }
  .other-list:after {
    clear: both;
    content: "";
    display: block;
  }
  .other-list__item {
    margin-bottom: 20px;
    width: 50%;
  }
}
/* SP & TB */
@media (max-width: 1279px) {
  .l-other .contents {
    padding-left: 40px;
    padding-right: 40px;
  }
  .other-list__link.is_tapped .other-list__name {
    border-top: 1px solid #ffcc33;
  }
}
/* TB & PC */
@media (min-width: 768px) {
  .l-other > .headline .en {
    font-size: 3rem;
  }
  .l-other .contents {
    padding: 0 0 80px 0;
  }
  .other-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    justify-content: -webkit-center;
    padding: 20px 0 0 0;
  }
}
/* PC */
@media (min-width: 1280px) {
  .l-other .headline {
    padding: 76px 0 0 0;
  }
  .other-list__link:hover .other-list__name {
    border-top: 1px solid #ffcc33;
  }
}

/*
	for Special offer
*/
.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;
  }
}

/* --------------------------------------------------------
　　限定車
-------------------------------------------------------- */
.l-limited .headline,
.l-limited .contents {
  background-color: #f5f5f5;
}
.l-limited > .headline {
  padding-top: 0;
}
.limited-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  justify-content: -webkit-center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.limited-list__item a {
  display: block;
}
.limited-list__item img {
  width: 100%;
}
/* SP */
@media (max-width: 767px) {
  .l-limited {
    padding-top: 64px;
  }
  .l-limited .headline {
    padding-top: 20px;
  }
  .l-limited .contents {
    padding: 0 16px 28px 16px;
  }
  .limited-list__item {
    width: 50%;
  }
}
/* SP & TB */
@media (max-width: 1279px) {
  .limited-list {
    padding-top: 8px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .l-limited {
    padding: 52px 0 0 0;
  }
  .l-limited .headline {
    padding: 24px 0 0 0;
  }
  .l-limited .contents {
    padding: 0 32px 26px 32px;
  }
  .limited-list {
    padding-top: 24px;
  }
  .limited-list__item {
    width: 25%;
  }
}
/* TB & PC */
@media (min-width: 768px) {
  .l-limited > .headline .en {
    font-size: 3rem;
  }
}
/* PC */
@media (min-width: 1280px) {
  .l-limited {
    padding: 128px 0 0 0;
  }
  .l-limited .headline {
    padding: 42px 0 0 0;
  }
  .l-limited .contents {
    padding: 0 0 64px 0;
  }
  .limited-list {
    padding: 28px 0 0 0;
  }
  .limited-list__item {
    width: 256px;
  }
}

/* --------------------------------------------------------
  バナー
-------------------------------------------------------- */
.unq-bnr_inner {
  width: 100%;
}

.unq-bnr_inner a {
  display: inline-block;
  width: 100%;
}
.unq-bnr_inner a img {
  width: 100%;
  max-width: 100%;
}

.unq-bnr {
  padding-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .unq-bnr {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 52px;
  }
}
@media (min-width: 1280px) {
  .unq-bnr {
    padding-top: 64px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 64px;
  }
  .unq-bnr_inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .unq-bnr_inner img:hover {
    opacity: 0.9;
  }
}

.unq-bnr-last .unq-bnr_inner {
  border: 1px solid #dbdbdb;
}

.unq-bnr-finance {
  padding: 0 16px 0px 16px;
}
@media (min-width: 768px) {
  .unq-bnr-finance {
    padding: 0 32px 0 32px;
  }
}
@media (min-width: 1280px) {
  .unq-bnr-finance {
    padding: 0;
  }
}

/* --------------------------------
  animation
-------------------------------- */
.is-fadeTtl,
.is-fadeTxt {
  opacity: 0;
  transform: translateX(-10px);
  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;
}

@-webkit-keyframes SlideAnime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideAnime {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.is-fadeInLead,
.is-fadeInTxt {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out;
}
.is-fadeInLead.is-fadeIn {
  animation: fadeInAnime 0.5s ease-out 1 forwards;
}
.is-fadeInTxt.is-fadeIn {
  animation: fadeInAnime 0.5s ease-out 0.3s 1 forwards;
}

@-webkit-keyframes fadeInAnime {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.unq-bnr_goTop {
  margin-top: 10px;
  border: 1px solid #cacaca;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .unq-bnr_goTop {
    margin-top: 40px;
  }
  .unq-bnr_goTop:hover {
    border: 1px solid #a1a1a1;
  }
}

/* --------------------------------------------------------
　　ラインナップ GRADE
-------------------------------------------------------- */

.unq-lineup {
  border-top: 1px solid #a8a8a8;
  background: #fff;
  max-width: none;
}
.unq-lineup .contents {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .unq-lineup {
    padding-bottom:90px;
  }

  .unq-lineup .contents {
    padding-top: 52px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

/* TB & PC */
@media (min-width: 1280px) {
  .unq-lineup {
    padding-bottom:120px;
  }
  .unq-lineup .contents {
    padding: 80px 0 10px;
  }
}

/* SP */
@media (max-width: 767px) {
  .unq-lineup .headline {
    padding-top: 40px;
  }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
  .unq-lineup .headline {
    padding-top: 52px;
  }
}
/* PC */
@media (min-width: 1280px) {
  .unq-lineup .headline {
    padding-top: 104px;
  }
}

.unq-lineup_ttl {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  padding: 0 16px;
}
.unq-lineup_ttl .en {
  font-family: "NouvelR";
  font-size: 27px;
  font-weight: 400;
}

/* TB */
@media (min-width: 768px) {
  .unq-lineup_ttl {
    text-align: center;
    font-size: 3rem;
    padding: 0;
  }
  .unq-lineup_ttl .en {
    font-size: 3.4rem;
  }
}
/* PC */
@media (min-width: 1280px) {
  .captur-gallery_ttl {
    font-size: 4rem;
  }
  .unq-lineup_ttl .en {
    font-size: 3.6rem;
  }
}

.lutecia-youtube {
  padding: 60px 0 40px 0;
}
/* TB< */
@media (min-width: 768px) {
  .lutecia-youtube {
    padding: 96px 0 64px 0;
  }
}
.lutecia-youtube_title {
  color: #fff;
  font-family: "NouvelR";
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  line-height: 1.25;
}
.lutecia-youtube_title span {
  display: inline-block;
  margin: 0 0.125em;
}
.lutecia-youtube_note {
  text-align: center;
  margin-top: 8px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .lutecia-youtube_note {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
/* TB< */
@media (min-width: 768px) {
  .lutecia-youtube_title {
    font-size: 40px;
  }
}
.lutecia-youtube_inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
/* TB< */
@media (min-width: 768px) {
  .lutecia-youtube_inner {
    padding: 0 16px;
  }
}
.lutecia-youtube_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.25%;
  margin: 24px auto 0 auto;
  max-width: 960px;
}
/* TB< */
@media (min-width: 768px) {
  .lutecia-youtube_movie {
    margin: 46px 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;
}

@media (min-width: 768px) {
  .lutecia-gallery-youtube {
    padding-bottom: 60px;
  }
}

.lutecia-gallery-youtube_inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 40px 16px 0 16px;
}

.lutecia-gallery-youtube + .lutecia-gallery-youtube {
  padding-top: 0;
  padding-bottom: 30px;
}

/* TB< */
@media (min-width: 768px) {
  .lutecia-gallery-youtube_inner {
    padding: 0 16px 0 16px;
    margin: 0 auto;
  }
  .lutecia-gallery-youtube + .lutecia-gallery-youtube {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.lutecia-gallery-youtube_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 53%;
  margin: 24px auto 0 auto;
  max-width: 960px;
}
/* TB< */
@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 .note {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: normal;
}
.lutecia-gallery-youtube_ttl .sp_br {
  display: block;
}

.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 li {
  width: 100%;
  margin-bottom: 16px;
  background: #fff;
}

.lutecia-gallery-link .-hidden {
  display: none;
}

.lutecia-gallery-note {
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
  max-width: 960px;
}

/* TB */
@media (min-width: 768px) {
  .lutecia-gallery-link li {
    width: 49%;
    max-width: 472px;
  }
}

.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;
  }
}

.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;
  background: #fff;
}

.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;
  }
}

/* --------------------------------
	special_bnr
-------------------------------- */

.lutecia-special_bnrWrapper {
  padding: 10px 16px 0;
}

.lutecia-special_bnr {
  margin: 0 auto 40px;
  max-width: 960px;
}

.lutecia-special_bnr:last-child {
  margin-bottom: 80px;
}

/* TB & PC */
@media (min-width: 768px) {
  .lutecia-special_bnrWrapper {
    padding-top: 0;
  }

  .lutecia-special_bnr {
    margin: 0 auto 60px;
  }

  .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;
  }
}



/* --------------------------------
	Voice
-------------------------------- */
.unq-bg_white {
  background-color: #fff;
}
.l-container {
  position: relative;
}
.unq-voice_bgitem {
  background: url(../img/unq_voice_bg_sp.jpg) no-repeat top center #000;
  background-size: cover;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .unq-voice_bgitem {
    background: url(../img/unq_voice_bg_pc.jpg) no-repeat bottom center #fff;
    background-size: cover;
  }
}

.unq-voice {
  padding: 15px 15px 36px 15px;
}

@media (min-width: 768px) {
  .unq-voice {
    padding: 15px 15px 62px 15px;
  }
}

.unq-voice_ttl {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .unq-voice_ttl {
    margin-top: 40px;
  }
}
.unq-voice_lists {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1024px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .unq-voice_lists {
    margin: 40px auto 0;
  }
}

.unq-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) {
  .unq-voice_lists li:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .unq-voice_lists li {
    padding: 28px 32px;
    width: calc((100% - 48px) / 3);
  }
}
.unq-voice_list-title {
  font-size: 20px;
}
.unq-voice_list-data {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}

.unq-voice_list-text {
  font-size: 14px;
  line-height: 1.8;
}

.unq-voice_list-text .note {
  margin-top: 6px;
  font-size: 12px;
}

.unq-voice_lists li{
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.unq-voice_lists li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.unq-voice_button {
  margin-top: 20px;
}
.unq-voice_button.is-btn-hidden{
display:none;
}
.unq-voice_button button {
  background-color: #333;
color:#fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;
}

/* --------------------------------
	Social
-------------------------------- */

.l-social {
  max-width: none;
}







/* Video ------------------ */
.unq-feature_secSlide {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .unq-feature_secSlide {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    margin-top: 0;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .unq-feature_sec.-reverse .unq-feature_secSlide {
    right: inherit;
    left: 0;
    padding-right: 0;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secSlide {
    width: 57%;
    padding-left: 55px;
    padding-right: 0;
  }
  .unq-feature_sec.-reverse .unq-feature_secSlide {
    padding-left: 0;
    padding-right: 55px;
  }
}

@media (min-width: 768px) {
  .unq-feature_secSlide {
    max-height: 430px;
  }
}
@media (min-width: 1280px) {
  .unq-feature_secSlide {
    max-height: 468px;
  }
}

.unq-feature_secSlideInner {
  position: relative;
  width: 100%;
  padding-top: 79.45%;
}


.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: 0;
    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;
}


/* --------------------------------
	finance
-------------------------------- */
.fn-modal {
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 100%;
  max-width: 740px;
}

@media (max-width: 767.98px) {
  .fn-modal {
    padding: 7.4666666667vw 5.3333333333vw 0;
  }
}

.fn-modal .finance-btn {
  margin-top: 40px;
  max-width: 335px;
}

@media (max-width: 767.98px) {
  .fn-modal .finance-btn {
    margin-top: 6.9333333333vw;
    max-width: 100%;
  }
}

.fn-modal .finance-btn a {
  padding: 14px 20px;
}

@media (max-width: 767.98px) {
  .fn-modal .finance-btn a {
    padding: 3.7333333333vw 5.3333333333vw;
  }
}

.fn-modal .finance-btn .finance-btnLabel {
  font-size: 1.2rem;
}

.fn-modal .finance-btn .finance-btnNote {
  font-size: 1rem;
}

.fn-modal-heading {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .fn-modal-heading {
    flex-direction: column;
  }
}

.fn-modal-heading-img {
  width: 234px;
}

@media (max-width: 767.98px) {
  .fn-modal-heading-img {
    width: 53.3333333333vw;
  }
}

@media (min-width: 768px) {
  .fn-modal-heading-txt {
    margin-left: 27px;
  }
}

@media (max-width: 767.98px) {
  .fn-modal-heading-txt {
    margin-top: 4.2666666667vw;
  }
}

.fn-modal-heading-txt p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .fn-modal-heading-txt p {
    font-size: 3.2vw;
  }
}

.fn-modal-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .fn-modal-price {
    align-items: center;
    flex-direction: column;
    margin-top: 5.3333333333vw;
    padding: 4.8vw 0;
  }
}

.fn-modal-price .attention {
  display: flex;
  align-items: center;
  color: #b60000;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .fn-modal-price .attention {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.fn-modal-price .attention strong {
  margin: 0 5px;
  font-size: 3.6rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .fn-modal-price .attention strong {
    margin: 0 1.3333333333vw;
    font-size: 12.8vw;
  }
}

.fn-modal-price .attention span {
  color: #000;
}
@media (min-width: 768px) {
  .fn-modal-price .attention strong {
    padding-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .fn-modal-price .attention span {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .fn-modal-price .attention span {
    margin-top: 4vw;
  }
}

.fn-modal-price .fn-arrow_wrapper {
  display: flex;
}

@media (min-width: 768px) {
  .fn-modal-price .fn-arrow_wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .fn-modal-price .fn-arrow_wrapper {
    margin-top: 4vw;
  }
}

.fn-modal-price .fn-arrow {
  display: block;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
}

@media (max-width: 767.98px) {
  .fn-modal-price .fn-arrow {
    border-width: 2.6666666667vw 2.1333333333vw 0 2.1333333333vw;
    border-color: #000 transparent transparent transparent;
  }

  .fn-modal-price .fn-arrow:nth-child(n+2) {
    display: none;
  }
}

@media (min-width: 768px) {
  .fn-modal-price .fn-arrow+.fn-arrow {
    margin-left: 4px;
  }
}

.fn-modal-price-txt {
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .fn-modal-price-txt {
    font-size: 3.7333333333vw;
  }
}

.fn-modal-price-txt .rj-font {
  margin-left: 9px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .fn-modal-price-txt .rj-font {
    font-size: 5.8666666667vw;
  }
}

.fn-modal-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media (max-width: 767.98px) {
  .fn-modal-detail {
    flex-direction: column;
    margin-top: 1.3333333333vw;
  }
}

.fn-modal-detail-item {
  width: calc((100% - 80px) / 3);
}

@media (max-width: 767.98px) {
  .fn-modal-detail-item {
    width: 100%;
  }
}

.fn-modal-detail-item-child {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
}

@media (max-width: 1279.98px) {
  .fn-modal-detail-item-child {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .fn-modal-detail-item-child {
    padding: 2.6666666667vw 0;
    font-size: 3.2vw;
  }
}

.fn-modal-note {
  margin-top: 38px;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .fn-modal-note {
    margin-top: 5.0666666667vw;
    font-size: 2.6666666667vw;
  }
}

.fn-modal-note.-large {
  margin-top: 9px;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .fn-modal-note.-large {
    margin-top: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}

.fn-modal-noteList {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .fn-modal-noteList {
    margin-top: 1.8666666667vw;
  }
}

.fn-modal-noteList>li {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .fn-modal-noteList>li {
    font-size: 2.6666666667vw;
  }
}

.fn-modal-noteList>li:not(:first-child):before {
  content: "●";
}