@charset "UTF-8";
.d-lg-none {
  display: none;
}

.contents--member {
  max-width: 450px;
  margin: 0 auto;
  padding: 80px 0 120px;
  /* COMMON에 추가함
  $Footerheight: 323px;
  min-height: calc(100vh - $Footerheight);
  @at-root .common-footer {
    min-height: $Footerheight;
  } */
}
.contents--member .sub-title {
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 40px;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.text-9 {
  color: #999;
}

.text-6 {
  color: #666;
}

.text-3 {
  color: #333;
}

.d-inline-block {
  display: inline-block;
}

.text-color-2 {
  color: #527de3;
}

.text-danger {
  color: #da3f34;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-medium {
  font-weight: 500;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.my-6 {
  margin: 1.5rem 0;
}

.my-4 {
  margin: 1rem 0;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.my-8 {
  margin: 2rem 0;
}

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

.btn-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.input-label {
  display: block;
}
.input-label__txt {
  display: inline-block;
  line-height: 24px;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  color: #333;
}
.input-label__txt::before {
  content: "";
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L5.5 8L12.5 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.input-label--checkbox {
  position: relative;
}
.input-label--checkbox input {
  top: 1px;
  left: 1px;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 26px;
  width: 26px;
}
.input-label--checkbox input[type=checkbox]:checked + .input-label__txt::before {
  background-color: #000639;
  border-color: #000639;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L5.5 8L12.5 1' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.btn-radi {
  padding: 0.4em 0.8em;
  border-radius: 1.8em;
  border: 1px solid #222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contents--member {
  letter-spacing: -0.02em;
}
.contents--member .hr {
  background: none;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  margin: 20px auto;
}
.contents--member h3.fz-18 {
  font-weight: 500;
}

.contents--member .sub-title--2 {
  padding: 0;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
}

.login-form__input, .login-form__btn {
  height: 3.75rem;
  width: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  font-size: 1rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-form__input {
  text-align: left;
  border: 1px solid #e2e2e2;
  /* &--sns {
    text-align: center;
    justify-content: center;
    position: relative;
    height: 40px;
    max-width: 400px;
    width: 100%;
    color: #3c4043;
    border-radius: 4px;
    font-family: 'Google Sans', arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #dadce0;
    @include hover {
      // border-color: #999;
      background-color: #f8faff;
      border-color: #d2e3fc;
    }
    .icon {
      width: Rem(30);
    }
  } */
}
@media (hover: hover) {
  .login-form__input:hover {
    border-color: #c9c9c9;
  }
}
.login-form__input:focus {
  border-color: #c9c9c9;
}
.login-form__input--sns {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
@media (hover: hover) {
  .login-form__input--sns:hover {
    border-color: #999;
  }
}
.login-form__input--sns .icon {
  width: 3.125rem;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -1.5625rem;
}
.login-form__btn {
  font-size: 1.125rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  background-color: #527de3;
}
@media (hover: hover) {
  .login-form__btn:hover {
    background-color: #5f87e5;
  }
}
.login-form__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25em auto 1.875em;
  font-size: 1rem;
}
.login-form__util a {
  color: #666;
}
@media (hover: hover) {
  .login-form__util a:hover {
    text-decoration: underline;
  }
}
.login-form__util li:not(:nth-child(1)) {
  position: relative;
  padding-left: 2em;
  margin-left: 2em;
}
.login-form__util li:not(:nth-child(1)):before {
  content: "";
  height: 0.8em;
  border-left: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4em;
  display: block;
}
.login-form .or-bar {
  text-align: center;
  margin: 2.125em auto;
  position: relative;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-form .or-bar span {
  padding: 0 0.5em;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.login-form .or-bar:before {
  display: block;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #e2e2e2;
}
.login-form + .login--legalRepresentative {
  margin: 1.875em 0 auto;
  text-decoration: underline;
  text-underline-offset: 2px;
  float: right;
  color: #666;
}

.tab-list {
  margin: 0 auto 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-bottom: 1px solid #ddd;
}
.tab-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.75em;
  color: #999;
  position: relative;
  font-size: 1.125rem;
}
@media (hover: hover) {
  .tab-item .link:hover {
    color: #333;
  }
}
.tab-item .link:after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-color: #527de3;
}
.tab-item.active .link {
  color: #333;
}
.tab-item.active .link:after {
  content: "";
}
.tab-content {
  display: none;
}

.btn-submit {
  height: 3.75rem;
  font-size: 1.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #000639;
}
.btn-submit .icon {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  position: absolute;
}
@media (hover: hover) {
  .btn-submit:hover {
    background-color: #000848;
  }
}
.btn-submit[disabled] {
  background-color: #bcc0c6;
  cursor: no-drop;
}
.btn-submit--gray {
  color: #333;
  background-color: #e2e2e2;
}
@media (hover: hover) {
  .btn-submit--gray:hover {
    background-color: #eaeaea;
  }
}

.btn--success {
  height: 3.75rem;
  font-size: 1.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  background-color: #e7f6ea;
}
.btn--success .icon {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  position: absolute;
}

.memberFind .id-list {
  margin: 1.625rem 0;
}
.memberFind .id-list li {
  line-height: 1.2;
  margin-top: 0.3125rem;
  border: 1px solid #eee;
  height: 3.75rem;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.memberFind .id-list li:nth-child(1) {
  margin-top: 0;
}
.memberFind .id-list li span {
  font-size: 0.875rem;
  color: #666;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.join-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px 40px;
  /* &__item {
    text-align: center;
    color: #999;
    // flex: 0 0 33.33%;
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 1.5em;
    &:before {
      content: '';
      width: 100%;
      right: 50%;
      height: 2px;
      background-color: #e2e2e2;
      position: absolute;
      top: ($c/2 - 1px);
      z-index: 1;
    }
    &:first-child:before {
      content: none;
    }
    span {
      position: relative;
      z-index: 2;
      width: $c;
      height: $c;
      border: 2px solid #999;
      background-color: #fff;
      color: #999;
      top: 0;
      margin: 0 auto;
      text-align: center;
      align-items: center;
      justify-content: center;
      align-content: center;
      display: flex;
      font-size: Rem(14);
      line-height: 0.8;
      border-radius: 50%;
    }
    p {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      // word-break: keep-all;
      bottom: 0;
      line-height: 1.2;
      letter-spacing: -0.07em;
    }
    &--now {
      span {
        color: #fff;
        border-color: $color-2;
        background-color: $color-2;
      }
      p {
        color: #333;
      }
      &:before {
        background-color: $color-2;
      }
    }
    &--done {
      span {
        background: url("data:image/svg+xml,%0A%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L5.5 8L12.5 1' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
        font-size: 0;
        border-color: $color-2;
        background-color: $color-2;
      }
      p {
        color: #333;
      }
      &:before {
        background-color: $color-2;
      }
    }
  } */
}
.join-step:before {
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #e2e2e2;
  position: absolute;
  top: 14px;
  z-index: 1;
}
.join-step__item {
  text-align: center;
  color: #999;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding-bottom: 2.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 30px;
          flex: 0 30px;
}
.join-step__item:first-child:before {
  content: none;
}
.join-step__item span {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 2px solid #999;
  background-color: #fff;
  color: #999;
  top: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 0.8;
  border-radius: 50%;
}
.join-step__item p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  top: calc(30px + 0.3em);
  line-height: 1.2;
  letter-spacing: -0.07em;
}
.join-step__item--now span {
  color: #fff;
  border-color: #527de3;
  background-color: #527de3;
}
.join-step__item--now p {
  color: #333;
}
.join-step__item--now:before {
  background-color: #527de3;
}
.join-step__item--done span {
  background: url("data:image/svg+xml,%0A%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L5.5 8L12.5 1' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
  font-size: 0;
  border-color: #527de3;
  background-color: #527de3;
}
.join-step__item--done p {
  color: #333;
}
.join-step__item--done:before {
  background-color: #527de3;
}
.join .term-bx {
  border: 1px solid #e2e2e2;
  height: 8.4em;
  width: 100%;
}
.join .scroll-bx {
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  color: #999;
  padding: 1em;
  line-height: 1.4;
  height: 8.4em;
  overflow-y: auto;
  overflow-x: hidden;
}
.join .scroll-bx,
.join .scroll-bx pre {
  font: inherit;
  font-size: 0.9375rem;
  white-space: pre-wrap;
}
.join .scroll-bx pre {
  margin: -2.8em 0;
}

.join-notice .icon {
  width: 90px;
}

.join-info-tbl {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1.875rem;
}
.join-info-tbl tr:nth-child(1) td,
.join-info-tbl tr:nth-child(1) th {
  border-top: 0;
}
.join-info-tbl td,
.join-info-tbl th {
  height: 3.75rem;
  padding: 0.5em 1em;
  border-top: 1px dashed #ddd;
  vertical-align: middle;
  line-height: 1.2;
}
.join-info-tbl th {
  font-weight: normal;
  color: #666;
  text-align: left;
}
.join-info-tbl td {
  padding-left: 0;
  text-align: right;
  color: #111;
}
.join-info-tbl td .icon {
  width: 40px;
}
.join-info-tbl img {
  vertical-align: middle;
}

.mypageIndex__info {
  border: 1px solid #e2e2e2;
  padding: 0 20px;
}
.mypageIndex__info li {
  border-top: 1px solid #e2e2e2;
  position: relative;
  padding-left: 46px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageIndex__info li:nth-child(1) {
  border-top: 0;
}
.mypageIndex__info li img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
  height: 25px;
}
.mypageIndex .receive-setting {
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
  padding: 1em 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.mypageIndex .link-quit {
  text-decoration: underline;
  text-underline-offset: 2px;
  float: right;
  color: #666;
}

.quit-assets {
  background-color: #fff5e7;
  padding: 1rem;
}
.quit-assets dt {
  color: #527de3;
}
.quit-assets dd {
  display: block;
  text-align: right;
  color: #333;
  font-size: 18px;
}
.quit-assets dd em {
  font-weight: 700;
  font-size: 35px;
}
.quit-assets.textCenter {
  text-align: center;
  padding: 1rem;
}

.dot-list {
  line-height: 1.3;
}
.dot-list li {
  margin-top: 0.4em;
  padding-left: 0.5em;
  position: relative;
}
.dot-list li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.quit-chk {
  padding: 1em 0;
  margin: 1em 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.select {
  background: #fff url(../images/common/select-caret.jpg) no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  height: 3.75rem;
  width: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  font-size: 1rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #e2e2e2;
}
@media (hover: hover) {
  .select:hover {
    border-color: #c9c9c9;
  }
}
.select.active, .select:focus {
  border-color: #c9c9c9;
}

.represent-select .input {
  height: 3.75rem;
  width: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  font-size: 1rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  border: 1px solid #e2e2e2;
}
.represent-select .input[readonly] {
  background-color: #fff;
  color: #999;
}
@media (hover: hover) {
  .represent-select__email .input:hover {
    border-color: #c9c9c9;
  }
}
.represent-select__email .input.active, .represent-select__email .input:focus {
  border-color: #c9c9c9;
}
@media (hover: hover) {
  .represent-select__email:hover .input {
    border-color: #c9c9c9;
  }
}
.represent-select__email {
  position: relative;
}
.represent-select__email .input {
  position: relative;
  padding-right: 3.75rem;
  padding-left: calc(3.75rem - 2px);
}
.represent-select__email .input.active + .input-icon {
  opacity: 1;
}
.represent-select__email .input + .input-icon {
  height: calc(3.75rem - 2px);
  aspect-ratio: 1;
  background: url(../images/common/input-email.jpg) no-repeat 0 0;
  background-size: contain;
  opacity: 0.5;
  position: absolute;
  left: 1px;
  top: 1px;
}
.represent-select__email .input:not([readonly]) {
  padding-right: 9.4em;
}
.represent-select__email__util {
  position: absolute;
  right: 1em;
  top: 0;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.represent-select__email__util .btn {
  height: 2.25rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.represent-select__email__util .btn--cancel {
  padding: 0 1em;
  color: #333;
}
.represent-select__email__util .btn--save {
  background-color: #666666;
  color: #fff;
  padding: 0 1.2em;
}
@media (hover: hover) {
  .represent-select__email__util .btn--save:hover {
    background-color: #4d4d4d;
  }
}
.represent-select__email .btn--edit {
  height: calc(3.75rem - 2px);
  aspect-ratio: 1;
  right: 1px;
  top: 1px;
  position: absolute;
  background: url(../images/common/input-edit.webp) no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}
.represent-select__email .btn--edit:hover {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.btnTabBox {
  margin-top: 2.5rem;
}
.btnTabBox ul li:not(.on) a {
  color: #999;
}

.legalRepresent--payment .btnTabBox {
  margin-bottom: 0;
}

.payment-tbl {
  margin-bottom: 40px;
}
.payment-tbl .item {
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem;
  text-align: left;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-tbl .item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 1em;
}
.payment-tbl .item-info .title {
  display: block;
}
.payment-tbl .item-info .date {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.5em;
}
.payment-tbl .item-price {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.timeTable {
  width: 100%;
  table-layout: fixed;
  border-spacing: 1px;
}
.timeTable thead th {
  height: 50px;
}
.timeTable th,
.timeTable td {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: #666;
}
.legalRepresent--timeTable .timeTable th:not(:empty) {
  cursor: pointer;
}
@media (hover: hover) {
  .legalRepresent--timeTable .timeTable th:not(:empty):hover {
    background-color: #ececec;
  }
}

.timeTable th {
  background-color: #f9f9f9;
  padding: 0 8px;
}
.timeTable__chk {
  padding: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  overflow: hidden;
  height: 35px;
  width: 35px;
}
.timeTable__chk:not(:has(input[disabled])) {
  cursor: pointer;
}
.timeTable__chk:has(input:checked):before {
  background: url(../images/common/gameTimeTable_chk.webp) no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .timeTable__chk:hover:not(:has(input[disabled])):before {
    background-color: rgba(153, 153, 153, 0.1);
  }
}
.timeTable__chk.hover:before {
  background-color: rgba(153, 153, 153, 0.1);
}
.row-hover .timeTable__chk:before {
  background-color: rgba(153, 153, 153, 0.1);
}

.timeTable__chk input {
  top: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 35px;
  width: 35px;
}
.timeTable__chk:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.login-form .login-form__input--sns {
  z-index: 3;
}
.login-form .login-form__input--sns:has(p) {
  z-index: 2;
}
.login-form #google_renderButton > div {
  height: 100%;
}
.login-form #google_renderButton {
  -webkit-transform: scale(1.55);
          transform: scale(1.55);
  z-index: 1;
  margin: 0 !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.payment-select {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
}
.payment-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2px;
  margin-bottom: 30px;
}
.payment-select__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 151px;
          flex: 0 0 151px;
  text-align: center;
  margin: -1px;
}
.payment-select__item:nth-child(3n-1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.payment-select__btn {
  cursor: pointer;
  width: 100%;
  height: 120px;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #e2e2e2;
}
.payment-select__btn .wrap {
  opacity: 0.5;
}
.payment-select__btn .wrap p {
  margin-top: 4px;
}
.payment-select__btn:before {
  content: "";
  display: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 120px;
  z-index: 3;
  border: 2px solid #333;
}
.payment-select__btn:has(input[type=radio]:checked) .wrap {
  opacity: 1;
}
.payment-select__btn:has(input[type=radio]:checked):before {
  display: block;
}
.payment-select__btn input[type=radio] {
  display: none;
}