@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: 1024px) {
        #header .header-logo a img {
          width: 400px; } }
    #header .header-logo h3 {
      font-size: 0.8em;
      color: #fff;
      margin-top: 8px; }
      @media (min-width: 1024px) {
        #header .header-logo h3 {
          font-size: 1.0em; } }
  #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: #0014FF;
          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 span {
              display: inline-block; }
            #header .main-menu nav ul li a:hover span {
              transform: rotateY(360deg);
              transition: .6s;
              color: #FFF31D; }
              #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: 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: #fff;
    border-bottom-left-radius: 10px;
    /*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: #0014FF;
      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: #0014FF;
        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-logo {
  width: 100%;
  margin-bottom: -5px;
  bottom: -2em;
  position: relative; }

#footer2025 {
  background-color: #0014FF;
  padding: 60px 0 20px;
  position: relative;
  bottom: -2em; }
  #footer2025 .sponsor-credit {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #footer2025 .sponsor-credit {
        display: flex; } }
    #footer2025 .sponsor-credit .sponsor-credit-in {
      color: #fff; }
      @media (min-width: 768px) {
        #footer2025 .sponsor-credit .sponsor-credit-in {
          width: 50%; }
          #footer2025 .sponsor-credit .sponsor-credit-in:first-child {
            padding-right: 20px; }
          #footer2025 .sponsor-credit .sponsor-credit-in:last-child {
            padding-left: 20px; } }
      @media (min-width: 1024px) {
        #footer2025 .sponsor-credit .sponsor-credit-in:first-child {
          padding-right: 40px; }
        #footer2025 .sponsor-credit .sponsor-credit-in:last-child {
          padding-left: 40px; } }
      #footer2025 .sponsor-credit .sponsor-credit-in h2 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 1.8em;
        line-height: 1.0em; }
      #footer2025 .sponsor-credit .sponsor-credit-in ul li {
        margin-bottom: 10px;
        font-size: 0.8em;
        margin-bottom: 10px; }
        #footer2025 .sponsor-credit .sponsor-credit-in ul li h3 {
          font-size: 1.0em;
          margin-bottom: 20px; }
          @media (min-width: 1024px) {
            #footer2025 .sponsor-credit .sponsor-credit-in ul li h3 {
              font-size: 1.125em; } }
        @media (min-width: 1024px) {
          #footer2025 .sponsor-credit .sponsor-credit-in ul li {
            font-size: 1.0em; } }
        #footer2025 .sponsor-credit .sponsor-credit-in ul li:last-child {
          margin-bottom: 0; }
        #footer2025 .sponsor-credit .sponsor-credit-in ul li a {
          color: #fff;
          transition: .5s; }
          #footer2025 .sponsor-credit .sponsor-credit-in ul li a:hover {
            color: #FFF31D; }
      #footer2025 .sponsor-credit .sponsor-credit-in .txt {
        border-top: 1px solid #fff;
        padding-top: 20px; }
      #footer2025 .sponsor-credit .sponsor-credit-in .txt-L {
        display: flex; }
        #footer2025 .sponsor-credit .sponsor-credit-in .txt-L ul {
          width: 40%; }
          @media (min-width: 1024px) {
            #footer2025 .sponsor-credit .sponsor-credit-in .txt-L ul {
              width: 50%; } }
          #footer2025 .sponsor-credit .sponsor-credit-in .txt-L ul li img {
            width: 140px; }
            @media (min-width: 1024px) {
              #footer2025 .sponsor-credit .sponsor-credit-in .txt-L ul li img {
                width: 180px; } }
  #footer2025 .sns {
    margin-top: 40px; }
    #footer2025 .sns ul {
      display: flex;
      justify-content: center; }
      #footer2025 .sns ul li {
        margin-right: 30px; }
        #footer2025 .sns ul li:last-child {
          margin-right: 0; }
        #footer2025 .sns ul li a:hover svg > .st1 {
          fill: #FFF31D; }
        #footer2025 .sns ul li a svg, #footer2025 .sns ul li a img {
          width: 40px; }
          #footer2025 .sns ul li a svg .st0, #footer2025 .sns ul li a img .st0 {
            fill: #0014ff; }
          #footer2025 .sns ul li a svg .st1, #footer2025 .sns ul li a img .st1 {
            fill: #fff;
            transition: .5s; }
  #footer2025 .copy {
    margin-top: 40px; }
    #footer2025 .copy ul {
      text-align: center;
      padding: 0 5%; }
      #footer2025 .copy ul li {
        display: inline-block;
        font-size: 0.8em;
        color: #fff;
        margin-right: 20px; }
        @media (min-width: 1024px) {
          #footer2025 .copy ul li {
            font-size: 0.9em; } }
        #footer2025 .copy ul li:last-child {
          margin-right: 0; }
