#header-top {
	width: 100%;
	position: fixed;
	height: 55px;

	top: 0;
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #646464;
}
#header-top.active {
	height: 37px;
}
#title-area {
	width: 100%;

	margin: 0 auto;
}
#header-top #title-area{
	float: left;
}
#header-top #title-area img{
	display: none;
	width: 105px;
	margin-top: 6px;
	margin-right: 6px;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float: left;
	margin-left: 6px;
}
#header-top.active #title-area img{
	margin-top: 3px;
	width: 80px;
	margin-left: 5px;
}
#header-pc {
	float: right;
	padding-right: 5%;
}
#header-smp {
	display: none;
}
.pc-menu{
	margin-top: 10px;
}
#header-top.active .pc-menu{
	margin-top: 5px;
}
.pc-menu li{
	float: left;
	text-align: left;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-right: 30px;
}
#header-top.active .pc-menu li{
	font-size: 1em;
}
.pc-menu li:last-child{
	margin-right: 0;
}
.pc-menu li a{
	color: #ffffff;
}
.pc-menu li span {
	color: #ffffff;
	cursor: pointer;	
}
.pc-menu li a:hover{
	color: #e88238;
}
.en-menu {
	color: #333;
	padding-top: 1px;
	font-size: .65em;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 1px;
}
.en-menu:hover {
	color: #e88238;
}
.en-menu-policy a{
	color: #ffffff;	
}
.en-menu-policy a:hover{
	color: #e88238;
}
.drawer-menu-item .en-menu {
	color: #e88238;
}
span.drawer-menu-item {
	color: #333;	
}
span.drawer-menu-item:hover {
	text-decoration: none;
}
.isid-link {
	width: 22px;
	margin-left: 10px;
}
.isid-link-w{
	width: 22px!important;
	display: block!important;
	float: right !important;
	padding-top: 8px!important;
	margin-right: 10px!important;
}
.isid-link-g {
	width: 22px;
	margin-left: 5px;
}
/*----   drawer  ------*/

.drawer-nav{
	background-color: rgba(255, 255, 255, 0.95);
	color: #333;
	overflow: scroll;
}
.drawer-menu-v {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 7px;
	margin-left: 21%;
}
_:-ms-lang(x), .drawer-menu-v {
  margin-left: 12%;
}

.drawer-menu li a {

	line-height: 0;
	letter-spacing: 1px;
  	text-decoration: none;
}
.drawer-menu li a:hover {
  	text-decoration: none;
}
.drawer-menu-h {
	position: absolute;
	top: 5%;
	margin: 0;
	padding: 0 0 0 10%;
	text-decoration: none;
}
.drawer-menu-h li a:hover {
	text-decoration: none;
}
.drawer-menu-item {

	display: block;
  	padding: .75rem .75rem .75rem 0;
  	text-decoration: none;
  	color: #e88238;
}
.drawer-menu-sub {

	display: block;
	padding: .35rem .35rem .35rem 2rem;
	text-decoration: none;
  	color: #222;
 	font-size: 1rem;
	letter-spacing: 1px;

}

.drawer-menu-h .drawer-menu-item{
	font-size: 1rem;
	letter-spacing: 1px;
/* bold
	font-weight: bold;
*/
}

.nav-menu {
  display: block;
  position: relative;
  cursor: pointer;
}
.pc-menu-item {
  display: block;
  transition: 0.3s background-color;
}
.pc-menu-item:before {
  content: "";
  display: block;
  height: 0;

  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition:
    0.2s 0.2s border-top ease-out,
    0.3s border-top-color;
}

.nav-menu > .pc-menu-item:before {
  border-top-width: 0;
  transition:
    0.2s border-top-width ease-in,
    0.3s border-top-color;
}

.pc-menu-item:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.nav-menu:hover > .pc-menu-item:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-list {

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-width: 100%;
  padding: 15px 8px 15px 0;
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  z-index: 100;
  transition:
    0.5s padding,
    0.5s background;
}

.menu-list:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
  
}

.nav-menu:not(:hover) > .menu-list {
  padding: 0;
  z-index: 99;
}
.menu-list > * {
  overflow: hidden;
  width: 125px;
  height: 25px;
  padding: 5px 0 5px 15px;
  background: rgba(0,0,0,0);
  white-space: nowrap;
  transition: 
    0.5s height,
    0.5s padding,
    0.5s margin,
    0.5s 0.2s color,
    0.2s background-color;
}


.nav-menu:not(:hover) > .menu-list > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}

#header-top.active .menu-list > * {
  overflow: hidden;
  width: 125px;
  height: 30px;
  padding: 5px 0 5px 15px;
  background: rgba(0,0,0,0);
  white-space: nowrap;
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
}
#header-top.active .nav-menu:not(:hover) > .menu-list > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}

.menu-sub-item{
  padding-top: 0;
  padding-bottom: 20px;
  width: 94%;
  min-width: 150px;
  overflow: hidden;
  display: block;
  margin-left: 1px;
}

.menu-sub-item:hover {
  background: rgba(255,255,255,1);
  width: 94%;
  margin-left: 1px;
}
#header-top.active .menu-sub-item {
  width: 94%;
  min-width: 150px;
}
#header-top.active .menu-sub-item:hover {
  background: rgba(255,255,255,1);
  width: 94%;
  min-width: 150px;
}
.menu-sub-item:hover a{
  color: #e88238;
}
.isid-link-w {
	filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;	
}

.menu-list > li > a {
  font-weight: 400;
  line-height: 2px;
  color: #FFF;
  letter-spacing: 2px;
  font-size: 16px;
}

.drawer-sub {
	padding-left: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
}
.drawer-sub li {
	margin-top: 2px;
}
a.drawer-menu-item-sub{
	color: #333;
	font-size: .8em;
	letter-spacing: 1px;
}
a.drawer-menu-item-sub:hover{
	color: #e88238;
}
@media (max-width:960px) {
	#header-pc {
	padding-right: 2%;
	}
	.pc-menu li {
	margin-right: 23px;		
	}
}
@media (max-width:890px) {
	#header-pc {
	display: none;
	}
	#header-smp {
	display: block;
	}
	#header-top {
	height: 55px;
	}
	#header-top #title-area img{
	float: right;
	}
}

@media (max-width:768px) {
	.drawer-nav {
		width: 20.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 20.25rem;
	}
	.drawer-menu-h {
		margin-left: 0;
		bottom: 0;
	}
	.drawer-menu-v {
		margin-left: 10%;
	}
	.drawer-menu-item {
  	padding: .6rem 0;
	}
	.drawer-shop{
  	padding: .6rem 0;
	}
	_:-ms-lang(x), .drawer-menu-v {
		margin-left: 3%;
	}

	.st-text{
		display: none;
	}

}
@media (max-width:460px) {
	.drawer-nav {
		width: 16.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 16.25rem;
	}
	.drawer-menu-item {
		font-size: 1rem!important;
		padding: .3rem 0;
	}
	.drawer-menu-h {
		top: 2%;
	}
	.drawer-sub {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.drawer-sub li {
		margin-top: 0;
	}
	.st-text{
		display: none;
	}
	.isid-link-g {
	margin-left: 0;
	}
}
@media (max-width:380px) {
	.drawer-nav {
		width: 14.25rem;
	}
	.drawer--left .drawer-nav {
		left: -14.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 14.25rem;
	}
	.drawer-menu-h {
		top: 10px;
	}
	.drawer-menu-item {
		font-size: .9rem!important;
	}
	.drawer-sub {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	.drawer-nav {
		width: 12.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 11.55rem;
	}
	
	
}