.fv {
  background: url(../img/top/fv.jpg) no-repeat center center/cover;
  height: 100vh;
  max-height: clamp(437px, 62.5vw, 1000px);
}
@media (max-width: 768px) {
  .fv {
    background: url(../img/top/fv-sp.jpg) no-repeat center center/cover;
  }
}
.fv__inner {
  position: relative;
  height: 100%;
}
.fv__contents {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  max-width: 440px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .fv__contents {
    top: 7.5em;
    left: 5%;
    text-align: left;
    -webkit-transform: inherit;
            transform: inherit;
    width: auto;
  }
}
@media (max-width: 768px) {
  .fv__logo {
    width: 200px;
    margin-bottom: 1.25em;
  }
}
.fv__catch {
  color: #565925;
  font-size: 2.1875em;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 1.5625em;
    line-height: 1;
  }
}
.fv__contact {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
.fv__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  padding: 2rem 1rem;
  background-color: #565925;
}
@media (max-width: 768px) {
  .fv__contact a {
    font-size: 1em;
    padding: 1.25em 0.75rem;
  }
}
.fv__contact a:hover {
  opacity: 0.7;
}
.fv__contact a img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .fv__contact a img {
    width: 1.25em;
  }
}
.fv__contact a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

/* about
======================================= */
.about__inner {
  padding-top: 8.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
@media (max-width: 768px) {
  .about__inner {
    padding-top: 4.375em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.about__title {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
  display: inline-block;
}
@media (max-width: 768px) {
  .about__title {
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.about__title-en {
  font-size: 5.9375em;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .about__title-en {
    font-size: 4.0625em;
    margin-bottom: 1.25rem;
  }
}
.about__left {
  width: 58.4722vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .about__left {
    width: 89.8667%;
  }
}
.about__splide {
  position: relative;
}
.about__splide::after {
  content: "";
  display: block;
  width: 13.8889vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
  top: 0;
  right: -1px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .about__splide::after {
    display: none;
  }
}
.about__right {
  width: 401px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 2.5em;
}
@media (max-width: 768px) {
  .about__right {
    width: auto;
    padding-top: 0;
    margin-top: -2em;
    position: relative;
  }
}
.about__catch {
  font-size: 1.5em;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .about__catch {
    font-size: 1.125em;
    margin-bottom: 0.625rem;
  }
}
.about__text {
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .about__text {
    margin-bottom: 0.625rem;
  }
}

.service {
  background: rgba(226, 226, 226, 0.3019607843) url(../img/common/bg.png) no-repeat center center/cover;
}
.service__inner {
  padding-bottom: 6.25em;
}
.service__title {
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .service__title-en {
    font-size: 2.8125em;
  }
}
.service__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .service__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75em;
    margin-bottom: 1.25em;
  }
}
.service__upper-image {
  width: 320px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .service__upper-image {
    width: 300px;
  }
}
.service__upper-contents {
  width: calc(100% - 320px - 5%);
}
@media (max-width: 768px) {
  .service__upper-contents {
    width: 100%;
  }
}
.service__upper-title {
  font-size: 1.5em;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .service__upper-title {
    font-size: 1.125em;
    margin-bottom: 0.625rem;
  }
}
.service__upper-text {
  font-size: 0.875em;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25em;
  }
}
.service__item {
  width: 33.3333333333%;
  padding: 0 1.75em;
}
@media (max-width: 1024px) {
  .service__item {
    padding: 0 1em;
  }
}
@media (max-width: 768px) {
  .service__item {
    width: 100%;
    padding: 1.25em 0;
  }
}
.service__item:nth-child(2) {
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 768px) {
  .service__item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
  }
}
.service__item-title {
  font-size: 1.125em;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .service__item-title {
    font-size: 1em;
    margin-bottom: 1.25em;
  }
}
.service__item-image {
  max-width: 130px;
  margin: 0 auto 1.75em;
}
@media (max-width: 768px) {
  .service__item-image {
    margin-bottom: 0.625rem;
  }
}
.service__item-text {
  font-size: 0.875em;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.service__box {
  max-width: 700px;
  background-color: rgba(226, 226, 226, 0.4);
  border: 1px solid #565925;
  padding: 1.875em 2.667%;
  margin: 0 auto 2.5em;
}
@media (max-width: 768px) {
  .service__box {
    padding: 1.25em 0.9375em;
    margin-bottom: 1.875em;
  }
}
.service__box-title {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 0.625em;
}
.service__box-text {
  font-size: 0.75em;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.service__lower {
  text-align: center;
}
.service__lower-text {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.service__lower-text::before, .service__lower-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 1px;
  height: 15px;
  background-color: #565925;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.service__lower-text::before {
  left: -1.25em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.service__lower-text::after {
  right: -1.25em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.partner__inner {
  max-width: 1000px;
  padding-top: 6.25em;
  padding-bottom: 3.5em;
}
@media (max-width: 768px) {
  .partner__inner {
    padding-bottom: 2.5em;
  }
}
.partner__title {
  margin-bottom: 1.25em;
}
.partner__lead {
  margin-bottom: 4.375em;
}
@media (max-width: 768px) {
  .partner__lead {
    margin-bottom: 1.875em;
  }
}
.partner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875em 5%;
}
@media (max-width: 1024px) {
  .partner__list {
    gap: 1.875em 2%;
  }
}
@media (max-width: 768px) {
  .partner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.partner__item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .partner__item {
    width: 100%;
  }
}
.partner__item-title {
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 0.9375em;
}
.partner__item-image {
  margin-bottom: 1.25em;
}
.partner__item-contents-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner__item-contents-item:nth-child(n+2) {
  margin-top: 0.625em;
}
.partner__item-contents-item-title {
  border: 1px solid #565925;
  background: rgba(226, 226, 226, 0.2);
  padding: 0.5em 1em;
  font-size: 0.75em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-right: 5px;
}
.partner__item-contents-item-text {
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
}

/* products
======================================= */
.products {
  position: relative;
  z-index: 1;
}
.products__inner {
  padding-top: 3.5em;
}
@media (max-width: 768px) {
  .products__inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.products__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .products__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.875em;
  }
}
.products__cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em 2vw;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .products__cats {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.products__cat {
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 0.5em 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.products__cat.is-active {
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.products__cat:hover {
  opacity: 0.7;
}
.products__container {
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .products__container {
    margin-bottom: 2.5em;
  }
}
.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75em 2.5%;
}
@media (max-width: 768px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875em 6.2%;
  }
}
.products__item {
  cursor: pointer;
}
.products__item.is-open {
  cursor: default;
}
.products__item-image {
  margin-bottom: 1.25em;
  aspect-ratio: 1/1;
}
.products__item-info {
  display: inline-block;
  border: 1px solid #565925;
  background: rgba(226, 226, 226, 0.2);
  padding: 0.5em 1em;
  font-size: 0.75em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.products__item-title {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.products__item-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.products__item-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: 80%;
  height: 80vh;
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5em;
}
.products__item-popup-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../img/common/icons/icon_close.svg) no-repeat center center/contain;
  cursor: pointer;
}
.products__item-popup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: scroll;
}
@media (max-width: 768px) {
  .products__item-popup-inner {
    gap: 1.875em;
  }
}
.products__item-popup-contents {
  width: 65%;
}
@media (max-width: 768px) {
  .products__item-popup-contents {
    width: 100%;
  }
}
.products__item-popup-info {
  display: inline-block;
  border: 1px solid #565925;
  background: rgba(226, 226, 226, 0.2);
  padding: 0.5em 1em;
  font-size: 0.75em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.products__item-popup-title {
  font-weight: 400;
  margin-bottom: 1.25em;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.products__item-popup-text {
  font-size: 0.875em;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.products__item-popup-text ol {
  list-style-type: decimal;
}
.products__item-popup-text ul {
  list-style-type: disc;
}
.products__item-popup-text h1 {
  font-size: 2em;
}
.products__item-popup-text h2 {
  font-size: 1.5em;
}
.products__item-popup-text h3 {
  font-size: 1.25em;
}
.products__item-popup-text h4 {
  font-size: 1.125em;
}
.products__item-popup-text h5, .products__item-popup-text h6 {
  font-size: 1em;
}
.products__lower {
  text-align: center;
}
.products__lower-lead {
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .products__lower-lead {
    text-align: left;
    margin-bottom: 1.25em;
  }
}
.products__lower-text {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
.products__lower-text::before, .products__lower-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 1px;
  height: 15px;
  background-color: #565925;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.products__lower-text::before {
  left: -1.25em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.products__lower-text::after {
  right: -1.25em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (max-width: 768px) {
  .order__inner {
    padding-top: 2.5em;
  }
}
.order__title {
  margin-bottom: 3.125em;
}
.order__box:nth-child(n+2) {
  margin-top: 3.75em;
}
@media (max-width: 768px) {
  .order__box:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.order__box-title {
  font-size: 1.125em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.order__box-title span {
  display: inline-block;
  background-color: #565925;
  color: #fff;
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-left: 1.25em;
}
@media (max-width: 768px) {
  .order__box-title span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.order__box-text {
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .order__box-text {
    line-height: 1.5;
    margin-bottom: 1.25em;
  }
}
.order__box-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25em 1.875em;
}
@media (max-width: 768px) {
  .order__box-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6875em;
  }
}
.order__box-item {
  background: rgba(226, 226, 226, 0.2);
  border: 1px solid #343434;
  padding: 1.875em 0.9375em;
  position: relative;
}
.order__box-item:nth-child(5)::after, .order__box-item:last-child::after {
  display: none;
}
.order__box-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1.1em;
  width: 0.875em;
  height: 0.875em;
  border-top: 1.5px solid #343434;
  border-right: 1.5px solid #343434;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .order__box-item::after {
    display: none;
  }
}
.order__box-item-title {
  letter-spacing: 0.08em;
  margin-bottom: 0.9375em;
  line-height: 1;
}
.order__box-item-text {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.order__box-item-text .note {
  display: block;
  font-size: 0.75rem;
}

.faq {
  background: rgba(86, 89, 37, 0.05);
}
.faq__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}
@media (max-width: 768px) {
  .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875em;
  }
}
.faq__title {
  width: 124px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.faq__list {
  width: calc(100% - 124px - 5%);
  max-width: 875px;
}
@media (max-width: 768px) {
  .faq__list {
    width: 100%;
  }
}
.faq__item {
  border-top: 1px solid #E2E2E2;
  padding-bottom: 1.875em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__item {
    padding-bottom: 1.25em;
  }
}
.faq__item:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.faq__item.is-open .faq__item-question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item.is-open .faq__item-answer {
  display: block;
}
.faq__item-question-inner, .faq__item-answer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375em;
}
@media (max-width: 768px) {
  .faq__item-question-inner, .faq__item-answer-inner {
    gap: 5px;
  }
}
.faq__item-question {
  padding: 1.875em 3.5em 0 1.875em;
  position: relative;
}
@media (max-width: 768px) {
  .faq__item-question {
    padding: 1.25em 2.125em 0 0.625em;
  }
}
.faq__item-question::before, .faq__item-question::after {
  content: "";
  display: block;
  position: absolute;
  top: 3.125em;
  right: 1.875em;
  width: 21px;
  height: 1px;
  background-color: #343434;
}
@media (max-width: 768px) {
  .faq__item-question::before, .faq__item-question::after {
    top: 2.5em;
    right: 0;
    width: 15px;
  }
}
.faq__item-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__item-question .q {
  font-family: "Bodoni Moda", serif;
  font-size: 1.25em;
  color: #565925;
}
.faq__item-question .text {
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-top: 0.7em;
}
.faq__item-answer {
  padding: 1.875em 3.125em 1.875em 1.875em;
  background: rgba(226, 226, 226, 0.6);
  margin-top: 1.25em;
  display: none;
}
@media (max-width: 768px) {
  .faq__item-answer {
    padding: 1.25em 0.625em;
  }
}
.faq__item-answer .a {
  font-family: "Bodoni Moda", serif;
  font-size: 1.25em;
  color: #565925;
}
.faq__item-answer .text {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0.5em;
}