@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  z-index: 100;
  height: 0;
  top: 0; }
  #header .header-logo {
    margin: 16px 0 0 16px;
    transition: .5s; }
    @media (min-width: 768px) {
      #header .header-logo {
        margin: 20px 0 0 20px; } }
    #header .header-logo a img {
      width: 120px;
      transition: .5s; }
      @media (min-width: 768px) {
        #header .header-logo a img {
          width: 160px; } }
      @media (min-width: 1300px) {
        #header .header-logo a img {
          width: 200px; } }
  #header .main-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 8px 8px 30px;
    transition: .5s; }
    @media (min-width: 1300px) {
      #header .main-menu {
        top: 10px;
        right: 20px; } }
    #header .main-menu.scroll-back {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px; }
    #header .main-menu nav {
      display: none; }
      @media (min-width: 1024px) {
        #header .main-menu nav {
          display: flex;
          align-items: center; } }
      #header .main-menu nav ul {
        margin: 0 20px 0 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: 30px; } }
          #header .main-menu nav ul li a {
            color: #000;
            font-size: 1.0em;
            font-weight: 700;
            position: relative;
            display: inline-block;
            transition: .5s;
            text-decoration: none; }
            @media (min-width: 1250px) {
              #header .main-menu nav ul li a {
                font-size: 1.125em; } }
            #header .main-menu nav ul li a span {
              display: inline-block; }
            #header .main-menu nav ul li a:hover span {
              transform: rotateY(360deg);
              transition: .6s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(1) {
                transition-delay: .02s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(2) {
                transition-delay: .04s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(3) {
                transition-delay: .06s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(4) {
                transition-delay: .08s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(5) {
                transition-delay: .10s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(6) {
                transition-delay: .12s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(7) {
                transition-delay: .14s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(8) {
                transition-delay: .16s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(9) {
                transition-delay: .18s; }
              #header .main-menu nav ul li a:hover span:nth-of-type(10) {
                transition-delay: .20s; }
          #header .main-menu nav ul li:last-child {
            margin: 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 {
  background-color: #000;
  position: relative;
  width: 100%;
  margin-bottom: -1.5em;
  padding-top: 40px; }
  @media (min-width: 768px) {
    #footer {
      padding-top: 80px; } }
  @media (min-width: 1250px) {
    #footer {
      padding-top: 100px; } }
  #footer .footer-in {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #footer .footer-in {
        display: flex; } }
    #footer .footer-in .footer-L {
      text-align: center; }
      @media (min-width: 768px) {
        #footer .footer-in .footer-L {
          width: 50%;
          text-align: left; } }
      #footer .footer-in .footer-L .footer-logo a img {
        width: 140px; }
        @media (min-width: 768px) {
          #footer .footer-in .footer-L .footer-logo a img {
            width: 180px; } }
        @media (min-width: 1250px) {
          #footer .footer-in .footer-L .footer-logo a img {
            width: 220px; } }
      #footer .footer-in .footer-L .txt {
        margin: 30px auto 0;
        color: #fff; }
        @media (min-width: 1024px) {
          #footer .footer-in .footer-L .txt {
            margin: 40px auto 0; } }
        #footer .footer-in .footer-L .txt h2 {
          font-size: 1.125em; }
          @media (min-width: 1024px) {
            #footer .footer-in .footer-L .txt h2 {
              font-size: 1.375em; } }
        #footer .footer-in .footer-L .txt ul {
          margin-top: 10px; }
          @media (min-width: 1024px) {
            #footer .footer-in .footer-L .txt ul {
              margin-top: 40px; } }
          #footer .footer-in .footer-L .txt ul li {
            font-size: 0.9em;
            margin-bottom: 10px; }
            @media (min-width: 1024px) {
              #footer .footer-in .footer-L .txt ul li {
                font-size: 1.0em;
                margin-bottom: 16px; } }
            #footer .footer-in .footer-L .txt ul li:last-child {
              margin: 0; }
            #footer .footer-in .footer-L .txt ul li a {
              color: #fff; }
    #footer .footer-in .footer-R {
      display: none; }
      @media (min-width: 768px) {
        #footer .footer-in .footer-R {
          width: 50%;
          display: flex;
          justify-content: flex-end;
          padding: 0 10% 0 0; } }
      @media (min-width: 1024px) {
        #footer .footer-in .footer-R {
          padding: 1em 10% 0 0; } }
      #footer .footer-in .footer-R .footer-R-in ul.menu li {
        margin-bottom: 14px; }
        @media (min-width: 1024px) {
          #footer .footer-in .footer-R .footer-R-in ul.menu li {
            margin-bottom: 16px; } }
        #footer .footer-in .footer-R .footer-R-in ul.menu li:last-child {
          margin: 0; }
        #footer .footer-in .footer-R .footer-R-in ul.menu li a {
          font-size: 1.125em;
          font-weight: bold;
          color: #fff;
          position: relative;
          transition: .5s; }
          #footer .footer-in .footer-R .footer-R-in ul.menu li a:hover {
            color: #76FF00; }
          #footer .footer-in .footer-R .footer-R-in ul.menu li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #76FF00;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #footer .footer-in .footer-R .footer-R-in ul.menu li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      #footer .footer-in .footer-R .footer-R-in ul.sns {
        display: flex;
        margin-top: 40px; }
        #footer .footer-in .footer-R .footer-R-in ul.sns li {
          position: relative;
          margin-right: 10px; }
          #footer .footer-in .footer-R .footer-R-in ul.sns li:last-child {
            margin-right: 0; }
          #footer .footer-in .footer-R .footer-R-in ul.sns li a:hover img:nth-child(1) {
            opacity: 0; }
          #footer .footer-in .footer-R .footer-R-in ul.sns li a img {
            width: 36px;
            transition: .5s; }
            @media (min-width: 1250px) {
              #footer .footer-in .footer-R .footer-R-in ul.sns li a img {
                width: 40px; } }
            #footer .footer-in .footer-R .footer-R-in ul.sns li a img:nth-child(1) {
              position: relative;
              z-index: 1; }
            #footer .footer-in .footer-R .footer-R-in ul.sns li a img:nth-child(2) {
              position: absolute;
              top: 0;
              left: 0; }
  #footer .copylight {
    margin-top: 30px;
    padding-bottom: 20px; }
    #footer .copylight p {
      font-size: 0.70em;
      text-align: center;
      color: #fff; }
      @media (min-width: 768px) {
        #footer .copylight p {
          font-size: 0.75em; } }
