@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap");
.none_text {
  display: none; }

@media screen and (min-width: 766px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 961px) {
  .tabNone {
    display: none !important; } }
html {
  scroll-padding-top: 150px; }

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: .04em;
  color: #000000;
  line-height: 1.1; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover {
    opacity: .8; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 2s ease;
  padding: 0;
  height: 75px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .header {
      height: 90px; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 65px;
      border-top: none;
      background: none; } }
  .header .header_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .header .header_inner {
        padding: 0; } }
    .header .header_inner .header_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .header .header_inner .header_box .left-box.logo {
        padding-left: 20px;
        width: 35%;
        max-width: 340px;
        transition: all 2s ease; }
        @media screen and (max-width: 767px) {
          .header .header_inner .header_box .left-box.logo {
            max-width: inherit;
            width: 265px;
            z-index: 201;
            padding: 0;
            margin-left: 20px;
            opacity: 0; } }
      .header .header_inner .header_box .right-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        width: 60%; }
        @media screen and (max-width: 767px) {
          .header .header_inner .header_box .right-box {
            width: auto; } }
  .header .nav_list {
    text-align: center;
    column-gap: 50px;
    display: flex; }
    @media screen and (max-width: 767px) {
      .header .nav_list {
        flex-flow: column;
        margin: 25px 0 0; } }
    .header .nav_list li {
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
        .header .nav_list li {
          width: 100%;
          padding: 15px 0; } }
      .header .nav_list li a {
        font-size: 16px;
        text-decoration: none;
        display: block;
        text-align: center;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 961px) {
          .header .nav_list li a {
            font-size: 12px; } }
        @media screen and (max-width: 767px) {
          .header .nav_list li a {
            font-size: 16px;
            font-weight: normal;
            text-align: center; }
            .header .nav_list li a:before {
              content: inherit;
              width: 8px;
              height: 8px;
              border: 0;
              border-top: solid 2px #000;
              border-right: solid 2px #000;
              position: absolute;
              top: 50%;
              right: 5%;
              margin-top: -4px;
              transform: rotate(45deg); } }

/* sp ハンバーガー用 */
@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 50%;
    height: 100vh;
    padding-top: 60px;
    background-color: #eee;
    transition: all .6s;
    z-index: 998;
    overflow-y: auto; }
    .nav .hamburger-nav-text {
      font-size: 16px;
      text-decoration: underline;
      padding: 30px 0 30px 20px; }
    .nav .flex-box {
      display: flex;
      justify-content: space-between; }
    .nav .sp-text-button {
      width: 80%;
      margin: 25px auto;
      background: #d40c00;
      height: 44px; }
      .nav .sp-text-button a {
        color: #fff;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 999;
    transition: all 2s ease;
    background: none; }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none; }

  .nav_item {
    text-align: center;
    padding: 0 20px; }

  .nav_item a {
    display: block;
    text-decoration: none;
    color: #00183A;
    font-size: 16px; }

  .nav_item a:hover {
    background-color: #eee; }

  .hamburger_border {
    position: absolute;
    left: 0;
    width: 27px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
    right: 0;
    margin: auto;
    border-radius: 5px; }

  .hamburger_border_top {
    top: 22px; }

  .hamburger_border_center {
    top: 30px; }

  .hamburger_border_bottom {
    top: 38px; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
    background: #efefef; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 33px; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 33px; } }
.header.fixed {
  background: #fff;
  transition: all 2s ease;
  box-shadow: 0px 0px 10px #ccc;
  height: 50px; }
  @media screen and (max-width: 767px) {
    .header.fixed {
      height: 65px;
      box-shadow: none;
      background: rgba(255, 255, 255, 0.8); } }
  .header.fixed .header_inner .header_box .left-box.logo {
    max-width: 300px;
    transition: all 2s ease; }
    @media screen and (max-width: 767px) {
      .header.fixed .header_inner .header_box .left-box.logo {
        opacity: 1; } }
  .header.fixed .hamburger {
    top: 0px;
    transition: all 2s ease; }
    .header.fixed .hamburger .hamburger_border {
      background-color: #555; }

/*flexbox 共通*/
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*header end*/
/*文字色*/
/*共通タイトル*/
/*ボタン*/
/*mv area*/
main #mv_area {
  position: relative; }
  main #mv_area img.mv_img {
    object-fit: cover;
    height: 100vh; }
    @media screen and (max-width: 767px) {
      main #mv_area img.mv_img {
        object-fit: contain;
        height: auto; } }
  main #mv_area .mv_text {
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    main #mv_area .mv_text .mv_inner {
      width: 100%;
      height: 100%;
      position: relative; }
      main #mv_area .mv_text .mv_inner .mv_text01 {
        position: absolute;
        max-width: 1100px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 13%;
        width: 100%;
        animation: fadeIn 1s ease 0s 1 normal backwards; }
        @media screen and (max-width: 767px) {
          main #mv_area .mv_text .mv_inner .mv_text01 {
            width: 90%;
            top: 7%; } }
        main #mv_area .mv_text .mv_inner .mv_text01 img {
          width: 95%;
          margin: 0 auto; }
      main #mv_area .mv_text .mv_inner .mv_text02 {
        position: absolute;
        max-width: 125px;
        margin: 0 auto;
        left: inherit;
        right: 0;
        width: 100%;
        bottom: 18%;
        animation: fadeIn 1s ease 0.5s 1 normal backwards; }
        @media screen and (max-width: 767px) {
          main #mv_area .mv_text .mv_inner .mv_text02 {
            right: inherit;
            left: 6%;
            bottom: 5%;
            width: 20%; } }
        main #mv_area .mv_text .mv_inner .mv_text02 img {
          width: 100%;
          margin: 0 auto; }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
main #main-content {
  position: relative;
  padding: 90px 0 0;
  /*波線タイトル部分 str*/
  /*波線タイトル部分　end*/ }
  @media screen and (max-width: 767px) {
    main #main-content {
      padding: 45px 0 0; } }
  @media screen and (max-width: 767px) {
    main #main-content .title_text_box01 {
      padding: 0 15px; } }
  main #main-content .title_text_box01 .wave-container {
    width: 150px;
    height: 15px;
    margin: 0 auto 30px; }
    main #main-content .title_text_box01 .wave-container .wave-path {
      stroke-dasharray: 300;
      stroke-dashoffset: 300;
      transition: stroke-dashoffset 2s ease-out; }
      main #main-content .title_text_box01 .wave-container .wave-path.animate {
        stroke-dashoffset: 0; }
  main #main-content .title_text_box01 h2 {
    font-size: 36px;
    line-height: 65px;
    letter-spacing: 0.30em;
    margin: 0 0 40px;
    font-style: italic; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box01 h2 {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0.30em;
        margin: 0 0 20px; } }
    main #main-content .title_text_box01 h2 span {
      color: #d8336e; }
  main #main-content .title_text_box01 p {
    font-size: 18px;
    line-height: 49px;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box01 p {
        font-size: 13px;
        line-height: 27px;
        text-align: left;
        letter-spacing: 0; } }
  main #main-content .title_text_box02 .title-with-waves {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    margin: 0 0 40px; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box02 .title-with-waves {
        align-items: baseline; } }
  main #main-content .title_text_box02 .wave-container {
    width: 110px;
    height: 10px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box02 .wave-container {
        width: 60px; } }
    main #main-content .title_text_box02 .wave-container .wave {
      width: 100%;
      height: 100%; }
    main #main-content .title_text_box02 .wave-container .wave-path {
      stroke-dasharray: 300;
      stroke-dashoffset: 300;
      transition: stroke-dashoffset 2s ease-out;
      stroke: #d8336e; }
      main #main-content .title_text_box02 .wave-container .wave-path.animate {
        stroke-dashoffset: 0; }
  main #main-content .title_text_box02 .wave-container.right {
    transform: scaleX(-1); }
  main #main-content .title_text_box02 h2 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.30em; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box02 h2 {
        font-size: 18px; } }
    main #main-content .title_text_box02 h2 span {
      color: #d8336e; }
  main #main-content .title_text_box02 p {
    font-size: 18px;
    line-height: 49px;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      main #main-content .title_text_box02 p {
        font-size: 13px;
        line-height: 27px;
        text-align: left;
        letter-spacing: 0; } }
  main #main-content #athletic01 {
    margin: 0 0 85px; }
    main #main-content #athletic01 .inner_box01 {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center; }
    main #main-content #athletic01 .slide-box {
      margin: 100px auto; }
      @media screen and (max-width: 767px) {
        main #main-content #athletic01 .slide-box {
          margin: 50px auto; } }
      main #main-content #athletic01 .slide-box .swiper .swiper-wrapper {
        transition-timing-function: linear; }
        main #main-content #athletic01 .slide-box .swiper .swiper-wrapper .swiper-slide img {
          height: auto;
          width: 100%; }
    main #main-content #athletic01 .inner_box02 .flex-box {
      display: flex;
      justify-content: space-between;
      max-width: 1100px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        main #main-content #athletic01 .inner_box02 .flex-box {
          flex-flow: column; } }
      main #main-content #athletic01 .inner_box02 .flex-box .left-box {
        width: 48%; }
        @media screen and (max-width: 767px) {
          main #main-content #athletic01 .inner_box02 .flex-box .left-box {
            width: 100%;
            order: 2;
            text-align: center; } }
        main #main-content #athletic01 .inner_box02 .flex-box .left-box .title_text_box01 .wave-container {
          margin: 0 auto 30px 0; }
          @media screen and (max-width: 767px) {
            main #main-content #athletic01 .inner_box02 .flex-box .left-box .title_text_box01 .wave-container {
              margin: 0 auto 30px; } }
      main #main-content #athletic01 .inner_box02 .flex-box .right-box {
        width: 52%; }
        @media screen and (max-width: 767px) {
          main #main-content #athletic01 .inner_box02 .flex-box .right-box {
            width: 100%;
            order: 1;
            margin: 0 0 30px; } }
  main #main-content #athletic02 {
    background: #ffffea;
    padding: 80px 0 100px; }
    @media screen and (max-width: 767px) {
      main #main-content #athletic02 {
        padding: 40px 0 25px; } }
    main #main-content #athletic02 .inner_box01 {
      margin: 0 0 100px; }
      @media screen and (max-width: 767px) {
        main #main-content #athletic02 .inner_box01 {
          margin: 0 0 25px; } }
      main #main-content #athletic02 .inner_box01 .guidance_box {
        max-width: 1100px;
        background: #fff;
        border-radius: 9px;
        padding: 80px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          main #main-content #athletic02 .inner_box01 .guidance_box {
            width: calc(100% - 30px);
            margin: 0 auto;
            padding: 20px; } }
        main #main-content #athletic02 .inner_box01 .guidance_box dl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          margin: 0 0 50px; }
          @media screen and (max-width: 767px) {
            main #main-content #athletic02 .inner_box01 .guidance_box dl {
              flex-flow: column;
              margin: 0 0 25px; } }
          main #main-content #athletic02 .inner_box01 .guidance_box dl dt {
            clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
            width: 20%;
            max-width: 155px;
            color: #fff;
            font-size: 23px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            padding: 5px 0;
            padding-right: 20px; }
            @media screen and (max-width: 767px) {
              main #main-content #athletic02 .inner_box01 .guidance_box dl dt {
                width: 100%;
                font-size: 18px;
                max-width: inherit;
                clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
                margin: 0 0 15px;
                padding: 10px 0; } }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dt.color01 {
              background: #d8336e; }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dt.color02 {
              background: #10193a; }
          main #main-content #athletic02 .inner_box01 .guidance_box dl dd {
            width: 75%;
            margin-left: 3%; }
            @media screen and (max-width: 767px) {
              main #main-content #athletic02 .inner_box01 .guidance_box dl dd {
                width: 100%;
                margin-left: 0; } }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text01 {
              font-size: 30px;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text01 {
                  font-size: 16px; } }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text02 {
              font-size: 18px;
              padding: 15px 0 0;
              padding-left: 25px;
              position: relative;
              line-height: 1.5; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text02 {
                  font-size: 13px;
                  padding-left: 20px; } }
              main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text02:before {
                content: "※";
                font-size: 18px;
                position: absolute;
                left: 0;
                top: 15px;
                margin: auto;
                line-height: 1.5; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .guidance_box dl dd .text02:before {
                    font-size: 13px; } }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dd span.min01 {
              font-size: 80%; }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dd span.min02 {
              font-size: 60%;
              font-weight: normal; }
            main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li {
              display: flex;
              justify-content: flex-start;
              margin: 0 0 15px;
              align-items: center; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li {
                  align-items: flex-start;
                  margin: 0 0 20px; } }
              main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:first-child {
                border: 1px solid #10193a;
                padding: 10px 0;
                font-size: 18px;
                margin-right: 25px;
                max-width: 85px;
                width: 15%;
                text-align: center; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:first-child {
                    font-size: 13px;
                    width: 24%;
                    margin-right: 5%;
                    padding: 5px 0; } }
              main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:last-child {
                font-size: 30px;
                font-weight: bold; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:last-child {
                    font-size: 16px;
                    width: 78%;
                    padding-top: 2px; } }
                main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:last-child .min02 {
                  padding-left: 25px; }
                  @media screen and (max-width: 767px) {
                    main #main-content #athletic02 .inner_box01 .guidance_box dl dd ul li p:last-child .min02 {
                      padding: 0;
                      display: inline-block; } }
      main #main-content #athletic02 .inner_box01 .map_box {
        max-width: 1100px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          main #main-content #athletic02 .inner_box01 .map_box {
            padding: 0 15px; } }
        main #main-content #athletic02 .inner_box01 .map_box .googlemap {
          margin: 0 0 50px; }
          @media screen and (max-width: 767px) {
            main #main-content #athletic02 .inner_box01 .map_box .googlemap {
              margin: 0 0 25px; } }
          main #main-content #athletic02 .inner_box01 .map_box .googlemap iframe {
            height: 560px; }
        main #main-content #athletic02 .inner_box01 .map_box .address_box {
          padding: 0 25px;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            main #main-content #athletic02 .inner_box01 .map_box .address_box {
              padding: 0; } }
          main #main-content #athletic02 .inner_box01 .map_box .address_box dl {
            display: flex;
            justify-content: flex-start; }
            @media screen and (max-width: 767px) {
              main #main-content #athletic02 .inner_box01 .map_box .address_box dl {
                flex-flow: column; } }
            main #main-content #athletic02 .inner_box01 .map_box .address_box dl dt {
              width: fit-content;
              font-size: 30px;
              letter-spacing: .16em;
              color: #10193a;
              font-weight: bold;
              margin-right: 50px; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dt {
                  font-size: 25px;
                  width: 100%;
                  margin: 0 0 15px; } }
            main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              margin: 0 0 20px; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 {
                  margin: 0 0 15px; } }
              main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 p:first-child {
                border: 1px solid #10193a;
                padding: 6px 0;
                font-size: 18px;
                margin-right: 25px;
                width: 65px;
                text-align: center; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 p:first-child {
                    font-size: 14px;
                    padding: 4px 0;
                    margin-right: 15px; } }
              main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 p:last-child {
                font-size: 18px; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .address_01 p:last-child {
                    font-size: 14px; } }
            main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .text01 {
              font-size: 18px;
              line-height: 30px;
              margin: 0 0 30px; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd .text01 {
                  font-size: 14px;
                  margin: 0 0 15px; } }
            main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul {
              display: flex;
              justify-content: flex-start;
              column-gap: 25px; }
              @media screen and (max-width: 767px) {
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul {
                  flex-flow: column; } }
              main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul li {
                font-size: 17px;
                letter-spacing: .12em; }
                @media screen and (max-width: 767px) {
                  main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul li {
                    margin: 0 0 15px;
                    font-size: 14px; } }
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul li:first-child span {
                  color: #b93a2c; }
                main #main-content #athletic02 .inner_box01 .map_box .address_box dl dd ul li:last-child span {
                  color: #227faa; }

/*footer*/
footer .footer_img {
  overflow: hidden; }
  footer .footer_img img {
    transition: transform .6s ease; }
    @media screen and (max-width: 767px) {
      footer .footer_img img {
        object-fit: cover;
        height: 400px;
        object-position: 50% 50%; } }
    footer .footer_img img:hover {
      transform: scale(1.1); }
footer .footer_box {
  background: #fff000;
  padding: 10px 0; }
  footer .footer_box img {
    max-width: 170px;
    margin: 0 auto; }

/*footer end*/
/*----------------------------
メニュー波線
----------------------------*/
.nav_item a {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  /* 波線の分のスペース */
  color: #0077c8;
  text-decoration: none;
  font-weight: bold; }

/* 波線の疑似要素を追加 */
.nav_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 65px;
  height: 16px;
  transform: translateX(-50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 15'><path d='M0 7.5 Q 5.36 -2, 10.71 7.5 T 21.43 7.5 T 32.14 7.5 T 42.86 7.5 T 53.57 7.5 T 64.29 7.5 T 75 7.5 T 85.71 7.5 T 96.43 7.5 T 107.14 7.5 T 117.86 7.5 T 128.57 7.5 T 139.29 7.5 T 150 7.5' fill='none' stroke='%230077c8' stroke-width='2'/></svg>") repeat-x;
  background-size: contain;
  pointer-events: none;
  transition: background-position 0.3s; }

/* ホバー時にアニメーション */
.nav_item a:hover::after {
  animation: waveMove 8s linear infinite; }

@keyframes waveMove {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 150px 0; } }
/*----------------------------
背景動き
----------------------------*/
@keyframes bg-up {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-40px); } }
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(40px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }
