@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
html {
 font-size: 62.5%;
 width: 100%;
 height: 100%;
}
body {
 font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 font-optical-sizing: auto;
 letter-spacing: 0.05em;
 color: #111;
 background-color: #e6e6e6;
 font-weight: 400;
 font-size: 1.6rem;
 line-height: 1.7;
 width: 100%;
 height: 100%;
}
a {
 display: inline;
 vertical-align: baseline;
 transition: .2s;
 text-decoration: none;
 color: #DBD7BF;
 position: relative;
}
a:hover {
 color: #F2C813;
}
a.blank {
 padding-right: 1.6rem;
}
a.blank:before {
 content: "";
 display: inline-block;
 width: 8px;
 height: 6px;
 border-right: solid 1px rgba(255, 255, 255, 0.5);
 border-bottom: solid 1px rgba(255, 255, 255, 0.5);
 position: absolute;
 right: 0;
 bottom: 4px;
 transition: .2s;
}
a.blank:after {
 content: "";
 display: block;
 width: 8px;
 height: 6px;
 border: solid 1px rgba(255, 255, 255, 0.5);
 margin-left: 0.5rem;
 position: absolute;
 right: 2px;
 bottom: 6px;
 transition: .2s;
}
a.blank:hover:after {
 background: rgba(255, 255, 255, 1);
 bottom: 7px;
 right: 3px;
}
.disable a, a.disable {
 pointer-events: none !important;
 opacity: 0.3;
}
.btn a {
 font-family: "League Gothic", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings: "wdth"100;
 letter-spacing: 0.02em;
 color: #001122;
 border: solid 1px #001122;
 font-size: 2.4rem;
 padding: 0.3em 2.4em;
 line-height: 1;
 display: inline-block;
}
.btn a:hover {
 background: #001122;
 color: #fff;
}
img {
 display: block;
 width: 100%;
 height: auto;
}
em {
 display: inline-block;
 font-size: 80%;
 font-weight: inherit;
}
.sp {
 display: none;
}
.yt {
 position: relative;
 width: 100%;
 overflow: hidden;
}
.yt .play {
 content: '';
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 1;
 transform: translate(-50%, -50%);
}
.yt .play {
 background: url(../images/sns/icon_youtube.svg) no-repeat;
 background-size: cover;
 width: 56px;
 height: calc(56px * 0.7);
 pointer-events: none;
 position: absolute;
 top: 50%;
 left: 0;
 right: 0;
 margin: 0 auto;
 transform: translateY(-50%);
}
.yt .yt-video {
 position: relative;
}
.yt .yt-video:before {
 content: "";
 display: block;
 padding-top: 56.25%;
}
.yt .yt-video img {
 width: 100%;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 position: absolute;
}
.yt .yt-video iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.pagination {
 position: fixed;
 right: 3rem;
 top: 50%;
 transform: translateY(-50%);
 z-index: 1000;
}
.pagination li {
 margin-bottom: 2rem;
}
.pagination a {
 border: 1px solid rgba(255, 255, 255, 0.5);
 border-radius: 50%;
 display: block;
 width: 10px;
 height: 10px;
}
.pagination a.active {
 background: #fcfcfc;
}
.caution li {
 text-indent: -1em;
 padding-left: 1em;
}
.hamburger {
 display: none;
}
#wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 /*padding-top: 8rem;*/
}
#wrapper:before {
 content: "";
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.7);
 opacity: 0;
 visibility: hidden;
 z-index: 4999;
}
#wrapper.bk:before {
 opacity: 1;
 visibility: visible;
}
.pageHeader {
 text-align: center;
 position: relative;
 width: 100%;
 background: #001122;
 color: #fff;
 padding: 5%;
}
section {
 position: relative;
 width: 100%;
 padding: 4.5vh;
}
.inner {
 position: relative;
 z-index: 5;
}
.pageTtl {
 text-align: center;
 font-size: 1.7rem;
 font-weight: 400;
 line-height: 1.2;
 position: relative;
 z-index: 5;
}
.pageTtl em {
 display: block;
 font-size: 280%;
 font-family: "League Gothic", sans-serif;
 font-optical-sizing: auto;
 font-weight: 300;
 font-style: normal;
 font-variation-settings: "wdth"100;
 letter-spacing: 0.02em;
 padding-bottom: 1.5rem;
 color: #F2C813;
}
.secTtl {
 font-family: "League Gothic", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings: "wdth"100;
 letter-spacing: 0.02em;
 font-size: 7vh;
 line-height: 1;
 margin-bottom: 3.5vh;
 color: #001122;
}
.secTtl em {
 display: block;
 font-size: 1.4rem;
 font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 font-optical-sizing: auto;
 letter-spacing: 0.05em;
 padding-top: 0.7em;
}
.central {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
}
header {
 width: 100%;
 height: 6rem;
 position: relative;
 background: #fff;
 z-index: 1000;
 top: 0;
 left: 0;
 padding: 0 5%;
 display: flex;
 align-items: center;
 transition: .2s;
}
header .logo {
 flex: 1 0 17rem;
 max-width: 17rem;
 position: relative;
 z-index: 5;
}
header nav {
 flex: 1 0 calc(100% - 17rem);
 max-width: calc(100% - 17rem);
 position: relative;
 z-index: 5;
 padding-left: 5rem;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
header nav ul {
 display: flex;
 justify-content: flex-end;
 font-size: 0;
 letter-spacing: -0.4rem;
}
header nav ul.gNav li {
 margin-left: 1.5vw;
 line-height: 1.3;
}
header nav ul.gNav li a {
 font-family: "League Gothic", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0.02em;
 font-size: 2.3rem;
 color: #001122;
 line-height: 1;
 white-space: nowrap;
}
header nav ul.gNav li a:hover {
 color: #4697a3;
}
header nav ul.gNav li a em {
 font-size: 50%;
 display: none;
}
header nav .sns {
 display: flex;
 align-items: center;
}
header nav .sns li {
 flex: 1 0 2rem;
 max-width: 2rem;
 margin-left: 1.25rem;
}
header .sns li a {
 display: block;
}
.slick-arrow {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 5;
 font-size: 0;
 border: none;
 background: none;
 width: 5rem;
 height: 5rem;
 line-height: 1;
 color: #fff;
 display: inline-block;
 vertical-align: middle;
}
.slick-arrow:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 line-height: 1;
 width: 3.5rem;
 height: 3.5rem;
 border: 0.2rem solid rgba(255, 255, 255, 1);
 border-left: 0;
 border-bottom: 0;
 box-sizing: border-box;
 transition: .2s;
 opacity: 0.6;
 cursor: pointer;
}
.slick-arrow.slick-prev {
 left: 2.5%;
}
.slick-arrow.slick-next {
 right: 2.5%;
}
.slick-arrow.slick-prev:before {
 transform: translateX(25%) rotate(-135deg);
}
.slick-arrow.slick-next:before {
 transform: translateX(-25%) rotate(45deg);
}
.slick-arrow:hover:before {
 opacity: 1;
}
.bnrArea {
 position: relative;
 background: #efefef;
 padding: 5rem 0 3rem;
}
.bnrArea .inner {
 max-width: 138rem;
 margin: 0 auto;
}
.bnrArea .inner ul {
 display: block;
 text-align: center;
}
.bnrArea .inner ul li {
 display: inline-block;
 margin: 0 1.5rem 2rem;
}
.bnrArea .inner ul li.fanclub {
 display: flex;
 align-items: center;
 color: #333;
}
.bnrArea .inner ul li.fanclub a {
 display: block;
 width: 44rem;
 position: relative;
 box-sizing: border-box;
}
.bnrArea .inner ul li.fanclub .desc {
 text-align: left;
 font-size: 1.2rem;
 padding-left: 3rem;
 font-weight: 500;
}
footer {
 background: #001122;
 color: #fff;
 padding: 2.5% 5%;
 text-align: left;
 position: relative;
 z-index: 10;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 font-weight: 700;
}
footer .infomation {
 display: flex;
 align-items: center;
 flex: 1 0 50%;
}
footer .infomation:before {
 content: "";
 display: block;
 background: url("../images/badge.svg") no-repeat;
 background-size: 100% auto;
 flex: 1 0 17rem;
 max-width: 17rem;
 height: 17rem;
}
footer .infomation .gym {
 flex: 1 0 calc(100% - 17rem);
 padding-left: 2.5vh;
}
footer .infomation .gym h1 {
 margin-bottom: 1.25rem;
 position: relative;
}
footer .infomation .gym h1 em {
 display: block;
 font-size: 1.1rem;
}
footer .infomation .gym h1 span {
 font-size: 220%;
 font-weight: 600;
 font-family: "League Gothic", sans-serif;
 font-optical-sizing: auto;
 font-style: normal;
 font-variation-settings: "wdth"100;
 letter-spacing: 0.03em;
}
footer .infomation .gym .address {
 font-size: 1.4rem;
 line-height: 1.4;
 display: block;
}
footer nav ul {
 display: flex;
 flex-wrap: wrap;
 font-size: 1.3rem;
 text-align: right;
 justify-content: flex-end;
}
footer nav ul li {
 position: relative;
 margin-left: 1.25em;
 padding-left: 1.25em;
}
footer nav ul li:first-child {
 margin-left: 0;
 padding-left: 0;
}
footer nav ul li:before {
 content: "";
 display: block;
 height: 1em;
 width: 1px;
 background: rgba(255, 255, 255, 0.3);
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
}
footer nav ul li:first-child:before {
 display: none;
}
footer nav ul li a {
 color: #fff;
 white-space: nowrap;
}
footer .cr {
 text-align: right;
 font-size: 1.3rem;
 margin-top: 1em;
}
.fadeRight {
 animation-name: fadeRight;
 animation-duration: 0.5s;
 animation-fill-mode: forwards;
 opacity: 0;
}
@keyframes fadeRight {
 from {
  opacity: 0;
  transform: translateX(50px);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
.delay01 {
 animation-delay: 0.1s;
}
.delay02 {
 animation-delay: 0.2s;
}
.delay03 {
 animation-delay: 0.3s;
}
.delay04 {
 animation-delay: 0.4s;
}
.delay05 {
 animation-delay: 0.5s;
}
.delay06 {
 animation-delay: 0.6s;
}
.delay07 {
 animation-delay: 0.7s;
}
.delay08 {
 animation-delay: 0.8s;
}
.delay09 {
 animation-delay: 0.9s;
}
.delay10 {
 animation-delay: 1.0s;
}
.fade-in {
 opacity: 0;
 visibility: hidden;
 transform: translateY(50px);
 transition: transform 1s;
}
.scroll {
 opacity: 1;
 visibility: visible;
 transform: translateY(0px);
}
@media screen and (max-width:999px) {
 body {
  font-size: 1.4rem;
 }
 .btn a {
  font-size: 1.8rem;
  padding: 0.5rem 1.5em 0.5rem 1.5em;
 }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .central {
  position: relative;
  top: auto;
  transform: translateY(0);
 }
 .yt .play {
  width: 42px;
  height: calc(42px * 0.7);
 }
 .pagination {
  right: 0.5rem;
 }
 .pagination li {
  margin-bottom: 1.5rem;
 }
 .pagination a {
  width: 6px;
  height: 6px;
 }
 .hamburger {
  display: block;
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.01);
 }
 .hamburger span {
  display: block;
  transition: 0s;
  width: 100%;
  height: 3px;
  background: #001122;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
 }
 .hamburger span:before, .hamburger span:after {
  content: "";
  display: block;
  transition: .2s;
  width: 100%;
  height: 3px;
  background: #001122;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  transform-origin: center center;
 }
 .hamburger span:before {
  top: -9px;
 }
 .hamburger span:after {
  bottom: -9px;
 }
 .hamburger.open span {
  height: 0;
 }
 .hamburger.open span:before {
  transform: rotate(-45deg)translateY(-50%);
  top: 50%;
 }
 .hamburger.open span:after {
  top: 50%;
  transform: rotate(45deg)translateY(-50%);
  bottom: auto;
 }
 #wrapper {
  height: auto;
  /*padding-top: 5.5rem;*/
 }
 section {
  padding: 3.5rem 2rem;
  z-index: 5;
 }
 .hatching:before {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(42, 42, 42, 0.7), rgba(42, 42, 42, 0.8), rgba(42, 42, 42, 0.9), rgba(42, 42, 42, 1));
 }
 .pageTtl {
  font-size: 1.6rem;
 }
 .secTtl {
  font-size: 4rem;
  margin-bottom: 2.5rem;
 }
 .secTtl em {
  font-size: 1.3rem;
 }
 header {
  padding: 0 1.5rem;
  z-index: 5000;
  height: 6rem;
 }
 header .logo {
  width: 20rem;
 }
 header nav {
  position: fixed;
  top: 0;
  right: -100%;
  padding: 5rem 0;
  background: rgba(255, 255, 255, 0.95);
  width: 25rem;
  height: 100%;
  z-index: 5000;
  display: block;
 }
 header nav.open {
  right: 0;
 }
 header nav ul.gNav {
  display: block;
  text-align: right;
  font-size: 0;
  letter-spacing: -0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
 }
 header nav ul.gNav li {
  display: block;
  margin: 0 0 2.0rem;
 }
 header nav ul.gNav li a {
  font-size: 3.0rem;
  line-height: 1;
  padding: 0 2.5rem 0 0 !important;
  position: relative;
  display: block;
 }
 header nav ul.gNav li a em {
  display: block;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  opacity: 0.7;
 }
 header nav .sns {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
 }
 footer {
  padding: 2.5rem 1.5rem;
  display: block;
  font-weight: 600;
 }
 footer .infomation {
  flex: none;
  padding-bottom: 2.5rem;
 }
 footer .infomation:before {
  flex: 1 0 14rem;
  max-width: 14rem;
  height: 14rem;
 }
 footer .infomation .gym {
  flex: 1 0 calc(100% - 14rem);
  padding-left: 1.3rem;
 }
 footer .infomation .gym h1 {
  margin-bottom: 1rem;
 }
 footer .infomation .gym .address {
  font-size: 1.2rem;
 }
 footer nav ul {
  text-align: center;
  justify-content: center;
 }
 footer nav ul li {
  flex: 1 0 50%;
  max-width: 50%;
  margin: 0;
  padding: 0.25em;
 }
 footer nav ul li:before {
  display: none;
 }
 footer .cr {
  font-size: 1.2rem;
  text-align: center;
 }
}