.oteag-access-wrapper {
  margin: 0 auto;
}
.oteag-access-container {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 15px 35px -15px rgba(15, 23, 42, 0.25);
  position: relative;
  overflow: hidden;
}
.oteag-access-container.oteag-access-locked {
  min-height: 420px;
}
.oteag-access-overlay {
  position: fixed;
  inset: 0;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  z-index: 10;
  overflow: hidden !important;
}
.oteag-access-modal {
  background: rgba(255, 255, 255, 0.8); /* 背景をさらに透過 */
  /* border-radius: 12px; */
  box-shadow: 0 25px 60px -25px rgba(15, 23, 42, 0.55);
  width: 740px;
  padding: 60px 32px;
  z-index: 1;
}
.oteag-access-modal>h4 {
  color: #000 !important;
}
.oteag-access-backdrop-image {
  position: absolute;
  /* top: 320px; */
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
  min-width: 1300px; 
  max-width: 1300px;
  z-index: 0;
}
@media (max-width: 767px) {
  .oteag-access-backdrop-image {
  min-width: 770px; 
  left: 60%;
 }
}
@media (max-width: 767px) {
  .oteag-access-modal {
    padding: 40px 18px !important;
    width: 335px;
  }
}
 /* 修正箇所(追加) */
.oteag-access-modal p{
  color: #4D4D4D !important;
  text-align: center;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif; */
}
.oteag-access-modal-title {
  margin: 0 0 8px;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  /* font-family: "Zen Kaku Gothic New", sans-serif; */
  /* font-family: "Neue Haas Grotesk Text Pro", sans-serif !important; */
  font-family: neue-haas-grotesk-text, sans-serif;
}
@media (max-width: 767px) {
  .oteag-access-modal-title {
    font-size: 40px;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-weight: bold;
  }
}
.oteag-access-modal-lead {
  margin: 20px 0 20px;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 767px) {
  .oteag-access-modal-lead {
    font-size: 14px !important;
    line-height: 28px;
  }
}
.oteag-access-modal-lead a {
  color: #FF5050;
  text-decoration: underline;
}
.oteag-access-header {
  margin-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
}
.oteag-access-title {
  margin: 0;
}
.oteag-access-form {
  margin: 0;
}
.oteag-access-form button {
background-color: #000;
opacity: 1;
color: #FFF;
font-weight: 500;
font-size: 18px;
width: 100%;
padding: 22px 14px;
margin-top: 16px;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 38px;
transition:
  border-color 0.2s ease,
  box-shadow 0.2s ease;
}
@media (max-width: 767px) {
  .oteag-access-form button {
   font-size: 16px;
    padding: 13px 14px;
  }
}
.oteag-access-form button:hover {
  background-color: #fff;
  color: #000;
}
.oteag-access-form .arrowSpWhite {
  /* opacity: 1; */
  z-index: 10;
}
.oteag-access-form button:hover .arrowSpWhite {
  opacity: 0;
} 
.oteag-access-field {
  margin-bottom: 8px;
}
.oteag-access-field>div {
  /* margin-bottom: 8px; */
  /* display: none !important; */
}
/* 修正箇所(追加) */
.oteag-access-field >label{
  font-size: 16px !important;
  color: #4D4D4D !important;
  font-family: "Zen Kaku Gothic New", sans-serif; 
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .oteag-access-field >label{
    font-size: 14px !important;
  }
}
/*  修正箇所(追加) */
.oteag-access-field select {
  /* display: none !important; */
}
/*  修正箇所(追加) */
.oteag-access-field input{
 font-size: 16px !important;
 opacity: 0.8;
}
/* 編集箇所(追加コード) */
/* ---------- */
.oteag-access-field:first-of-type {
  /* display: none !important; */
}
.oteag-access-field:nth-of-type(2) {
  /* display: none !important; */
}
/* ---------- */

.oteag-access-field label {
  display: block;
  font-size: medium;
  font-weight: 500;
  color: #1f2937;
}

.oteag-access-field input,
.oteag-access-field select {
  width: 100%;
  padding: 10px 14px 13px;
  box-sizing: border-box;
  font-size: larger;
  border: 1px solid #B3B3B3;
  /* border-radius: 4px; */
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.oteag-access-field input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}
.oteag-access-field select {
  width: 38% !important;
  letter-spacing: -1px;
  padding-left: 10px;
}
.oteag-access-helper {
  margin: 0 0 12px;
  color: #4b5563;
}
.oteag-access-notice {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}
@media (max-width: 767px) {
  .oteag-access-notice {
    line-height: 24px;
  }
}
.oteag-access-code_sent {
  /* background: #ecfdf5;
  border: 1px solid #34d399;
  color: #065f46; */
}
.oteag-access-invalid_code,
.oteag-access-user_not_allowed,
.oteag-access-access_expired,
.oteag-access-access_disabled {
  background: #fef2f2;
  /* border: 1px solid #f87171; */
  color: #E90000;
  width: 400px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  .oteag-access-invalid_code,
.oteag-access-user_not_allowed,
.oteag-access-access_expired,
.oteag-access-access_disabled {
  width: auto;
  font-size: 14px;
}
}
.oteag-access-access_granted {
  background: #eff6ff;
  border: 1px solid #3b82f6;
  color: #1d4ed8;
}

@media (max-width: 767px) {
  .oteag-access-container {
    padding: 24px;
  }
  .oteag-access-modal {
    padding: 24px;
    max-width: none;
  }
}
.oteag-access-forms{
  width: 400px; 
  margin: 0 auto;
} 
@media (max-width: 767px) {
  .oteag-access-forms{
    width: 295px;
  }
}
.button-primary{
  position: relative;
}
.button-primary>img{
  position: absolute;
  width: 30px;
  right: 23px;
  top: 30px;
}
@media (max-width: 767px) {
  .button-primary>img{
    /* top: 28px; */
  }
}
@media (max-width: 767px) {
  .button-primary.primary-2{
    padding: 22px 14px;
  }
}
@media (max-width: 767px) {
  .oteag-access-backdrop-image {
    width: 120%; /* 幅を固定 */
  }
}
input{
  background-color:#fff;
}
