@charset "utf-8";
/* CSS Document */
/* clearfix
--------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    font-size: 0;
}

/* ==========================================
PC
==========================================*/
/*-- SPの言語エリア非表示 --*/
.sp_header { 
	display: none;
}
/*-- SPのメニュー非表示 --*/
#header_nav_sp { display: none;} 

/* SPのヘッダーを非表示／PCでのみ表示
--------------------- */
.pc_on { display: block;}
.sp_on { display: none;}

/* ==========================================
スマートフォン
==========================================*/
@media screen and (min-width: 320px) and (max-width: 767px){

/* SPのヘッダーを表示／SPでのみ表示
--------------------- */
.pc_on { display: none;}
.sp_on { display: block;}

/* 言語
--------------------------------------*/
/*-- PCの言語選択を非表示に --*/
header .box { display: none;}
/*-- PCのheader要素を無効に --*/
header {
	background: #000;
    border-bottom:none;
    color: #fff;
    min-width: 100%;
    padding: 0 !important;
}
header #header_local {
	margin-left: 0;
}

/*-- SPエリア表示 --*/
.sp_header {
    display: block;
    width: 96%;
    background-color: #000;
    border-bottom: 3px solid #e50012;
    padding: 3% 2%;
}

/*-- SP用の記述ここから --*/
.sp_header p {
	font-size: 10px !important;
	float: left;
	color: #fff;
    line-height: 1.5em;	
}
.sp_header p a {
	color: #fff;
	text-decoration: none !important;
}
.sp_header #header_text {
	width: 100%;
    float: left;
    margin-right: -130px;
    padding-right: 130px;
    box-sizing: border-box;
}
.sp_header #header_local {
	float: right;
    width: 130px;
    padding-left: 0;
	text-align: right;
}


/* メインメニュー
--------------------------------------*/
/*-- PCのメニューを非表示に --*/
#header_nav { display: none;}

#header_nav_sp {
	display: block; /*-- header_nav_sp表示 --*/

}
#header_nav_sp h1 img {
	width: 50%;
	margin: 1% 0 1% 3%;
}

#header_nav_sp ul {
	background-color: #fff;
    margin-top: 4%;	
}
#header_nav_sp li {
	width: 90%;
	color: #333333;
}
#header_nav_sp li .menu_txt {
    font-size: 16px;
    vertical-align: middle;
}
#header_nav_sp li .menu_txt strong {
	font-size: 20px;
    vertical-align: middle;
    margin-right: 2%;	
}
#header_nav_sp li a {
	text-decoration: none;
    color: #333333;
    display: block;
    padding: 2% 5% 2% 0;
	position: relative;
}
#header_nav_sp li a::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: #333 2px solid;
	border-right: #333 2px solid;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);	
	position: absolute;
	top: 40%;
	bottom: 0;
	margin: 0 auto;
	right: 0;
}

/*-- 製品情報 --*/
#header_nav_sp li.menu_products { 
	border-bottom: 3px solid #e7161a;
	margin: 0 5%;
}
#header_nav_sp li.menu_products .menu_txt::before {
    background-image: url(../images/sp_header_menu_products.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}	

/*-- 新着情報 --*/
#header_nav_sp li.menu_info { 
	border-bottom: 3px solid #f979a3;
	margin: 0 5%;
}
#header_nav_sp li.menu_info .menu_txt::before {
    background-image: url(../images/sp_header_menu_info.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- イベント・特設 --*/
#header_nav_sp li.menu_special { 
	border-bottom: 3px solid #f86d07;
	margin: 0 5%;
}
#header_nav_sp li.menu_special .menu_txt::before {
    background-image: url(../images/sp_header_menu_special.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- 発売カレンダー --*/
#header_nav_sp li.menu_calender { 
	border-bottom: 3px solid #f1bf11;
	margin: 0 5%;
}
#header_nav_sp li.menu_calender .menu_txt::before {
    background-image: url(../images/sp_header_menu_calender.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- 開発ブログ --*/
#header_nav_sp li.menu_blog { 
	border-bottom: 3px solid #54c01a;
	margin: 0 5%;
}
#header_nav_sp li.menu_blog .menu_txt::before {
    background-image: url(../images/sp_header_menu_blog.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- リンク --*/
#header_nav_sp li.menu_link { 
	border-bottom: 3px solid #5ec9f1;
	margin: 0 5%;
}
#header_nav_sp li.menu_link .menu_txt::before {
    background-image: url(../images/sp_header_menu_link.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- お客様サポート --*/
#header_nav_sp li.menu_support { 
	border-bottom: 3px solid #4851ce;
	margin: 0 5%;
}
#header_nav_sp li.menu_support .menu_txt::before {
    background-image: url(../images/sp_header_menu_support.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 49px;
    height: 43px;
    margin-right: 10px;
    background-size: cover;
}

/*-- Languag --*/
#sp_header_language .title_lang {
	font-size: 16px;
	padding: 5% 5% 0 5%;
}
#sp_header_language ul {
	width: 90%;
    padding: 0 5% 35% 5%;
}
#sp_header_language li {
	width: 45%;
    display: inline-block;
	text-align: left;
	font-size: 13px;
}
#sp_header_language li a {
	padding: 6% 0;
	display: block;
}
/*-- Languag部分は右矢印無し --*/
#sp_header_language li a::after {
	width: 0;
	height: 0;
	border-top: none;
	border-right: none;
}

/* ハンバーガーメニュー
--------------------------------------*/
.navArea {
	position: fixed;
	z-index: 1000;
	padding-top: 112px;	
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
  	pointer-events: none;
  	opacity: 0;
  	transition: opacity .3s linear;
	overflow-y: scroll;
}
.navArea.active{
	pointer-events: auto;
	opacity: .95;
	border-bottom: solid 1px #dddddd;  
}

/*-- ボタンが押された時の挙動 --*/
.toggle {
    display: block;
    position: fixed;
    right: 13px;
    /*top: 12px;*/
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 1003;
	margin-top: 2%;
    background-color: #fff;	
}
/*-- 横向きの場合 --*/
@media (orientation: landscape){
.toggle {
	margin-top: 4%;
}
}
 
.toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.toggle span:nth-child(1) {
    top: 9px;
}
 
.toggle span:nth-child(2) {
    top: 18px;
}
 
.toggle span:nth-child(3) {
    top: 27px;
}
.toggle.active {
	background-color: transparent;
}
 
.toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



}




