a:hover {
	color: #0ECBCB;
	transition:all 0.3s ease;
}
.flex {
	display: flex;
}
.card-radio {
	padding-top:6px;
}
.card-number {
	font-size: 14px;
}
.card-expired {
	font-size: 11px;
	color: #a8a8a8;
}
.card-disabled {
	background: #e9e9e9;
}
.btn-register-card {
	cursor: pointer;
}
.register-card {
	color: #e4e4e4;
	cursor: pointer;
}
.delete-card {
	position: absolute;
    right: 8px;
    top: 18px;
    color: #b3b0b0;
    cursor: pointer;
}
.display-table {
	display: table;
}

.top-left-radius {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

.top-right-radius {
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.mypage-box {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 20px 20px 0px 20px;
}

.mypage-box-inner {
	padding: 5px;
	margin-bottom: 20px;
}

.box-title {
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

.new-address-box {
	border: 2px dotted #e0e0e0;
	padding: 20px 0px;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	color: #c1c3c3;
	font-size: 18px;
	cursor: pointer;
}

.address-box {
	border: 1px solid #e0e0e0;
	padding: 20px 20px 20px 10px;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	color: #c1c3c3;
	position: relative;
}

.address {
	padding-left: 10px;
}

.edit {
	position: absolute;
	bottom: 5px;
    right: 10px;
	color: #a6a6a6;
	cursor: pointer;
}

.default-address {
	color: #2ab2f8;
	font-size: 1.8rem;
	vertical-align: middle;
	display: table-cell;
}

.unset-address {
	color: #c1c3c3;
	font-size: 1.8rem;
	vertical-align: middle;
	display: table-cell;
}
.form-group {
	margin-bottom : 5px;
}
/************************************************
* コレクション
*/
.collection-box {
	border: 1px solid #e0e0e0;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	color: #c1c3c3;
	font-size: 18px;
}

.collection-box .warning, .p-tabs__content .warning {
	font-size: 0.8rem;
	color: #ff0000;
	text-align: left;
}

.card-box {
	padding: 15px 5px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
	display: flex;
}

.card-image img {
	width: 125px;
}

.card-info {
	/*padding: 5px 5px 5px 10px;*/
	padding: 0px 5px 5px 10px;
	text-align: left;
	font-size: 1rem;
	line-height: 1;
}
.card-info p {
	margin: 0px;
}
.card-info .name {
	color: #000;

	font-weight: 600;
}
.card-info .detail {
	color: #000;
	font-size: 0.8rem;
}

.card-info .title {
	color: #000;
	font-size: 0.8rem;
}
.card-info .point-area .reduction-point {
	color: #000;
	font-size: 1.1rem;
}
.card-info .return-limit .date {
	color: #ff0000;
	font-size: 0.8rem;
}
.card-box {
    /*
    align-items: center;
    display: flex;
    */
}
.card-box .selected {
	margin-left: auto;
	font-size: 0.8rem;
    align-items: center;
    display: flex;
    position: relative;
}
.label-check {
	position: absolute;
    top: 105px;
    right: 5px;
    font-size: 8px;
    font-weight: 600;
    color: #3eb2f8;
}
.address.active {
	color: #000;
	font-weight: 600;
}
/**************************************************
* レア度の背景
*/
.rare {
	border-radius: 10px;
	padding: 1px 9px;
	display: inline-block;
	font-size: 0.6rem;
	margin-bottom: 4px;
	font-weight: 600;
}
.rare.rare1 {
	background: linear-gradient(to right,#e60000,#f39800,#fff100,#009944,#0068b7,#1d2088,#920783,#e60000) 0 / 200%;
    animation: 5s rare1-anim linear infinite;
    color: #fff;
}
@keyframes rare1-anim{
    0% { background-position: 200%; }
    100% { background-position: -200%; }
}

.rare.rare2 {
	background: linear-gradient(to right,#DAAF08,#DAAF08,#FEE9A0,#DAAF08,#DAAF08) 0 / 200%;
    animation: 5s rare2-anim linear infinite;
    color: #fff;
}
@keyframes rare2-anim{
    0% { background-position: 200%; }
    100% { background-position: -200%; }
}

.rare.rare3 {
	background: linear-gradient(to right,#757575,#9E9E9E,#E8E8E8,#9E9E9E,#757575) 0 / 200%;
    animation: 5s rare3-anim linear infinite;
    color: #fff;
}
@keyframes rare3-anim{
    0% { background-position: 200%; }
    100% { background-position: -200%; }
}

.rare.rare4 {
	background: linear-gradient(to right,#a57e65,#a57e65,#f3cfb8,#a57e65,#a57e65) 0 / 200%;
    animation: 5s rare4-anim linear infinite;
    color: #fff;
}
@keyframes rare4-anim{
    0% { background-position: 200%; }
    100% { background-position: -200%; }
}

.rare.rare5 {
	background: linear-gradient(to right,#81FBB8,#28C76F,#81FBB8) 0 / 200%;
    animation: 5s rare5-anim linear infinite;
    color: #fff;
}
@keyframes rare5-anim{
    0% { background-position: 200%; }
    100% { background-position: -200%; }
}

.rare.rare6 {
	background: #f19096;
	color: #fff;
}

.rare.rare7 {
	background: #a3e277;
	color: #fff;
}

.rare.rare8 {
	background: #5499e2;
	color: #fff;
}

.rare.rare9 {
	background: #8e4dd5;
	color: #fff;
}

.rare.rare10 {
	background: #8f6d10;
	color: #fff;
}


/************************************************
* ポイント購入
*/
.point-buy-box {
	border: 1px solid #e0e0e0;
	padding: 15px 15px 15px 10px;
	width: 100%;
	border-radius: 10px;
	margin-top: 10px;
	color: #c1c3c3;
	position: relative;
}

.strong {
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 1;
}

.mypage-point {
	font-size: 1.3rem;
	margin-right: 2px;
}

.img-point {
	padding-right: 10px;
}
/************************************************
* タブコンテンツ
*/
.tabs {
	margin-top: 50px;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100%/ 3);
	height: 50px;
	border-bottom: 3px solid #0ECBCB;
	background-color: #f5f5f5;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #babbbb;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 10px 10px 0;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#account:checked ~ #account_content, #collection:checked ~
	#collection_content, #charge:checked ~ #charge_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
	background-color: #0ECBCB;
	color: #fff;
}

.tab_item a {
	text-decoration: none;
	color: #bfc1c3;
}

.tab_item a:hover {
	text-decoration: none;
	color: #898b8c;
}

.no-items {
	padding: 50px 20px;
	text-align: center;
	color: #babbbb;

}

.border-top-red {

}
.user-box {
	border-radius: 10px;
	border: 1px solid #ced4da;
	overflow: hidden;
}
.user-box-wrap {
	/*border-top: 4px solid #c73f2e;*/
}
.user-box dd {
	text-align: right;
}
.user-box-wrap .point {
	font-size: 18px;
	font-weight: 600;
}
.user-box .rank {
	font-weight: 600;
	padding: 10px;
    border-bottom: 1px solid #cfd4da;
    margin-bottom: 10px;
}

.user-box .rank.green {
	color: #fff;
	background: linear-gradient(45deg, #0ECBCB 0%, #51c9c9 45%, #b3eaea 70%, #0ECBCB 85% 100%);
}
.user-box .rank.bronze {
	color: #fff;
	background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
}
.user-box .rank.silver {
	color: #fff;
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.user-box .rank.platinum {
	color: #fff;
	background: linear-gradient(45deg, #90a3b3 0%, #b9c2c9 45%, #F0F8FF 70%, #97a8b7 85%, #90a3b3 90% 100%);
}
.user-box .rank.gold {
	color: #fff;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85% 100%);
}
.user-box .rank.bordeaux {
	color: #fff;
	background: linear-gradient(45deg, #430d52 0%, #4a2653 45%, #684472 70%, #430d52 85% 100%);
}
.user-box .rank.black {
	color: #fff;
	animation: 5s rare1-anim linear infinite;
	background: linear-gradient(45deg, #000000 0%, #303030 45%, #828282 70%, #464646 85% 100%);
}
.user-box .point-area {
	padding: 0px 10px;
}
/*************************************************
* referral
*/
.referral_link {
	display: block;
	position: relative;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/******************************************
* checkbox
*/
/*標準表示のチェックボックスを非表示にする*/
　input[type=checkbox] {
	display: none;
}
.not-delivery:after, .not-delivery:before, .not-delivery {
	border-color: #ff9876!important;
	color: #ff9876!important;
}

/*ボックス枠のCSS*/
.custom-checkbox:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 15px;
	margin: -10px 0 0 -2px;
	width: 25px;
	height: 25px;
	border: 3px solid #2ab2f8;
	border-radius: 50%;
}

.custom__checkbox {
	display: none;
}
.custom-checkbox {
	position: relative;
	padding: 0 0 0 40px;
	cursor: pointer;
}

.custom-checkbox:hover:after {
	border-color: #0171bd;
}

.custom-checkbox:after, .custom-checkbox:before {
	position: absolute;
	content: "";
	display: block;
	top: 38%;
}
/*チェックマークの追加*/
.custom-checkbox:before {
	left: 21px;
    margin-top: -6px;
    width: 8px;
    height: 13px;
    border-right: 3px solid #2ab2f8;
    border-bottom: 3px solid #2ab2f8;
    transform: rotate(45deg);
	opacity: 0;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked+.custom-checkbox:before {
	opacity: 1;
}


/*************************************************
* tab 2
*/
/*タブ全体のスタイル*/
.p-tabs {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
}
/*タブのスタイル*/
.p-tabs__tab {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 2px) / 3);
  height: 44px;
  padding-bottom: 4px;
  background-color: #eceff1;
  font-size: 15px;
  color: #babbbb;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  transition: color 0.2s, background-color 0.2s;
  border-top: 4px solid transparent;
}
/*タブ同士の余白*/
.p-tabs__tab:not(:nth-of-type(1)) {
  margin-left: 1px;
}
/*タブを非表示*/
input[name='p-tabs__tab'] {
  display: none;
}
/*コンテンツ部分を非表示*/
.p-tabs__content {
  display: none;
  clear: both;
  padding: 5px;
  min-height: 200px;
  background-color: #fff;
  overflow: hidden;
}
/*タブにcheckedが入っているコンテンツ部分を表示*/
#p-tabs__01:checked ~ .p-tabs__content--01,
#p-tabs__02:checked ~ .p-tabs__content--02,
#p-tabs__03:checked ~ .p-tabs__content--03 {
  display: block;
}
/*タブにcheckedが入っているタブのスタイル*/
.p-tabs input:checked + .p-tabs__tab {
  background-color: #fff;
  color: #0ECBCB;
}


/****************************************************
* modal
*/
/*モーダル用*/
.js-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.js-modal__bg.show {
  opacity: 1;
}
.js-modal__main {
  width: 90%;
  max-width: 600px;
  max-height: 90%;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  background: #fff;
  border-radius: 12px;
  position: fixed;
  z-index: 11;
  opacity: 0;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 768px) {
	.js-modal__main {
		max-width: 700px;
		width: 80%;
	}
}
@media (max-width: 767px) {
	.js-modal__main {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.js-modal__btn {
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close {
    margin-top: 40px;
    text-align: center;
}
.js-modal__btn--close--fix {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 101;
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close--fix:before{
  content:"";
  width: 22px;
  height: 22px;
  border-right:3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top:11px;
  left:-3px;
}
.js-modal__btn--close--fix:after{
  content:"";
  width: 22px;
  height: 22px;
  border-right:3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:-2px;
  left:-3px;
}
/* Modal animations */
@keyframes modalShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes modalHide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
}

.js-modal__main._slideUp {
  animation: modalShow 0.3s ease-out forwards;
}

.js-modal__main._slideDown {
  animation: modalHide 0.3s ease-in forwards;
}

.form-title {
	font-size: 1.3rem;
}
.remark {
	font-size: 0.8rem;
	color: #c9c9c9;
	display: block;
	line-height: 1;
}

/*************************************************
 * payment
 */
.payment-box {
	border: 2px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

.fireworks canvas {
	background: rgba(0,0,0,.7);
}
.rank-up {
	position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  animation: move-and-bounce 1s ease-in-out forwards;
}
@keyframes move-and-bounce {
  0% {
    opacity: 1;
    top: -100px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
  }

  30% {
    left: 50%;
    transform: translateX(-10%) translateY(-100%);
  }

  50% {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) translateY(calc(50vh - 50%));
  }
  55% {
  	left: 50%;
    transform: translateX(-50%) translateY(calc(50vh - 50% - 80px));
  }
  65% {
  	left: 50%;
    transform: translateX(-50%) translateY(calc(50vh - 50%));
  }
  75% {
  	left: 50%;
	transform: translateX(-50%) translateY(calc(50vh - 50% - 40px));
  }
  85% {
  	left: 50%;
	transform: translateX(-50%) translateY(calc(50vh - 50%));
  }
  100% {
  	left: 50%;
	transform: translateX(-50%) translateY(calc(50vh - 50%));
  }
}
.rank-up img {
	display: block;
}
.display-hidden {
	display: none;
}
.display-inline {
	display: inline;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}

/******************************************************************
* ツールチップ吹き出し
*/
.help_area {
	position:relative;
	display: flex;
}
.help_icon {
	border-radius:50%;
	width:20px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-size:12px;
	text-align:center;
	background-color:#888888;
	color:white;
	cursor:pointer;
		display: inline-block;

}
.hatenatip {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: white;
    border-radius: 0.3em;
    padding: 10px 15px;
    margin: 0;
    display: none;
    bottom: 35px;
    text-align: left;
    font-size: 0.7rem;
    transform: translateX(-50%);
      animation-name: fade-in;
  	animation-duration: 0.5s;
  	width: 165px;
  	z-index:1;
}
.hatenatip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.7);
}
figure.wp-block-table table tr td .help_area {
    margin: 0;
    display: inline-block;
    vertical-align: 3px;
    padding-left: 5px;
}

/*****
* paginathing
*/
.p-tabs__content--03 .pagination-container {
	display: flex;
	justify-content: end;
}
.page-item.active .page-link {
    background-color: #0dcbca!important;
    border-color: #0dcbca!important;
    color: #fff!important;
}

.special-point {
	border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0094f0;
}
.special-point-box {
    border-radius: 20px;
    background-color: rggz(255,255,255,.7);
    position: relative;
    width: 200px;
    /*box-shadow: 3px 2px 6px 2px #979797 inset;*/
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
}
