@charset "UTF-8";

#brand {
  color: #1b1b3b;
  font-family: YakuHanJP_Noto, Noto Sans JP, sans-serif;
}

.section-top--brand {
  height: 58rem;
}

.section-top--brand .section-top__box {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 110rem;
  text-align: left;
}

.section-top--brand .section-top__brand-heading {
  width: 100%;
  text-align: left;
  margin-bottom: 4.2rem;
  line-height: 1.4;
  font-size: 4.8rem;
}

.section-top--brand.vacheronconstantin .section-top__brand-heading {
  font-size: 3.8rem;
  line-height: 1.7;
}

.section-top--brand .section-top__brand-heading span {
  font-size: 5.4rem;
}

.section-top__brand-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 4.2rem;
}

.section-top__brand-point {
  width: 520px;
}

.section-top__brand-point img {
  -o-object-fit: contain;
     object-fit: contain;
}

.section-top__brand-point-copy {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-left: 4.2rem;
  padding-left: 4.2rem;
  border-left: 1px solid #fff;
}

.section-top__brand-point-copy span {
  font-size: 3.2rem;
}

/* ブランドコピー */

.section-copy__brand {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  line-height: 1.5;
  text-align: left;
  font-size: 2.4rem;
  width: 100%;
  color: #fff;
}

.section-common__heading-wrap {
  text-align: center;
  padding-top: 10rem;
}

.section-common__heading-en {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  margin-bottom: 1.6rem;
}

.section-common__heading-ja {
  font-size: 5.2rem;
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  line-height: 1.5;
}

/* breadcramb色変更 */

#brand .section-breadcrumb .list-breadcramb__item a,
#brand .section-breadcrumb .list-breadcramb__item span {
  color: #000;
}

#brand .section-breadcrumb .list-breadcramb__item:nth-of-type(n + 2):before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.7rem;
  height: 0.7rem;
  border: solid #000;
  border-width: 0.1rem 0.1rem 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 1.3rem;
  margin-top: 0.2rem;
}

#brand .section-cost {
  position: relative;
}

#brand .section-cost::before {
  content: "";
  width: 560px;
  height: 690px;
  background: url(../img/brand/brand_price_bg.png) no-repeat center center/cover;
  position: absolute;
  top: -150px;
  right: 0;
  z-index: -1;
}

#brand .article-price {
  margin-top: 4.2rem;
}

#brand .article-price + .article-price {
  margin-top: 7.3rem;
}

#brand .model-other-table {
  max-width: 1000px;
  margin-inline: auto;
}

#brand .model-other-table tbody {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#brand .model-other-table tr {
  margin: 0 10px;
  width: 47%;
  font-size: 16px;
}

#brand .model-other-table td {
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#brand .article-price__heading {
  font-size: 3rem;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  width: 110rem;
  margin: 0 auto;
}

#brand .article-price__heading small {
  font-size: 2rem;
}

#brand .article-price__copy {
  font-size: 2rem;
  line-height: 2.4;
  text-align: center;
  margin-top: 7.2rem;
}

#brand .article-price__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.2rem;
}

#brand .article-price__button a,
#brand .article-price__button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: transparent;
  color: #fff;
  background: #6d411a;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  padding: 3.2rem 4.8rem;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.article-price__buttondiv-brand {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 2.4rem 0 0;
  font-size: 2.8rem;
  color: #6d411a;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.4rem 5.2rem 0.4rem 0.6rem;
}

.article-price__buttondiv-brand::after {
  content: "";
  position: absolute;
  background: url(../img/brand/brand_pricebutton_arrow.webp) no-repeat center center/contain;
  width: 3rem;
  height: 3rem;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#brand .article-price__button a .article-price__button-brand,
#brand .article-price__button button .article-price__button-brand {
  letter-spacing: -0.1em;
}

#brand .article-price__button a.is-on,
#brand .article-price__button button.is-on {
  opacity: 0.6;
}

#brand .article-price__button-copy1 span,
#brand .article-price__button-copy2 span {
  font-size: 4.2rem;
}

#brand .article-price__button-copy2 span {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

#brand .article-price__note {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.01em;
  width: 110rem;
  margin: 0 auto;
  margin-top: 3.9rem;
}

#brand .article-price__note-heading {
  font-size: 1.8rem;
  line-height: 1.66667;
  width: 110rem;
  margin: 0 auto;
}

#brand .article-price__note-heading + .article-price__note {
  margin-top: 0.2rem;
}

#brand .article-price-table {
  width: 110rem;
  margin: 0 auto;
  margin-top: 0.8rem;
}

#brand .article-price-table__note {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  display: block;
  width: 110rem;
  margin: 0 auto;
  margin-top: 0;
}

#brand .article-price-table__note.article-price-table__note-linkTxt {
  font-size: 1.6rem;
  cursor: pointer;
}

#brand .article-price-table__inner {
  width: 100%;
}

#brand .article-price-table table {
  width: 100% !important;
  height: auto !important;
}

#brand .article-price-table__slide-notice {
  display: none;
}

#brand .article-price-table th {
  color: #fff;
  background: #1b1b3b;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  padding: 1.2rem 0.8rem;
}

#brand .article-price-table th em {
  font-size: 1.4rem;
  line-height: 1.28571;
}

#brand .article-price-table th + th {
  border-left: 1px solid #fff;
}

#brand .article-price-table tbody td {
  font-size: 1.6rem;
  line-height: 1.42857;
  vertical-align: middle;
  padding: 1rem 0.8rem 1rem 1rem;
}

#brand .article-price-table tbody td:first-of-type {
  border-right: 1px solid #fff;
}

#brand .article-price-table tbody td + td {
  border-left: 1px solid #fff;
}

#brand .article-price-table tbody td sup {
  font-size: 65%;
  vertical-align: super;
}

#brand .article-price-table tbody tr {
  background: #e8e8eb;
  border-top: 1px solid #fff;
}

#brand .article-price-table tbody tr.tr-even {
  background: #f3f3f5;
}

#brand .article-price-table--others {
  width: 90rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#brand .article-price-table--others .article-price-table__inner {
  width: 100%;
}

#brand .article-price-table--others tbody td {
  padding: 1rem;
}

#brand .article-price-table--others tbody td:first-of-type {
  border-right: none;
}

#brand .article-price-table--others tbody td + td {
  border-left: none;
}

#brand .article-price-table--others tbody tr {
  background: transparent;
  border-top: none;
}

#brand .article-brand-picture {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.7rem;
}

#brand .article-brand-picture__item {
  width: 69rem;
  height: 44rem;
}

#brand .article-brand-picture__item:nth-of-type(n + 2) {
  margin-left: 2rem;
  margin-top: 7rem;
}

#brand .article-brand-picture + .article-brand__heading {
  margin-top: 6.3rem;
}

#brand .article-brand--before-float {
  padding-bottom: 20rem;
}

#brand .article-brand--float {
  position: relative;
  background: #fff;
  width: 110rem;
  margin: -20rem auto 0;
}

#brand .article-brand__heading {
  /* font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif; */
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}

#brand .article-brand__heading span {
  letter-spacing: -0.12em;
}

#brand .article-brand__heading + .article-brand__inner {
  margin-top: 1.8rem;
}

#brand .article-brand__heading:first-child {
  margin-top: 7.7rem;
}

#brand .article-brand__inner {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  width: 110rem;
  margin: 0 auto;
}

#brand .article-brand__inner p + p {
  margin-top: 2.5em;
}

#brand .article-brand__text {
  font-size: 1.6rem;
  line-height: 2.125;
  padding-top: 2rem;
}

#brand .article-brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5.2rem auto 0;
}

#brand .article-brand-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 52.5rem;
}

#brand .article-brand-list__image {
  width: 27rem;
  height: 20rem;
}

#brand .article-brand-list__heading {
  font-size: 3rem;
  line-height: 1.33333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 27rem);
  height: 20rem;
  padding-left: 2.5rem;
}

#brand .article-brand-list__text {
  font-size: 1.4rem;
  line-height: 2.14286;
  margin-top: 2.2rem;
}

/* オーバーフローの手順 */

#brand .oh-procedure__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
  margin-top: 7.2rem;
}

#brand .oh-procedure__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 2.4rem;
}

#brand .oh-procedure__card-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#brand .oh-procedure__card-heading {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}

#brand .oh-procedure__card-text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.oh-procedure__card-heading-num {
  padding-right: 1.8rem;
}

#brand .oh-procedure__card-img {
  width: 264px;
}

#brand .oh-procedure__item:not(:last-child)::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #1b1b3b;
  /* 青い三角形の色 */
  margin-top: 16px;
  /* 三角形と要素との間隔 */
}

/* ↑オーバーフローの手順 */

/* ブランドの豆知識 */

.trivia-section__top {
  padding-top: 8.8rem;
  color: #fff;
}

.heading-common__border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
}

.trivia-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trivia-heading__title {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  /* word-break: keep-all; */
}

.trivia-subtitle {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 2.4rem;
  line-height: 1.5;
}

.trivia-title {
  font-size: 5.4rem;
  line-height: 1.5;
}

.trivia-heading__title.brand__heading-font {
  font-size: 4.7rem;
}

.trivia-heading__image-right {
  position: absolute;
  right: calc((100% - 1100px) / 2);
  margin: 0;
  display: inline-block;
  height: 135px;
  -webkit-mask-image: radial-gradient(circle, white 70%, transparent 100%);
  mask-image: radial-gradient(circle, white 70%, transparent 100%);
}

.trivia-heading__image-right::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(27, 27, 59)), color-stop(30%, rgba(27, 27, 59, 0.587272409)), color-stop(39%, rgba(27, 27, 59, 0.3211659664)));
  background: linear-gradient(90deg, rgb(27, 27, 59) 0%, rgba(27, 27, 59, 0.587272409) 30%, rgba(27, 27, 59, 0.3211659664) 39%);
}

.trivia-explain {
  padding-top: 5.2rem;
}

.section-trivia-model {
  background-color: #442b07;
}

.trivia-model__article {
  background-color: #fff;
  padding: 7.2rem 4.2rem 4.2rem;
}

.trivia-model__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: flex-stat;
      align-content: flex-stat;
  gap: 5rem;
  margin-bottom: 5.2rem;
}

.trivia-model__detail-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.trivia-model__detail-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.trivia-model__detail-item-image {
  /*   width: 47%; */
  width: 27rem;
  height: 20rem;
}

.trivia-model__detail-item-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 68%;
}

#brand .trivia-model__detail-item-exp .article-brand-list__text {
  font-size: 1.3rem;
}

#brand .article-brand-list__heading.__heading-indention-no {
  width: 100%;
  height: auto;
  padding: 0;
}

/* 代表的なモデル */

#brand .trivia-model__heading {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  padding-top: 0;
  font-size: 3.6rem;
  text-align: center;
}

#brand .article-brand__heading.trivia-model__heading-left {
  text-align: left;
}

/* ブランドオーバーホール料金一覧 */

#brand .brand-oh-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

#brand .brand-oh-price .brand-oh-price__linktag {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -1px;
  border: 1px solid #e8e8eb;
  padding: 2.4rem 6rem;
  color: #fff;
  background-color: #1b1b3b;
  text-decoration: none;
  position: relative;
}

#brand .brand-oh-price .brand-oh-price__linktag::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 1em;
}

.trivia-explain .highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #800020));
  background: linear-gradient(transparent 70%, #800020 0%);
  line-height: 1.3em;
}

/* ブランドページ */

/* 費用 */

#brand .article-price-table__note.price-table__note-left {
  text-align: left;
}

/* 保証について */

.guarantee-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 8.4rem;
  gap: 6rem;
  margin-top: 7.2rem;
}

.guarantee-image__card--wrap {
  width: 240px;
}

.guarantee-heading__text-wrap {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.guarantee-heading__text {
  font-size: 3.6rem;
  line-height: 1.4;
}

.guarantee-heading__subtext {
  font-size: 2.4rem;
  padding-right: 3rem;
  line-height: 1.4;
}

.guarantee-item {
  padding-left: 5.3rem;
}

.guarantee-item__list {
  list-style-type: disc;
}

/* FAQ */

.list-faq {
  margin-top: 4.8rem;
}

.list-faq__item {
  background: #fff;
  -webkit-transition: margin 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: margin 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border: 1px solid #000;
  -webkit-box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.2);
}

.list-faq__item:nth-of-type(n + 2) {
  margin-top: 3rem;
}

.list-faq__item.is-close {
  background: transparent;
  margin-bottom: 0;
}

.list-faq__item.is-close .list-faq__mark:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list-faq__item.is-close .list-faq__mark:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list-faq__item.is-close .list-faq__body {
  height: 0 !important;
}

.list-faq__item.is-close .list-faq__inner {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.list-faq__head-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.list-faq__head-box.is-on {
  opacity: 0.7;
}

.list-faq__heading {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  width: calc(100% - 6.6rem);
  padding: 2.4rem 0 2rem;
  padding-right: 3rem;
}

.list-faq__mark {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.2rem;
  height: 100%;
  background: #51504f;
  height: 4.2rem;
  border-radius: 50%;
  margin-right: 2.4rem;
}

.list-faq__mark:before,
.list-faq__mark:after {
  display: block;
  content: "";
  background: #fff;
  width: 1.4rem;
  height: 0.2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.list-faq__mark:after {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.7rem);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list-faq__body {
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: height 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.list-faq__inner {
  padding: 0 0 1.4rem;
  -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.list-faq__heading,
.list-faq__text {
  position: relative;
  padding-left: 6.8rem;
}

.list-faq__text {
  font-size: 1.6rem;
  line-height: 2.125;
  letter-spacing: -0.01em;
  padding: 1.2rem 6.5rem 0 6.8rem;
}

.list-faq__text a {
  text-underline-offset: 0.2em;
  text-decoration: underline;
}

.list-faq__text a.is-on {
  text-decoration: none;
}

.list-faq__heading:before,
.list-faq__text:before {
  font-family: YakuHanMP_Noto, tsuku, Noto Serif JP, serif;
  color: #1b1b3b;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.2rem;
  height: 7rem;
  padding-bottom: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-faq__heading:before {
  content: "Q";
  top: -0.2rem;
}

.list-faq__text:before {
  content: "A";
  top: -0.4rem;
}

.list-faq__text span {
  display: inline-block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.5rem;
}

.list-faq__text span:first-child {
  margin-top: 0;
}

.list-faq__text span span {
  margin-top: 0;
}

.list-faq__text small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.83333;
  width: 100%;
  margin-top: 2rem;
}

.list-faq__text small span {
  margin-top: 0;
}

.list-faq--faq {
  margin-top: 3.2rem;
}

/* linebtn */

.section-common__button.button-common.button-common--line a {
  font-size: 2rem;
}

.repair-example-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f5;
  border-radius: 12px;
  padding: 12px;
  gap: 32px;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
}

.repair-example-preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.repair-example-preview__inner .repair-details {
  width: 100%;
}

.repair-example-preview .list-before-after__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
  margin-bottom: 12px;
}

.repair-example-preview .list-before-after__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #0066cc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.repair-example-preview__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
}

.repair-example-preview__image img {
  width: 100%;
}

.repair-example-preview__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.repair-example-preview__thumbnails img {
  width: 72px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.repair-example-preview__content {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 320px;
}

.repair-example-preview__title {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
}

.repair-example-preview__details {
  background: #fff;
  border-radius: 8px;
  padding: 12px 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
  line-height: 1.5;
}

.repair-example-preview__details dt {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.repair-example-preview__details dd {
  margin: 0;
}

.repair-example-preview__details tr {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

.repair-example-preview__details .total-row {
  border-bottom: none;
  width: 100%;
}

.repair-example-preview__details th {
  text-align: left;
}

.repair-example-preview__details td {
  text-align: right;
}

.repair-example-preview__details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
}

.repair-example-preview__details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
  font-size: 1.1rem;
}

.repair-example-preview__details ul li:last-child {
  border-bottom: none;
}

.repair-example-preview__total {
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: #222;
  margin-top: 8px;
}

.repair-example-preview__button .btn-impact {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #22253a;
  color: #fff;
  font-size: 1.1rem;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  position: relative;
}

.repair-example-preview__button .btn-impact::after {
  content: ">";
  margin-left: 12px;
  font-size: 1.2em;
  vertical-align: middle;
}

.repair-example-preview__button .btn-impact:hover {
  background: #44476a;
}

.repair-example-preview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.repair-example-preview {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

@media screen and (min-width: 769px) {
  #brand .article-brand--float:before {
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    right: calc(50% - (100vw - 6rem) / 2);
    top: 0;
    display: block;
    width: calc((100vw - 6rem) / 2 + (100vw - 6rem) / 2 / 930 * 768);
    min-width: calc(100% + 14rem);
    height: 100%;
  }

  #brand .article-brand-list__item:nth-of-type(n + 3) {
    margin-top: 4.2rem;
  }
}

@media (max-width: 900px) {
  .repair-example-preview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .repair-example-preview {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-top--brand {
    height: 100rem;
  }

  .section-top--brand .section-top__box {
    padding: 0 5%;
  }

  .section-top--brand .section-top__brand-heading {
    font-size: 5.6vw;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 32px;
  }

  .section-top--brand.vacheronconstantin .section-top__brand-heading {
    font-size: 6vw;
  }

  .section-top__brand-points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .section-top__brand-point {
    width: 100%;
  }

  .section-top__brand-point-copy {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 3.2vw;
    margin-top: 16px;
  }

  .section-top__brand-point-copy span {
    font-size: 110%;
  }

  .section-copy__brand {
    padding: 2.4rem 4rem;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
  }

  /* heading */

  .section-common__heading-wrap {
    padding-top: 30px;
  }

  .section-common__heading-en {
    font-size: 16px;
    margin-bottom: 2.4rem;
  }

  #brand .section-cost::before {
    width: 220px;
    height: 270px;
    top: -30px;
  }

  #brand .article-price + .article-price {
    margin-top: 12rem;
  }

  #brand .model-other-table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #brand .model-other-table tr {
    margin: 5px 0;
    width: 100%;
    font-size: 12px;
  }

  #brand .article-price__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.8rem;
    line-height: 1.25;
    width: 70.8rem;
  }

  #brand .article-price__heading small {
    font-size: 3.2rem;
    margin-top: 1rem;
  }

  #brand .article-price__copy {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 20px 5%;
  }

  #brand .article-price__button {
    margin-top: 6rem;
  }

  #brand .article-price__button a,
  #brand .article-price__button button {
    font-size: 3rem;
    line-height: 1.46667;
    font-weight: 400;
    text-align: center;
    width: 70.8rem;
  }

  #brand .article-price__button-copy1,
  #brand .article-price__button-copy2 {
    font-size: 2.8rem;
  }

  #brand .article-price__button-copy1 span,
  #brand .article-price__button-copy2 span {
    font-size: 3.2rem;
  }

  #brand .article-price__button-copy2 span {
    padding-bottom: 4px;
  }

  #brand .article-price__note {
    font-size: 2.2rem;
    line-height: 1.54545;
    width: 70.8rem;
    margin-top: 4.2rem;
  }

  #brand .article-price ol.article-price__note li {
    text-indent: -1.75em;
    padding-left: 1.75em;
  }

  #brand .article-price__note-heading {
    font-size: 2.8rem;
    line-height: 1.78571;
    width: 70.8rem;
  }

  #brand .article-price__note-heading + .article-price__note {
    line-height: 2;
  }

  #brand .article-price-table {
    width: 100%;
    margin-top: 3rem;
  }

  #brand .article-price-table.is-on .article-price-table__slide-notice {
    opacity: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }

  #brand .article-price-table__note {
    font-size: 2rem;
    text-align: left;
    width: 70.8rem;
  }

  #brand .article-price-table__note {
    font-size: 2rem;
    text-align: right;
    width: 70.8rem;
  }

  #brand .article-price-table__note.article-price-table__note-linkTxt {
    font-size: 2.2rem;
  }

  .article-price-table__note-pdf {
    display: inline-block;
  }

  .article-price-table__note-pdf img {
    display: inline-block;
    width: 15px;
    vertical-align: top;
  }

  #brand .article-price-table__inner {
    width: 226rem;
    padding: 0 3rem 6rem;
  }

  .article-price-table__inner-new {
    /*     width: 226rem; */
    width: 70.8rem !important;
    /*     padding: 0 3rem 6rem; */
    padding: 0 3rem 1rem;
  }

  #brand .article-price-table table {
    width: 220rem !important;
  }

  #brand .article-price-table.article-price-table-new table {
    /*     width: 220rem !important; */
    width: 70.8rem !important;
  }

  #brand .article-price-table__slide-notice {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    position: sticky;
    left: 13.4rem;
    top: calc(10% + 25rem);
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center;
    width: 50rem;
    height: 8rem;
    border-radius: 4rem;
    padding-bottom: 0;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s;
    transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s;
  }

  #brand .article-price-table__slide-notice .icon-arrow {
    position: relative;
    background: #fff;
    width: 20rem;
    height: 0.2rem;
    margin: 0.9rem 0 2.1rem;
  }

  #brand .article-price-table__slide-notice .icon-arrow:before,
  #brand .article-price-table__slide-notice .icon-arrow:after {
    content: "";
    position: absolute;
    top: 0.1rem;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1.3rem;
    height: 1.3rem;
    border: solid #fff;
  }

  #brand .article-price-table__slide-notice .icon-arrow:before {
    left: -0.1rem;
    border-width: 0.25rem 0 0 0.25rem;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #brand .article-price-table__slide-notice .icon-arrow:after {
    right: -0.1rem;
    border-width: 0.25rem 0.25rem 0 0;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #brand .article-price-table th {
    font-size: 2.6rem;
    line-height: 1.875;
    padding: 2rem 0.8rem;
  }

  #brand .article-price-table th em {
    font-size: 2.6rem;
    line-height: 1.28571;
  }

  #brand .article-price-table tbody td {
    font-size: 12px;
    line-height: 1.28571;
    /*     padding: 2.4rem 1rem 2.4rem 2.4rem; */
    padding: 1rem;
  }

  #brand .article-price-table--others {
    width: 100%;
    margin-top: 3rem;
  }

  #brand .article-price-table--others .article-price-table__inner {
    width: 100%;
    padding: 0;
  }

  #brand .article-price-table--others table {
    width: 100% !important;
  }

  #brand .article-price-table--others tbody td {
    display: block;
    padding: 1.8rem;
  }

  #brand .article-price-table--others tbody tr {
    display: block;
  }

  #brand .article-brand-picture__item {
    width: 35.4rem;
    height: 22.6rem;
  }

  #brand .article-brand-picture__item:nth-of-type(n + 2) {
    margin-left: 2rem;
    margin-top: 4rem;
  }

  #brand .article-brand--before-float {
    padding-bottom: 40rem;
  }

  #brand .article-brand--float {
    width: 70.8rem;
    margin: -42rem auto 0;
  }

  #brand .article-brand__heading {
    font-size: 5.4rem;
    line-height: 1.48148;
  }

  #brand .article-brand__heading:first-child {
    margin-top: 8.6rem;
  }

  #brand .article-brand__inner {
    font-size: 3rem;
    line-height: 2;
    width: 70.8rem;
  }

  #brand .article-brand__inner p + p {
    margin-top: 2em;
  }

  #brand .article-brand__text {
    font-size: 3rem;
    line-height: 2;
    padding: 2rem 0rem 0;
  }

  #brand .article-brand-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #brand .article-brand-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }

  #brand .article-brand-list__item:nth-of-type(n + 2) {
    margin-top: 6rem;
  }

  #brand .article-brand-list__image {
    width: 54.7rem;
    height: 40.5rem;
    margin: 0 auto;
  }

  #brand .article-brand-list__heading {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 2.4rem;
  }

  #brand .article-brand-list__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 1rem;
  }

  #brand .section-common__heading {
    padding-top: 30px;
  }

  #brand .oh-procedure__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.2rem;
  }

  #brand .oh-procedure__card-img {
    width: 100%;
  }

  #brand .oh-procedure__card-heading {
    font-size: 20px;
  }

  #brand .oh-procedure__card-text {
    font-size: 14px;
  }

  .trivia-section__top {
    padding-top: 13.2rem;
  }

  .trivia-heading__title {
    font-size: 4.5rem;
    padding-left: 2rem;
  }

  .trivia-heading__title.brand__heading-font {
    font-size: 4.5rem;
    line-height: 1.2;
  }

  .trivia-heading__image-right {
    height: 100px;
    right: 0;
  }

  .trivia-heading__image-right::after {
    right: 1px;
  }

  #brand .article-brand-list.trivia-model__detail-list {
    width: 100%;
  }

  .trivia-model__detail-item-image {
    width: 100%;
    height: 40.5rem;
    margin: 0 auto;
  }

  .trivia-model__detail-item-exp {
    width: 100%;
  }

  #brand .trivia-model__detail-item-exp .article-brand-list__text {
    font-size: 3rem;
  }

  #brand .trivia-model__heading {
    font-size: 24px;
    line-height: 1.5;
  }

  #brand .article-brand-list__heading.article-brand-list__heading-sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #brand .brand-oh-price {
    margin-top: 20px;
  }

  #brand .brand-oh-price .brand-oh-price__linktag {
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 1.2rem 7.2rem 1.2rem 2.4rem;
  }

  #brand .brand-oh-price .brand-oh-price__linktag::after {
    right: 12px;
  }

  .article-price-table__note-pdf img {
    width: 20px;
  }

  .section-top--brand.vacheronconstantin .section-top__brand-heading .brand-narrow {
    font-size: 5.3rem;
  }

  .guarantee-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: initial;
    gap: 3rem;
    padding: 0;
  }

  .guarantee-heading__text-wrap {
    text-align: center;
    color: #fff;
  }

  .guarantee-heading__subtext {
    padding: 0;
  }

  .guarantee-heading__text {
    font-size: 20px;
  }

  .guarantee-heading__subtext {
    font-size: 16px;
  }

  .guarantee-item__list {
    font-size: 2.2rem;
  }

  .list-faq {
    margin-top: 6.8rem;
  }

  .list-faq__head-box {
    min-height: 10rem;
  }

  .list-faq__heading {
    font-size: 3rem;
    line-height: 1.8;
    width: calc(100% - 8.2rem);
    padding: 2.2rem 0;
    padding-right: 2.5rem;
  }

  .list-faq__mark:before,
  .list-faq__mark:after {
    width: 2.4rem;
    height: 0.3rem;
  }

  .list-faq__mark:after {
    top: calc(50% - 0.15rem);
    left: calc(50% - 1.2rem);
  }

  .list-faq__inner {
    padding: 0 0 3rem;
  }

  .list-faq__heading,
  .list-faq__text {
    padding-left: 7.8rem;
  }

  .list-faq__text {
    font-size: 3rem;
    line-height: 1.8;
    padding: 1.2rem 3rem 0 7.8rem;
  }

  .list-faq__heading:before,
  .list-faq__text:before {
    font-size: 5rem;
    font-weight: 300;
    width: 7.8rem;
    height: 10rem;
    padding-top: 0.6rem;
  }

  .list-faq__heading:before {
    height: 100%;
  }

  .list-faq__text:before {
    top: -1.2rem;
  }

  .list-faq__text small {
    font-size: 2.4rem;
    line-height: 1.66667;
  }

  .list-faq--faq {
    margin-top: 5rem;
  }

  .section-common__button.button-common.button-common--line a {
    font-size: 16px;
  }

  .repair-example-preview__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .repair-example-preview__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }

  .repair-example-preview__details dt {
    font-size: 16px;
  }

  .repair-example-preview__details dd {
    font-size: 16px;
  }

  .repair-example-preview__button .btn-impact {
    font-size: 16px;
  }

  .repair-example-preview-list {
    margin: 0px 20px;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .repair-example-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    gap: 16px;
  }

  .repair-example-preview__image,
  .repair-example-preview__content {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .repair-example-preview__button {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .trivia-heading__image-right {
    height: 79px;
  }
}
/*# sourceMappingURL=brand.css.map */