@charset "utf-8";
/*--------------------------------------------
base
---------------------------------------------*/
.ranking_contents_box {
	width: 95%;
	height: auto;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto 0 auto;
	padding-top: 55px;
	padding-bottom: 15px;
}

/*--------------------------------------------
会員ランク特典ページ
---------------------------------------------*/
.ranking_contents_box_benefits {
	width: 95%;
	margin: 0 auto 0 auto;
	padding-top: 55px;
	padding-bottom: 15px;
	z-index: -999999999999;
	position: relative;
}

.ranking_contents_box_benefits img{
	width: 100%;
	margin-top: -30px;
}

/*--------------------------------------------
ポイント貯め方ページ
---------------------------------------------*/
.ranking_contents_box_point {
	width: 95%;
	margin: 0 auto 0 auto;
	padding-top: 55px;
	padding-bottom: 15px;
	z-index: -999999999999;
	position: relative;
}

.ranking_contents_box_point img{
	width: 100%;
	margin-top: -45px;
}

/*--------------------------------------------
ポイント実績ページ
---------------------------------------------*/
.archive_point{
	padding: 10px;
	margin-top: -40px;
}

.archive_point ul{
	padding-left: 0;
}

.archive_point ul li{
	list-style: none;
	border-bottom: 1px #222 dotted;
	padding-top: 20px;
	padding-bottom: 2px;
	line-height: 20px;
}

.archive_title{
	width: 100%;
	color: #000;
	font-weight: bold;
	line-height: 0.5px;
	font-size: 80%;
	margin-bottom: -15px;
}

.archive_title i{color: #e6b422;}

.archive_day{
	float: left;
	width: 35%;
	font-size: 75%;
	color: #888;
}

.archive_pointcomment{
	float: right;
	width: 55%;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
}

.archive_point_text{
	color: #f00;
	font-size: 110%;
	font-weight: bold;
}

.archive_point_text i{color: #e6b422;font-size: 70%;}

.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
	box-sizing: border-box;
	display: block;
	color: #A4A4A4;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	border: 1px solid #A4A4A4;
	border-radius: 1em;
	min-width: 2em;
	transition: all 0.2s;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	padding: calc(.5em - 1px) 0.5em;
}

.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
	color: #FFF;
	background: #FFDEF5;
	border-color: #FFDEF5;
}

@media (min-width: 640px) {
	.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
	margin: 0 0.28em;
	}
}

.pagination {
	display: flex;
	justify-content: center;
	color: #A4A4A4;
	line-height: 1;
	margin: 0;
	padding: 2em 0;
}

.pagination__list {
	display: none;
}

.pagination__item {
	margin: 0;
}

.pagination__item--current {
	background: #FFDEF5;
	color: #fff;
	font-weight: bold;
	border-color: #FFDEF5;
	margin: 0 0.28em;
}

.pagination__pos {
	order: 2;
	margin: 0 1em;
	padding: 0.5em;
}

.pagination__btn--prev {
	order: 1;
}

.pagination__btn--next {
	order: 3;
}

.pagination__btn--first {
	display: none;
}

.pagination__btn--last {
	display: none;
}

@media (min-width: 640px) {
	.pagination__list {
	order: 2;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	}

	.pagination__pos {
	display: none;
	}

	.pagination__btn--prev {
	margin-right: 1.14em;
	}

	.pagination__btn--next {
	margin-left: 1.14em;
	}
}

@media (min-width: 640px) {
	.pagination__list {
	order: 3;
	}

	.pagination__btn--prev {
	order: 2;
	}

	.pagination__btn--next {
	order: 4;
	}

	.pagination__btn--first {
	order: 1;
	display: block;
	}

	.pagination__btn--last {
	order: 5;
	display: block;
	}
}

/*--------------------------------------------
会員情報変更ページ
---------------------------------------------*/
.login-form{
	min-height: 345px;
	position: relative;
	perspective: 1000px;
	width: 95%;
	margin: 0 auto;
}

.sign-up-htm{
	width:95%;
	margin: 0 auto;
	text-align: center;
	
}

.login-form .group{
	margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .button{
	width: 90%;
	color: #fff;
	display: block;
	font-weight: bold;
}

.login-form .group .input{
	width: 95%;
	color: #000;
	display: block;
	font-size: 105%;
	border: 1px solid #0ff;
	margin: 2px auto;
}

.login-form .group .input,
.login-form .group .button{
	padding: 5px 5px;
	border-radius: 25px;
}

::placeholder{
	color: #000;
}

.login-form .group input[data-type="password"]{
	text-security: circle;
	-webkit-text-security: circle;
}

.login-form .group .label{
	color: #b33e5c;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

.login-form .group .label span{
	color: #ff0000;
}

.login-form .group .button{
	background: #b33e5c;
	font-size: 95%;
	margin: 0 auto;
	line-height: 25px;
}

.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.6);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
  left:3px;
  width:5px;
  bottom:6px;
  transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
  top:6px;
  right:0;
  transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
  color:#839FB6;
}
.login-form .group .check:checked + label .icon{
  background:#b33e5c;
}
.login-form .group .check:checked + label .icon:before{
  transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
  transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
  transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
  transform:rotate(0);
}

.hr{
	height: 1px;
	margin: 5px 0 15px 0;
	background: #b33e5c;
}

/* チェックボックスデザイン */
.login-form input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-form input[type="radio"] {
	width: 20px;/*radioボタンの横幅*/
	height: 20px;/*radioボタンの縦幅*/
	border-radius: 100px;
	position: relative;
	vertical-align: sub;
	margin-right: 5px;
	accent-color: #CD4187;
}

.login-form input[type="radio"]::before, input[type="radio"]::after{
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.login-form input[type="radio"]::before {
	background-color: #fff;
	border: 1px solid #c2c1c1;
	height: 20px;/*radioボタンの横幅*/
	width: 20px;/*radioボタンの縦幅*/
	left: 0px;
}

.login-form input[type="radio"]::after {
	background-color: #c2c1c1;
	opacity: 0;/*チェックされてないradioボタンは非表示*/
	height: 14px;/*radioボタンチェック時の中点の高さ*/
	width: 14px;/*radioボタンチェック時の中点の横幅*/
	left: 4px;/*radioボタンチェック時の中点の位置*/
}

.login-form input[type="radio"]:checked::after {
	opacity: 1;/*チェックされたradioボタンは表示*/
}

/*--------------------------------------------
お友達紹介ページ
---------------------------------------------*/
.top_main_area_fs {
	margin: -6px auto;
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
}

#referral-main .section-page-header-wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#referral-main{
	width: 100%;
	background: url(https://happ-s.com/s/pointprogram_silver/2426483_l.png) center top;
	background-size: 100% auto;
}

.section-page-header-wrapper img{
	width: 100%;
	max-width: 640px;
	position: relative;
}

.closing-announcement-title {
	color: #c4af4b;
	font-size: 145%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #c4af4b;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5px;
}

.chord_friend{
	margin: 25px auto 0 auto;
	text-align: center;
	width: 75%;
	font-size: 70%;
	color: #555;
}

.chord_friend_no{
	padding: 10px;
	border: 1px solid #555;
	border-radius: 100px;
	margin: 0 auto 25px auto;
	text-align: center;
	width: 60%;
	font-size: 125%;
	font-weight: bold;
}

.chord_friend_no input{
	font-size: 100%;
	font-weight: bold;
	border: none;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.chord_friend_btn{
	width: 50%;
	text-align: center;
	margin: 0 auto 15px auto;
}

.chord_friend_btn button{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	font-weight: 700;
	color: #fff;
	border-radius: 8px;
	background: #00B900;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 100%;
}

.chord_friend_btn button:hover {
	background: #16ce4e;
}
.chord_friend_btn button:focus {
	background: #07b53c;
}

.chord_snsicon{
	width: 100%;
	margin: 10px auto 10px auto;
	text-align: center;
}

.chord_snsicon p{
	color: #c4af4b;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.chord_snsicon ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto 15px auto;
	box-sizing: border-box;
}

.chord_snsicon ul li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border: 0.5px solid #E6D2C9;
	height: 125px;
	box-sizing: border-box;
	font-size: 80%;
	line-height: 35px;
	position: relative;
}

.chord_snsicon ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
}

.chord_snsicon ul li i{
	font-size: 365%;
	padding-top: 25px;
}






















































/*--------------------------------------------
以下使わない
アイコン変更ページ
---------------------------------------------*/
.icon-form{
	min-height: 414px;
	position: relative;
	perspective: 1000px;
	width: 95%;
	margin: 0 auto;
}

.icon-up-htm{
	width:95%;
	margin: 0 auto;
	text-align: center;
	
}

@media screen and (min-width: 640px) {/*PC用*ウィンドウ幅が640px以上の場合に適用*/
.user_icon_page {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}
.user_icon_page img{
	width: 40%;
	border-radius: 50%;
}
}

@media screen and (max-width: 640px) {/*スマホ用*ウィンドウ幅が最大640pxまでの場合に適用*/
.user_icon_page {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}

.user_icon_page img{
	width: 70%;
	position: relative;
	border-radius: 50%;
}
}

.user_icon_up{
	margin: 25px auto 30px auto;
	text-align: center;
}

.user_icon_up label{
	padding: 5px 5px;
	color: #fff;
	background: #DF5286;
	cursor: pointer;
	border-radius: 10px;
	font-size: 90%;
	font-weight: bold;
	width: 80%;
	display: block;
	margin: 0 auto;
	line-height: 25px;
}

.user_icon_up input[type="file"]{
    display: none;
}

.user_icon_up p{
	margin: 5px 0 0 0;
	font-size: 80%;
}


.icon_change_btn{
	margin-bottom: 15px;
}


.icon_change_btn .button{
	width: 80%;
	color: #fff;
	display: block;
	font-weight: bold;
}


.icon_change_btn .button{
	padding: 5px 5px;
	border-radius: 25px;
	border: none;
}


.icon_change_btn .button{
	background: #18c6f8;
	font-size: 90%;
	margin: 0 auto;
	line-height: 25px;
}
/*--------------------------------------------
退会ページ
---------------------------------------------*/
.warning_box {
	background-color: #FEF3EB;
	border-radius: 4px;
	width: 90%;
	margin: 0 auto;
}

.warning_box_inner {
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.warning_box_inner p{
	color: #DF0101;
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto;
	text-indent: 0px;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px dotted #888;
}

.warning_box_inner span{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	line-height: 25px;
	text-align: left;
}

.warning_box2nd {
	width: 90%;
	margin: -20px auto 0 auto;
	border: 1px solid #f9bb8e;
	height: auto;
}

.warning_box2nd_inner {
	width: 95%;
	margin: 0 auto 0 auto;
	height: auto;
	padding: 8px;
	box-sizing: border-box;
	line-height: 20px;
	font-size: 71%;
}

.warning_box2nd_inner i{
	color: #EE7948;
}

/*チェックボックス全体 */
.checknox-wrap {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
	margin: 20px auto 10px auto;
	text-align: center;
	width: 50%;
	padding-left: 30px;
}

/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
	display: none;
}

/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 2px solid #999999;
	box-sizing: border-box;
	border-radius: 4px;
}

/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: 2px solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* チェック時のスタイル */
.checknox-wrap input:checked + .checkmark {
	background-color: #0070bd;
	border: 2px solid #0070bd;
}

/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked + .checkmark:after {
	display: block;
}

.withdrawt_btn{
	margin: 0 auto 10px auto;
	text-align: center;
	border: 1px solid #000;
	width: 85%;
	line-height: 50px;
	display: block;
	letter-spacing: 5px;
	border-radius: 5px;
	background: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}