.kbeye-coming {
  padding: 0 0 100px;
  background: #f9f9f9;
}

.kbeye-coming__inner {
  width: 1300px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  background: #fff;
  padding: 70px 46px 70px;
  box-sizing: border-box;
  text-align: center;

  border: 1px solid rgba(15, 23, 43, 0.06);

  box-shadow:
    0 8px 24px rgba(15, 23, 43, 0.04),
    0 30px 80px rgba(15, 23, 43, 0.06);
}

.kbeye-coming__en {
  margin: 0 0 28px;
  color: #295daa;
  font-family: "Libre Bodoni", serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.kbeye-coming__title {
  margin: 0 0 28px;
  color: #0f172b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.kbeye-coming__text {
  margin: 0;
  color: #1f2937;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.kbeye-coming__buttons {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.kbeye-coming .btn {
  min-width: 220px;
  padding: 16px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #295daa;
  border: 1px solid #295daa;
  background: #fff;
  font-family: "Libre Bodoni", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.kbeye-coming .btn:hover {
  color: #fff;
  background: #295daa;
}

@media (max-width: 767px) {
  .kbeye-coming {
    padding: 40px 0 70px;
  }

  .kbeye-coming__inner {
    width: 320px;
    max-width: calc(100% - 40px);
    padding: 34px 20px 46px;
  }

  .kbeye-coming__en {
    margin-bottom: 22px;
    font-size: 30px;
    letter-spacing: 0.06em;
  }

  .kbeye-coming__title {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }

  .kbeye-coming__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .kbeye-coming__text br {
    display: none;
  }

  .kbeye-coming__buttons {
    margin-top: 34px;
  }

  .kbeye-coming .btn {
    width: 100%;
    min-width: 0;
    padding: 15px 20px;
    font-size: 14px;
  }
}
