/* ============================================
   タレント年鑑 Web - Static Mock CSS
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

html, body {
  min-height: 100vh !important;
}

body {
  display: flex !important;
  flex-direction: column !important;
  background-color: none !important;
  background: linear-gradient(45deg, rgb(91, 133, 227) 0%, rgb(157, 65, 193) 45%, rgb(2, 15, 130) 100%) !important;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

header.header {
  height: 50px;
  width: 100%;
  max-width: 20000px;
  background: none;
  background-color: rgba(101, 42, 140, 0.9);
}

.header__nav {
  height: 50px;
}

.header__logo--inline img {
  width: 250px;
  padding-left: 1em;
}

.header__hamburger {
  display: none;
}

body.is-logged-in .header__hamburger {
    display: flex;
}

main.login-page {
  max-width: 500px !important;
}

.header__hamburger-icon span {
  color: #FFF;
  background-color: #FFF;
}

body.is-logged-in .header__nav > .header__contact.loggedin-only {
  display: none !important;
}

main {
  flex: 1 1 auto !important;
  background: none !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

main .main-title h1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  font-size: 3rem;
}

main .main-title h1 p {
  font-size: 1.5rem;
}

.search-guest-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #FFF;
}

.search-section {
  background: none;
  border: none;
}

.search-guest__input {
  font-size: 1.2rem !important;
}

.search-guest .btn--search {
  align-self: center;
}

.btn--custom {
  background: linear-gradient(-135deg,  transparent 0.5rem, #FFF 0.5rem);
  border-radius: 0;
  color: #4d4da2;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

.btn--custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 6px);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
  z-index: -1;
}

.btn--custom:hover {
  background:  linear-gradient(-135deg,  transparent 0.5rem, #dbccec 0.5rem);
  border-radius: 0;
  color: #4d4da2;
  font-size: 1.2rem;
  font-weight: 400;
}

.btn--custom--back {
  background: linear-gradient(135deg,  transparent 0.5rem, #dbccec 0.5rem);
  border-radius: 0;
  color: #4d4da2;
  font-size: 1.2rem;
  font-weight: 400;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

.btn--custom--back:hover {
  background:  linear-gradient(135deg,  transparent 0.5rem, #dbccec 0.5rem);
  border-radius: 0;
  color: #4d4da2;
  font-size: 1.2rem;
  font-weight: 400;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

.btn--search {
  padding: 0.6rem 4rem 0.7rem;
}

.btn--login-prompt, .btn--login-prompt:hover {
  font-size: 1rem;
}

.search-actions {
  flex-direction: row;
}

.search-hint {
  color: #FFF;
  margin: 0;
}

.login-prompt {
  margin-top: 2rem;
}

.login-prompt__text {
  margin-top: 0.8rem;
  color: #FFF;
  text-align: justify;
}

.results-section {
  background: none;
  border: none;
}

.no-results {
  color: #FFF !important;
}

.field-row__label, .field-row label {
  color: #FFF;
  font-size: 1rem;
}

.field-row__note, .field-row__unit, .field-row__body--range span {
  color: #FFF;
}

.field-row input, .field-row select {
  font-size: 1.2rem !important;
}

.search-group--2col {
  border-bottom: none;
}

.search-accordion__toggle {
  font-size: 1rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #FFF;
}

.search-actions {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-actions button {
  border-radius: 0;
  font-size: 1.2rem;
}

.btn--reset-lg {
  border-radius: 0;
}

footer.footer {
  width: 100%;
  background: none;
  background: url(../img/bg_ft_pattern2_b.png) repeat;
  color: #FFF;
}

.box-title {
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 2rem;
}

.login-box {
  background: none;
  border: 1px solid #FFF;
}

.login-box .form-group label {
  color: #FFF;
}

.login-box .form-group input {
  font-size: 1.2rem !important;
}

.login-box__forgot a, .login-box__forgot a:hover, .login-box__desc {
  color: #FFF;
}

.btn--login-portal {
  width: 70%;
  margin: 0 auto;
}

#loggedinResultsCount, #loggedinResultsCount * {
  color: #FFF;
}

.talent-card__info *, .pagination__current {
  color: #FFF;
  font-size: 1rem;
} 

.talent-card__name {
  font-size: 1.2rem;
}

.pagination .pagination__btn {
  border-radius: 0 !important;
  font-size: 0.9rem;
  border: none;
}

.detail-guest {
  margin-bottom: 2rem;
}

.to-login {
  text-align: center;
}

.login-prompt__link {
  color: #FFF;
  text-decoration: underline;
}

.loggedin-only .detail-guest,
.detail-page .detail-guest {
  max-width: 900px;
}

.detail-guest {
  width: 100%;
  max-width: 900px;
  background: none;
  border-radius: 0;
}

.detail-top {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}


.detail-top > div {
  width: 100%;
}

.detail-loggedin__kanji {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.detail-guest__name {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}

.detail-profile__data {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 1rem;
  row-gap: 0rem;
  font-size: 1.2rem;
}

.loggedin-only .detail-profile__data {
  row-gap: 0rem;
}

.detail-profile__item {
  color: #FFF;
  text-align: right;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-right: 1px solid #FFF;
}

.detail-profile__value {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  color: #FFF;
  text-align: left;
}

.photo-carousel__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
}

.photo-carousel, .photo-carousel__img {
    max-width: 500px;
  }

.section-title {
  color: #FFF;
  border: none;
  border-left: 6px solid #FFF;
  font-size: 1.6rem;
  padding: 0;
  padding-left: 1rem;
  line-height: 100%;
}

.section-title p {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.sns-icons {
  justify-content: center;
  margin-top: 1.2rem;
}

.career-content {
  color: #FFF;
}

.detail-page {
  padding-bottom: 3rem;
}

.detail-loggedin__section {
  margin-top: 3rem;
}

.audio-list {
  display: grid;
  grid-template-columns: 1fr;
}

.detail-back {
    text-align: center;
}

.detail-back .btn--back-sm {
  margin: 0 auto;
  padding: 0.5rem 3rem;
}

.to-login {
  margin-top: 4rem;
}

.photo-carousel__date {
  color: #eeeeee;
}

.header__mobile-menu.is-open {
  position: relative;
  z-index: 1000;
}

.error-message {
  color: #FFE47A;
}

.field-row__body--range {
  flex-wrap: wrap;
}

.field-row__body--range .error-message {
  flex-basis: 100%;
  margin-top: 2px;
}
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 2rem;
}

.error-page__box {
  text-align: center;
}

.error-page__code {
  font-size: 6rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 1rem;
  line-height: 1;
}

.error-page__message {
  font-size: 1.2rem;
  color: #FFF;
  margin: 0 0 2rem;
}
