.SP {
  display: none; }

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
  background: #fff; }

#Hd {
  text-align: left;
  height: 90px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000; }
  #Hd h1 {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0px; }
    #Hd h1 img {
      height: 50px;
      max-height: 50px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  #Hd ul li {
    float: left; }
  #Hd .h-hd {
    position: absolute;
    right: 0px;
    top: 0px;
    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 .h-hd .h-oth ul li {
      text-align: center;
      border-left: 1px solid #ddd; }
      #Hd .h-hd .h-oth ul li a {
        display: block;
        font-size: 14px;
        min-width: 105px;
        line-height: 20px;
        padding: 10px 15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #Hd .h-hd .h-ser {
      border-left: 1px solid #ddd;
      height: 40px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }
      #Hd .h-hd .h-ser > div {
        font-family: 'Icons';
        cursor: pointer;
        width: 50px;
        text-align: center;
        line-height: 20px;
        padding: 10px 0;
        font-size: 1rem;
        background: #fff;
        text-align: center;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #Hd .h-hd .h-ser > form {
        width: 51px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow: hidden;
        white-space: nowrap;
        padding: 0px;
        margin: 0px;
        margin-right: 0px;
        z-index: -1;
        position: relative; }
        #Hd .h-hd .h-ser > form div {
          padding: 0px;
          margin: 0px;
          vertical-align: top; }
        #Hd .h-hd .h-ser > form input[type='text'] {
          line-height: 40px;
          border: 0px;
          outline: none;
          background: none;
          padding-left: 10px;
          vertical-align: top;
          width: 160px;
          font-size: 14px;
          -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; }
          #Hd .h-hd .h-ser > form input[type='text']::-webkit-input-placeholder {
            color: #000;
            opacity: 0.3; }
          #Hd .h-hd .h-ser > form input[type='text']:-moz-placeholder {
            color: #000;
            opacity: 0.3; }
          #Hd .h-hd .h-ser > form input[type='text']:-ms-input-placeholder {
            color: #ccc; }
        #Hd .h-hd .h-ser > form input[type='submit'] {
          width: 50px;
          height: 40px;
          vertical-align: top;
          background: none;
          opacity: 0;
          cursor: pointer; }
        #Hd .h-hd .h-ser > form.open {
          width: 210px;
          background: rgba(0, 0, 0, 0);
          z-index: 2; }
    #Hd .h-hd .h-sub ul li {
      float: left;
      text-align: center; }
      #Hd .h-hd .h-sub ul li a {
        display: block;
        color: #fff;
        width: 135px;
        line-height: 20px;
        padding: 10px 0;
        font-size: 15px;
        font-weight: bold;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-left: 1px solid #fff; }
    #Hd .h-hd .h-sub ul li.-s1 a {
      background: #4BA46B; }
    #Hd .h-hd .h-sub ul li.-s2 a {
      background: #FD685F; }
  #Hd .h-gm {
    position: absolute;
    right: 30px;
    bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #Hd .h-gm ul li {
      font-weight: bold;
      margin: 0 10px 0 20px;
      font-size: 15px;
      position: relative;
      line-height: 35px;
      height: 40px;
      overflow: hidden;
      -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; }
      #Hd .h-gm ul li small {
        display: inline-block;
        margin-right: -7px; }
      #Hd .h-gm ul li ul {
        position: absolute;
        left: -30px;
        top: 20px;
        display: inline-block;
        opacity: 0;
        padding: 5px 30px 20px 30px;
        background: #fff;
        border: 1px solid #eee;
        border-width: 0 1px 1px 1px;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.05); }
        #Hd .h-gm ul li ul li {
          line-height: 30px;
          height: auto;
          margin: 0px;
          font-weight: normal;
          float: none; }
          #Hd .h-gm ul li ul li a {
            white-space: nowrap; }
          #Hd .h-gm ul li ul li::before {
            display: none; }
          #Hd .h-gm ul li ul li.-front {
            display: none; }
      #Hd .h-gm ul li:hover {
        overflow: visible; }
        #Hd .h-gm ul li:hover ul {
          top: 40px;
          opacity: 1;
          -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;
          z-index: 10020; }
        #Hd .h-gm ul li:hover::before {
          transform: rotate(270deg); }
      #Hd .h-gm ul li:last-child:hover ul {
        right: -30px;
        left: auto; }

@media screen and (max-width: 1200px) {
  #Hd h1 {
    left: 15px;
    top: 23px; }
    #Hd h1 img {
      height: 45px;
      max-height: 45px; }
  #Hd .h-hd .h-oth ul li a {
    min-width: inherit; }
  #Hd .h-hd .h-ser > form input[type='text'] {
    width: 130px; }
  #Hd .h-hd .h-ser > form.open {
    width: 180px; }
  #Hd .h-hd .h-sub ul li a {
    font-size: 14px;
    width: 105px; }
  #Hd .h-gm {
    right: 25px; }
    #Hd .h-gm ul li {
      margin: 0 5px 0 15px;
      font-size: 14px; }
      #Hd .h-gm ul li ul li {
        font-size: 13px; }
      #Hd .h-gm ul li:last-child:hover ul {
        right: -25px; } }
@media screen and (max-width: 1000px) {
  #Hd h1 {
    top: 27px; }
    #Hd h1 img {
      height: 40px;
      max-height: 40px; } }
body.SCRL #Hd {
  height: 70px; }
  body.SCRL #Hd h1 {
    top: 15px; }
    body.SCRL #Hd h1 img {
      height: 40px;
      max-height: 40px; }
  body.SCRL #Hd .h-hd .h-oth ul li a {
    padding-top: 7px;
    padding-bottom: 7px; }
  body.SCRL #Hd .h-hd .h-for ul li a, body.SCRL #Hd .h-hd .h-lan ul li a {
    padding: 7px 0; }
  body.SCRL #Hd .h-hd .h-ser {
    height: 34px; }
    body.SCRL #Hd .h-hd .h-ser > div {
      padding: 7px 0; }
    body.SCRL #Hd .h-hd .h-ser > form input[type='text'] {
      line-height: 34px; }
  body.SCRL #Hd .h-hd .h-sub ul li a {
    padding: 7px 0; }
  body.SCRL #Hd .h-gm {
    bottom: 0px; }
    body.SCRL #Hd .h-gm ul li {
      height: 35px; }
      body.SCRL #Hd .h-gm ul li:hover ul {
        top: 35px; }

#sHd {
  display: none;
  background: #fff; }

#Sm {
  background: #FEF3F4;
  padding: 50px 0; }
  #Sm .f-sm {
    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;
    width: 92%;
    max-width: 1260px;
    margin: 0px auto; }
    #Sm .f-sm > div {
      width: 20%;
      text-align: left; }
      #Sm .f-sm > div.-sm2 {
        width: 22%; }
      #Sm .f-sm > div.-sm3 {
        width: 23%; }
      #Sm .f-sm > div.-sm4 {
        width: 16%; }
      #Sm .f-sm > div.-sm5 {
        width: 19%; }
      #Sm .f-sm > div p {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0 15px 0; }
        #Sm .f-sm > div p span {
          font-size: 14px; }
      #Sm .f-sm > div ul {
        margin-right: 2rem; }
        #Sm .f-sm > div ul li {
          font-size: 14px;
          line-height: 20px;
          margin: 10px 0; }
      #Sm .f-sm > div ul + p {
        margin-top: 25px; }

#Ft .f-ad {
  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;
  width: 92%;
  max-width: 1260px;
  margin: 50px auto;
  justify-content: space-between; }
  #Ft .f-ad > div {
    text-align: left; }
  #Ft .f-ad .f-ou h1 img {
    height: 50px; }
  #Ft .f-ad .f-ou address {
    font-size: 13px;
    line-height: 20px;
    margin: 40px 0; }
  #Ft .f-ad .f-ou ul.-sns {
    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; }
    #Ft .f-ad .f-ou ul.-sns li {
      margin-right: 5px; }
      #Ft .f-ad .f-ou ul.-sns li img {
        height: 35px; }
    #Ft .f-ad .f-ou ul.-sns li.-insta {
      background: #D020CA; }
  #Ft .f-ad .f-re .-re1, #Ft .f-ad .f-re .-re2 {
    display: inline-block;
    vertical-align: top; }
    #Ft .f-ad .f-re .-re1 p, #Ft .f-ad .f-re .-re2 p {
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 10px 0; }
    #Ft .f-ad .f-re .-re1 ul li, #Ft .f-ad .f-re .-re2 ul li {
      font-size: 13px;
      line-height: 20px;
      margin: 5px 0; }
  #Ft .f-ad .f-re .-re2 {
    margin-left: 30px; }
  #Ft .f-ad .f-re .-cr {
    margin: 20px 0;
    font-size: 13px;
    line-height: 20px;
    text-align: right; }
