@charset "UTF-8";

/* ==========================================================================
   footer
   ========================================================================== */

#footer{
	background : #8f8f8f ;
	color:#707070;
	border-top:1px solid #2f2f2f;
	padding-bottom:103px;
	width:100%;
}
#footer a,
#footer a:visited{
	color:#707070;
}
#footer a:hover{
	color:#909090;
	text-decoration:underline;
}

#footer-in {
	position:relative;
	display : block ;
	width:960px;
	background-color: #8f8f8f;
	background-size : 90% ;
	background-repeat : no-repeat ;
	background-position : center bottom ;
	background-image: -webkit-radial-gradient(at center bottom, #a0a0a0, #8f8f8f 60% ) ;
	background-image: radial-gradient(at center bottom, #a0a0a0 , #8f8f8f 60% 40% ) ;
	margin:0 auto;
}


div#footer-in div.swiper {
	position : relative ;
	display : inline-block ;
	width : calc( 100% - 118px ) ;
	height : 36px ;
	margin : 12px 0px ;
	overflow : hidden ;
}

div#footer-in div#sponser {
	position : relative ;
	display : inline-block ;
	width : calc( 100% - 118px ) ;
	height : auto ;
	margin : 12px 0px ;
	overflow : hidden ;
}

div#sponser ul.sponser {
	margin : 0px ;
	padding : 0px ;
	list-style : none ;
}

div#sponser ul.sponser li {
	display : inline-block ;
	margin: 0 1px;
	width : 192px ;
	height : 36px ;
	background-color : #fff ;
}

div#sponser ul.sponser li a {
	display : block ;
	vertical-align : top ;
	height : inherit;
	margin : 0px ;
	padding : 0px ;

}

div#sponser ul.sponser li img ,
div#sponser ul.sponser li a img {
	display: block ;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

div#sponser ul.sponser li em {
	display: block ;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*
	footerのTOPへのボタン
*/
div#footer-in div#marquee {
	position : relative ;
	display : inline-block ;
	width : calc( 100% - 118px ) ;
	height : 36px ;
	margin : 12px 0px ;
	overflow : hidden ;
}

div#marquee span.marquee-content {
	/*display: flex;*/
	display : inline-block ;
	white-space: nowrap ;
	padding-left: 100%;
	animation: scrolling 30s linear infinite;
}

div#marquee span.marquee-content p.marquee-item {
	/*flex: 0 0 192px;*/
	display : inline-block ;
	margin: 0 1px;
	width : 192px ;
	height : 36px ;
	background-color : #fff ;
}

div#marquee span.marquee-content p.marquee-item img {
	display: block ;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-100%); }
}

p#pagetop {
	position: relative;
	display : inline-block ;
	width : 112px ;
	text-align : right ;
	vertical-align: top ;
	margin : 12px auto ;
}

p#pagetop a {
	position: relative;
	display: flex;
	align-items: center;
	color: white;
	font-family: inherit;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
	box-shadow: inset 0 0 1.6em -0.6em #0c367e;
	overflow: hidden;
	width : 6em ;
	height: 2.8em;
	padding: 0.35em;
	padding-left: 1.2em;
	padding-right: 2.8em;
	border-radius: 0.9em;
	border: none;
	background: #0C367E;
}

p#pagetop a .icon {
	position: absolute;
	display: flex;
	color : #0C367E ;
	align-items: center;
	justify-content: center;
	height: 2.2em;
	width: 2.2em;
	box-shadow: 0.1em 0.1em 0.6em 0.2em #0c367e;
	right: 0.6em;
	border-radius: 0.4em;
	background: white;
	margin-left: 1em;
	transition: all 0.3s;
}

p#pagetop a:hover .icon {
	width: calc(100% - 1.2em);
}

p#pagetop a:active .icon {
	transform: scale(0.95);
}

#fnav{
	display : inline-block ;
	margin-left : 10px ;
	padding : 30px 0;
}
#fnav li{
	display : block ;
	width : 287px ;
	height : 30px ;
	background : transparent url(../img/toyohk2.png) no-repeat 0px -12px /280px ;
	text-indent : -9999px ;
	margin-right:50px;
}

#utility{
	position: relative;
	letter-spacing:-.40em;
	padding-top:36px;
}

#copyright,
#unav{
	display:inline-block;
/*	/display:inline;
	/zoom:1;
*/	letter-spacing:normal;
	vertical-align:middle;
}
#copyright{
	font-family:Helvetica, Arial, sans-serif;
	font-size:69.3%;
	margin-right:17px;
}
#unav{
	overflow:hidden;
}

#unav li{
	border-left:1px solid #707070;
	display:inline;
	font-size:85%;
	margin-left:-1px;
	margin-right:8px;
	padding-left:8px;
}
