#container {
    padding-top: 0px !important;
}

.p-register {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.p-register .u-input__error {
  display: inline-block;
  margin-top: 4px;
  color: #CE2E6F;
  font-size: 0.875rem;
}
@media (orientation: landscape) {
  .p-register {
    min-height: 1200px;
  }
}
.p-register .js-back__btn {
  display: none;
}
.p-register.is-chatoff {
  height: 100vh;
}
.p-register.is-chatoff .js-chat__hide {
  display: none;
}
.p-register.is-chatoff .js-back__btn {
  display: block;
}
.p-register__start {
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 1.2, 1, 1);
}
.p-register__start.is-show {
  visibility: inherit;
  opacity: 1;
}
.p-register__start button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-register__start img {
  max-width: 320px;
  margin-left: 8px;
}
.p-register__inner {
  height: 100%;
}
.p-register__img {
  height: 100%;
}
.p-register__img img {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.p-register__menu {
  position: absolute;
  top: 20px;
  right: -3px;
}
.p-register__menuTop {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-register__menuItem--s {
  position: relative;
  margin-bottom: 12px;
  border-width: 1px 0 1px 1px;
  border-radius: 50px 0 0 50px;
}
.p-register__comment {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62%;
  padding: 0 16px 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-register__commentInner {
  display: flex;
  visibility: hidden;
  align-items: flex-end;
  height: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  gap: 12px;
  /*transform: translateY(20px);*/
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 1.2, 1, 1);
}
.p-register__commentInner.is-show {
  visibility: inherit;
  height: auto;
  /*transform: translateY(0px);*/
  opacity: 1;
}
.p-register__commentTxt {
  position: relative;
  width: 100%;
  padding: 16px;
  filter: drop-shadow(4px 5px 3px rgba(0, 0, 0, 0.2));
}
.p-register__commentTxt::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  content: "";
  opacity: 0.9;
}
.p-register__commentTxt:after {
  z-index: -2;
  position: absolute;
  bottom: 4px;
  left: -13px;
  width: 18px;
  height: 14px;
  transform: rotate(0deg);
  background-image: url(../img/register/message_after_bg_l.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(9px 6px 16px rgba(0, 0, 0, 0.9));
  opacity: 0.9;
}
.p-register__commentTxt--agree {
  height: 70px;
  margin-bottom: 10px;
  overflow: scroll;
}
.p-register__commentTxt input {
  height: 37px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #ffeaf6!important;
  box-shadow: inset 0.72px 1.85px 4px #e9afd0;
  color: #3d3a48;
  font-weight: 500;
}
.p-register__commentTxt input::-moz-placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt input:-ms-input-placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt input::placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt select {
  width: 23%;
  height: 37px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: #ffeaf6!important;
  box-shadow: inset 0.72px 1.85px 4px #e9afd0;
  color: #3d3a48;
  font-weight: 500;
  line-height: 37px;
}
.p-register__commentTxt select::-moz-placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt select:-ms-input-placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt select::placeholder {
  color: #f2918c;
  font-weight: 500;
}
.p-register__commentTxt input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.p-register__commentTxt input[type=checkbox] + label {
  position: relative;
  padding: 0;
  cursor: pointer;
}
.p-register__commentTxt input[type=checkbox] + label:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-right: 5px;
  border-radius: 2px;
  background: #ffeaf6;
  box-shadow: inset 0.72px 1.85px 4px #e9afd0;
  content: "";
  vertical-align: text-top;
}
.p-register__commentTxt input[type=checkbox]:hover + label:before {
  background: #ffeaf6;
}
.p-register__commentTxt input[type=checkbox]:checked + label:before {
  background: #ffeaf6;
}
.p-register__commentTxt input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.p-register__commentTxt input[type=checkbox]:disabled + label:before {
  background: #ddd;
  box-shadow: none;
}
.p-register__commentTxt input[type=checkbox]:checked + label:after {
  position: absolute;
  top: 11px;
  left: 6px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  background: #CE2E6F;
  box-shadow: 2px 0 0 #CE2E6F, 4px 0 0 #CE2E6F, 4px -2px 0 #CE2E6F, 4px -4px 0 #CE2E6F, 4px -6px 0 #CE2E6F, 4px -10px 0 #CE2E6F, 4px -8px 0 #CE2E6F;
  content: "";
}
.p-register__commentTxt textarea {
  width: 100%;
  padding: 8px 12px;
  overflow-y: auto;
  border-radius: 5px;
  background-color: #F7E4E3;
  box-shadow: inset 0.72px 1.85px 4px #DCC0C0;
  color: #3d3a48;
  font-weight: 500;
}
.p-register__commentTxt .u-input__agree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 10px 0;
}

.p-register__commentTxt .u-input__wide input {
  width: 100%;
}
.p-register__commentTxt .u-input__ttl {
  margin-bottom: 5px;
  color: #430BAF;
  font-weight: 500;
}
.p-register__commentTxt .u-input__ttl--flex {
  display: flex;
  justify-content: space-between;
}
.p-register__commentTxt .u-input__ttl--flex b {
  white-space: nowrap;
}
.p-register__commentTxt .u-input__ttl .mail_note {
  color: #CE2E6F;
  margin-left: 8px;
}
.p-register__commentTxt .u-input__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  margin-left: auto;
  border-radius: 6px;
  background-color: #FF5596;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-shadow: 0px 1px 0px 1px #CE2E6F;
}
.p-register__commentTxt .u-input-date {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-register__commentTxt .u-input-date input {
  width: 20%;
  text-align: center;
}
.p-register__commentTxt .u-input-date input:first-child {
  width: 25%;
}
.p-register__commentTxt .u-input-date span {
  font-weight: 500;
  line-height: 1.6;
}
.p-register__commentTxt .u-input-date span:last-child {
  margin-right: 5px;
}
.p-register__commentDesc {

}
.p-register__commentInner[type=user] {
  width: calc(100% - 60px);
  margin-right: 0;
  margin-left: auto;
}
.p-register__commentInner[type=user] .register__commentTxt:after {
  right: -13px;
  left: unset;
  width: 18px;
  height: 14px;
  transform: rotate(0deg);
  background-image: url(../img/register/message_after_bg_r.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: drop-shadow(9px 6px 16px rgba(0, 0, 0, 0.9));
  opacity: 0.9;
}
.p-register__commentInfo {
  display: flex;
  margin-bottom: 4px;
  gap: 8px;
}
.p-register__commentRead {
  padding: 1px 12px 2px;
  border-radius: 50px;
  background: #3d3a48;
  color: #fff;
}
.p-register__commentIcon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 35px;
  filter: drop-shadow(3px 7.5px 5.5px rgba(0, 0, 0, 0.34));
}
.p-register__commentIcon img {
  width: 100%;
}
.p-register__commentLink {
  margin-top: 4px;
  text-align: right;
}
.p-register__commentLink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 4px 16px;
  gap: 4px;
  border: 1px solid #3d3a48;
  border-radius: 50px;
}

.c-center__modal-head__ctn-other {
  color: #fb7f79;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-center__modal {
  display: none;
}
.c-center__modal__overlay {
  display: none;
}


input:-webkit-autofill {
animation-name: onAutoFillStart;
transition: background-color 50000s ease-in-out 0s;
}
