.ms-top-signup-box{
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 48px;
}
.signup-wrap {
    background: #FEF5E4 url('/contents/nikki/pc/top/signup/img/signup_bg.svg') no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.signup-form {
    display: flex;
    justify-content: space-between;
    padding: 18px 14px 22px 25px;
}
.signup-form .signup-form--header {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 91px;
}
.signup-form .signup-form--header .signup-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FF650E;
    padding: 0 30px;
    line-height: 1.2;
}
.signup-form .signup-form--header .signup-content {
    color: #5C5C5C;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
    padding-left: 30px;
    line-height: 1.3;
    letter-spacing: 0.8px;
}
.signup-form .signup-form--header .signup-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.signup-form .signup-form--header .stat1,
.signup-form .signup-form--header .stat2,
.signup-form .signup-form--header .stat3 {
    background: url('/contents/nikki/pc/top/signup/img/stats.svg') no-repeat;
    width: 126px;
    height: 69px;
    text-align: center;
}
.signup-form .signup-form--header .stat1 .stat1-text,
.signup-form .signup-form--header .stat2 .stat2-text,
.signup-form .signup-form--header .stat3 .stat3-text {
    font-size: 10.87px;
    font-weight: bold;
    color: #333333;
    margin-top: 1px;
}
.signup-form .signup-form--header .stat1 .stat1-line,
.signup-form .signup-form--header .stat2 .stat2-line,
.signup-form .signup-form--header .stat3 .stat3-line {
    width: 83px;
    height: 1px;
    background-color: #FF9500;
    margin: 4px auto 2px auto;
}
.signup-form .signup-form--header .stat1 .stat1-count,
.signup-form .signup-form--header .stat2 .stat2-count,
.signup-form .signup-form--header .stat3 .stat3-count {
    font-size: 10.74px;
    font-weight: bold;
    color: #FF650E;
    margin: 0 auto;
}
.signup-form .signup-form--header .stat3 .stat3-count {
    padding-top: 5px;
}
.signup-form .signup-form--header .stat1 .stat1-count-num,
.signup-form .signup-form--header .stat2 .stat2-count-num,
.signup-form .signup-form--header .stat3 .stat3-count-num {
    font-family: "Roboto", sans-serif;
    font-size: 24.84px;
    font-weight: bold;
    color: #FF650E;
}
.signup-form .signup-form--header .stat3 .stat3-count-num{
    font-size: 19.66px;
}
.signup-form .signup-form--body {
    min-height: 378px;
    max-height: 418px;
}
.signup-form .signup-form--body .bg {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
}
.signup-form .signup-form--body .bg .form-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
}
.signup-form .signup-form--body .bg .input-form {
    width: 370px;
    margin: 0 auto 16px auto;
}
.signup-form .signup-form--body .bg .input-form label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.signup-form .signup-form--body .bg .input-form label span {
    font-weight: bold;
    font-size: 13px;
    line-height: 16.5px;
    color: #5C5C5C;
}
.signup-form .signup-form--body .bg .input-form input {
    width: 370px;
    height: 56px;
    min-width: 278px;
    justify-content: space-between;
    border-radius: 4px;
    border-width: 2px;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    border: 1px solid #EBEBEB;
    width: 100%;
    box-sizing: border-box;
}
.signup-form .signup-form--body .bg .input-form input:focus {
    outline: none;
    border: 1px solid #ff7930;
}
.signup-form .signup-form--body .bg .input-form input::placeholder {
    color: #D6D6D6;
    font-size: 12px;
    font-weight: bold;
}
.signup-form .signup-form--body .bg .input-form .password-form {
    position: relative;
}
.signup-form .signup-form--body .bg .input-form .password-form .password-mask {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	padding: 8px;
	background-image: url(/contents/nikki/pc/top/signup/img/pass_hide.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	transform: translate(-50%, -50%);
	content: '';
	cursor: pointer;
}
.signup-form .signup-form--body .bg .input-form .password-form input {
    padding-right: 50px;
}
.signup-form .signup-form--body .bg .input-form .password-form  .password-mask:hover {
	opacity: .85;
	text-decoration: none;
}
.signup-form .signup-form--body .bg .input-form .password-form  .password-mask.is-show {
	background-image: url(/contents/nikki/pc/top/signup/img/pass_show.svg);
}
.signup-form .signup-form--body .bg .input-submit {
    padding: 8px 0;
}
.signup-form .signup-form--body .bg .input-submit button {
    width: 100%;
    background-color: #F8243D;
    height: 64px;
    border-radius: 50px;
    color: #ffffff;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.signup-form .signup-form--body .bg .input-submit button:hover {
    background-color: #FA6C7D;
}
.signup-form .signup-form--body .bg .input-submit .text-free {
    display: inline-block;
    background: #ffffff;
    color: #F8243D;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0px;
    width: 48px;
    height: 28px;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 12px;
    align-content: center;
}

.signup-form .signup-form--body .bg .input-submit button:hover .text-free {
    color: #FA6C7D;
}

/* .page-error-msg-wrap */
.page-error-msg-wrap {
	display: none;
	position: fixed;
	z-index: 5;
	width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
}

.page-error-msg-wrap .page-error-msg {
	position: relative;
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	padding: 16px 32px 16px 38px;
	border: 1px solid #df0101;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff0f0;
	color: #4d4d4d;
}

.page-error-msg-wrap .page-error-msg::before {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 14px;
	height: 14px;
	background: url(/contents/nikki/pc/top/signup/img/error.svg) no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	content: '';
}
.page-error-msg-wrap .page-error-msg .page-error-msg-text {
	color: #333333;
	font-size: 14px;
    font-weight: 400;
	text-align: left;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-text .is-color-black {
	color: #333;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-text .errLinkWrap {
	display: flex;
	flex-wrap: wrap;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-text .errLinkWrap .errLinkItem {
	padding-right: 8px;
	transition: all .3s ease;
	color: #df0101;
	text-decoration: underline;
	cursor: pointer;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-text .errLinkWrap .errLinkItem:hover {
	text-decoration: none;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: -8px;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
	cursor: pointer;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-close-btn:hover {
	opacity: .85;
	text-decoration: none;
}
.page-error-msg-wrap .page-error-msg .page-error-msg-close-btn img {
	width: 14px;
	height: 14px;
}

/** .item-error-msg */
.item-error-msg .msg-item {
	margin: 4px 0;
	color: #df0101;
	font-size: 12px;
	word-break: break-all;
}
.item-error-msg .msg-item a {
	transition: all .3s ease;
	color: #0f2896;
	text-decoration: underline;
}
.item-error-msg .msg-item a:hover {
	text-decoration: none;
}

.is-error input[type='text'],
.is-error input[type='password'] {
	border: 1px solid #df0101 !important;
	background-color: #fff0f0;
}
