@charset "utf-8";

/******************************************************
 *
 * ヘッダ
 *
 ******************************************************/
.contents-wrapper {
	padding-top: 45px;
}
.header-shrink .contents-wrapper {
	padding-top: 74px;
}
.header-minimize .contents-wrapper {
	padding-top: 45px;
}
a.link-target-position {
	margin-top: -45px;
	height: 45px;
}
.header-shrink a.link-target-position {
	margin-top: -74px;
	height: 74px;
}
.header-minimize a.link-target-position {
	margin-top: -45px;
	height: 45px;
}
.header-outer-box {
	position: relative;
    width: 100%;
	height: 0;
}
.header-box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 45px;
	background-color: white;
	z-index: 9200; /* img.transparent-overlay < header-box < drawer-overlay < drawer-nav < z-index-max */
}
.header-shrink .header-box {
	height: 74px;
}
.header-minimize .header-box {
	height: 45px;
}
.header-box .header-inner-box {
	border-bottom: 1px solid #bfbfbf;
}
.header-box .header-button-box {
	display: block;
	padding: 6px 10px;
}
/* */
.header-box .header-button-box .header-logo-button {
	display: inline-block;
	height: 30px;
	margin: 3px 0 0 6px; 
}
@media (max-width: 374px) {
	.header-box .header-button-box .header-logo-button {
		height: 20px;
		margin-top: 8px; 
	}
}
.header-box .header-button-box .header-logo-button > img {
	height: 100%;
	width: auto;
}
.header-box .header-button-box .header-icon-button-box {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 6px;
}
.header-box .header-button-box .header-icon-button-box .header-icon-button,
.header-box .header-button-box .header-icon-button-box .header-menu-button {
	display: inline-block;
	position: relative;
    height: 32px;
    cursor: pointer;
}
.header-box .header-button-box .header-icon-button-box .header-icon-button > img,
.header-box .header-button-box .header-icon-button-box .header-menu-button > img {
	height: 100%;
	width: auto;
}

/* ジャンルメニュー */
.header-box ul.header-genre-menu-box {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.header-minimize .header-box ul.header-genre-menu-box {
	display: none;
}
.header-box ul.header-genre-menu-box > li {
	display: table-cell;
	border-top-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
}
.header-box ul.header-genre-menu-box > li:not(:first-child) {
	border-left-style: solid;
}
.header-box .header-genre-icon-button {
	position: relative;
    display: block;
	margin: 6px;
	height: 32px;
	overflow: hidden;
	text-align: center;
}
.header-shrink .header-box .header-genre-icon-button {
	height: 16px;
}
.header-shrink .header-box .header-genre-icon-button.header-in-expand {
    display: none;
}
.header-box .header-genre-icon-button.header-in-shrink {
    display: none;
}
.header-shrink .header-box .header-genre-icon-button.header-in-shrink {
    display: block;
}
.header-box .header-genre-icon-button > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/* z-index 調整 / 背景調整 */
.header-outer-box .drawer-overlay {
	z-index: 9201;
	background-color: rgba(0, 0, 0, 0.7);
}
.header-outer-box .drawer-nav {
	z-index: 9202;
}

/* #10069 */
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}