.touchDevice {
	overflow: visible;
	-webkit-text-size-adjust: 100%;
}

/*-- global navigation --*/
.touchDevice .current img{
	box-shadow: -1px -9px 0 -1px #F48F00 inset;
}
/*--  tablet --*/
.touchDevice .g-navi {
	width: 100%;
	height:100px;
	position: fixed;
	top: 0;
}
.touchDevice .g-navi a:hover img {
	opacity: 1 !important;
}
.touchDevice .navi-link-01{
	position: absolute;
	top: 0;
	right: 320px;
	left: auto;
	border-top: none;
	border-left: 2px solid #275932;
}
.touchDevice .navi-link-02{
	position: absolute;
	top: 0;
	right: 240px;
	left: auto;
	border-top: none;
	border-left: 2px solid #275932;
}
.touchDevice .navi-link-03{
	position: absolute;
	top: 0;
	right: 160px;
	left: auto;
	border-top: none;
	border-left: 2px solid #275932;
}
.touchDevice .navi-link-04{
	position: absolute;
	top: 0;
	right: 80px;
	left: auto;
	border-top: none;
	border-left: 2px solid #275932;
}
.touchDevice .navi-link-05{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	border-top: none;
}
.touchDevice.sp .g-navi {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
}
.touchDevice.sp .g-navi .navi-title {
	display: none;
}
.touchDevice.sp .g-navi > a {
	width: 20%;
	float: left;
}
.touchDevice.sp .navi-link-01{
	width: 100%;
	border-top: none;
	position: relative;
	border-right: 2px solid #275932;
	top: 0;
	left: 0;
}
.touchDevice.sp .navi-link-02{
	width: 100%;
	border-top: none;
	border-right: 2px solid #275932;
	position: relative;
	top: 0;
	left: 0;
}
.touchDevice.sp .navi-link-03{
	width: 100%;
	border-top: none;
	border-right: 2px solid #275932;
	position: relative;
	top: 0;
	left: 0;
}
.touchDevice.sp .navi-link-04{
	width: 100%;
	border-top: none;
	border-right: 2px solid #275932;
	position: relative;
	top: 0;
	left: 0;
}
.touchDevice.sp .navi-link-05{
	width: 100%;
	border-top: none;
	border-right: 2px solid #275932;
	position: relative;
	top: 0;
	left: 0;
	margin-top: -2px;
}

/*-- TOP --*/
.touchDevice .top-bg {
	width: 100%;
	height: 720px;
	padding-bottom: 30%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.touchDevice .top-bg:first-child{
	margin-top: 100px;
}
.touchDevice .top-bg:first-child{
	margin-top: 99px;
}
.touchDevice.sp .top-bg:first-child{
	margin-top: 220px;
}
.touchDevice .top-03 {
	right: 2%;
}
/*-- footer --*/
.touchDevice.sp .footer-contents{
	font-size: 20px;
}
.touchDevice.sp .footer-contents > ul {
	line-height: 50px;
}
.touchDevice.sp .footer-contents > ul:nth-child(1){
	display: none;
}
.touchDevice.sp .footer-contents > ul:nth-child(2){
	display: none;
}
.touchDevice.sp .footer-contents > ul:nth-child(3){
	display: none;
}
.touchDevice.sp .footer-contents > ul:nth-child(4){
	font-size: 30px;
}
.touchDevice.sp .footer-contents > ul:nth-child(4) > li:nth-child(1) {
	font-size: 40px;
	margin-bottom: 30px;
}
.touchDevice.sp .footer-contents > ul:nth-child(4) > li:nth-child(8) {
	font-size: 30px;
}
.touchDevice.sp footer > div:nth-child(2) {
	padding-left: 0;
}
.touchDevice.sp footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) {
	display: block;
	font-size: 20px;
}
.touchDevice.sp footer > div:nth-child(2) > div:nth-child(1) > span:nth-child(2) {
	display: block;
	font-size: 30px;
}
.touchDevice.sp footer > div:nth-child(2) > div:nth-child(2) {
	font-size: 20px;
	margin-top: 30px;
}
