html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 1.6rem;
  color: #f1f1f1;
  background-color: #111111;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-48 {
  margin-top: 4.8rem;
}

.mt-64 {
  margin-top: 6.4rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.pt-8 {
  padding-top: 0.8rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-48 {
  padding-top: 4.8rem;
}

.pt-64 {
  padding-top: 6.4rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 0.8rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pb-48 {
  padding-bottom: 4.8rem;
}

.pb-64 {
  padding-bottom: 6.4rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.text-muted {
  color: #dddddd !important;
}

.text-secondary {
  color: #dddddd !important;
}

.bg-light {
  background-color: #111111 !important;
}

.bg-white {
  background-color: #1a1a1a !important;
}

.p-section {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .p-section {
    padding: 6.4rem 0;
  }
}

.c-section-header__en {
  display: block;
  font-size: 1.6rem;
  color: #aa8f6e;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
.c-section-header__ja {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-section-header__ja {
    font-size: 2.8rem;
  }
}

.c-section-title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-section-title__sub {
  display: block;
  font-size: 1.6rem;
  color: #f1f1f1;
  font-weight: 700;
  margin-top: 1.6rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
  padding: 3.2rem 4%;
}
.l-header.is-scrolled {
  background-color: rgba(17, 17, 17, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 1.6rem 4%;
}
.l-header.is-scrolled .p-header__nav a,
.l-header.is-scrolled .p-header__logo a {
  color: #f1f1f1;
  text-shadow: none;
}
.l-header .p-header__logo a {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header .p-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(17, 17, 17, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 990;
  }
  .l-header .p-header__nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header .p-header__nav ul {
    flex-direction: column;
    align-items: center;
    gap: 4rem !important;
  }
  .l-header .p-header__nav a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .l-header .p-header__nav ul {
    gap: 3.2rem !important;
  }
}
.l-header .p-header__nav a {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: relative;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header .p-header__nav a {
    font-size: 2.4rem;
  }
}
.l-header .p-header__nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #aa8f6e;
  transition: width 0.3s ease;
}
.l-header .p-header__nav a:hover::after {
  width: 100%;
}
.l-header .p-header__hamburger {
  position: relative;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 0;
  margin-left: auto;
}
.l-header .p-header__hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  display: block;
}
.l-header .p-header__hamburger span:nth-child(1) {
  top: calc(50% - 8px);
}
.l-header .p-header__hamburger span:nth-child(2) {
  top: 50%;
}
.l-header .p-header__hamburger span:nth-child(3) {
  top: calc(50% + 8px);
}
.l-header .p-header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .p-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header .p-header__hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-footer {
  background-color: #111111;
  color: #ffffff;
  padding: 6.4rem 0 3.2rem;
}
.p-footer__logo {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-footer a {
  color: #ffffff;
  position: relative;
  padding-bottom: 2px;
}
.p-footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #aa8f6e;
  transition: width 0.3s ease;
}
.p-footer a:hover {
  opacity: 1;
}
.p-footer a:hover::after {
  width: 100%;
}
.p-footer__sns img {
  width: 36px;
  height: 36px;
}
.p-footer__sns svg {
  transition: color 0.3s ease;
}
.p-footer__sns a:hover {
  opacity: 1;
}
.p-footer__sns a:hover svg {
  color: #aa8f6e;
}
.p-footer__sns a:hover::after {
  display: none;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 4.8rem;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  min-width: 240px;
}
.c-btn--primary {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}
.c-btn--primary:hover {
  background-color: transparent;
  color: #ffffff;
}
.c-btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.c-btn--secondary:hover {
  background-color: #ffffff;
  color: #111111;
}
.c-btn--accent {
  background-color: #aa8f6e;
  color: #ffffff;
  border: 1px solid #aa8f6e;
}
.c-btn--accent:hover {
  background-color: rgb(144.3695652174, 117.4869565217, 84.6304347826);
  border-color: rgb(144.3695652174, 117.4869565217, 84.6304347826);
}
.c-btn--outline {
  background-color: transparent;
  color: #aa8f6e;
  border: 1px solid #aa8f6e;
}
.c-btn--outline:hover {
  background-color: #aa8f6e;
  color: #ffffff;
}
.c-btn--outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.c-btn--outline-white:hover {
  background-color: #ffffff;
  color: #111111;
}

.p-home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .p-home-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}
.p-home-gallery__item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.p-home-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.p-home-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
  pointer-events: none;
}
.p-home-gallery__item:hover img {
  transform: scale(1.05);
}
.p-home-gallery__item:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.p-home-gallery__instagram-copy {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f1f1f1;
}
.p-home-gallery__instagram-btn {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  padding: 12px 32px 12px 24px;
  text-decoration: none;
  color: #f1f1f1;
  transition: all 0.3s ease;
}
.p-home-gallery__instagram-btn:hover {
  background-color: #f1f1f1;
  color: #ffffff;
  opacity: 1;
}
.p-home-gallery__instagram-btn:hover .p-home-gallery__instagram-icon img {
  filter: invert(1);
}
.p-home-gallery__instagram-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-home-gallery__instagram-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}
.p-home-gallery__instagram-text {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.p-gallery-modal.is-active {
  display: flex;
}
.p-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.p-gallery-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-gallery-modal__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-gallery-modal__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.p-gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 2;
}
.p-gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-gallery-modal__nav--prev {
  left: 0;
}
@media (min-width: 768px) {
  .p-gallery-modal__nav--prev {
    left: -80px;
  }
}
.p-gallery-modal__nav--next {
  right: 0;
}
@media (min-width: 768px) {
  .p-gallery-modal__nav--next {
    right: -80px;
  }
}
.p-gallery-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
@media (min-width: 768px) {
  .p-gallery-modal__close {
    top: -48px;
    right: -48px;
  }
}
.p-gallery-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.p-gallery-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-gallery-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-gallery-modal__close:hover span {
  background-color: #ccc;
}

.p-home-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/rzv_mv.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-home-hero__content {
  color: #ffffff;
}
.p-home-hero__title-en {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .p-home-hero__title-en {
    font-size: 3.6rem;
  }
}
.p-home-hero__title-ja {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.p-home-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  margin-top: 8px;
  animation: scrollIndicator 1.5s ease-in-out infinite;
  transform-origin: top;
}

@keyframes scrollIndicator {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: translateY(15px) scaleY(0);
    opacity: 0;
  }
}
.p-home-about {
  padding: 120px 0;
}
.p-home-about__text p {
  color: #f1f1f1;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.p-home-about__image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 40px;
}
.p-home-about__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-about__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(170, 143, 110, 0.05);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.p-home-cars-intro {
  background-color: #333333;
  padding: 6.4rem 0;
  padding-bottom: 120px;
}
.p-home-cars-intro__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #f1f1f1;
}

.p-home-vehicles {
  background-color: #1a1a1a;
  padding: 120px 0;
}

.p-home-vehicle-item__title {
  font-size: 4.8rem;
  font-weight: 700;
  color: #f1f1f1;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", Arial, sans-serif;
  margin-bottom: 0.8rem;
}
.p-home-vehicle-item__subtitle {
  font-size: 1.6rem;
  color: #f1f1f1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-home-vehicle-item__desc {
  color: #f1f1f1;
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.p-home-vehicle-item__features li {
  margin-bottom: 1.2rem;
  position: relative;
  color: #f1f1f1;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-home-vehicle-item__image {
  position: relative;
  overflow: hidden;
}
.p-home-vehicle-item__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
.p-home-vehicle-item__image:hover img {
  transform: scale(1.05);
}

.p-home-concept {
  padding: 120px 0;
}
.p-home-concept-card {
  transition: transform 0.3s ease;
}
.p-home-concept-card:hover {
  transform: translateY(-5px);
}
.p-home-concept-card__image {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.p-home-concept-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
.p-home-concept-card:hover .p-home-concept-card__image img {
  transform: scale(1.05);
}

.p-home-image-break {
  width: 100%;
  overflow: hidden;
}
.p-home-image-break__carousel {
  width: 100%;
  overflow: hidden;
}
.p-home-image-break__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.p-home-image-break__item {
  width: 20vw;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-home-image-break__item {
    width: 33.3333333333vw;
  }
}
.p-home-image-break img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-home-contact-banner {
  background-color: #111111;
  padding: 80px 0;
}
.p-home-contact-banner h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-home-company {
  padding: 120px 0;
}
.p-home-company__box {
  background-color: #1a1a1a;
  padding: 60px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .p-home-company__box {
    padding: 40px 20px;
  }
}
.p-home-company__table {
  margin-bottom: 60px !important;
  border-color: transparent;
}
.p-home-company__table tbody {
  border-top: 1px solid #e0e0e0;
}
.p-home-company__table th,
.p-home-company__table td {
  padding: 24px 0;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent !important;
  border-top: none !important;
  box-shadow: none !important;
}
.p-home-company__table th {
  width: 30%;
  color: #f1f1f1;
  font-weight: 700;
  font-size: 1.6rem;
  border-right: none;
}
@media (max-width: 768px) {
  .p-home-company__table th {
    width: 100%;
    display: block;
    padding-bottom: 8px;
    border-bottom: none;
  }
}
.p-home-company__table td {
  line-height: 1.8;
  color: #f1f1f1;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-home-company__table td {
    display: block;
    padding-top: 0;
  }
}
.p-home-company__philosophy-title {
  font-size: 2rem;
  font-weight: 700;
  color: #f1f1f1;
  margin-bottom: 32px;
}
.p-home-company__philosophy-item {
  margin-bottom: 24px;
}
.p-home-company__philosophy-item:last-child {
  margin-bottom: 0;
}
.p-home-company__philosophy-item p {
  font-size: 1.5rem;
  color: #f1f1f1;
  line-height: 1.8;
  margin-bottom: 0;
}

.p-home-price {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p-home-price {
    padding: 80px 0;
  }
}
.p-home-price-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.p-home-price-card__title {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 2.8rem;
  color: #a18866;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-home-price-card__subtitle {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-home-price-card__price {
  font-size: 2.4rem;
  color: #f1f1f1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-home-price-card__price span {
  font-size: 4rem;
  margin: 0 4px;
  font-family: "Noto Sans JP", Arial, sans-serif;
}
.p-home-price-card__table {
  width: 100%;
  border-collapse: collapse;
}
.p-home-price-card__table th,
.p-home-price-card__table td {
  padding: 8px 0;
  font-size: 1.4rem;
  color: #f1f1f1;
  border-bottom: 1px dotted #e0e0e0;
}
.p-home-price-card__table tr:last-child th,
.p-home-price-card__table tr:last-child td {
  border-bottom: none;
}
.p-home-price-card__table th {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  width: 65%;
}
.p-home-price-card__table th span {
  color: #a18866;
  margin-right: 8px;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-home-price-card__table td {
  text-align: right;
  font-weight: bold;
  vertical-align: middle;
  width: 35%;
}
.p-home-price-option {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.p-home-flow {
  padding: 120px 0;
}
.p-home-flow-step {
  background-color: #1a1a1a;
  padding: 3.2rem 4.8rem;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.p-home-flow-step__number {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  background-color: #aa8f6e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}
.p-home-flow-step__text h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #f1f1f1;
  letter-spacing: 0.1em;
}
.p-home-flow-step__text p {
  font-size: 1.5rem;
  color: #f1f1f1;
  line-height: 1.8;
}

.p-home-contact {
  padding: 120px 0;
}

.p-contact-form .form-label {
  font-weight: 700;
  color: #f1f1f1;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.p-contact-form .form-control,
.p-contact-form .form-select {
  border: 1px solid #333333;
  padding: 1.6rem;
  border-radius: 2px;
  background-color: #1a1a1a;
  font-size: 1.5rem;
  color: #ffffff;
}
.p-contact-form .form-control::-moz-placeholder, .p-contact-form .form-select::-moz-placeholder {
  color: #777777;
}
.p-contact-form .form-control::placeholder,
.p-contact-form .form-select::placeholder {
  color: #777777;
}
.p-contact-form .form-control:focus,
.p-contact-form .form-select:focus {
  border-color: #aa8f6e;
  box-shadow: 0 0 0 0.2rem rgba(170, 143, 110, 0.25);
}/*# sourceMappingURL=style.css.map */