@charset "utf-8";

.fs-c-button--standard{box-shadow:none;background:none;border:none;}
.fs-c-button--continueShopping:before {
    content: "<<";
    letter-spacing: 0.1px;
    padding-right: 5px;
}
.fs-c-button--continueShopping:hover{
	letter-spacing:10px;
}
.fs-c-inputInformation__field{
    border: 1px solid #CCC;
    padding: 30px;
}

.fs-system-assistedItem, #fs_input_mailAddress, #fs_input_password,
.fs-c-inputTable input {
    padding: 10px 10px;
}
.fs-c-dropdown__menu{
	padding: 0.6em 3.6em 0.6em 0.6em;
}

.fs-c-registerSuccessMessage p {
    margin: 20px 0;
    line-height: 2em;
}
.logout_btn {
    display: block;
    margin: 10px auto;
    text-align: center;
    padding-top: 8px;
}
.logout_btn a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
}
.fs-p-accountInfo__accountName{
    text-align: center;
    margin: 10px auto;
}
.fs-p-accountInfo__accountName__name{
    font-size: 18px;
}

.member-stage .stage-GOLD{
	font-weight:bold;
	font-size: 130%;
	color:#d0b163;
}
.member-stage .stage-SILVER{
	font-weight:bold;
    font-size: 130%;	
	color:#a8a9a8;
}
.member-stage .stage-BRONZE{
	font-weight:bold;
    font-size: 130%;	
	color:#997a5c;
}
.member-stage .stage-UNBY{
	font-weight:bold;
    font-size: 130%;	
	background: -webkit-linear-gradient(30deg,#065ef6,#bc65dc,#eb5234);
    -webkit-background-clip: text;/*背景をテキストでマスクする*/
    -webkit-text-fill-color: transparent;
    position: relative;
}
.member-stage-bg {
    /* display: block; */
    width: 100%;
    height: 150px;
    margin:10px 0;
    background-size: contain!important;
}

.bg-GOLD {
    background: url(https://unby.itembox.cloud/item/img/gold-bg.png?d=20201217125204) 50% 0 no-repeat;
}
.bg-UNBY {
    background: url(https://unby.itembox.cloud/item/img/unby_family.png?g) 50% 0 no-repeat;
}

.bg-SILVER {
    background: url(https://unby.itembox.cloud/item/img/silver-bg.png?d=20201217125204) 50% 0 no-repeat;
}

.bg-BRONZE {
    background: url(https://unby.itembox.cloud/item/img/bronze-bg.png?d=20201217125204) 50% 0 no-repeat;
}
.bg-SILVER-CF {
    background: url(https://unby.itembox.cloud/item/img/cf-silver.png?d=20210719140719) 50% 0 no-repeat;
}

.bg-BRONZE-CF {
    background: url(https://unby.itembox.cloud/item/img/cf-bronze.png?d=20201217125204) 50% 0 no-repeat;
}