.font-brand {
	font-family: "Saira Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.page-title {
	height: 50px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.signup {
	font-weight:900;
	color: #c1a61b;
}

img.language {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border: solid 1px #f3f3f3;
}

.nav-icon {
	font-size: 1.7rem;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-notarrow {
	cursor: not-allowed;
}
.bg-btc {
	background: -moz-linear-gradient(65deg, #f79413, #ffe3be);
	background: -webkit-linear-gradient(65deg, #f79413, #ffe3be);
	background: linear-gradient(25deg, #f79413, #ffe3be);
}

.bg-eth {
	background: -moz-linear-gradient(65deg, #2b2b2b, #909090);
	background: -webkit-linear-gradient(65deg, #2b2b2b, #909090);
	background: linear-gradient(25deg, #2b2b2b, #909090);
}

.bg-usdt {
	background: -moz-linear-gradient(65deg, #009868, #d3fff1);
	background: -webkit-linear-gradient(65deg, #009868, #d3fff1);
	background: linear-gradient(25deg, #009868, #d3fff1);
}

.bg-abc {
	background: -moz-linear-gradient(65deg, #000000, #4e6e86);
	background: -webkit-linear-gradient(65deg, #000000, #4e6e86);
	background: linear-gradient(25deg, #000000, #4e6e86);
}

/*
.bg-card {

	background: -moz-linear-gradient(65deg, #454545, #02192c);
	background: -webkit-linear-gradient(65deg, #454545, #02192c);
	background: linear-gradient(25deg, #454545, #02192c);
}
*/
.bg-card1 {
	background: linear-gradient(-45deg, #feff00, #ff6900, #ffb500, #ff1700);
	background-size: 400% 400%;
	animation: gradient1 10s ease infinite;
}

.bg-card2 {
	background: linear-gradient(-45deg, #00b1c8, #38ffdb);
	background-size: 100% 100%;

}

.bg-card3 {
	background: linear-gradient(-45deg, #82eb21, #2acbcb, #25b7be, #64cb11);
	background-size: 400% 400%;
	animation: gradient1 10s ease infinite;
}
.bg-card4 {
	background: linear-gradient(-45deg, #00c1ff, #8345ff, #2e40d1, #00d9ff);
	background-size: 400% 400%;
	animation: gradient1 10s ease infinite;
}


@keyframes gradient1 {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
}

@keyframes gradient2 {
	0% {
	  background-position: 100% 50%;
	}
	50% {
	  background-position: 0% 50%;
	}
	100% {
	  background-position: 100% 50%;
	}
}

.bg-card-logo {
	background-image: url("/images/logos/logo-only500.png");
	background-repeat: no-repeat;
	background-position: right -40px top 50px;
	background-size: 200px;
}

.bg-card-wallet {
	background-repeat: no-repeat;
	background-position: right -40px top 50px;
	background-size: 200px;
}

.bg-card-coins-single {
	background-repeat: no-repeat;
	background-position: right -40px top 50px;
	background-size: 200px;
}

.bg-card-coins-meny {
	background-repeat: no-repeat;
	background-position: right -40px top 50px;
	background-size: 200px;
}

.bg-card-deposit {
	background-repeat: no-repeat;
	background-position: right -40px top 50px;
	background-size: 200px;
}

.bg-thanks {
}

.bg-class-base {
	background-image: url("/images/bgs/particle.png");
  background-repeat: inherit;
  background-position: right 0px bottom 0px;
	background-repeat: no-repeat;
}
.bg-class-1 {
	background: -moz-linear-gradient(65deg, #003504, #86b17f);
	background: -webkit-linear-gradient(65deg, #003504, #86b17f);
	background: linear-gradient(25deg, #003504, #86b17f);
}

.bg-class-2 {
	background: -moz-linear-gradient(65deg, #2d2d2d, #ccc9c9);
	background: -webkit-linear-gradient(65deg, #2d2d2d, #ccc9c9);
	background: linear-gradient(25deg, #2d2d2d, #ccc9c9);
}

.bg-class-3 {
	background: -moz-linear-gradient(65deg, #5d4001, #ffe0b6);
	background: -webkit-linear-gradient(65deg, #5d4001, #ffe0b6);
	background: linear-gradient(25deg, #5d4001, #ffe0b6);
}

.bg-class-4 {
	background: -moz-linear-gradient(65deg, #020202, #311200);
	background: -webkit-linear-gradient(65deg, #020202, #311200);
	background: linear-gradient(25deg, #020202, #311200);
}


.bg-class-5 {
    background: -moz-linear-gradient(65deg, #5d4001, #ffe0b6);
    background: -webkit-linear-gradient(65deg, #5d4001, #ffe0b6);
    background: linear-gradient(25deg, #d4d4d4, #ffffff);
}

.bg-nowonsale {
	min-height: 400px;
	background-image: url('/images/bgs/nowonsale.jpg');
	background-size:  cover;
	width: 100%;
}

.bg-nowonsale2 {
	background-image: url('/images/bgs/nowonsale.jpg');
	background-size:  cover;
	width: 100%;
}

.bg-pr {
	background-image: url('/images/bgs/nowonsale.jpg');
	background-size:  cover;
	width: 100%;
}

table.responsive {
  margin: 20px auto;
}
table.responsive th {
  background: #fafafa;
  border: solid 1px #f0f0f0;
  color: #515151;
  padding: 10px;
  text-align: left;
}
table.responsive td {
	border: solid 1px #f0f0f0;
	padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.responsive th,
  table.responsive td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.kyc {
	width: 100%;
}
@media screen and (min-width: 430px) {
	.kyc {
		width: 350px;
	}
}
@media screen and (min-width: 768px) {
	.kyc {
		width: 500px;
	}
}
.thumbnail {
	width: 100%;
}
.particles-js-canvas-el {
	position: absolute;
	top: 0px;
	left: 0px;
}



/* Google Fonts 読み込み */
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");

/* 全体を囲うコンテナー */
/* 時計の共通スタイル */
.clock {
  font-family: 'Share Tech Mono', monospace;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6;
  line-height: 1.2;
  text-align: center;
}

.sale-title {
	font-size: 30px;
}

/* 日付のスタイル */
.clock-date {
  font-size: 25px;
}

/* 時間のスタイル */
.clock-time {
  font-size: 100px;
}

.count-down {
	font-size: 70px;
}
.count-down-unit {
	font-size: 20px;
}

/* 文字サイズ調整 */
@media screen and (max-width: 500px) {
  .clock-date {
    font-size: 5vw;
  }
  .clock-time {
    font-size: 20vw;
  }

  .count-down {
	font-size: 15vw;
}
}

/** pagenathing **/
.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  margin-right: 1em;
}

.pagination li a {
  text-decoration: none;
  color: #000;
}

.page {
  padding: .5em;
  border: 1px solid #000;
}

.active {
  background-color: #000;
}

.pagination .active a {
  color: #fff;
}

.received-container {
	width: 100%;
}
.received-container dt, dd {
	display: inline-block;
	padding: 10px;
}
.received-container dt {
}

dl.class{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
dl.class dt{
	padding: 5px;
	width: 150px;
	border-spacing: 0;
	background-color: #f9f9f9;
}
dl.class dd.type{
	background: #fff;
	padding: 5px;
	width: 150px;
}
dl.class dd.amount{
	background: #fff;
	padding: 5px;
	width: calc(100% - 300px);
}

@media screen and (max-width: 640px) {
	.received-container dt, dd {
		display: block;
	}
}

@media only screen and (max-width: 765px) {
	dl.class dt{
		width: 100%;
		border-right: none;
	}
	dl.class dd.type, dl.class dd.amount {
		width: 100%;
		display: block;
	}
	dl.class dd.type {
		border-bottom: 1px solid #ccc;
	}
}

svg.logo {
	max-width: 122px;
	width: 100%;
	height: 105px;
	fill: #e6e6e6;
}

svg.logo-black {
	max-width: 122px;
	width: 100%;
	height: 37px;
	fill: #000;
}
.hero-area {
	min-height: 100vh;
	background-image: url(/images/bgs/bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.hero-area.bg-fixed {
	background-attachment: fixed, scroll;
	background-repeat: no-repeat, repeat-y;
}

.btn-brand {
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	background-image: linear-gradient(150deg, rgba(0, 155, 230, 1), rgba(132, 13, 13, 1));
    color: #fff;
}