@charset "UTF-8";
/*****************************************************
***　ヘッダー　***
*****************************************************/

/* header {
	background-position: center top;
	margin: 0 auto;
	position: fixed;
	transform: translate3d(0, 0, 0);
	top: 0%;
	width: 100%;
	z-index: 999;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#header_a {
	background-image: url(/m999/img/member/sm2019/img/header/header_a.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	left: 0;
	padding-top: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#header_a_a {
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#menu_a {
	margin: 4% 3% 2%;
	position: relative;
	width: 6%;
}

.menu_a {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.main-contents {
	background: #b9a5c7;
	content: "";
	height: 42%;
	left: 12.1%;
	position: absolute;
	top: 32%;
	width: 1px;
}

#h_site_name {
	font-size: 88%;
	font-weight: bold;
	left: 4%;
	margin: 4% 0 0 0;
	position: relative;
	width: 55%;
}

#h_point {
	font-size: 80%;
	margin: 4% 0 0 0;
	position: relative;
	width: 15%;
}

#h_buy {
	font-size: 75%;
	margin: 4% 0 0 0;
	position: relative;
	width: 21%;
}

.h_buy_border {
	color: #fff;
	border: solid 1px #fff;
	border-radius: 5px;
	margin: 6px;
	padding: 10% 20%;
	position: relative;
	text-align: center;
	cursor: pointer;
} */

a.h_site_name {
	color: #fff;
}

.badge_n {
	background: #e80000;
	border-radius: 50%;
	bottom: 65%;
	color: #fff;
	font-family: sans-serif;
	font-size: 65%;
	height: 60%;
	left: 60%;
	position: absolute;
	text-align: center;
	width: 70%;
	z-index: 1;
}

.badge_n:after {
	content: "N";
}

header .gnb div:nth-of-type(1) {
	/*flex-basis: 13%;*/
	/*flex-basis: 12.26666vw;*/
}
header .gnb div:nth-of-type(2) {
	margin: 4% auto;
	position: relative;
}
header .gnb div:nth-of-type(3) {
	/*flex-basis: 17%;*/
	/*flex-basis: 22.66666vw;*/
}
header .gnb div:nth-of-type(4) {
	width: 10%;
}
.gnb-nav .gnb-nav-a img {
	vertical-align: middle;
	width: 6%;
}
.gnb-nav .gnb-nav-a {
	border-right: solid 1px #c1a5c7;
	margin: 0 0 0 3%;
	vertical-align: middle;
	width: 100%;
}
.gnb-site .gnb-site-h {
	font-size: 80%;
	padding: 0 0 0 5.11%;
	vertical-align: middle;
}
.gnb-site .gnb-site-h a {
	color: #fff;
	vertical-align: middle;
}
.fa-plus {
	position: absolute;
	z-index: 1;
	content: url(/m999/img/member/sm2019/img/header/icon_plus.png);
	width: 8px;
	top: 2px;
	left: 2px;
}
.gnb-buy .gnb-buy-a .text {
	display: inline;
}

/*****************************************************
*** 2025.07.17 header変更 ***
*****************************************************/
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: #52285c;
	background-position: center top;
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, 0, 0);
	z-index: 1000;
}

.header-left {
	display: flex;
	align-items: center;
	justify-content: start;
}

#menu_a {
	margin: 4% 0% 4% 0%;
	margin-right: 20px;
	position: relative;
}

#menu_a img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#menu_a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #c1a5c7;
}

#h_site_name {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	left: 4%;
	white-space: nowrap;
}

#h_site_name a {
	text-decoration: none;
	color: inherit;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 5px;
}

#h_point {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 5px;
	border-radius: 5px;
	width: 110px;
	font-size: 13px;
	color: white;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	position: relative;
}

#h_point span {
	font-weight: bold;
	display: block;
}

#h_point small {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	line-height: 1.2;
}
#h_buy {
	flex-direction: column;
	margin: 0;
	font-size: 75%;
	position: relative;
	width: 21%;
}
.h_buy_border {
	border: solid 1px #fff;
	text-align: center;
	cursor: pointer;
}

#h_buy a {
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px;
	margin: 0;
	background-color: white;
	color: #52285c;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
}

#h_buy a i {
	display: none;
}
.main-contents {
	display: none;
}

/*****************************************************
*** メニュー　***
*****************************************************/
#gnb {
	position: absolute;
	height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
}
#gnb #gnb_profile {
	padding: 11% 5%;
}
#gnb_profile {
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}
#gnb #gnb_profile .user_name {
	font-size: 110%;
}
#gnb #gnb_profile .user_bold {
	font-weight: bold;
	color: #52285c;
}
#gnb #gnb_profile .user_id,
#gnb #gnb_profile .user_blood {
	width: 37%;
	position: relative;
	float: left;
}
#gnb #gnb_profile .user_name .user_profile,
#gnb #gnb_profile .user_profile_2 span,
#gnb #gnb_profile .user_profile_3 span {
	font-size: 80%;
}
#gnb #gnb_profile .user_profile_1,
#gnb #gnb_profile .user_profile_2,
#gnb #gnb_profile .user_profile_3,
#gnb #gnb_profile .info_update {
	display: inline-block;
	width: 100%;
}
#gnb #gnb_profile .user_profile_1,
#gnb #gnb_profile .user_profile_2,
#gnb #gnb_profile .user_profile_3 {
	margin-bottom: 4%;
}
#gnb #gnb_profile .user_birthday,
#gnb #gnb_profile .user_married {
	display: inline-block;
	padding-left: 6%;
}
#gnb #gnb_profile .info_update a {
	font-size: 80%;
	color: #7e7e7e;
	text-decoration: underline;
}
#gnb #menu .menu_area_2 li {
	font-size: 80%;
	background-color: #cdcdcd;
	border-top: 1px solid #b5b5b5;
}
#gnb #menu li.menu_type {
	background-color: #52285c;
	border-top: 1px solid #e3e3e3;
	color: #fff;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 2% 9%;
}
#gnb #menu .menu_area_1 li {
	border-top: 1px solid #e3e3e3;
}
#gnb #menu .menu_area_1 li a,
#gnb #menu .menu_area_2 li a {
	display: block;
	font-size: 110%;
	padding: 5% 9%;
}
#gnb .top {
	position: relative;
}
#gnb .top ul {
	overflow: hidden;
	display: table;
	background: #fff;
	list-style: none;
	padding: 24px 8px;
	text-align: center;
}
#gnb .top ul li {
	display: table-cell;
	width: 26%;
}
#gnb .top .user_info .bg {
	border-radius: 10px;
	background-color: #c1a5c7;
	color: #fff;
	text-align: center;
	width: 10%;
}
#gnb #nav_area .nav_list {
	overflow: hidden;
}
#gnb #nav_area .nav_list li {
	background: #fff;
}
#gnb #nav_area .nav_list li a {
	display: block;
	color: #0c2436;
	font-size: 16px; /* 旧バージョン対応 */
	padding: 14px;
	border-top: 1px solid #ececec;
}
/*****************************************************
*** 2019.02.20 NEW NAVIGATION ***
*****************************************************/
#gnb {
	position: absolute;
	overflow-x: hidden;
	color: #000;
	background-color: #fff;
}
#gnb #profile {
	padding: 13% 9%;
}
#gnb #profile .user_bold {
	font-weight: bold;
	color: #52285c;
}
#gnb #profile .user_name {
	font-size: 110%;
}
#gnb #profile .user_name .user_profile {
	font-size: 80%;
}
#gnb #profile .user_profile_1,
#gnb #profile .user_profile_2,
#gnb #profile .user_profile_3 {
	margin-bottom: 5%;
}
#gnb #profile .user_profile_1,
#gnb #profile .user_profile_2,
#gnb #profile .user_profile_3,
#gnb #profile .info_update {
	display: inline-block;
	width: 100%;
}
#gnb #profile .user_profile_2 span,
#gnb #profile .user_profile_3 span {
	font-size: 80%;
}
#gnb #profile .user_id,
#gnb #profile .user_blood {
	width: 36%;
	position: relative;
	float: left;
}
#gnb #profile .user_birthday,
#gnb #profile .user_married {
	display: inline-block;
	padding-left: 6%;
}
#gnb #profile .info_update a {
	font-size: 80%;
	color: #7e7e7e;
	text-decoration: underline;
}
#gnb #menu .menu_area_1 li a,
#gnb #menu .menu_area_2 li a {
	display: block;
	font-size: 110%;
	padding: 4% 9%;
	color: #000;
}
#gnb #menu .menu_area_1 li {
	border-top: 1px solid #ececec;
	position: relative;
}
#gnb #menu .menu_area_2 li {
	font-size: 80%;
	background-color: #cdcdcd;
	border-top: 1px solid #b5b5b5;
}
#gnb #menu li.menu_type {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 2% 9%;
	color: #fff;
	border-top: 1px solid #ececec;
	background-color: #52285c;
}
#gnb #menu li .menu_badge_n {
	background: #e80000;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	z-index: 1;
	width: 5%;
	height: 30%;
	text-align: center;
	font-size: 60%;
	top: 35%;
	margin-left: 2%;
}
#gnb #menu li .menu_badge_n:after {
	content: "N";
}
