.biography-fv {
  background: url(../images/bio-kv-bg.jpg) no-repeat bottom center/100% auto;
  padding-bottom: 7.5rem;
}
@media (max-width: 960px) {
  .biography-fv {
    background-size: 300% auto;
    padding-bottom: 5rem;
  }
}
.biography-fv__inner {
  max-width: 90.625rem;
  margin: 0 auto;
  padding: 0 3vw;
  box-sizing: content-box;
}
.biography-fv__grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 6%;
  grid-row-gap: 8%;
  min-height: 30rem;
  max-height: 37.5rem;
}
@media (max-width: 960px) {
  .biography-fv__grid {
    min-height: auto;
    max-height: none;
  }
}
.biography-fv__title {
  grid-area: 1/1/2/2;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .biography-fv__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.biography-fv__nav {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 4% 0;
}
.biography-fv__nav > p {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.biography-fv__nav ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
}
.biography-fv__nav ul li {
  flex-grow: 1;
}
.biography-fv__nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #313131;
  position: relative;
  color: white;
  padding: 0 2rem 0 1.5rem;
  font-size: 1.3rem;
  gap: 0.5rem;
  transition: 0.2s;
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .biography-fv__nav ul li a:hover {
    background: #000;
  }
  .biography-fv__nav ul li a:hover:after {
    animation: navArrowBounce 0.6s infinite forwards;
  }
}
@media (max-width: 960px) {
  .biography-fv__nav ul li a {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
    font-size: 0.875rem;
  }
}
.biography-fv__nav ul li a span {
  font-size: 1rem;
}
.biography-fv__nav ul li a:after {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  border-bottom: 2px solid #e63946;
  border-right: 2px solid #e63946;
  rotate: 45deg;
}
.biography-fv__image {
  grid-area: 1/2/3/3;
  width: 100%;
  overflow: hidden;
  user-select: none;
  position: relative;
}
.biography-fv__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.biography-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@keyframes navArrowBounce {
  0% {
    translate: 0 -50%;
    animation-timing-function: ease-out;
  }
  50% {
    translate: 0 0%;
    animation-timing-function: ease-in;
  }
  100% {
    translate: 0 -50%;
    animation-timing-function: ease-out;
  }
}
@media (max-width: 960px) {
  .biography-fv__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 1.875rem;
  }
  .biography-fv__title {
    grid-area: 1/1/2/2;
  }
  .biography-fv__nav {
    grid-area: 3/1/4/2;
  }
  .biography-fv__image {
    grid-area: 2/1/3/2;
  }
}
.biography {
  background: url(../images/bio-main-bg.jpg) no-repeat top center/100% auto;
  padding-top: 6.25rem;
}
.biography__inner {
  max-width: 83.75rem;
  padding: 0 3vw;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}
.biography__logo {
  max-width: 12.5rem;
  margin: 0 auto 2.5rem auto;
}
@media (max-width: 960px) {
  .biography__logo {
    max-width: 7.5rem;
  }
}
.biography__logo-text {
  margin: 0 auto 6.25rem auto;
  max-width: 19.375rem;
}
@media (max-width: 960px) {
  .biography__logo-text {
    max-width: 12.5rem;
    margin-bottom: 5rem;
  }
}
.biography__logo-text svg {
  max-width: 100%;
  height: auto;
}
.biography__t-square {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 960px) {
  .biography__t-square {
    font-size: 0.875rem;
  }
}
.biography__t-square p:not(:last-of-type) {
  margin-bottom: 1.875rem;
}

.member-profile {
  margin-top: 6.25rem;
}
.member-profile__each {
  max-width: 83.75rem;
  padding: 0 3vw;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding: 7.5rem 3vw 7.5rem 3vw;
  border-bottom: 1px solid #d9d9d9;
}
.member-profile__each:first-child {
  border-top: 1px solid #d9d9d9;
  padding-top: 5rem;
}
.member-profile__each:nth-of-type(even) .member-profile__inner {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .member-profile__each:nth-of-type(even) .member-profile__inner {
    flex-direction: column;
  }
}
.member-profile__each:nth-of-type(even) .member-profile__image {
  user-select: none;
}
.member-profile__each:nth-of-type(even) .member-profile__image img {
  margin-left: auto;
}
@media (max-width: 960px) {
  .member-profile__each {
    padding: 3.75rem 3vw;
  }
}
.member-profile__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 3.75rem;
}
@media (max-width: 960px) {
  .member-profile__inner {
    flex-direction: column;
    gap: 1.875rem 0;
  }
}
.member-profile__detail {
  width: clamp(25rem, 45.5580865604vw + -2.3633257403rem, 37.5rem);
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .member-profile__detail {
    width: 100%;
  }
}
.member-profile__flex {
  display: flex;
  align-items: center;
  margin-bottom: 4.375rem;
  gap: clamp(0.625rem, 6.8337129841vw + -3.479498861rem, 2.5rem);
}
@media (max-width: 960px) {
  .member-profile__flex {
    margin-bottom: 1.25rem;
  }
}
.member-profile__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, 4.555808656vw + -2.111332574rem, 1.875rem);
  font-size: 1.25rem;
}
.member-profile__name--en {
  font-size: clamp(1.875rem, 6.8337129841vw + -2.229498861rem, 3.75rem);
  color: #cccccc;
  font-weight: 400;
  letter-spacing: 0.3rem;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media (max-width: 960px) {
  .member-profile__name--en {
    font-size: 1.625rem;
  }
}
.member-profile__name--ja {
  font-size: clamp(1.25rem, 3.6446469248vw + -0.9390660592rem, 2.25rem);
  line-height: 1;
}
@media (max-width: 960px) {
  .member-profile__name--ja {
    font-size: 1.25rem;
  }
}
.member-profile__desc {
  font-size: 0.875rem;
  line-height: 2;
}
.member-profile__instruments {
  position: absolute;
  z-index: 2;
}
.member-profile__instruments img {
  display: block;
}
.member-profile__image {
  width: 50%;
  position: relative;
}
.member-profile__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .member-profile__image {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
    position: relative;
    z-index: 1;
  }
  .member-profile__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
  }
  .member-profile__image img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.2));
  }
}
.member-profile__image img {
  display: block;
}
.member-profile__ito .member-profile__instruments {
  right: 0;
  top: 0;
  width: clamp(8.125rem, 11.3895216401vw + 1.2841685649rem, 11.25rem);
}
@media (max-width: 960px) {
  .member-profile__ito .member-profile__instruments {
    width: 6.25rem;
    top: 64vw;
  }
}
.member-profile__ito .member-profile__detail {
  padding-top: clamp(3.125rem, 11.3895216401vw + -3.7158314351rem, 6.25rem);
}
@media (max-width: 960px) {
  .member-profile__ito .member-profile__detail {
    padding-top: 0;
  }
}
.member-profile__bandoh .member-profile__inner {
  padding-bottom: 18.75rem;
}
@media (max-width: 960px) {
  .member-profile__bandoh .member-profile__inner {
    padding-bottom: inherit;
  }
}
.member-profile__bandoh .member-profile__instruments {
  left: 0;
  bottom: 0;
  width: clamp(15.625rem, 24.8291571754vw + 0.7119874715rem, 22.4375rem);
  z-index: 0;
}
@media (max-width: 960px) {
  .member-profile__bandoh .member-profile__instruments {
    width: 8.75rem;
    right: 0;
    left: auto;
    top: 74vw;
    bottom: auto;
    z-index: 2;
  }
}
.member-profile__tanaka .member-profile__inner {
  padding-bottom: 18.75rem;
}
@media (max-width: 960px) {
  .member-profile__tanaka .member-profile__inner {
    padding-bottom: inherit;
  }
}
.member-profile__tanaka .member-profile__instruments {
  right: 0;
  bottom: 0;
  width: clamp(10.625rem, 6.8337129841vw + 6.520501139rem, 12.5rem);
  z-index: 0;
}
@media (max-width: 960px) {
  .member-profile__tanaka .member-profile__instruments {
    width: 6.25rem;
    top: 55vw;
    bottom: auto;
    right: auto;
    left: 0;
    z-index: 2;
  }
}
.member-profile__hasegawa .member-profile__inner {
  padding-bottom: 12.5rem;
}
@media (max-width: 960px) {
  .member-profile__hasegawa .member-profile__inner {
    padding-bottom: inherit;
  }
}
.member-profile__hasegawa .member-profile__instruments {
  left: 0;
  bottom: 0;
  width: clamp(10.625rem, 25.0569476082vw + -4.4248291572rem, 17.5rem);
}
@media (max-width: 960px) {
  .member-profile__hasegawa .member-profile__instruments {
    width: 6.25rem;
    top: 76vw;
    bottom: auto;
    z-index: 2;
  }
}
.member-profile__hasegawa .member-profile__detail {
  padding-top: clamp(0rem, 22.7790432802vw + -13.6816628702rem, 6.25rem);
}
.member-profile__kameyama .member-profile__inner {
  padding-bottom: 21.875rem;
}
@media (max-width: 960px) {
  .member-profile__kameyama .member-profile__inner {
    padding-bottom: inherit;
  }
}
.member-profile__kameyama .member-profile__instruments {
  right: 0;
  bottom: 0;
  width: clamp(6.25rem, 0vw + 6.25rem, 6.25rem);
}
@media (max-width: 960px) {
  .member-profile__kameyama .member-profile__instruments {
    width: 3.75rem;
    top: 52vw;
    right: 0.625rem;
    bottom: 0;
    left: auto;
  }
}

.page--feature .wrap:has(.history) {
  overflow: clip;
}

.history {
  position: relative;
}
.history-heading {
  max-width: 83.75rem;
  padding: 0 3vw;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5rem;
}
.history-heading__title h1 {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .history-heading__title h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.history-heading__note {
  padding-top: 1.875rem;
}
@media (max-width: 960px) {
  .history-heading__note {
    padding-top: 0.625rem;
  }
}
.history__controls {
  position: sticky;
  top: 7.5rem;
  right: 3vw;
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  width: fit-content;
  margin: 0 3vw 0 auto;
  translate: 0 1.25rem;
  z-index: 1;
}
@media (max-width: 960px) {
  .history__controls {
    top: calc(100% - 3.125rem);
    translate: 0 0rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 0.625rem 3vw;
  }
}
.history__sort {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.history__sort button {
  width: fit-content;
  border: 1px solid currentColor;
  border-radius: 0;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  display: block;
  appearance: none;
  padding: 0.4375rem 0.625rem;
  cursor: pointer;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.history__sort button.is-active {
  border-color: #e60012;
  color: #e60012;
}
.history__sort button.is-active:after {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  rotate: 45deg;
  translate: -60% -60%;
}
.history__jump-label {
  display: flex;
  align-items: center;
}
.history__jump-wrap {
  position: relative;
}
.history__jump-wrap:after {
  content: "";
  width: 0.4375rem;
  aspect-ratio: 1/1;
  color: currentColor;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
.history__jump select {
  padding: 0.4375rem 1.5625rem 0.4375rem 0.625rem;
  border-radius: 0;
  color: #222;
  border: 1px solid currentColor;
  outline: none;
  appearance: none;
  font-size: 16px;
}
.history-contents {
  background: #e3e3e3 url(../images/history-bg.jpg) no-repeat top center/100% auto;
  padding-top: 6.25rem;
}
.history-contents__inner {
  max-width: 83.75rem;
  padding: 0 3vw;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 6.25rem;
}
.history__year {
  scroll-margin-top: 6.25rem;
  display: flex;
  padding: 0 8.2%;
  gap: 8.2%;
  margin-bottom: 0.625rem;
  will-change: transform;
}
@media (max-width: 960px) {
  .history__year {
    padding: 0;
  }
}
.history__year-title {
  position: relative;
  display: flex;
  flex-direction: column;
}
.history__year-title h2 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 0.625rem solid #e60012;
  padding-bottom: 0.625rem;
  position: sticky;
  top: 7.5rem;
  left: 0;
}
@media (max-width: 960px) {
  .history__year-title h2 {
    font-size: 1.875rem;
    top: 1.25rem;
  }
}
.history__year-rect {
  background: #d5d5d5;
  display: block;
  width: 100%;
  flex-grow: 1;
}
.history__list {
  padding: 6.25rem 0 5rem 0;
  flex-grow: 1;
}
@media (max-width: 960px) {
  .history__list {
    padding: 3.125rem 0;
  }
}
.history__item:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media (max-width: 960px) {
  .history__item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.history__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.25rem;
  will-change: transform;
}
@media (max-width: 960px) {
  .history__item {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.history__jacket {
  width: 42%;
  flex-shrink: 0;
}
.history__jacket img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .history__jacket {
    width: 100%;
  }
}
.history__body {
  flex-grow: 1;
}
.history__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
@media (max-width: 960px) {
  .history__title {
    font-size: 1.25rem;
  }
}
.history__date {
  color: #8c8c8c;
  font-size: 1.25rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #8c8c8c;
}
@media (max-width: 960px) {
  .history__date {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
}
.history__players {
  font-size: 1rem;
}
@media (max-width: 960px) {
  .history__players {
    font-size: 0.875rem;
  }
}

.contact-heading h1 {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (max-width: 960px) {
  .contact-heading h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.contact-heading__note {
  margin-bottom: 1.875rem;
  color: #e60012;
}
@media (max-width: 960px) {
  .contact-heading__note {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contact-heading__note > .icon-required {
  margin-right: 0.3125rem;
}
.contact .icon-required {
  background: #e60012;
  color: white;
  display: inline-block;
  padding: 0 0.3125rem;
  font-size: 0.75rem;
  translate: 0 -0.0625rem;
}
.contact .form-section {
  padding: 3.125rem 15%;
  background: #e1e1e1;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .contact .form-section {
    padding: 1.25rem 8%;
  }
}
.contact .form-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: #d7d7d7;
  z-index: -1;
}
.contact .form-section__input input,
.contact .form-section__input textarea {
  background: #f6f6f6;
  font-size: 16px;
  padding: 0.625rem;
  caret-color: #cccccc;
}
.contact .form-section__row {
  margin: 1.875rem 0;
}
.contact .form-section__row dt {
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
}
.contact .form-section__row dt:before {
  content: "";
  width: 0.3125rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.contact .form-section__row dt .icon-required {
  margin-left: 0.625rem;
}
.contact .form-section__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
}
.contact .form-section__submit button {
  background: #000;
  max-width: 21.25rem;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  padding: 1.5625rem 0;
}
@media (max-width: 960px) {
  .contact .form-section__submit button {
    font-size: 1rem;
  }
}
.contact .form-section__submit button:after {
  content: "";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 12%;
  height: 0.3125rem;
  transform: skew(30deg) translateY(-50%);
}

.entry-lp {
  max-width: 83.75rem;
  padding: 0 3vw;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 960px) {
  .entry-lp {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.entry-lp__kv {
  margin-bottom: 3.125rem;
}
.entry-lp__kv img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .entry-lp__kv {
    margin-bottom: 1.875rem;
  }
}
.entry-lp__title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 3.125rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 960px) {
  .entry-lp__title {
    font-size: 1.125rem;
    letter-spacing: 0.01rem;
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
.entry-lp__schedule {
  margin-bottom: 3.125rem;
}
.entry-lp__schedule-row {
  padding-bottom: 1.25rem;
}
@media (max-width: 960px) {
  .entry-lp__schedule-row {
    padding-bottom: 0.625rem;
  }
}
.entry-lp__schedule-row:not(:first-child) {
  padding-top: 1.25rem;
}
@media (max-width: 960px) {
  .entry-lp__schedule-row:not(:first-child) {
    padding-top: 0.625rem;
  }
}
.entry-lp__schedule-row dt {
  background: #f1f1f1;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.375rem 0.625rem 0.375rem 1.875rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 960px) {
  .entry-lp__schedule-row dt {
    font-size: 0.875rem;
  }
}
.entry-lp__schedule-row dt:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0.5rem;
  width: 0.5rem;
  height: 70%;
  background: #e60012;
}
.entry-lp__schedule-row dd {
  font-size: 1rem;
  padding: 0 1.875rem;
}
@media (max-width: 960px) {
  .entry-lp__schedule-row dd {
    font-size: 0.875rem;
    padding: 0 0.3125rem;
  }
}
.entry-lp__schedule-row dd a {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.entry-lp__ticket {
  max-width: 31.25rem;
  margin: 0 auto;
  border: 1px solid currentColor;
  position: relative;
}
.entry-lp__ticket:after {
  content: "";
  width: 3.125rem;
  height: 1.25rem;
  background: currentColor;
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  animation: arrowDown 1s infinite linear forwards;
}
.entry-lp__ticket h2 {
  background: #000;
  text-align: center;
  color: white;
  padding: 0.625rem 0;
}
@media (max-width: 960px) {
  .entry-lp__ticket h2 {
    font-size: 1.125rem;
  }
}
.entry-lp__ticket dl {
  text-align: center;
  padding-bottom: 0.9375rem;
}
.entry-lp__ticket dl dt {
  font-size: 1rem;
  padding: 0.625rem 0;
}
.entry-lp__ticket dl dd {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e60012;
  line-height: 1;
}
@media (max-width: 960px) {
  .entry-lp__ticket dl dd {
    padding: 0 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.entry-lp__cta {
  margin-top: 6.25rem;
}
@media (max-width: 960px) {
  .entry-lp__cta {
    margin-top: 3.75rem;
  }
}
.entry-lp__cta--unavailable {
  width: fit-content;
  text-align: center;
  color: #e60012;
  border: 3px dashed currentColor;
  font-weight: 600;
  padding: 0.625rem;
  letter-spacing: 0.09375rem;
  font-size: 1.125rem;
  text-indent: 0.3125rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .entry-lp__cta--unavailable {
    font-size: 1rem;
  }
}
.entry-lp__cta--available {
  text-align: center;
  font-size: 1.125rem;
}
.entry-lp__cta--available > p {
  margin: 0.625rem 0;
}
.entry-lp__cta--entry {
  display: block;
  width: fit-content;
  color: #fff;
  border: 2px solid #e60012;
  box-shadow: 0rem 0rem 1.25rem rgba(230, 0, 18, 0.2);
  border-radius: 6.25rem;
  padding: 1.25rem 3.75rem;
  font-size: 1.25rem;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .entry-lp__cta--entry:hover {
    opacity: 0.8;
  }
}
@media (max-width: 960px) {
  .entry-lp__cta--entry {
    width: 100%;
    font-size: 1rem;
  }
}
.entry-lp__cta--entry:before {
  content: "";
  width: calc(100% - 0.375rem);
  height: calc(100% - 0.375rem);
  position: absolute;
  z-index: -1;
  top: 0.1875rem;
  left: 0.1875rem;
  background: #e60012;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(230, 0, 18, 0.86) 50%, #e60012 50%);
}
.entry-lp__cta--register, .entry-lp__cta--login {
  display: block;
  width: fit-content;
  color: #fff;
  border-radius: 6.25rem;
  padding: 1.25rem 3.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  background: #000;
  margin: 0.625rem auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .entry-lp__cta--register:hover, .entry-lp__cta--login:hover {
    opacity: 0.8;
  }
}
@media (max-width: 960px) {
  .entry-lp__cta--register, .entry-lp__cta--login {
    width: 100%;
    font-size: 1rem;
  }
}
.entry-lp__cta--register:before, .entry-lp__cta--login:before {
  content: "";
  width: calc(100% - 0.375rem);
  height: calc(100% - 0.375rem);
  position: absolute;
  z-index: -1;
  top: 0.1875rem;
  left: 0.1875rem;
  border: 2px solid #fff;
  border-radius: inherit;
}

.entry-auth {
  text-align: center;
}
.entry-auth__text {
  margin-bottom: 1.875rem;
}
.entry-auth__button input {
  appearance: none;
  background: #e60012;
  border: none;
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  color: #fff;
  border-radius: 6.25rem;
  transition: 0.2s;
  cursor: pointer;
  box-shadow: none;
}
@media (min-width: 961px) and (hover: hover) and (pointer: fine) {
  .entry-auth__button input:hover {
    opacity: 0.8;
  }
}

@keyframes arrowDown {
  0% {
    translate: -50% 0;
    animation-timing-function: ease-out;
  }
  80% {
    translate: -50% 0.3125rem;
    animation-timing-function: ease-in;
  }
}

/*# sourceMappingURL=features_twjotk4n.css.map */
