/* ========================================
   CSS変数（グローバル）
   ======================================== */
:root {
  /* Color */
  --color-white: #fff;
  --color-black: #0c090d;
  --color-black-60: #606283;
  --color-black-40: #9394a1;
  --color-black-20: #e5e6e9;
  --color-black-10: #f3f5fb;
  --color-primary: #e43b68;
  --color-primary-light: #fc7e9f;
  --color-footer: #6a6c7c;

  /* Gradation */
  --gradation-primary: linear-gradient(90deg, #ff8fad 0%, #92a3ff 100%);
}

/* ========================================
   基本スタイル
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /**
     * 主要ブラウザのデフォルトフォントサイズは16pxなので、1rem=16px
     * スマホ版を見据えてremでサイズ指定したいので、10/16(0.625)することで、1rem=10pxにする。
     * 12px = 1.2rem
     * 16px = 1.6rem
     * 20px = 2rem ...
     */
  font-size: 62.5%;

  /** default font-style */
  font-family: "Noto Sans JP", serif;
  color: var(--color-black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  z-index: -3;
}

main {
  width: 100%;
}

section {
  position: relative;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

img {
  object-fit: contain;
}

.common-br {
  display: none;
}

@media screen and (max-width: 991px) {
  .common-br {
    display: block;
  }
}

.ftg-fv {
  width: 100%;
  max-height: 70rem;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.7) 90%,
      rgba(255, 255, 255, 1) 100%
    ),
    url("/assets/images/fv-bg.webp") no-repeat left;
  background-size: auto;
}

.ftg-fv-title {
  padding: 6.2rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .ftg-fv-title {
    padding: 2.2rem 0.5rem 0.9rem;
  }
}

.ftg-first-view-image {
  width: 100%;
  max-width: 104rem;
}

.ftg-about {
  padding: 4rem 0 16rem;
}

.ftg-about-wrapper {
  display: flex;
  justify-content: center;
  gap: 9rem;
}

.ftg-about-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #606283;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
}

.ftg-about-heading::after {
  content: "";
  display: block;
  width: calc(50vw + 100% + 4.4rem);
  height: 2.1rem;
  background: url("/assets/images/separator10.webp") no-repeat right;
  background-size: contain;
  position: absolute;
  bottom: 0.5rem;
  right: -4.4rem;
}

.ftg-about-image img {
  width: 100%;
  max-width: 61.55rem;
}

.ftg-about-heading-large {
  font-size: 6rem;
}

.ftg-about-desc {
  width: 100%;
  max-width: 69.7rem;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .ftg-about {
    padding: 0 0 6rem;
  }

  .ftg-about-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .ftg-about-heading {
    font-family: "Shippori Mincho", serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #606283;
    position: relative;
    padding-bottom: 1.6rem;
    margin-left: 1.6rem;
    margin-bottom: 0.8rem;
  }

  .ftg-about-heading::after {
    content: "";
    display: block;
    width: 82%;
    height: 1.6rem;
    background-size: auto 100%;
    bottom: 0.5rem;
    left: -1.6rem;
  }

  .ftg-about-image img {
    max-width: 100%;
    padding: 0 2rem 0 1.4rem;
  }

  .ftg-about-heading-large {
    font-size: 3.2rem;
  }

  .ftg-about-desc {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
}

.ftg-diff {
  position: relative;
  padding-bottom: 8.7rem;
}

.ftg-diff::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/background-sparkle.webp") no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}

.ftg-diff-container {
  width: 100%;
  max-width: 86rem;
  height: fit-content;
  background: url("/assets/images/border.webp") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0px 0px 20px 0px #58585c14;
  border-radius: 1rem;
  text-align: center;
  margin: 0 auto;
  padding: 7rem 3rem 6.6rem;
}

.ftg-diff-image {
  margin-bottom: 1.8rem;
}

.ftg-diff-image img {
  width: 41.218rem;
  height: 22.15rem;
}

.ftg-diff-heading {
  width: 100%;
  max-width: 50.4rem;
  font-family: "Shippori Mincho", serif;
  background-color: #fc7e9f;
  padding: 0.5rem 5rem;
  border-radius: 6rem;
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto 2.45rem;
}

.ftg-diff-heading-small {
  font-size: 2rem;
}

.ftg-diff-desc {
  width: 100%;
  max-width: 68rem;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto;
  text-align: left;
  color: var(--color-black);
}

.ftg-diff-desc span {
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .ftg-diff {
    padding: 0 1.6rem 8.7rem;
  }

  .ftg-diff::after {
    content: "";
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/background-sparkle.webp") no-repeat center bottom;
    background-size: auto 60%;
    pointer-events: none;
    z-index: -1;
  }

  .ftg-diff-container {
    width: 100%;
    max-width: 86rem;
    height: fit-content;
    background: url("/assets/images/border-sp.webp") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3rem 3.2rem 4rem;
  }

  .ftg-diff-image {
    margin-bottom: 0.8rem;
  }

  .ftg-diff-image img {
    width: 100%;
    height: auto;
  }

  .ftg-diff-heading {
    width: 100%;
    max-width: 23rem;
    font-family: "Shippori Mincho", serif;
    background-color: #fc7e9f;
    padding: 0.8rem 3rem;
    border-radius: 6rem;
    color: var(--color-white);
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0 auto 1.6rem;
  }

  .ftg-diff-heading-small {
    font-size: 1.6rem;
  }

  .ftg-diff-desc {
    font-size: 1.3rem;
  }

  .ftg-diff-desc span {
    color: var(--color-primary);
  }
}

.ftg-system {
  padding: 8.8rem 0 10.4rem;
  overflow: hidden;
}

.ftg-price {
  width: 87.5%;
  margin-right: auto;
  background-color: var(--color-black-10);
  padding: 6.4rem;
  padding-left: calc(6.4rem + 12.5%);
  margin-bottom: 6.4rem;
  position: relative;
  border-radius: 0 1rem 1rem 0;
}

.ftg-price::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 3rem;
  width: 45rem;
  height: 45rem;
  background: url("/assets/images/illust-line-drawing-beer.webp") no-repeat left top;
  background-size: contain;
  pointer-events: none;
}

.ftg-system-heading-wrapper {
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #606283;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4.8rem;
  margin-right: 26.5rem;
  text-align: right;
}

.ftg-system-heading-wrapper::after {
  content: "";
  display: block;
  height: 2.1rem;
  background: url("/assets/images/separator10.webp") no-repeat right;
  background-size: contain;
  position: absolute;
  bottom: 0.5rem;
  left: 107rem;
  width: 100vw;
  transform: scaleX(-1);
}

.ftg-system-heading-large {
  font-size: 3.2rem;
}

.ftg-emblem-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #606283;
  margin-bottom: 3.2rem;
}

.ftg-emblem-heading::before {
  content: "";
  display: block;
  width: 5.2rem;
  height: 3.4rem;
  background: url("/assets/images/decoration-top-small.webp") no-repeat center;
  background-size: contain;
  margin: 0 0 0.8rem;
}

.ftg-price-heading::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 2.5rem;
  background: url("/assets/images/typography-cursive-style-system.webp") no-repeat
    center;
  background-size: contain;
  margin: 0.8rem 0 0;
}

.ftg-hours-heading::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 2.5rem;
  background: url("/assets/images/typography-cursive-style-hours.webp") no-repeat
    center;
  background-size: contain;
  margin: 0.8rem 0 0;
}

.ftg-price-desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-black);
  margin-bottom: 2.4rem;
}

.ftg-price-contents {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 80.8rem;
  margin: 0 auto;
}

.ftg-price-item {
  background-color: var(--color-white);
  padding: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.ftg-price-item-thumbnail {
  width: 11.8rem;
}

.ftg-item-image {
  width: 11.8rem;
}

.ftg-price-item-contents {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.ftg-price-item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.ftg-price-item-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

.ftg-price-item-detail {
  display: flex;
  width: 100%;
  max-width: 37rem;
  align-items: center;
  background-color: var(--color-black-10);
  border-radius: 0.5rem;
  overflow: hidden;
}

.ftg-price-item-detail-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-black-60);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  position: relative;
}

.ftg-price-item-detail-title {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  gap: 0.5rem;
  background-color: var(--color-black-60);
  color: var(--color-white);
  padding: 0.4rem 2.8rem 0.4rem 1.8rem;
}

.ftg-price-item-detail-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("/assets/images/yen-white.webp") no-repeat center;
  background-size: contain;
}

.ftg-price-item-detail-value {
  font-size: 1.4rem;
  padding: 0 1.226rem;
  color: var(--color-black);
}

@media screen and (max-width: 991px) {
  .ftg-system {
    padding: 0 0 4.8rem;
  }

  .ftg-price {
    width: calc(100% - 1.6rem);
    padding: 3.2rem 1.6rem 3.351rem;
    margin-bottom: 4.8rem;
  }

  .ftg-price::before {
    top: -1rem;
    left: -4rem;
    width: 20rem;
    height: 20rem;
  }

  .ftg-system-heading-wrapper {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 0.8rem;
    margin-right: 1.6rem;
  }

  .ftg-system-heading-wrapper::after {
    height: 1.6rem;
    background-size: auto 100%;
    bottom: 0.5rem;
    left: 7rem;
    width: 100vw;
  }

  .ftg-system-heading-large {
    font-size: 3.2rem;
  }

  .ftg-emblem-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .ftg-emblem-heading::before {
    width: 3.6rem;
    height: 2.4rem;
    margin: 0 0 0.4rem;
  }

  .ftg-price-heading::after {
    width: 4rem;
    height: 2.2rem;
    margin: 0.4rem 0 0;
  }

  .ftg-hours-heading::after {
    width: 3.4rem;
    height: 2.2rem;
    margin: 0;
  }

  .ftg-price-desc {
    font-size: 1.4rem;
    margin: 0 auto 2.4rem;
    width: 100%;
    max-width: 27.9rem;
  }

  .ftg-price-contents {
    max-width: 100%;
    margin: 0 auto;
  }

  .ftg-price-item {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    gap: 1rem;
  }

  .ftg-price-item-contents {
    align-items: center;
    gap: 0.8rem;
  }

  .ftg-price-item-heading {
    font-size: 1.8rem;
  }

  .ftg-price-item-desc {
    font-size: 1.2rem;
  }

  .ftg-price-item-detail {
    display: flex;
    width: 100%;
    max-width: 37rem;
    align-items: center;
    background-color: var(--color-black-10);
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .ftg-price-item-detail-label {
    padding: 0.4rem 2.8rem;
  }

  .ftg-price-item-detail-title {
    font-size: 1.2rem;
    gap: 0.4rem;
    padding: 0.4rem 2.8rem 0.4rem 1.8rem;
  }

  .ftg-price-item-detail-title::before {
    width: 1.874rem;
    height: 1.874rem;
  }

  .ftg-price-item-detail-value {
    font-size: 1.2rem;
    padding: 0 1.426rem;
    color: var(--color-black);
  }
}

.ftg-hours {
  width: 87.5%;
  margin-left: auto;
  background-color: var(--color-black-10);
  padding: 6.4rem;
  padding-right: calc(6.4rem + 12.5%);
  position: relative;
  border-radius: 1rem 0 0 1rem;
}

.ftg-hours::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 5.5rem;
  width: 42rem;
  height: 42rem;
  background: url("/assets/images/illust-line-drawing-wine.webp") no-repeat right
    bottom;
  background-size: contain;
  pointer-events: none;
}

.ftg-hours-contents {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 86.3rem;
  margin: 0 auto;
}

.ftg-hours-item {
  background-color: var(--color-white);
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-black);
  border-radius: 2rem;
  padding: 4rem;
  position: relative;
  width: 100%;
}

.ftg-hours-decoration-general {
  position: absolute;
  top: -1rem;
  left: -1rem;
}

.ftg-hours-decoration-general-image {
  width: 16.15rem;
  height: auto;
  position: absolute;
  top: -1.6rem;
  left: -9.1rem;
}

.ftg-hours-decoration-daytime {
  position: absolute;
  top: 0rem;
  left: -5.8rem;
}

.ftg-hours-decoration-daytime-image {
  width: 100%;
  max-width: 8.7rem;
}

.ftg-hours-item-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.ftg-hours-item-contents {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media screen and (max-width: 991px) {
  .ftg-hours {
    width: calc(100% - 1.6rem);
    padding: 3.2rem 1.6rem;
  }

  .ftg-hours::before {
    top: 1rem;
    right: 1rem;
    width: 14rem;
    height: 14rem;
  }

  .ftg-hours-contents {
    max-width: 100%;
  }

  .ftg-hours-item {
    font-size: 1.2rem;
    padding: 2.4rem 1.6rem;
  }

  .ftg-hours-decoration-general {
    position: absolute;
    top: -1rem;
    left: -1rem;
  }

  .ftg-hours-decoration-general-image {
    width: 12rem;
    top: -3.5rem;
    left: -0.5rem;
  }

  .ftg-hours-decoration-daytime {
    position: absolute;
    top: -2.3rem;
    left: 1.4rem;
  }

  .ftg-hours-decoration-daytime-image {
    max-width: 5.9rem;
  }

  .ftg-hours-item-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .ftg-hours-item-contents {
    gap: 0.8rem;
  }
}

.ftg-five-tips {
  background-color: #e3e8ff;
  padding: 9.4rem 0 7.2rem;
  margin: 0 0 2.2rem;
  position: relative;
}

.ftg-five-tips::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/bubble.webp") no-repeat center top;
  background-size: 100% auto;
  opacity: 0.3;
  pointer-events: none;
}

.ftg-five-tips::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/assets/images/bubble.webp") no-repeat center bottom;
  background-size: 100% auto;
  opacity: 0.3;
  pointer-events: none;
  transform: scaleY(-1);
}

.ftg-five-tips-header {
  position: relative;
}

.ftg-five-tips-heading {
  display: block;
  width: 100%;
  max-width: 41.6rem;
  height: auto;
  margin: 0 auto 7.236rem;
  position: relative;
}

.ftg-five-tips-heading::before {
  content: "";
  position: absolute;
  top: -3.6rem;
  left: -13.7rem;
  width: 16.761rem;
  height: 9.1rem;
  background: url("/assets/images/decoration-blowing-ok.webp") no-repeat center;
  background-size: contain;
}

.ftg-five-tips-heading-image {
  width: 100%;
}

.ftg-five-tips-card {
  width: 100%;
  max-width: 67.6rem;
  padding: 4rem 4.8rem;
  border-radius: 1rem;
  background-color: var(--color-white);
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 7.2rem;
  position: relative;
}

.ftg-five-tips-card.__first,
.ftg-five-tips-card.__third,
.ftg-five-tips-card.__fifth {
  margin-right: auto;
  margin-left: 44.6rem;
}

.ftg-five-tips-card.__second,
.ftg-five-tips-card.__fourth {
  margin-left: auto;
  margin-right: 44.6rem;
}

@media screen and (max-width: 1200px) {
  .ftg-five-tips-card.__first,
  .ftg-five-tips-card.__third,
  .ftg-five-tips-card.__fifth {
    margin-left: auto;
  }

  .ftg-five-tips-card.__second,
  .ftg-five-tips-card.__fourth {
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .ftg-five-tips {
    padding: 5.673rem 1.6rem 7.2rem;
    overflow: hidden;
  }

  .ftg-five-tips-heading {
    display: block;
    width: 100%;
    max-width: 25.825rem;
    margin: 0 auto 4rem;
  }

  .ftg-five-tips-heading::before {
    top: -3.6rem;
    left: -4rem;
    width: 10.6rem;
    height: 6rem;
  }

  .ftg-five-tips-card {
    max-width: 100%;
    padding: 2.4rem;
    font-size: 1.3rem;
    margin-bottom: 5.76rem;
  }

  .ftg-five-tips-card:last-of-type {
    margin-bottom: 4.04rem;
  }

  .ftg-five-tips::after {
    bottom: -30rem;
    left: 0;
  }
}

.ftg-five-tips-card::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -6rem;
  width: 11.5rem;
  height: 8.4rem;
}

.__first::before {
  background: url("/assets/images/decoration-number-01.webp") no-repeat center;
  background-size: contain;
  width: 10.4rem;
  height: 8.4rem;
  top: -2.5rem;
  left: -5rem;
}

.__second::before {
  background: url("/assets/images/decoration-number-02.webp") no-repeat center;
  background-size: contain;
}

.__third::before {
  background: url("/assets/images/decoration-number-03.webp") no-repeat center;
  background-size: contain;
}

.__fourth::before {
  background: url("/assets/images/decoration-number-04.webp") no-repeat center;
  background-size: contain;
}

.__fifth::before {
  background: url("/assets/images/decoration-number-05.webp") no-repeat center;
  background-size: contain;
}

.ftg-five-tips-card::after {
  content: "";
  position: absolute;
  bottom: -3.1rem;
  right: -4.4rem;
  width: 12.31rem;
  height: 13.19rem;
  background: url("/assets/images/decoration-jewelry.webp") no-repeat center;
  background-size: contain;
}

.ftg-five-tips-card-heading {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-black-60);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: #e43b68 dashed 0.1rem;
  position: relative;
}

.ftg-five-tips-card-heading::after {
  content: "";
  width: 4.1rem;
  height: 1.1rem;
  background: url("/assets/images/decoration-three-point-leader.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
}

.ftg-five-tips-card-heading span {
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .ftg-five-tips-card::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1rem;
    width: 7.7rem;
    height: 4.8rem;
  }

  .__first::before {
    width: 5.6rem;
    height: 3.8rem;
    bottom: -1rem;
    right: -1.5rem;
  }

  .ftg-five-tips-card::after {
    bottom: -1.8rem;
    right: -1.5rem;
    width: 6.898rem;
    height: 7.392rem;
  }

  .ftg-five-tips-card-heading {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
    padding-right: 4.2rem;
    margin-bottom: 1.6rem;
  }

  .ftg-five-tips-card-heading::after {
    width: 2.521rem;
    height: 0.707rem;
    right: 0;
    top: calc(50% - 1rem);
    transform: translateY(-50%);
  }
}

.ftg-find-container {
  width: 100%;
  max-width: 86rem;
  margin: 9.6rem auto 0;
  padding: 5.2rem;
  border: 2px solid transparent;
  border-radius: 1rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9))
      padding-box,
    linear-gradient(90.94deg, #ff8fad -1.38%, #92a3ff 101.39%) border-box;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: var(--color-black-60);
}

.ftg-find-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.7rem;
  height: 5.7rem;
  padding: 1.2rem 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 10rem;
  position: relative;
  margin: 3.2rem auto 0;
}

.ftg-find-button::after {
  content: "";
  width: 1.45rem;
  height: 1.5rem;
  background: url("/assets/images/arrow-white.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.ftg-default-link-button {
  color: var(--color-white);
}

@media screen and (max-width: 991px) {
  .ftg-find-container {
    width: calc(100% - 9.6rem);
    max-width: none;
    margin: 4rem 4.8rem 0;
    padding: 2.4rem 1.6rem;
    border: 1px solid transparent;
    font-size: 1.3rem;
  }

  .ftg-find-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 33.7rem;
    height: 4.3rem;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 10rem;
    position: relative;
    margin: 2.4rem auto 0;
  }

  .ftg-find-button::after {
    content: "";
    width: 1.45rem;
    height: 1.5rem;
    background: url("/assets/images/arrow-white.webp") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
