@charset "Shift_JIS";

:root {
	--kt-customer-header-h: 65px;
	--kt-customer-px-1: 16px;
	--kt-customer-py-1: 16px;
	--kt-customer-searchmenu-h:61px;
}

/*---------- ログイン ------------------*/
body:has([id*="kt-"][id*="contents"]) header.header_{
	height: auto;
}
body:has(#kt-login-contents) .wrapper_{
	max-width: none;
}
body:has(#kt-login-contents) :is(header.header_, .headerin_){
	position: relative;
}
body:has(#kt-login-contents) header .searchmenu_{
	display: none;
}

body:has(#kt-login-contents) :is(header.header_, .headerin_) .menu_ {
	top: var(--g-header-in-h);
}

body:has(#kt-login-contents) :is(header.header_, .headerin_) .logo {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

#kt-login-contents {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(22 / 14);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-login-contents .error_wrap_ {
	margin-bottom: 24px;
	padding: 0 10px;
}

#kt-login-contents .error_wrap_>.info_ {
	margin: 0;
	padding: 10px;
	background-color: #fff;
}

#kt-login-contents .error_wrap_ a.kt-link {
	color: inherit;
	text-decoration: underline;
}

#kt-login-contents .error_wrap_>.info_ .info_ {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(22 / 14);
	font-weight: 400;
	color: var(--g-color-3);
}

#kt-login-contents .error_wrap_>.info_ .error_ {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(22 / 14);
	font-weight: bold;
	color: var(--g-color-3);
	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
}

#kt-login-contents .kt-button {
	width: calc(310 / 375 * 100vw);
	margin-left: auto;
	margin-right: auto;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(26 / 16);
	font-weight: 500;
	min-height: 48px;
	border-radius: var(--g-border-radius-1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	max-width: 100%;
}

#kt-login-contents .kt-login-tab-contents>*:not(.kt-active) {
	display: none;
}

#kt-login-contents .kt-login-tabs {
	display: flex;
	align-items: end;
	margin-top: 21px;
	justify-content: center;
	border-bottom: none;
	position: relative;
}
#kt-login-contents .kt-login-tabs::after{
	content:'';
	position: absolute;
	bottom: -3px;
	height: 3px;
	background-color: var(--g-color-7);
	display: block;
	width: 100%;
}

#kt-login-contents .kt-login-tabs>button {
	border: none;
	background-color: var(--g-color-4);
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(26 / 16);
	font-weight: 400;
	color: var(--g-color-1);
	border-bottom: none;
	position: relative;
	top: 3px;
}

#kt-login-contents .kt-login-tabs>button>* {
	font-size: inherit;
	font-weight: inherit;
}
#kt-login-contents .kt-login-tabs>button[aria-selected="false"] {
	height: calc(50px - 3px);
}
#kt-login-contents .kt-login-tabs>button[aria-selected="true"] {
	border: 3px solid var(--g-color-7);
	border-left: 3px solid var(--g-color-7);
	border-bottom: none;
	background-color: #fff;
	font-weight: bold;
	z-index: 1;
}

#kt-login-contents .kt-login-tabs>button[aria-selected="true"]::after{
	content:'';
	height: 6px;
	background-color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	bottom: -2px;
}

#kt-login-contents .kt-login-tabs>* {
	width: calc(50% - 3px);
}

#kt-login-contents .kt-login-tab-pane {
	padding: 24px 10px;
}

#kt-login-contents .kt-login-form-msg-items {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#kt-login-contents .kt-login-form-msg-items:has(>*) {
	margin-bottom: var(--kt-customer-py-1);
}

#kt-login-contents .kt-login-form-msg {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(26 / 16);
	font-weight: bold;
	color: var(--g-color-1);
}

#kt-login-contents .kt-login-form-alert-msg {
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(22 / 14);
	font-weight: 400;
	color: var(--g-color-3);
}

#kt-login-contents form {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(26 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-login-contents table {
	width: 100%;
	table-layout: fixed;
}

#kt-login-contents table.kt-login-input-wrapper {
	margin-bottom: 24px;
}

#kt-login-contents table.kt-login-input-wrapper tr:not(:last-child) td {
	padding-bottom: 8px;
}

#kt-login-contents .kt-js-login-middle-msg:has(>*) {
	margin: 24px auto 0;
}

#kt-login-contents .kt-button-for-login {
	width: calc(310 / 375 * 100vw);
	margin: 0 auto 16px;
	background-color: var(--g-color-1);
	color: #fff;
	height: 48px;
	max-width: 100%;
}

#kt-login-contents .kt-button-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
}

#kt-login-contents :is(.kt-button-for-forget-uid, .kt-button-for-forget-pwd) {
	border: 1px solid var(--g-color-7);
}

#kt-login-contents #kt-tab-content-for-guest .kt-login-form-msg-items {
	margin-left: auto;
	margin-right: auto;
	width: calc(320 / 375 * 100vw);
	max-width: 100%;
}

#kt-login-contents #kt-tab-content-for-guest .kt-login-form-msg-items.kt-index-2 {
	margin-top: 32px;
}

#kt-login-contents :is(.kt-login-button-wrapper-for-guest, .kt-login-button-wrapper-for-registration) {
	display: flex;
	flex-direction: column;
	gap: 8px 0;
	margin: 0 auto;
	text-align: center;
}

#kt-login-contents :is(.kt-login-flex-column-for-members, .kt-login-flex-column-for-guest) {
	display: flex;
	flex-direction: column;
}

#kt-login-contents .kt-login-button-wrapper-for-guest {
	margin-bottom: 32px;
}

#kt-login-contents .kt-login-button-wrapper-for-guest.kt-index-2 {
	margin-bottom: 0;
}

#kt-login-contents .kt-login-button-wrapper-for-registration .kt-button {
	margin: 0 auto;
	width: calc(310 / 375 * 100vw);
	max-width: 100%;
}

#kt-login-contents .kt-login-button-wrapper-for-registration.kt-index-2 {
	margin-bottom: 16px;
}

#kt-login-contents .kt-login-button-wrapper-for-registration .kt-login-button-for-kips {
	font-weight: bold;
	background: var(--g-color-1);
	color: #fff;
}

#kt-login-contents .kt-login-button-wrapper-for-registration .kt-login-button-for-private {
	background: #fff;
	/*border-image-slice: 2;
	border-image-width: 2px;
	border-image-source: linear-gradient(#b39036 0%, #d9b862 23.43%, #b39036 50.63%, #f0cc6c 80.76%, #b39036 100%);*/
	border: 1px solid var(--g-color-1);
	color: var(--g-color-1);
	font-weight: bold;
}

#kt-login-contents :is(.kt-login-button-for-club-wrapper, .kt-login-button-for-group-wrapper, .kt-login-button-for-employee-wrapper) {
	font-size: calc(16 / var(--g-1rem) * 1rem);
	line-height: calc(26 / 16);
	font-weight: 400;
	color: var(--g-color-1);
}

#kt-login-contents :is(.kt-login-button-for-club, .kt-login-button-for-group, .kt-login-button-for-employee) {
	background-color: transparent;
	border: none;
	padding: 0;
	text-decoration: underline;
}

#kt-login-contents .kt-from-regular-sales-msg {
	margin-bottom: 8px;
}

/*---------- メールアドレス変更 ------------------*/
#kt-mail-change-contents :is(.kt-mail-change-msg-top,.kt-mail-change-msg-result){
	font-size: calc(14 / var(--g-1rem) * 1rem);
	line-height: calc(22 / 14);
}

#kt-mail-change-contents .kt-submit-wrapper{
	margin: 32px auto 64px;
	display: flex;
	flex-direction: column;
	gap: var(--kt-customer-py-1);
	width: var(--g-pc-width-2);
}