@charset "UTF-8";

header#header {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	position: relative;
	z-index: 15;
}

header#header #name {
	float: left;
}

header#header #name #logo {
	height: 50px;
	padding: 0 15px;
	margin: 0 0 0 -15px;
	width: auto;
	display: inline-block;
	line-height: 4.9;
}

header#header #name #logo img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}

header#header .btn-box {
	float: right;
	display: inline-block;
}

header#header .btn-box .registration ,
header#header .btn-box .login {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 4.2;
}

header#header .btn-box .registration a ,
header#header .btn-box .login a {
	display: inline-block;
	height: 50px;
	box-sizing: border-box;
}

header#header .btn-box .registration a {
	font-weight: bold;
	color: #FF5700;
	padding: 0 15px 0 10px;
	margin: 0 -15px 0 0;
}

header#header .btn-box .login a {
	color: #999;
	height: 50px;
	padding: 0 5px;
	position: relative;
}

header#header .btn-box .login-box {
	display: block;
	height: 50px;
	padding: 7px 12px 0 0;
	box-sizing: border-box;
	margin: 0 -15px 0 0;
}

header#header .btn-box .user-icon {
  width: 29px;
  height: 29px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
	top: 3px;
  cursor: pointer;
	display: inline-block;
}

header#header .btn-box .user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header#header .btn-box .login-text {
	font-size: 1.1rem;
	color: #000;
	padding: 0 0 0 3px;
	margin: 11px 0 0 0;
	height: 16px;
	position: relative;
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	line-height: 1.7;
}


/* 購入内容の確認時のヘッダー */
header#header.buy .wrapper-15{
	padding-left: 0;
	position: relative;
}

header#header.buy .back-btn-box {
	float: left;
}

header#header.buy .back-btn-box .back-btn {
	display: block;
	width: 60px;
	height: 50px;
	position: relative;
}

header#header.buy .back-btn-box .back-btn .btn-arrow {
	width: 10px;
	height: 18px;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header#header.buy .back-btn-box .back-btn .btn-arrow img{
	width: 100%;
	height: 100%;
}

header#header.buy h1#name{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header#header.buy h1#name #logo{
	margin: 0;
}

header#header.buy .btn-box .login-box{
	padding-right: 25px;
}

header#header.buy .btn-box .login-text{
	display: none;
}

/* メニュー */

#g-menu-box {
	margin: 0 0 -1px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	background: #fff;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 5px;
	position: relative;
	top: -1px;
	z-index: 15;
}

#g-menu-box li {
	float: none;
	position: relative;
	display: table-cell;
}

#g-menu-box li a {
  display: block;
  border-top: none;
  padding: 7px 10px 12px;
	font-size: 1.2rem;
	color: #999;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}