.u-media-query {
	display: none;
	font-family: 'sp'
}

@media all and (min-width: 768px) {
	.u-media-query {
		font-family: 'pc'
	}
}

@media all and (max-width: 767px) {
	.u-view-pc {
		display: none !important
	}
}

@media all and (min-width: 768px) {
	.u-view-sp {
		display: none !important
	}
}
.u-alpha {
	display: block;
	text-decoration: none
}

@media all and (min-width: 768px) {
	.u-alpha {
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.u-alpha:hover {
		opacity: .7
	}
}


.footer,
.mobilefooter{
  position: relative;
}
.ft-pagetop {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 12px 12px 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 1000
}

.ft-pagetop.is-view {
	opacity: 1;
	visibility: visible
}

.ft-pagetop__ico {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: #212529
}

.ft-pagetop__ico:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -3px 0 0 -3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media all and (min-width: 768px) {
	.ft-pagetop {
		margin: 0 30px 30px 0;
		text-align: center;
		width: 100px;
		height: 72px
	}

	.ft-pagetop__link {
		text-decoration: none !important
	}

	.ft-pagetop__ico {
		width: 50px;
		height: 50px;
		margin: 0 auto 10px
	}

	.ft-pagetop__ico:before {
		width: 12px;
		height: 12px;
		margin: -2px 0 0 -5px
	}

	.ft-pagetop__txt {
		display: block;
    font-size: 11px;
		color:#212529;
		line-height: 1;
	}
	.ft-pagetop__txt.is-white {
		color:#fff;
	}
}
