body {
  background: #fafafa;
  font-family: "Helvetica Neue",  Arial,  "Hiragino Kaku Gothic ProN",  "Hiragino Sans",  Meiryo,  sans-serif;
}

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}

.btnLink {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin: 100px auto 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 54px;
  outline: none;
}

.btnLink::before, .btnLink::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btnLink,
.btnLink::before,
.btnLink::after {
  box-sizing: border-box;
  transition: all .3s;
}

.btnLink {
  position: relative;
  z-index: 2;
  background-color: #FCC802;
  border: 2px solid #FCC802;
  color: #fff;
  line-height: 50px;
}

.btnLink:hover {
  background-color: #fff;
  border-color: #098B3B;
  color: #098B3B;
}

.btnLink:hover::before, .btnLink:hover::after {
  width: 0;
  background-color: #098B3B;
}

.btnLink::before, .btnLink::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FCC802;
}

.btnLink::before {
  right: 0;
}

.btnLink::after {
  left: 0;
}

.btnLink.btnLink--m0 {
  margin-top: 0;
}

.btnLink-ct {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 54px;
  outline: none;
}

.btnLink-ct::before, .btnLink-ct::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btnLink-ct,
.btnLink-ct::before,
.btnLink-ct::after {
  box-sizing: border-box;
  transition: all .3s;
}

.btnLink-ct {
  position: relative;
  z-index: 2;
  background-color: #FCC802;
  border: 2px solid #FCC802;
  color: #fff;
  line-height: 50px;
}

.btnLink-ct:hover {
  background-color: #fff;
  border-color: #098B3B;
  color: #098B3B;
}

.btnLink-ct:hover::before, .btnLink-ct:hover::after {
  width: 0;
  background-color: #098B3B;
}

.btnLink-ct::before, .btnLink-ct::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #FCC802;
}

.btnLink-ct::before {
  right: 0;
}

.btnLink-ct::after {
  left: 0;
}

.btnOrder {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin: 30px 0 0;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  font-size: 1.8rem;
  outline: none;
}

.btnOrder::before, .btnOrder::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btnOrder,
.btnOrder::before,
.btnOrder::after {
  box-sizing: border-box;
  transition: all .3s;
}

.btnOrder {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
}

.btnOrder:hover {
  color: #fff;
}

.btnOrder:hover::after {
  top: 0;
  background-color: #FCC802;
}

.btnOrder::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.btnOrder a:visited, .btnOrder a:link {
  color: #fff;
}

.ttl {
  padding: 90px 0;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  color: #444444;
}

.ttl.ttl--pb {
  padding-bottom: 16px;
}

@media (max-width: 499px) {
  .ttl {
    padding-bottom: 30px;
    font-size: 3.8rem;
  }
}

.ttl2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #444444;
  margin: 30px 0;
  text-align: center;
}

@media (max-width: 499px) {
  .ttl2 {
    font-size: 1.8rem;
  }

  .ttl {
    padding-top: 30px;
  }
}

.mv-cont {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQoU2NkwA6k0IUZh4hCDIczMDA8w+aZwa4QAJ4PBY2PhhgqAAAAAElFTkSuQmCC);
  background-repeat: repeat;
}

@media (max-width: 499px) {
  .mv-cont {
    margin-top: 80px;
  }
}

.mv-cont video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 499px) {
  .mv-cont video {
    width: 100%;
  }
}

.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  width: 80%;
}

@media (max-width: 499px) {
  .catch {
    width: 100%;
  }
}

.catch p {
  text-align: center;
}

.catch p.first {
  opacity: 0;
  animation-name: fade-in-btm;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 769px) {
  .catch p.first {
    font-size: 2.4rem;
  }
}

@media (max-width: 499px) {
  .catch p.first {
    font-size: 1.6rem;
  }
}

.catch p.second {
  opacity: 0;
  animation-name: fade-in-btm;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  font-size: 7rem;
  font-weight: 900;
  color: #098B3B;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
}

@media (max-width: 1025px) {
  .catch p.second {
    font-size: 5rem;
  }
}

@media (max-width: 769px) {
  .catch p.second {
    font-size: 3.5rem;
  }
}

@media (max-width: 499px) {
  .catch p.second {
    font-size: 2.2rem;
  }
}

.catch p.third {
  opacity: 0;
  animation-name: fade-in-btm;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-delay: 9s;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}

@media (max-width: 769px) {
  .catch p.third {
    font-size: 2.4rem;
  }
}

@media (max-width: 499px) {
  .catch p.third {
    font-size: 1.4rem;
  }
}

.catch p.third span {
  font-size: 6rem;
  font-weight: 900;
  color: #F39800;
  text-shadow: 2px 2px 3px #000000;
}

@media (max-width: 1025px) {
  .catch p.third span {
    font-size: 5rem;
  }
}

@media (max-width: 769px) {
  .catch p.third span {
    font-size: 3.5rem;
  }
}

@media (max-width: 499px) {
  .catch p.third span {
    font-size: 2rem;
  }
}

@keyframes fade-in-rl {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-btm {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* --- scroll btn -- */
.mv-wrap a {
  position: absolute;
  bottom: 5%;
  left: 50%;
  padding-top: 80px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 3px #444444;
  text-decoration: none;
}

.mv-wrap a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

@media (max-width: 499px) {
  .mv-wrap a span {
    display: none;
  }
}

.mv-wrap a span:nth-of-type(1) {
  animation-delay: 0s;
}

.mv-wrap a span:nth-of-type(2) {
  top: 16px;
  animation-delay: .15s;
}

.mv-wrap a span:nth-of-type(3) {
  top: 32px;
  animation-delay: .3s;
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 1025px) {
  .info {
    padding: 16px;
  }
}


.info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

@media (max-width: 499px) {
  .info-box {
    padding: 0 5%;
  }
}

.info-cat {
  width: calc( 100% / 3 - 50px);
  margin-bottom: 50px;
}

@media (max-width: 499px) {
  .info-cat {
    width: 100%;
  }
}

.info-cat h3 {
  font-size: 18px;
  font-weight: bold;
}

.info-cat p {
  text-align: center;
}

.info-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.info-col {
  padding: 16px;
  border: 1px solid #ccc;
}

.info-textBox {
  padding-top: 24px;
  text-align: center;
}

.about {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background-color: #F3F3F3;
  overflow: hidden;
}

@media (max-width: 499px) {
  .about {
    padding-top: 0;
  }
}

.about::before {
  content: "";
  position: absolute;
  top: -70px;
  width: 65%;
  height: 0;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/fc-greenwave.png);
}

@media (max-width: 1025px) {
  .about::before {
    top: -20px;
  }
}

@media (max-width: 499px) {
  .about::before {
    top: 0;
    z-index: 2;
  }
}

.about-box {
  display: flex;
  width: 100%;
}

@media (max-width: 499px) {
  .about-box {
    flex-direction: column;
  }
}

.about-cont {
  position: relative;
  margin: 0 0 0 80px;
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 40px;
  border: 5px solid #000000;
  line-height: 1.5;
  background-image: url(../img/simple-map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-size: 80%;
}

.about-cont p {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 1400px) {
  .about-cont {
    margin-left: 20px;
    padding: 20px;
  }
}

@media (max-width: 1025px) {
  .about-cont {
    width: 45%;
  }
}

@media (max-width: 769px) {
  .about-cont {
    width: 75%;
  }
}

@media (max-width: 499px) {
  .about-cont {
    width: 95%;
    margin: 10px auto;
    padding-bottom: 80px;
  }
}

.club {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

@media (max-width: 499px) {
  .club {
    padding: 0;
  }
}

.club::before {
  content: "";
  position: absolute;
  top: 55px;
  width: 65%;
  height: 0;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  right: 0;
  background-image: url(../img/club-info.png);
}

@media (max-width: 1025px) {
  .club::before {
    top: 80px;
  }
}

@media (max-width: 499px) {
  .club::before {
    top: 0;
  }
}

.club-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.club-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1300px;
}

@media (max-width: 1400px) {
  .club-img {
    max-width: 1200px;
  }
}

.club-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 20%;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 2;
  margin: 100px 0 100px 20%;
}

.club-cont .club-txt {
  width: 70%;
  margin: 0 auto;
}

.club-cont .club-txt p {
  font-size: 1.6rem;
}

@media (max-width: 1400px) {
  .club-cont {
    margin-left: 8%;
  }
}

@media (max-width: 1025px) {
  .club-cont {
    flex-basis: 30%;
    height: 400px;
  }
}

@media (max-width: 499px) {
  .club-cont {
    flex-basis: 95%;
    height: 300px;
    margin: 210px auto;
  }
}

.coach {
  position: relative;
  width: 100%;
  padding: 100px 0 80px;
  background-color: #F3F3F3;
  overflow: hidden;
}

@media (max-width: 499px) {
  .coach {
    padding: 0 0 50px;
  }
}

.coach::before {
  content: "";
  position: absolute;
  top: -70px;
  width: 65%;
  height: 0;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -43px;
  background-image: url(../img/coach-info.png);
}

@media (max-width: 1025px) {
  .coach::before {
    top: 0;
  }
}

@media (max-width: 499px) {
  .coach::before {
    z-index: 2;
  }
}

.coach-box {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

@media (max-width: 499px) {
  .coach-box {
    flex-direction: column;
  }
}

.coach-box .cont-box {
  overflow: hidden;
}

.coach-cont {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 40px;
  border: 5px solid #000000;
  line-height: 1.5;
  position: relative;
  margin: 0 80px 0 0;
}

.coach-cont p {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 1025px) {
  .coach-cont {
    width: 45%;
    margin-right: 20px;
  }
}

@media (max-width: 769px) {
  .coach-cont {
    width: 75%;
  }
}

@media (max-width: 499px) {
  .coach-cont {
    width: 95%;
    margin: 10px auto;
    padding-bottom: 80px;
  }
}

.team {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

@media (max-width: 499px) {
  .team {
    padding-top: 0;
  }
}

.team::before {
  content: "";
  position: absolute;
  top: 55px;
  width: 65%;
  height: 0;
  padding-top: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-image: url(../img/team-info.png);
}

@media (max-width: 1025px) {
  .team::before {
    top: 80px;
  }
}

@media (max-width: 499px) {
  .team::before {
    top: 0;
  }
}

@media (max-width: 769px) {
  .team {
    margin-bottom: 0;
  }
}

.team-box {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
}

.team-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1300px;
}

@media (max-width: 1400px) {
  .team-img {
    max-width: 1200px;
  }
}

.team-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-basis: 20%;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  z-index: 2;
  margin: 100px 20% 100px 0;
}

.team-cont .team-txt {
  width: 70%;
  margin: 0 auto;
}

.team-cont .team-txt p {
  font-size: 1.6rem;
}

@media (max-width: 1400px) {
  .team-cont {
    margin-right: 8%;
  }
}

@media (max-width: 1025px) {
  .team-cont {
    flex-basis: 30%;
    height: 400px;
  }
}

@media (max-width: 499px) {
  .team-cont {
    flex-basis: 95%;
    margin: 210px auto 0;
    height: 300px;
  }
}

.uni {
  margin-bottom: 300px;
}

.uni-box {
  display: flex;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.uni-box .uni-box-img-l,
.uni-box .uni-box-img-r {
  width: 48%;
  text-align: center;
  z-index: 2;
}

.uni-box .uni-box-img-l img,
.uni-box .uni-box-img-r img {
  width: 80%;
}

.uni-box-cont {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.uni-box-cont .uni-box-cont-bg {
  position: absolute;
  top: -50px;
  width: 100%;
  height: 300px;
  background: linear-gradient(90deg, #098B3B 0%, #098B3B 50%, #92C223 50%, #92C223 100%);
}

.uni-box-cont h2 {
  padding: 70px 0 0;
  color: #ffffff;
}

.uni-box-cont p {
  font-size: 1.6rem;
  color: #ffffff;
}

@media (max-width: 499px) {
  .uni-box-cont p {
    font-size: 1.4rem;
  }
}

.sns {
  margin: 350px 0 100px;
  overflow: hidden;
}

.sns .ttl {
  margin: 0 0 50px;
}

.sns-box {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.sns-box .sns-cont {
  padding: 0 20px;
  text-align: center;
}

.sns-box .sns-cont a {
  font-size: 8rem;
  color: #444444;
}
