@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  z-index: 100;
  height: 0;
  top: 0; }
  #header .header-logo {
    margin: 10px 0 0 10px;
    transition: .5s; }
    @media (min-width: 768px) {
      #header .header-logo {
        margin: 20px 0 0 20px; } }
    #header .header-logo a img {
      width: 240px;
      transition: .5s; }
      @media (min-width: 768px) {
        #header .header-logo a img {
          width: 280px; } }
      @media (min-width: 1300px) {
        #header .header-logo a img {
          width: 400px; } }
    #header .header-logo h3 {
      font-size: 0.8em;
      margin-top: 4px; }
      @media (min-width: 768px) {
        #header .header-logo h3 {
          font-size: 0.9em; } }
  #header .main-menu {
    position: absolute;
    top: 20px;
    right: 20px; }
    #header .main-menu nav {
      display: none; }
      @media (min-width: 1024px) {
        #header .main-menu nav {
          display: flex;
          align-items: center;
          background-color: #111;
          padding: 10px 30px 12px;
          border-radius: 50px; } }
      #header .main-menu nav ul {
        margin: 0;
        display: flex;
        align-items: center; }
        #header .main-menu nav ul li {
          margin-right: 15px;
          position: relative; }
          @media (min-width: 1300px) {
            #header .main-menu nav ul li {
              margin-right: 20px; } }
          #header .main-menu nav ul li a {
            color: #fff;
            font-size: 0.7em;
            font-weight: 700;
            position: relative;
            display: inline-block;
            transition: .5s;
            text-decoration: none; }
            @media (min-width: 1180px) {
              #header .main-menu nav ul li a {
                font-size: 0.8em; } }
            @media (min-width: 1300px) {
              #header .main-menu nav ul li a {
                font-size: 0.9em; } }
            #header .main-menu nav ul li a:hover {
              color: #F1FF4E; }
            #header .main-menu nav ul li a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 0;
              height: 1px;
              background-color: #F1FF4E;
              transition: .5s; }
            #header .main-menu nav ul li a:hover::after {
              width: 100%; }
          #header .main-menu nav ul li:last-child {
            margin: 3px 0 0 0; }
            #header .main-menu nav ul li:last-child a {
              display: flex;
              align-items: center; }
              #header .main-menu nav ul li:last-child a:hover svg > .st0 {
                stroke: #F1FF4E; }
              #header .main-menu nav ul li:last-child a p {
                font-size: 0.7em;
                margin-right: 4px; }
              #header .main-menu nav ul li:last-child a svg, #header .main-menu nav ul li:last-child a img {
                width: 14px;
                transition: .5s; }
                #header .main-menu nav ul li:last-child a svg .st0, #header .main-menu nav ul li:last-child a img .st0 {
                  fill: none;
                  stroke: #fff; }
  #header .openbtn {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 1000;
    transition: .5s;
    background-color: #111;
    /*activeクラスが付与されると線が回転して×に*/ }
    @media (min-width: 1024px) {
      #header .openbtn {
        display: none; } }
    #header .openbtn span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      left: 16.5px;
      height: 2px;
      background: #fff;
      width: 28px; }
      #header .openbtn span:nth-child(1) {
        top: 16px; }
      #header .openbtn span:nth-child(2) {
        top: 23px; }
      #header .openbtn span:nth-child(3) {
        top: 30px; }
      #header .openbtn span:nth-of-type(3)::after {
        content: "MENU";
        position: absolute;
        top: 3px;
        left: -1px;
        color: #fff;
        font-size: 0.98em;
        text-transform: uppercase;
        font-family: bebas-kai, sans-serif;
        font-weight: 400;
        font-style: normal; }
    #header .openbtn.active span {
      width: 24px;
      left: 18px; }
    #header .openbtn.active span:nth-of-type(1) {
      top: 18px;
      transform: translateY(6px) rotate(-45deg); }
    #header .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    #header .openbtn.active span:nth-of-type(3) {
      top: 30px;
      transform: translateY(-6px) rotate(45deg); }
    #header .openbtn.active span:nth-of-type(3)::after {
      content: "CLOSE";
      transform: translateY(0) rotate(-45deg);
      top: 6px;
      left: 9px; }

#footer {
  position: relative;
  padding: 80px 0 60px;
  width: 100%; }
  @media (min-width: 768px) {
    #footer {
      padding: 100px 0 0; } }
  @media (min-width: 1250px) {
    #footer {
      padding: 140px 0 0; } }
  #footer .header-logo {
    text-align: center; }
    #footer .header-logo a img {
      max-width: 360px;
      width: 80%; }
  #footer .txt {
    text-align: center;
    margin: 10px auto 0; }
    @media (min-width: 1024px) {
      #footer .txt {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto 0; } }
    #footer .txt h3 {
      font-size: 1.125em; }
      @media (min-width: 1024px) {
        #footer .txt h3 {
          font-size: 1.25em; } }
    #footer .txt ul {
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #footer .txt ul {
          display: flex;
          margin-top: 0; } }
      #footer .txt ul li {
        font-size: 0.9em;
        margin-top: 4px; }
        @media (min-width: 1024px) {
          #footer .txt ul li {
            font-size: 1.0em;
            margin: 0 10px 0 10px; } }
        #footer .txt ul li:last-child {
          margin: 0; }
        #footer .txt ul li a {
          color: #fff; }
  #footer .sns-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #footer .sns-logo {
        margin-top: 40px; } }
    #footer .sns-logo ul {
      display: flex; }
      #footer .sns-logo ul li {
        position: relative;
        margin-right: 10px; }
        #footer .sns-logo ul li:last-child {
          margin-right: 0; }
        #footer .sns-logo ul li a:hover img:first-child {
          opacity: 0.0; }
        #footer .sns-logo ul li a img {
          width: 30px;
          transition: .5s; }
          @media (min-width: 1250px) {
            #footer .sns-logo ul li a img {
              width: 36px; } }
          #footer .sns-logo ul li a img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
  #footer .corporate {
    margin: 20px auto; }
    #footer .corporate a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      #footer .corporate a:hover p {
        color: #F1FF4E; }
      #footer .corporate a:hover svg > .st0 {
        stroke: #F1FF4E; }
      #footer .corporate a p {
        font-size: 0.8em;
        margin-right: 4px;
        transition: .5s; }
      #footer .corporate a svg, #footer .corporate a img {
        width: 14px;
        transition: .5s; }
        #footer .corporate a svg .st0, #footer .corporate a img .st0 {
          fill: none;
          stroke: #fff; }
  #footer .copylight {
    text-align: right;
    margin-top: 30px;
    display: flex;
    justify-content: center; }
    #footer .copylight a {
      color: #fff;
      font-size: 0.75em;
      margin-right: 10px; }
    #footer .copylight p {
      font-size: 0.75em;
      color: #fff; }
