/*PCサイト*/
@media only screen and (min-width: 897px) {
html {
	font-size: 2px;
}
a{
	transition: opacity 0.15s ease-in-out;
}
a:hover,a.selected{
	opacity:0.5;
}
.sp {
	display: none!important;
}
/*============================
#pc_header
============================*/
header#pc_header.pc {
	position: fixed;
	width: 100%;
	height: 130px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
	top:0;
}
header#pc_header.pc>div.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 15px;
}
header#pc_header.pc>div.inner>ul {
	text-align: center;
}
header#pc_header.pc>div.inner>ul>li {
	height: 42px;
	width: auto;
	display: inline-block;
	margin: 0 35px;
}
header#pc_header.pc>div.inner>ul>li>img {
	height: 42px;
	width: auto;
}
/*============================
#global-nav
============================*/
header#pc_header.pc>nav#global-nav {
	width: 1000px;
	margin: 0 auto;
	padding: 4px 0 9px;
}
header#pc_header.pc>nav#global-nav>ul {
	text-align: center;
}
header#pc_header.pc>nav#global-nav>ul>li {
	display: inline-block;
	margin: 0 10px;
}
header#pc_header.pc>nav#global-nav>ul>li>a {
	padding: 0 20px;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
}
header#pc_header.pc>nav#global-nav>ul>li>a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #000;
	transform: translateX(-50%);
	transition: all 0.5s linear;
}
header#pc_header.pc>nav#global-nav>ul>li:hover>a:before {
	width: 100%;
}
header#pc_header.pc>nav#global-nav>ul>li>a>span {
	font-size: 16.5px;
	color: #333;
	letter-spacing: 0.05em;
}
/*============================
#wraper
============================*/
div#wraper {
	margin-top: 130px;
}
/*============================
footer
============================*/
div#wraper>footer {
	background-color: #000;
}
div#wraper>footer>div.inner {
	padding: 60px 0;
}
div#wraper>footer>div.inner>p {
	text-align: center;
}
div#wraper>footer>div.inner>p>small {
	font-size: 16px;
	color: #fff;
}
/*ページトップスクロール*/
img#page_top {
	width: 60.5px;
	position: fixed;
	bottom: 100px;
	right: 15px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	visibility: hidden;
}
img#page_top.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
/*ページトップスクロール*/
img#page_top {
	width: 60.5px;
	position: fixed;
	bottom: 92px;
	right: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity 0.5s ease-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background-color: #fff;
}
img#page_top.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

}
