@charset "utf-8";

header {
  position: absolute;
  top: 0;
	width: 100%;
  padding-top: 18px;
  background: #fff url(../images/header/header_bg_pc.gif) center bottom repeat-x;
	z-index: 10000;
}
  header .inner {
		position: relative;
    width: 1110px;
    margin: 0 auto;
    padding-bottom: 28px;
    text-align: center;
  }
    header .inner h1 {
      font-size: 0;
      line-height: 0;
    }
header.fixed {
	position: fixed;
  padding-top: 10px;
}
  header.fixed .inner {
    /*padding-bottom: 20px;*/
  }
    header.fixed .inner h1 {
      text-align: left;
    }
    header.fixed .inner h1 img {
      width: auto;
      /*height: 54px;*/
      height: 34px;
    }

/** header_icon **/
    header .inner .header_icon {
      position: absolute;
      top: 44px;
      right: 0;
      font-size: 0;
      line-height: 0;
    }
      header .inner .header_icon li {
        float: left;
        margin-left: 10px;
     }
        header .inner .header_icon li img {
          width: 40px;
        }
        header .inner .header_icon li.btn_search img {
          cursor: pointer;
          display: block;
        }
        header .inner .header_icon li.btn_search img:hover {
          opacity: 0.7;
        }
    header.fixed .inner .header_icon {
      top: 11px;
    }
      header.fixed .inner .header_icon li {
        margin-left: 8px;
     }
      header.fixed .inner .header_icon li:nth-of-type(1),
      header.fixed .inner .header_icon li:nth-of-type(2) {
        display: none;
     }
      header.fixed .inner .header_icon li {
        margin-left: 8px;
     }
        header.fixed .inner .header_icon li img {
          width: 32px;
        }

/** menu_pc **/
    header .inner .menu_pc {
      width: 1110px;
      margin: 23px auto 0;
    }
      header .inner .menu_pc ul {
        font-size: 0;
      }
        header .inner .menu_pc ul li {
          display: inline-block;
        }
          header .inner .menu_pc ul li a {
            display: block;
            /*width: 185px;*/
            width: 157px;
            padding: 3px 0 4px;
            border-right: #e5e5e5 solid 1px;
          }
          header .inner .menu_pc ul li:nth-of-type(even) a {
            width: 158px;
          }
          header .inner .menu_pc ul li a:hover img {
            opacity: 1;
          }
          header .inner .menu_pc ul li:first-child a {
            border-left: #e5e5e5 solid 1px;
          }
          header .inner .menu_pc ul li a:hover img {
            opacity: 1;
          }
    
    header.fixed .inner .menu_pc {
      margin: auto 0;
    }
      header.fixed .inner .menu_pc ul {
        position: absolute;
        top: 8px;
        left: 191px;
      }
        header.fixed .inner .menu_pc ul li {
        }
          header.fixed .inner .menu_pc ul li a {
            width: 124px;
            padding: 3px 0 4px;
          }
          header.fixed .inner .menu_pc ul li a img {
            width: auto;
            height: 28px; 
          }
          header.fixed .inner .menu_pc ul li:nth-of-type(5) a img {
            width: auto;
            height: 26px; 
          }

/** search **/
	header .search {
		display: none;
    position: absolute;
    top: 143px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		background: #f6f6f6;
	}
		header .search .inner {
			width: 1100px;
			margin: 0 auto;
			padding: 20px 0;
			text-align: left;
		}
		header .search dt {
			float: right;
			font-size: 0;
			line-height: 0;
		}
		header .search dd {
			padding-right: 125px;
		}
			header .search dd input {
				width: 100%;
				height: 37px;
				line-height: 32px;
				padding: 3px 10px;
				border: 1px solid #d8d8d8;
			}
	header.fixed .search {
    top: 84px;
	}

@media screen and (max-width: 768px) {
header {
  position: fixed;
  top: 0;
	width: 100%;
  height: 60px;
  padding-top: 0;
  background: #fff url(../images/header/header_bg_sp.gif) center bottom repeat-x;
  background-size: 12px 10px;
	z-index: 10000;
}
  header .inner {
		position: static;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
  }
    header .inner h1 {
      padding-top: 4px;
      font-size: 0;
      line-height: 0;
    }
      header .inner h1 img {
        /*width: 128px;*/
        width: 200px;
        height: auto;
      }

/** btn_search **/
    header .inner .btn_search {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
    }
      header .inner .btn_search img {
        display: block;
      }

/** header_icon **/
  header .header_icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    width: 100%;
    height: 50px;
    text-align: right;
    font-size: 0;
    line-height: 0;
    background: rgba(0,0,0,0.85);
  }
    header .header_icon li {
      float: none;
      display: inline-block;
      margin-left: 10px;
   }
      header .header_icon li img {
        width: 30px;
      }
  header .header_icon.active {
    display: block;
  }

/** btn_menu **/
  header .btn_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/header/header_icon_menu_open.gif) left top no-repeat;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header .btn_menu.active {
    background: url(../images/header/header_icon_menu_close.gif) left top no-repeat;
    background-size: 100%;
  }

/** menu_sp **/
  header .menu_sp {
    display: none;
    background: rgba(0,0,0,0.9);
  }
    header .menu_sp li a {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px;
      padding-left: 55px;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      border-bottom: #333 solid 1px;
    }
    header .menu_sp li:first-child a {
      border-top: #333 solid 1px;
    }
    header .menu_sp li.menu_sp_01 {
      background: url(../images/icon/icon_news.png) 17px center no-repeat;
      background-size: 22px 24px;
    }
    header .menu_sp li.menu_sp_02 {
      background: url(../images/icon/icon_special.png) 15px center no-repeat;
      background-size: 26px 25px;
    }
    header .menu_sp li.menu_sp_03 {
      background: url(../images/icon/icon_comic.png) 14px center no-repeat;
      background-size: 28px 26px;
    }
    header .menu_sp li.menu_sp_04 {
      background: url(../images/icon/icon_program.png) 15px center no-repeat;
      background-size: 26px 30px;
    }
    header .menu_sp li.menu_sp_05 {
      background: url(../images/icon/icon_audition.png) 19px center no-repeat;
      background-size: 16px 24px;
    }
    header .menu_sp li.menu_sp_06 {
      background: url(../images/icon/icon_blog.png) 18px center no-repeat;
      background-size: 24px 24px;
    }
    /*
    header .menu_sp li.menu_sp_07 {
      background: url(../images/icon/icon_shop.png) 18px center no-repeat;
      background-size: 21px 26px;
    }
    */
    header .menu_sp li.menu_sp_07 {
      background: url(../images/icon/icon_ball.png) 15px center no-repeat;
      background-size: 26px 25px;
    }
    header .menu_sp li.menu_sp_08 {
      background: url(../images/icon/icon_heart.png) 15px center no-repeat;
      background-size: 26px 25px;
    }
    header .menu_sp li.menu_sp_09 {
      background: url(../images/icon/icon_camera.png) 15px center no-repeat;
      background-size: 26px 25px;
    }
    header .menu_sp li.menu_sp_10 {
      background: url(../images/icon/icon_sphear.png) 15px center no-repeat;
      background-size: 26px 25px;
    }

/** search **/
	header .search {
		display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		background: #f6f6f6;
	}
		header .search .inner {
			width: 100%;
			margin: 0 auto;
			padding: 10px;
			text-align: left;
		}
		header .search dt {
			float: right;
			font-size: 0;
			line-height: 0;
		}
		header .search dd {
			padding-right: 0;
		}
			header .search dd input {
				width: calc(100% - 62px);
				height: 23px;
				line-height: 20px;
				padding: 2px 5px;
				border: 1px solid #d8d8d8;
			}
			header .search dt input {
        width: auto;
        height: 23px;
			}
}
