@charset "utf-8";
 @media only screen and (max-width: 960px) {
#stage {
	margin-top: 71px;
}
#mainContents{
	margin-top: 0;
}
header {
  font-family: 'SuzukiPROHeadline';
	position: fixed;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 0;
	border-bottom: solid 1px #e5e5e5;
	z-index: 999;
	overflow: visible;
}
header #topHead {
	position: relative;
	width: 100%;
	height: 50px !important;
	background-color: #ffffff;
}
header #topHead #suzukiLogo {
	position: absolute;
	top: 14px;
	left: 30px;
}
header #topHead #suzukiLogo img {
	width: 120px;
	height: auto;
}
#country-area h1.sp{
	position: fixed;
	z-index: 999;
	width: calc(100% - 210px);
}
#country-area section.sp{
	top:0;
}
#innerMenu_btn {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	top: 5px;
	right: 15px;
	z-index: 100;
	margin-top: 0;
}
#innerMenu_btn .inner {
	position: relative;
	width: 40px;
	height: 40px;
	transform: translateX(0);
	transition: transform .5s;
	background-color: #707070;
	border-radius: 50%;
}
#innerMenu_btn .inner span {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
#innerMenu_btn .inner,
#innerMenu_btn .inner span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
#innerMenu_btn .inner span:nth-of-type(1) {
	top: 10px;
}
#innerMenu_btn .inner span:nth-of-type(2) {
	top: 15px;
}
#innerMenu_btn .inner span:nth-of-type(3) {
	top: 20px;
}
#innerMenu_btn.active .inner span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#innerMenu_btn.active .inner span:nth-of-type(2) {
	opacity: 0;
}
#innerMenu_btn.active .inner span:nth-of-type(3) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
#innerMenu_btn .inner p {
	position: absolute;
	top: 25px;
	font-size: 8px;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	margin-top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#innerMenu_btn.active .inner p {
	opacity: 0;
}
#innerMenu {
	width: 80vw;
	height: calc(100vh - 51px);
	height: -webkit-calc(100vh - 51px);
	margin-top: 51px;
	padding-top: 0;
	list-style-type: none;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -85vw;
	z-index: 10;
	background-color: #fff;
}
#innerMenu .nav_scroll {
	height: 100%;
	overflow-y: auto;
}
#innerMenu li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#innerMenu a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #707070;
	text-decoration: none;
	background-image: url(/commons/v1/img/linkIcon_g.png);
	background-position: right 4vw center;
	background-repeat: no-repeat;
	padding-right: 25px;
	background-size: 6px auto;
}
header #globalMenu nav li#globalMenu_global.pc {
	display: none;
}
header #innerMenu nav li#globalMenu_global a {
	background-image: url(/commons/v1/img/h_globalIcon.svg), url(/commons/v1/img/linkIcon_g.png);
	background-position: 15px center, right 4vw center;
	background-repeat: no-repeat;
	background-size: 26px auto, 6px auto;
}
header #innerMenu nav li#globalMenu_search a {
	background-image: url(/commons/v1/img/h_searchIcon_g.png), url(/commons/v1/img/linkIcon_g.png);
	background-position: 18px center, right 4vw center;
	background-repeat: no-repeat;
	background-size: 23px auto, 6px auto;
	font-size: 1.2rem;
	background-color: #e5e5e5;
}
/*nav1*/
#innerMenu ul#nav1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#innerMenu ul#nav1 li {
	width: calc(50% - 1px);
	width: -webkit-calc(50% - 1px);
	border-right: 1px solid #e5e5e5;
}
#innerMenu ul#nav1 li:nth-child(2n) {
	width: 50%;
	border-right: none;
}
#innerMenu ul#nav1 a {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.2rem;
	padding-right: 0;
}
#mainMenu {
	display: none;
}

  /*英文ヘッダ固定*/
  #country-area section.sp{
    position: fixed;
    top: 71px;
  }
  #country-area{
    margin-top: -123px;
  }
  #headMenu{
    position: fixed;
    width: 100%;
  }
  #stage{
    margin-top: 123px;
  }
  #mainContents{
    padding-top: 52px;
  }
  /*英文ヘッダ固定－ここまで*/

}
@media print {
header {
	position: relative !important;
}
#stage {
	margin-top: 0;
}
}
