@charset "UTF-8";
/*(c)*/
.PC {
  display: none; }

html, body {
  overflow-x: hidden;
  width: 100%; }

#Hd {
  text-align: left;
  margin-top: 50px;
  background: #fff;
  z-index: 1000;
  top: 0px; }
  #Hd h1 {
    display: none; }
  #Hd nav ul li {
    font-size: 15px;
    line-height: 50px;
    text-indent: 20px;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
    #Hd nav ul li a {
      display: block; }
      #Hd nav ul li a::after {
        content: 'Ｌ';
        font-family: 'Icons';
        color: #FF6600;
        font-weight: bold;
        font-size: 12px;
        float: right;
        margin-right: 22px; }
  #Hd .hd-search {
    padding: 20px; }
    #Hd .hd-search input.-text {
      font-size: 15px;
      line-height: 45px;
      padding: 0 50px 0 15px;
      border: 0px;
      background: none;
      width: 100%;
      background: #F3f3f3; }
    #Hd .hd-search input.-btn {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-family: 'Icons';
      font-size: 13px !important;
      background: none;
      border: 0px;
      margin-left: -45px; }
  #Hd .hd-sub ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #Hd .hd-sub li {
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    padding-left: 20px; }
    #Hd .hd-sub li a {
      display: block;
      padding: 10px 0; }

#Hd2 {
  text-align: left;
  margin-top: 50px;
  background: #fff;
  width: 100%;
  top: 0px;
  height: 150px;
  z-index: 1000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15); }
  #Hd2 .hd-search {
    width: 100%;
    padding: 20px; }
    #Hd2 .hd-search input.-text {
      font-size: 15px;
      line-height: 45px;
      padding: 0 50px 0 15px;
      border: 0px;
      background: none;
      width: 100%;
      background: #F3f3f3; }
    #Hd2 .hd-search input.-btn {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-family: 'Icons';
      font-size: 13px !important;
      background: none;
      border: 0px;
      margin-left: -45px; }

#sHd {
  height: 50px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10000;
  top: 0px; }
  #sHd .log {
    padding-top: 17px;
    text-align: center;
    font-size: 0px; }
    #sHd .log img {
      height: 15px; }
  #sHd .hum {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100; }
    #sHd .hum a::before,
    #sHd .hum a::after {
      line-height: 50px;
      font-size: 17px;
      width: 50px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease; }
    #sHd .hum a::before {
      content: '三';
      font-family: 'Icons';
      opacity: 1; }
    #sHd .hum a::after {
      content: '×';
      font-family: 'Icons';
      opacity: 0; }
  #sHd .sea {
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 100; }
    #sHd .sea a::before,
    #sHd .sea a::after {
      line-height: 50px;
      font-size: 17px;
      width: 50px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease; }
    #sHd .sea a::before {
      content: 's';
      font-family: 'Icons';
      opacity: 1; }
    #sHd .sea a::after {
      content: '×';
      font-family: 'Icons';
      opacity: 0; }

body.open #sHd .hum a::before {
  opacity: 0; }
body.open #sHd .hum a::after {
  opacity: 1; }

body.s-open #sHd .sea a::before {
  opacity: 0; }
body.s-open #sHd .sea a::after {
  opacity: 1; }

body #Hd {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  position: fixed; }

body.open #Hd {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

body #Hd2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  position: fixed;
  width: 100%; }

body.s-open #Hd2 {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

body {
  padding-top: 50px; }
