@charset "UTF-8";
/*ーーーーーーーーーー
header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  /*position: relative;*/
  position: absolute;
  width: 100%;
  max-width: 2000px;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 1001;
  height: 0px;
  text-decoration: none; }
  @media (max-width: 960px) {
    #head_wrap {
      height: 56px; } }
  #head_wrap a {
    text-decoration: none;
    color: #fff; }
  #head_wrap .inner {
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    position: relative; }
    #head_wrap .inner:after {
      content: "";
      clear: both;
      display: block; }
  #head_wrap .logo-head {
    float: left;
    font-size: 36px;
    z-index: 9999; }
    #head_wrap .logo-head img {
      max-width: 220px;
      padding: 18px 0 0 20px; }
      @media (max-width: 960px) {
        #head_wrap .logo-head img {
          width: 160px;
          padding: 14px 0 0 8px; } }

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  color: #555; }
  #global-nav ul {
    list-style: none;
    font-size: 15px;
    margin-right: 10px;
    display: inline-flex;
    padding: 0; }
    @media (max-width: 960px) {
      #global-nav ul {
        display: block;
        margin-right: 0px; } }
    #global-nav ul li {
      padding: 9px 10px;
      margin: 0;
      border-right: none;
      /*hover時 下線の設定ここまで*/ }
      #global-nav ul li:last-child {
        border-right: none; }
      #global-nav ul li.btn-gnav {
        background: #009296;
        margin: 0 0 0 15px;
        height: 70px; }
        #global-nav ul li.btn-gnav span {
          color: #fff;
          opacity: .3; }
        #global-nav ul li.btn-gnav i {
          padding-right: 0.5em; }
        @media (max-width: 960px) {
          #global-nav ul li.btn-gnav {
            margin: 0;
            height: auto;
            padding: 1em 0; } }
      @media (max-width: 960px) {
        #global-nav ul li {
          border-right: none; } }
      #global-nav ul li a {
        padding: 18px 10px;
        transition: all .6s ease 0s;
        box-sizing: border-box;
        /*font-weight: bold;*/
        position: relative;
        display: inline-block;
        text-decoration: none;
        /*hover時 下線の設定ここから*/ }
        #global-nav ul li a::after {
          position: absolute;
          bottom: 2px;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          /*background: #00407E;*/
          background: #333;
          opacity: 0;
          visibility: hidden;
          transition: .25s; }
        #global-nav ul li a:hover::after {
          bottom: -2px;
          opacity: 1;
          visibility: visible; }
      #global-nav ul li span {
        padding: 18px 10px;
        transition: all .6s ease 0s;
        box-sizing: border-box;
        /*font-weight: bold;*/
        position: relative;
        display: inline-block;
        text-decoration: none; }
      #global-nav ul li.btn-gnav a::after {
        background: #fff; }
      #global-nav ul li.cart a {
        font-size: 130%; }

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 70px;
  transition: top 0.2s ease-in;
  -webkit-transition: top 0.2s ease-in;
  -moz-transition: top 0.2s ease-in;
  background: rgba(230, 230, 230, 0.9); }
  @media (max-width: 960px) {
    #head_wrap.fixed {
      /*background:none;*/
      height: 56px; } }
  #head_wrap.fixed .logo {
    font-size: 36px;
    color: #333; }
  #head_wrap.fixed #global-nav ul li a {
    color: #333;
    /*padding: 0 20px;*/ }
  #head_wrap.fixed #global-nav ul li.btn-gnav a {
    color: #333; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }
  #nav-toggle div {
    position: relative; }

@media (max-width: 960px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */ }
    #head_wrap .inner {
      width: 100%;
      padding: 0; }
    #head_wrap .fixed {
      padding-top: 0;
      background: transparent; }

  #mobile-head {
    /* background: rgba(255,255,255,.9);*/
    width: 100%;
    height: 56px;
    z-index: 9999;
    position: absolute; }

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    text-align: center;
    z-index: 10;
    /* スマホ時ナビ開閉速度 */
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      margin-top: 10px; }
      #global-nav ul li {
        float: none;
        position: static;
        border-bottom: 1px solid #eee; }

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    color: #333; }

  #head_wrap #global-nav ul li.btn-gnav a {
    color: #fff; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 11px; }
    #nav-toggle span:nth-child(3) {
      top: 22px; }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); } }
/*ーーーーーーーーーー
ページトップへ戻る
ーーーーーーーーーーー*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 50px; }
  @media (max-width: 640px) {
    #page-top {
      bottom: 12px;
      right: 12px;
      width: 30px; } }
  #page-top img {
    /*border-bottom: 1px solid #fff;*/
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9; }
    #page-top img:hover {
      filter: alpha(opacity=60);
      -moz-opacity: 0.6;
      opacity: 0.6; }
