
/** topimg **/

.topimg{
	height: 400px;
	font-size: 0;
	line-height: 0;
	background: url(../img/index/pc_topimg.jpg) no-repeat top center #000;
	background-size: cover;
}
.topimg img{
	width: 100%;
	max-width: 700px;
	height: auto;
}


/** press **/

#press{
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#press h2{	margin-bottom: 40px;}

#press .prlist{
	padding: 0 30px;
}

#press .prbox{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}
#press .prbox .cate{
	width: 90px;
	margin-right: 20px;
	color: #fff;
}
#press .prbox .cate span{
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
}
#press .prbox .c1 span{	background: #004098;}
#press .prbox .c2 span{	background: #8d2935;}

#press .prbox .date{
	width: 70px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #999;
	margin-right: 10px;
}
#press .prbox .txt{
	width: calc(100% - 190px);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#press .no{	display: none;}

#press button{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#press button:hover{
	color: #fff;
	background: #000d1e;
	border-color: #000d1e;
}
#press button.click{	display: none;}


/** about **/

#about{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#about h2{	margin-bottom: 40px;}

.about_in{
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.about_in .txt{
	width: 300px;
	text-align: center;
	padding: 10px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.about_in .txt img{
	width: 280px;
	height: auto;
}
.about_in .txt p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 20px 0;
}

.about_in .mv{
	width: 600px;
	font-size: 0;
	line-height: 0;
	box-shadow: 0px 15px 15px -6px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	right: 30px;
}
.about_in .mv iframe{ border-radius: 10px;}

.abbox{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 40px 0;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.abbox_l{
	width: 215px;
	margin-right: 40px;
}
.abbox_l img{
	width: 100%;
	max-width: 215px;
	height: auto;
}
.abbox_l p{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 5px 0 0 0 ;
	letter-spacing: -0.5px;
}
.abbox_r{
	width: calc(100% - 255px);
}
.abbox_r:only-child{	width: 100%;}
.abbox_r p{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 20px 0 0 0;
}
.abbox_r div{
	width: 455px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	border-radius: 5px;
	padding: 20px 0 20px 125px;
	background: url(../img/index/j_logo.png) no-repeat 20px 50% #f5f5f5;
	background-size: 85px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.abbox_r div h3{
	line-height: 1;
	margin: 0 0 10px 0;m
}
.abbox_r div h3 span{
	font-family: "FontA";
	font-size: 18px;
}
.abbox_r div h3 em{
	font-size: 10px;
}
.abbox_r div a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 10px 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.abbox_r div a:hover{
	text-decoration: none;
	color: #fff;
	background: #000d1e;
	border-color: #000d1e;
}

#about .prlist{
	padding: 0 30px;
}

#about .prbox{
	display: flex;
	justify-content: flex-start;
	margin: 0 0 20px 0;
}
#about .prbox .cate{
	position: relative;
	width: 100px;
	margin-right: 20px;
	color: #fff;
}
#about .prbox .cate span,
#about .prbox .cate a{
	display: block;
	font-size: 10px;
	line-height: 17px;
	text-align: center;
	color: #fff;
}
#about .prbox .c1 span{	background: #ff9300;}
#about .prbox .c2 span{	background: #f4149d;}
#about .prbox .c3 span{	background: #7ebd00;}
#about .prbox .c4 span{	background: #ff9300;}
#about .prbox .c6 span{	background: #7ebd00;}
#about .prbox .c7 span{	background: #ff9300;}
#about .prbox .c8 span{	background: #f4149d;}
#about .prbox .c5 span, #about .prbox .c5 a{	background: #f4149d;}
#about .prbox .c5 a:nth-of-type(2){
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 0 0 5px #fff,0 0 0 0px rgba(0, 0, 0, 0) inset;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: sample1;
	animation-name: sample1;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes sample1 {
	from {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} 20% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 30% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
		box-shadow: 0 0 0 5px #fff,0 0 0 0px rgba(0, 0, 0, 0) inset;
	} 32% {
		animation-timing-function: linear;
		transform: translate(3px,3px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
		box-shadow: 0 0 0 5px #fff,3px 3px 1px 0px rgba(0, 0, 0, 0.2) inset;
	} 34% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
		box-shadow: 0 0 0 5px #fff,0 0 0 0px rgba(0, 0, 0, 0) inset;
	} 36% {
		animation-timing-function: linear;
		transform: translate(3px,3px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
		box-shadow: 0 0 0 5px #fff,3px 3px 1px 0px rgba(0, 0, 0, 0.2) inset;
	} 38% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
		box-shadow: 0 0 0 5px #fff,0 0 0 0px rgba(0, 0, 0, 0) inset;
	} 60% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 80% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	}
}
@media screen and (max-width: 750px) {
	#about .prbox .c5 a:nth-of-type(2){	width: 90px;}
}

#about .prbox .date{
	width: 180px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-right: 15px;
}
#about .prbox .txt{
	width: calc(100% - 310px);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#about .prbox .txt p{
	position: relative;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#about .prbox .txt .st_name{
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media screen and (max-width: 650px) {
	#about .prbox .txt .st_name{
		-webkit-line-clamp: 2;
	}
}
#about .prbox .txt i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 0;
	line-height: 0;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 3px;
	left: 0;
}
#about .prbox .txt .news_i2{	background: url(../img/index/news_i2.png?t=0312) no-repeat; background-size: 11px auto;}
#about .prbox .txt .news_i4{	background: url(../img/index/news_i4.png?t=0312) no-repeat; background-size: 11px auto;}

#about .prbox .txt span{	color: #ccc;}
#about .prbox .txt em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #ccc;
	margin-right: 15px;
	padding: 0 0 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#about .prbox .txt em:after{
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/index/news_i1.png?t=0923) no-repeat;
	background-size: 12px auto;
	position: absolute;
	top: 3px;
	left: 0;
	animation: news_i 3s step-end infinite;
}
@keyframes news_i {
	0% { opacity: 1; }
	3% { opacity: 0; }
	6% { opacity: 1; }
	9% { opacity: 0;}
	12% { opacity: 1;}
	100% { opacity: 1;}
}
#about .prbox .txt em a{
	color: #004098;
}

#about .no{	display: none;}

#about button{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#about button:hover{
	color: #fff;
	background: #000d1e;
	border-color: #000d1e;
}
#about button.click{	display: none;}


/** coin **/

#coin{
	position: relative;
}
#coin h2{	margin-bottom: 40px;}
#coin_top{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 45px 0;
}
#coin_top img{
	width: 120px;
	height: auto;
	margin: 0 30px;
}
#coin_top p{
	width: calc(100% - 180px);
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	padding: 0 30px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#coin_score{}
#coin_score h3{
	font-family: "FontA";
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 20px 0;
}
#coin_score h3 em{
	position: relative;
}
#coin_score h3 em:before,
#coin_score h3 em:after{
	content: "";
	width: 20px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 12px;
}
#coin_score h3 em:before{	left: -25px;}
#coin_score h3 em:after{	right: -25px;}
#coin_score > div{
}
#coin_score > div ul{
	display: flex;
	margin: 0 0 30px 0;
	padding: 0 30px;
}
#coin_score > div li{
	display: inline-flex;
	width: 145px;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 5px 0px 5px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#coin_score > div li.now_lording{
	justify-content: center;
	padding-left: 0;
}
#coin_score > div li:nth-of-type(1){	width: 180px;}
#coin_score > div li:nth-of-type(5){	width: 200px;}
#coin_score > div li:last-of-type{	width: 180px; border: none;}

#coin_score > div dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	text-align: left;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#coin_score > div dt{
	width: 100%;
	font-size: 13px;
	line-height: 1;
	color: #999;
	margin: 0 0 5px 0;
	padding: 0;
}
#coin_score > div dd{
	width: 100%;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#coin_score > div li:nth-of-type(1) dt{
	font-size: 22px;
}
#coin_score > div li:nth-of-type(1) dd{
	font-size: 14px;
}
#coin_score .down_color{	color: #ff3333;}
#coin_score .up_color{	color: #17c186;}
#coin_score a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#coin_score a:hover{
	text-decoration: none;
	color: #fff;
	background: #000d1e;
	border-color: #000d1e;
}


/** lorder **/

main.loaded{
	transition: opacity .25s linear;
	opacity: 1;
}
main .loaders{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
main .loaders .loader{
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #4e5763;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
          animation-duration: 0.54s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
          animation-duration: 1.15s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.77s;
          animation-duration: 0.77s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
          animation-duration: 0.61s; }

.line-scale-party > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out-rapid > div {
  background-color: #000d1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #000d1e;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	/** topimg **/
	.topimg{
		height: auto;
		background: url(../img/index/sp_topimg.jpg) no-repeat top center #000;
		background-size: cover;
	}

	/** press **/
	#press{
		text-align: left;
		margin: 0 15px 35px 15px;
		padding: 0 0 35px 0;
	}
	#press h2{	margin-bottom: 30px;}
	#press .prlist{	padding: 0;}
	#press .prbox{
		flex-wrap: wrap;
		margin: 0 0 20px 0;
	}
	#press .prbox .cate{
		width: 90px;
		margin-right: 10px;
		color: #fff;
	}
	#press .prbox .cate span{
	}
	#press .prbox .date{
		width: calc(100% - 100px);
		text-align: left;
		margin-right: 0;
	}
	#press .prbox .txt{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}
	#about .prbox .txt em{
		display: block;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#about .prbox .txt i{
		width: 11px;
	}
	#press button{
		display: flex;
		margin: 0 auto;
	}

	/** about **/
	#about{
		margin: 0 15px 0 15px;
		padding: 0 0 0 0;
	}
	#about h2{	margin-bottom: 20px;}
	.about_in{
		display: block;
		padding: 0;
	}
	.about_in .txt{
		width: auto;
		text-align: center;
		padding: 0;
	}
	.about_in .txt img{
		width: 175px;
		height: auto;
	}
	.about_in .txt p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 20px 0;
	}
	.about_in .mv{
		position: static;
		width: auto;
		margin: 20px 20px;
	}
	.about_in .mv iframe{
		border-radius: 10px;
		width: 100%;
		height: 50vw;
	}
	.abbox{
		display: block;
		margin: 0 0 30px 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.abbox_l{
		width: auto;
		text-align: center;
		margin-right: 0;
	}
	.abbox_l img{
		display: inline-block;
		vertical-align: top;
	}
	.abbox_l p{
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		margin: 5px 0 0 0 ;
	}
	.abbox_r{
		width: auto;
	}
	.abbox_r p{
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		margin: 30px 0 20px 0;
	}
	.abbox_r div{
		width: auto;
		font-size: 0;
		line-height: 0;
		text-align: left;
		border-radius: 5px;
		padding: 20px 10px 20px 85px;
		background: url(../img/index/j_logo.png) no-repeat 10px 50% #f5f5f5;
		background-size: 62px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.abbox_r div h3{
		line-height: 1;
		margin: 0 0 10px 0;m
	}
	.abbox_r div h3 span{
		font-size: 16px;
	}
	.abbox_r div h3 em{
		font-size: 10px;
	}
	.abbox_r div a{
		width: calc(100% / 2 - 5px);
		margin-right: 5px;
	}
	#about .prlist{	padding: 0;}
	#about .prbox{
		flex-wrap: wrap;
		margin: 0 0 20px 0;
	}
	#about .prbox .cate{
		width: 90px;
		margin-right: 10px;
		color: #fff;
	}
	#about .prbox .cate span{
	}
	#about .prbox .date{
		width: calc(100% - 100px);
		text-align: left;
		margin-right: 0;
	}
	#about .prbox .txt{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}

	/** coin **/
	#coin{
		margin: 0 15px;
	}
	#coin h2{	margin-bottom: 20px;}
	#coin_top{
		display: block;
		margin: 0 0 45px 0;
	}
	#coin_top img{
		width: 70px;
		height: auto;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	#coin_top p{
		width: auto;
		line-height: 22px;
		padding: 0;
	}
	#coin_score{}
	#coin_score h3{
		margin: 0 0 10px 0;
	}
	#coin_score > div{
		display: block;
		width: 320px;
		margin: 0 auto 20px auto;
		padding: 0;
	}
	#coin_score > div ul{
		display: block;
		margin: 0;
		padding: 0;
	}
	#coin_score > div li{
		display: block;
		width: 100%;
		border: none;
		padding: 0;
	}
	#coin_score > div dl{
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		text-align: left;
		border-right: none;
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#coin_score > div li:nth-of-type(1){	width: 100%;}
	#coin_score > div li:nth-of-type(5){	width: 100%;}
	#coin_score > div li:last-of-type{	width: 100%;}
	#coin_score > div li:nth-of-type(even){	background: #f5f5f5;}
	#coin_score > div dt{
		width: 230px;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		color: #333;
		margin: 0;
		padding: 5px 10px;
	}
	#coin_score > div dd{
		width: 50%;
		font-size: 13px;
		line-height: 20px;
		text-align: right;
		margin: 0;
		padding: 5px 10px;
	}
	#coin_score > div li:nth-of-type(1) dl{
		flex-wrap: wrap;
		margin: 0 0 15px 0;
	}
	#coin_score > div li:nth-of-type(1) dt{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#coin_score > div li:nth-of-type(1) dd{
		width: 100%;
		padding: 0;
		text-align: center;
	}
}