@charset "UTF-8";
body {
  background-color: #000;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.conteiner {
  min-width: 1200px;
  position: relative;
}

.sp {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

p.gra_bg_text {
  display: inline-block;
  font-size: 36px;
  padding: 7px 20px;
  font-weight: bold;
  background: linear-gradient(45deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.scroll_wrapper {
  position: absolute;
  max-width: 1200px;
  width: 92%;
  left: 0;
  right: 0;
  top: 820px;
  margin: 0 auto;
}

.single-scroll-down-animation {
  position: absolute;
  left: -20px;
}
.single-scroll-down-animation .scroll-down {
  width: 1px;
  height: 210px;
  background: #333;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
  margin: 50px auto 0;
}
.single-scroll-down-animation .scroll_text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 11px;
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.gra_caption_text {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.gra_caption_text.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.slide_in_pic {
  position: relative;
}
.slide_in_pic::after {
  content: "";
  width: 100%;
  height: 99%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 0;
  background: linear-gradient(45deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slide_in_pic .picture {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slide_in_pic.is-inview::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slide_in_pic.is-inview .picture {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .scroll_wrapper {
    display: none;
  }
  .conteiner {
    min-width: 100%;
    position: relative;
  }
  p.gra_bg_text {
    font-size: 24px;
    padding: 7px 13px;
  }
}
header {
  padding: 35px 0 90px;
}
header .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
header .header_wrapper .sitename {
  font-size: 26px;
  font-weight: bold;
}

.nav_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_area .hover {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_area .image {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_area a:hover .hover {
  opacity: 1;
}
.nav_area a:hover .image {
  opacity: 0;
}

nav {
  margin-top: 4px;
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav ul li {
  padding: 0 15px;
  position: relative;
}
nav ul li:last-child {
  padding-right: 50px;
}
nav ul li img {
  vertical-align: middle;
}
nav ul li + li {
  border-left: 1px solid #333333;
}

.sns_icon {
  font-size: 32px;
  display: none;
}

@media screen and (max-width: 767px) {
  header {
    padding: 35px 0 35px;
    /* サイドメニュー */
  }
  header .header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
  }
  header .header_wrapper .sitename {
    font-size: 21px;
    font-weight: bold;
  }
  header .hamburger {
    position: fixed;
    top: 42px;
    right: 20px;
    width: 40px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }
  header .hamburger .line {
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .hamburger.active .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 13px);
            transform: rotate(45deg) translate(8px, 13px);
  }
  header .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -12px);
            transform: rotate(-45deg) translate(5px, -12px);
  }
  header .nav_area {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 12;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .nav_area ul {
    padding: 0 0 20px 0;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav_area ul li {
    margin-bottom: 20px;
    padding: 0;
  }
  header .nav_area ul li.nav_top {
    width: 59px;
  }
  header .nav_area ul li.nav_news {
    width: 83px;
  }
  header .nav_area ul li.nav_about {
    width: 103px;
  }
  header .nav_area ul li.nav_coachmember {
    width: 280px;
  }
  header .nav_area ul li.nav_mail {
    width: 76px;
  }
  header .nav_area ul li + li {
    border: none;
    margin-top: 20px;
  }
  header .nav_area .sns_icon {
    margin-left: 30px;
  }
  header .nav_area.open {
    left: 0;
  }
}
footer {
  padding-top: 95px;
  padding-bottom: 90px;
}
footer .footer_wrapper {
  padding-top: 50px;
  border-top: 1px solid #333;
  width: 1200px;
  margin: 0 auto;
}
footer .footer_wrapper .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_wrapper .flex_wrapper .flex_left .sitetitle {
  font-size: 18px;
  font-weight: bold;
}
footer .footer_wrapper .flex_wrapper .flex_left .footer_logo {
  margin-top: 16px;
  width: 290px;
}
footer .footer_wrapper .copyright {
  margin-left: auto;
  width: 318px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  footer .footer_wrapper {
    width: 92%;
  }
  footer .footer_wrapper .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_wrapper .flex_wrapper .flex_left {
    margin-bottom: 20px;
    width: 90%;
  }
  footer .footer_wrapper .flex_wrapper .flex_left .sitetitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  footer .footer_wrapper .flex_wrapper .flex_left .footer_logo {
    margin-top: 16px;
    width: 100%;
  }
  footer .footer_wrapper .flex_wrapper .flex_right {
    margin-bottom: 18px;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area a:hover .hover {
    opacity: 0;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area a:hover .image {
    opacity: 1;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area nav {
    margin-bottom: 15px;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area nav ul li:first-child {
    padding-left: 0;
  }
  footer .footer_wrapper .flex_wrapper .flex_right .nav_area nav ul li:last-child {
    padding-right: 0;
  }
  footer .footer_wrapper .copyright {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.main_visual {
  position: relative;
}
.main_visual .mv {
  max-width: 1123px;
  width: 80%;
  margin: 0 0 0 auto;
}
.main_visual .mv img {
  width: 100%;
}
.main_visual .wrapper {
  position: absolute;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 2;
}
.main_visual .main_logo {
  width: 32%;
  max-width: 385px;
}
.main_visual .main_logo .st0 {
  fill: none;
  stroke-width: 0.6;
  stroke-miterlimit: 10;
}
.main_visual .main_logo path {
  stroke-dasharray: 2000;
  stroke-width: 2.5;
  -webkit-animation: path-anime 3s ease-in forwards;
          animation: path-anime 3s ease-in forwards;
}
@-webkit-keyframes path-anime {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes path-anime {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.main_visual .main_logo svg.on .svg-elem-1 {
  stroke-dashoffset: 0;
}
.main_visual .main_text_wrapper {
  margin-top: 8%;
}
.main_visual .main_text_wrapper .gra_caption_text {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.main_visual .main_text {
  margin-bottom: 15px;
}
.main_visual .handwriting {
  width: 220px;
  position: absolute;
  z-index: 10;
  left: 266px;
  bottom: 128px;
}
.main_visual .handwriting .cls-1 {
  stroke: #fff;
  stroke-width: 80;
}
.main_visual .handwriting .cls-2 {
  fill: #FFF;
}

.top_news_wrapper {
  width: 850px;
  margin: 190px auto 0;
}
.top_news_wrapper .title .txt_jp {
  font-size: 15px;
}
.top_news_wrapper .title .txt_en {
  margin-top: 10px;
  width: 160px;
}

.news_lists {
  margin-top: 15px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 45px 39px;
}
.news_lists ul a {
  display: block;
}
.news_lists ul a + a {
  margin-top: 39px;
}
.news_lists ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -0.5px;
}
.news_lists ul li .date {
  width: 16%;
  margin-right: 21px;
}
.news_lists ul li .date p {
  font-size: 15px;
  font-weight: bold;
}
.news_lists ul li p {
  line-height: 160%;
}
.news_lists ul li .title {
  width: calc(84% - 21px);
}
.news_lists ul li .title p {
  font-size: 15px;
}

.gra_caption .gra_caption_text {
  margin-bottom: 15px;
}

.top_cmn_block .num {
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.top_cmn_block .gra_caption {
  position: relative;
  z-index: 3;
  margin-top: 15px;
  width: 42%;
}
.top_cmn_block .gra_caption p.gra_bg_text {
  font-size: 33px;
}
.top_cmn_block .pic {
  width: 758px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  background-color: #0e0e0e;
}
.top_cmn_block .pic a .view_more_icon {
  position: absolute;
  width: 175.5px;
  height: 175.5px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
.top_cmn_block .pic a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(45deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_cmn_block .pic a:hover .view_more_icon {
  opacity: 1;
}
.top_cmn_block .pic a:hover::before {
  opacity: 0.5;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.top_about_wrapper {
  position: relative;
  width: 850px;
  margin: 190px auto 100px;
}
.top_about_wrapper .title .txt_jp {
  font-size: 15px;
}
.top_about_wrapper .title .txt_en {
  margin-top: 10px;
  width: 192.7px;
}
.top_about_wrapper .num {
  right: -80px;
}
.top_about_wrapper .pic {
  margin-top: -100px;
}

.top_coachmember_wrapper {
  position: relative;
  width: 850px;
  margin: 190px auto 100px;
}
.top_coachmember_wrapper .title {
  text-align: right;
  position: relative;
  z-index: 2;
}
.top_coachmember_wrapper .title .txt_jp {
  font-size: 15px;
}
.top_coachmember_wrapper .title .txt_en {
  margin-top: 10px;
  width: 540px;
  margin-left: auto;
}
.top_coachmember_wrapper .num {
  left: -80px;
}
.top_coachmember_wrapper .gra_caption {
  margin-left: auto;
}
.top_coachmember_wrapper .pic {
  margin-top: -45px;
  margin-left: 0;
}

.top_instagram {
  background-color: #FFF;
  padding: 110px 0 120px;
  display: none;
}
.top_instagram .h2_wrapper {
  width: 184px;
  margin: 0 auto;
}
.top_instagram .instagram_items {
  width: 555px;
  margin: 40px auto 0;
}
.top_instagram .instagram_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_instagram .instagram_items ul li {
  width: 123.5px;
  height: 123.5px;
  background-color: #ddd;
  margin-bottom: 20px;
}
.top_instagram .instagram_more_btn {
  width: 250px;
  margin: 40px auto 0;
}
.top_instagram .instagram_more_btn a {
  padding: 10px 0 15px;
  display: block;
  background: linear-gradient(125deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
}
.top_instagram .instagram_more_btn a .btn_text {
  width: 140px;
  margin: 0 auto;
}
.top_instagram .instagram_more_btn a .btn_text img {
  vertical-align: middle;
}

.lower_conteiner {
  margin-bottom: 200px;
}
.lower_conteiner .title_header {
  background-size: cover;
  padding: 70px 0;
  height: 310px;
}
.lower_conteiner .title_header .title_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.lower_conteiner .title_header .title_header_inner .title {
  margin-top: 40px;
}
.lower_conteiner .title_header .title_header_inner .title .title_en {
  width: 337px;
  margin-bottom: 10px;
}
.lower_conteiner .title_header .title_header_inner .title .title_jp {
  font-size: 18px;
  font-weight: bold;
}
.lower_conteiner .title_header .title_header_inner .mv {
  position: absolute;
  width: 700px;
  top: 0;
  right: 0;
}
.lower_conteiner .pankuzu {
  width: 900px;
  margin: 145px auto 0;
}
.lower_conteiner .pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower_conteiner .pankuzu ul li {
  margin-right: 20px;
  margin-bottom: 6px;
}
.lower_conteiner .pankuzu ul li + li {
  text-transform: uppercase;
}
.lower_conteiner .pankuzu ul li + li:before {
  content: "ー";
  color: #333333;
  margin-right: 20px;
}
.lower_conteiner .lead_text {
  width: 900px;
  margin: 130px auto 0;
}

.coach-member .title_header {
  background-image: url("../image/coach-member/title-bg.jpg");
}
.coach-member .title_header .title_header_inner .title {
  margin-top: 0px;
}
.coach-member .lead_text .gra_caption_text {
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}
.coach-member .main_contents {
  width: 730px;
  margin: 80px auto 0;
}
.coach-member .main_contents .h3_header {
  margin-bottom: 55px;
}
.coach-member .main_contents .h3_header h3 {
  width: 170px;
  margin-bottom: 20px;
}
.coach-member .main_contents .picture_wrapper {
  position: relative;
}
.coach-member .main_contents .picture_wrapper .coach_picture {
  position: relative;
}
.coach-member .main_contents .picture_wrapper .coach_picture .pic_bg {
  position: absolute;
  width: 100%;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.coach-member .main_contents .picture_wrapper .coach_picture .view_check .picture {
  border: 1px solid #00D6AF;
  -o-border-image: linear-gradient(90deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#e30073), color-stop(47%, #af53a8), to(#68c7f1));
     border-image: linear-gradient(90deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
  border-image-slice: 1;
}
.coach-member .main_contents .picture_wrapper .name {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.01em;
  background-color: #000;
  padding-top: 20px;
  width: 395px;
}
.coach-member .main_contents .coach + .coach {
  margin-top: 130px;
}
.coach-member .main_contents .coach .num {
  position: absolute;
  width: 104px;
  right: 33px;
  top: -54px;
  z-index: 2;
}
.coach-member .main_contents .coach .num_left {
  position: absolute;
  width: 104px;
  left: -20px;
  top: -44px;
  z-index: 2;
}
.coach-member .main_contents .text_wrapper {
  width: 100%;
  margin: 43px auto 0;
}
.coach-member .main_contents .text_wrapper > p + p {
  margin-top: 0.5em;
}
.coach-member .main_contents .text_wrapper p {
  font-size: 15px;
  line-height: 200%;
}
.coach-member .main_contents .text_wrapper .awards {
  margin-top: 40px;
  padding-left: 30px;
  border-left: 2px solid;
  -o-border-image: linear-gradient(to bottom, #e30073 0%, #af53a8 47%, #68c7f1) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#e30073), color-stop(47%, #af53a8), to(#68c7f1)) 1;
     border-image: linear-gradient(to bottom, #e30073 0%, #af53a8 47%, #68c7f1) 1;
}
.coach-member .main_contents .text_wrapper .awards p + p {
  margin-top: 1em;
}
.coach-member .member_wrapper {
  padding-top: 130px;
  border-top: 1px solid #333333;
  width: 830px;
  margin: 130px auto 120px;
}
.coach-member .member_wrapper .main_contents {
  width: 730px;
  margin: 0 auto;
}

.news .title_header {
  background-image: url("../image/news/title-bg.jpg");
}
.news .title_header .title_header_inner .title .title_en {
  width: 195px;
}
.news .main_contents {
  width: 850px;
  margin: 0 auto;
}
.news .main_contents .news_lists {
  margin-top: 160px;
  border: none;
}
.news .main_contents .news_lists ul a li {
  padding-bottom: 39px;
  border-bottom: 1px solid #333;
}
.news .pager {
  width: 850px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.news .pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .pager .nextpostslink {
  position: absolute;
  right: 32px;
}
.news .pager .previouspostslink {
  position: absolute;
  left: 32px;
}
.news .pager .previouspostslink, .news .pager .nextpostslink {
  display: block;
  background-color: #000 !important;
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
}
.news .pager .previouspostslink:before, .news .pager .nextpostslink:before, .news .pager .previouspostslink:after, .news .pager .nextpostslink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news .pager .previouspostslink:before, .news .pager .nextpostslink:before {
  width: 25px;
  height: 25px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager .previouspostslink:hover:before, .news .pager .nextpostslink:hover:before {
  background: #454545;
}
.news .pager .previouspostslink:after, .news .pager .nextpostslink:after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.news .pager .previouspostslink:before {
  left: -18px;
}
.news .pager .previouspostslink:after {
  left: -8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.news .pager .nextpostslink:before {
  right: -18px;
}
.news .pager .nextpostslink:after {
  right: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news .pager a, .news .pager span {
  padding: 14px 18px;
  background-color: #333;
  color: #989898;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager a:hover, .news .pager span:hover {
  background-color: #454545;
}
.news .pager .current {
  background-color: #454545;
}
.news .pager a + span, .news .pager span + a, .news .pager a + a {
  margin-left: 10px;
}
.news .pager .flex_wrapper .back_news_lists a {
  display: block;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  padding: 14px 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager .flex_wrapper .back_news_lists a:hover {
  background-color: #454545;
}
.news .pager_single {
  width: 850px;
  margin: 0 auto;
  margin-top: 50px;
}
.news .pager_single .next {
  margin-right: 32px;
}
.news .pager_single .prev {
  margin-left: 32px;
}
.news .pager_single .arrow {
  position: relative;
  display: inline-block;
}
.news .pager_single .arrow::before,
.news .pager_single .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news .pager_single .arrow::before {
  width: 25px;
  height: 25px;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager_single .arrow:hover::before {
  background-color: #454545;
}
.news .pager_single .arrow::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.news .pager_single .arrow_left:before {
  left: -32px;
}
.news .pager_single .arrow_left:after {
  left: -22px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.news .pager_single .arrow_right:before {
  right: -32px;
}
.news .pager_single .arrow_right:after {
  right: -22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news .pager_single .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .pager_single .flex_wrapper .page_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .pager_single .flex_wrapper .page_num a {
  padding: 14px 18px;
  background-color: #333;
  color: #989898;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager_single .flex_wrapper .page_num a:hover {
  background-color: #454545;
}
.news .pager_single .flex_wrapper .page_num p + p {
  margin-left: 15px;
}
.news .pager_single .flex_wrapper .back_news_lists a {
  display: block;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  padding: 14px 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .pager_single .flex_wrapper .back_news_lists a:hover {
  background-color: #454545;
}
.news .news_single {
  margin-top: 160px;
  border-bottom: 1px solid #333;
}
.news .news_single .post_header {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.news .news_single .post_header .date {
  font-size: 15px;
  font-weight: bold;
  color: #b2b2b2;
  margin-bottom: 38px;
}
.news .news_single .post_header .title {
  font-size: 25px;
  font-weight: bold;
}
.news .news_single article {
  margin-top: 3em;
}
.news .news_single article div, .news .news_single article p {
  margin-bottom: 3em;
  line-height: 200%;
}

.mail .title_header {
  background-image: url("../image/mail/title-bg.jpg");
}
.mail .title_header .title_header_inner .title .title_en {
  width: 195px;
}
.mail .must {
  color: #FF0000;
}
.mail .main_contents {
  width: 850px;
  margin: 160px auto 0;
}
.mail .main_contents .content_inner {
  width: 750px;
  margin: 0 auto;
}
.mail .main_contents .content_inner .lead {
  letter-spacing: -0.05px;
}
.mail .main_contents .content_inner p {
  font-size: 15px;
  line-height: 220%;
}
.mail .form_area {
  margin-top: 54px;
  padding-top: 60px;
  border-top: 1px solid #333;
}
.mail .form_area input, .mail .form_area textarea {
  background-color: #1a1a1a;
  width: 100%;
  padding: 12px;
  font-size: 15px;
}
.mail .form_area dl dt {
  margin-bottom: 13px;
  font-size: 15px;
}
.mail .form_area dl dt .dots {
  font-size: 9px;
}
.mail .form_area dl dd {
  margin-bottom: 40px;
}
.mail .form_area dl dd textarea {
  height: 300px;
}
.mail .privacy {
  padding: 40px 0 60px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.mail .privacy h2, .mail .privacy p {
  text-align: center;
  line-height: 220%;
}
.mail .privacy h2 {
  font-weight: bold;
  padding-bottom: 18px;
}
.mail .privacy p {
  font-size: 15px;
}
.mail .privacy p.pp_link {
  margin-top: 14px;
}
.mail .privacy a {
  font-size: 12px;
  border-bottom: 1px solid #333333;
}
.mail .privacy .privacy_check {
  margin-top: 20px;
  font-weight: 500;
}
.mail .form_send_btn {
  width: 250px;
  margin: 60px auto 0;
}
.mail .form_send_btn input {
  padding: 16px;
  width: 100%;
  display: block;
  color: #FFF;
  background-color: #1a1a1a;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mail .form_send_btn input:hover {
  background-color: #454545;
}
.mail .form_send_btn input:disabled {
  background-color: #cdcdcd;
}
.mail .form_send_btn input:disabled:hover {
  background-color: #cdcdcd;
}
.mail .thanks_back_top {
  width: 250px;
  margin: 60px auto 0;
}
.mail .thanks_back_top a {
  padding: 16px;
  width: 100%;
  display: block;
  color: #FFF;
  background-color: #1a1a1a;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mail .thanks_back_top a:hover {
  background-color: #454545;
}

.about {
  margin-bottom: 240px;
}
.about .title_header {
  background-image: url("../image/about/title-bg.png");
}
.about .title_header .title_header_inner .title .title_en {
  width: 270px;
}
.about .lead_text .gra_caption_text {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.about .lead_text .gra_caption_text:first-child {
  margin-bottom: 20px;
}
.about .main_contents {
  width: 900px;
  margin: 60px auto 160px;
}
.about .main_contents .text_warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.about .main_contents .text_warpper p:first-child {
  margin-right: 40px;
  font-size: 32px;
  font-weight: bold;
}
.about .main_contents .text_warpper p:last-child {
  font-size: 13px;
}
.about .main_contents .text_box01 p {
  line-height: 180%;
}
.about .slider {
  margin-bottom: 100px;
}
.about .slider .slick-slide {
  margin: 0 15px;
}
.about .slider .slick-slide:nth-child(even) {
  margin-top: 100px;
}
.about .text_box02 {
  position: relative;
}
.about .text_box02:before {
  content: "";
  position: absolute;
  top: -220px;
  left: 0;
  height: 620px;
  width: 100%;
  z-index: -1;
  background: linear-gradient(45deg, #e30073 0%, #af53a8 47%, #68c7f1 100%);
  -webkit-transform: skewY(-7deg);
          transform: skewY(-7deg);
}
.about .text_box02 .inner {
  width: 760px;
  margin: 0 auto;
}
.about .text_box02 .inner .caption {
  width: 565px;
  margin: 0 auto;
}
.about .text_box02 .inner .caption p {
  line-height: 180%;
}
.about .text_box02 .inner .caption p.bold {
  font-size: 27px;
  font-weight: bold;
  line-height: 160%;
  padding-bottom: 30px;
}
.about .text_box02 .inner .pic {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .main_visual {
    width: 100%;
  }
  .main_visual .mv {
    max-width: 100%;
    width: 100%;
    height: 390px;
  }
  .main_visual .mv img {
    width: 100%;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_visual .wrapper {
    max-width: 90%;
    width: 90%;
    margin: unset;
    left: 2%;
    right: 0;
    top: 56%;
  }
  .main_visual .main_logo {
    width: 75%;
    max-width: 75%;
  }
  .main_visual .main_logo svg {
    width: 100%;
    height: auto;
  }
  .main_visual .handwriting {
    width: 150px;
    left: unset;
    right: 0;
    bottom: 34%;
  }
  .top_news_wrapper {
    width: 92%;
    margin: 150px auto 0;
  }
  .top_news_wrapper .title .txt_jp {
    font-size: 15px;
  }
  .top_news_wrapper .title .txt_en {
    margin-top: 10px;
    width: 160px;
  }
  .top_news_wrapper .news_lists {
    margin-top: 15px;
    padding: 45px 0px;
  }
  .top_news_wrapper .news_lists ul a + a {
    margin-top: 21px;
  }
  .top_news_wrapper .news_lists ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_news_wrapper .news_lists ul li .date {
    width: 100%;
  }
  .top_news_wrapper .news_lists ul li .date p {
    font-size: 12px;
  }
  .top_news_wrapper .news_lists ul li .title {
    width: 100%;
  }
  .top_news_wrapper .news_lists ul li .title p {
    font-size: 16px;
  }
  .top_cmn_block {
    width: 92%;
    margin: 100px auto 100px;
  }
  .top_cmn_block .num {
    width: 100px;
  }
  .top_cmn_block .gra_caption {
    width: 100%;
  }
  .top_cmn_block .gra_caption p.gra_bg_text {
    font-size: 24px;
  }
  .top_cmn_block .pic {
    width: 100%;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    background-color: #0e0e0e;
  }
  .top_cmn_block .pic a .view_more_icon {
    width: 130px;
    height: 130px;
    opacity: 0.6;
  }
  .top_cmn_block .pic a::before {
    display: none;
  }
  .top_about_wrapper .num {
    right: 0px;
  }
  .top_about_wrapper .pic {
    width: 100%;
    margin-top: -30px;
  }
  .top_coachmember_wrapper .title .txt_en {
    margin-top: 10px;
    width: 62%;
  }
  .top_coachmember_wrapper .num {
    width: 120px;
    top: 18px;
    left: 0px;
  }
  .top_coachmember_wrapper .gra_caption {
    margin-top: 22px;
  }
  .top_coachmember_wrapper .pic {
    margin-top: -45px;
  }
  .top_instagram {
    padding: 50px 0 50px;
  }
  .top_instagram .h2_wrapper {
    width: 184px;
    margin: 0 auto;
  }
  .top_instagram .instagram_items {
    width: 92%;
    margin: 40px auto 0;
  }
  .top_instagram .instagram_items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_instagram .instagram_items ul li {
    width: 47%;
    height: 158px;
    background-color: #ddd;
    margin-bottom: 20px;
  }
  .top_instagram .instagram_more_btn {
    width: 80%;
    margin: 30px auto 0;
  }
  .lower_conteiner {
    margin-bottom: 60px;
  }
  .lower_conteiner .title_header {
    padding: 70px 0;
    height: 210px;
  }
  .lower_conteiner .title_header .title_header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .lower_conteiner .title_header .title_header_inner .title {
    margin-top: 0px;
  }
  .lower_conteiner .title_header .title_header_inner .title .title_en {
    width: 35%;
    margin-bottom: 10px;
  }
  .lower_conteiner .title_header .title_header_inner .title .title_jp {
    font-size: 15px;
  }
  .lower_conteiner .title_header .title_header_inner .mv {
    position: absolute;
    width: 90%;
    top: 150%;
    right: 0;
  }
  .lower_conteiner .pankuzu {
    width: 90%;
    margin-top: 165px;
  }
  .lower_conteiner .pankuzu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lower_conteiner .pankuzu ul li {
    margin-right: 10px;
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 150%;
  }
  .lower_conteiner .pankuzu ul li + li:before {
    margin-right: 10px;
  }
  .lower_conteiner .lead_text {
    width: 90%;
    margin: 130px auto 0;
  }
  .mail .main_contents {
    width: 95%;
    margin: 60px auto 0;
  }
  .mail .main_contents .content_inner {
    width: 90%;
    margin: 0 auto;
  }
  .mail .form_send_btn {
    width: 80%;
  }
  .mail .privacy {
    padding: 32px 0 32px 0;
  }
  .mail .privacy h2 {
    font-weight: bold;
    padding-bottom: 18px;
  }
  .mail .privacy p {
    font-size: 14px;
    line-height: 180%;
  }
  .mail .privacy p.pp_link {
    margin-top: 14px;
  }
  .mail .privacy a {
    font-size: 12px;
    border-bottom: 1px solid #333333;
  }
  .mail .privacy .privacy_check {
    margin-top: 20px;
    font-weight: 500;
  }
  .about {
    margin-bottom: 100px;
  }
  .about .title_header .title_header_inner .title .title_en {
    width: 170px;
  }
  .about .lead_text {
    margin-top: 60px;
  }
  .about .main_contents {
    width: 90%;
    margin: 60px auto 60px;
  }
  .about .main_contents .text_warpper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .main_contents .text_warpper p:first-child {
    margin-right: 0;
    font-size: 28px;
    margin-bottom: 7px;
  }
  .about .main_contents .text_warpper p:last-child {
    font-size: 13px;
  }
  .about .slider {
    margin-bottom: 60px;
  }
  .about .text_box02 {
    position: relative;
  }
  .about .text_box02 .inner {
    width: 90%;
  }
  .about .text_box02 .inner .caption {
    width: 100%;
  }
  .about .text_box02 .inner .caption p {
    line-height: 180%;
  }
  .about .text_box02 .inner .caption p.bold {
    font-size: 24px;
  }
  .about .text_box02 .inner .pic {
    margin-top: 40px;
  }
  .coach-member .title_header {
    padding: 40px 0;
  }
  .coach-member .title_header .title_header_inner .title {
    margin-top: 10px;
  }
  .coach-member .title_header .title_header_inner .title .title_en {
    width: 180px;
  }
  .coach-member .title_header .title_header_inner .mv {
    top: 127%;
  }
  .coach-member .lead_text {
    margin-top: 60px;
  }
  .coach-member .main_contents {
    width: 90%;
    margin: 50px auto 0;
  }
  .coach-member .main_contents .h3_header {
    margin-bottom: 20px;
  }
  .coach-member .main_contents .h3_header h3 {
    width: 170px;
    margin-bottom: 10px;
  }
  .coach-member .main_contents .picture_wrapper .name {
    font-size: 18px;
    padding-top: 20px;
    padding-right: 20px;
    width: unset;
  }
  .coach-member .main_contents .coach + .coach {
    margin-top: 120px;
  }
  .coach-member .main_contents .coach .num {
    right: 0px;
    top: -70px;
  }
  .coach-member .main_contents .coach .num_left {
    left: 0px;
    top: -70px;
  }
  .coach-member .main_contents .text_wrapper {
    width: 100%;
  }
  .coach-member .main_contents .text_wrapper .awards {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .coach-member .member_wrapper {
    padding-top: 60px;
    width: 90%;
    margin: 60px auto 0;
  }
  .coach-member .member_wrapper .main_contents {
    width: 100%;
  }
  .coach-member .member_wrapper .main_contents .h3_header {
    margin-bottom: 32px;
  }
  .news .title_header .title_header_inner .title .title_en {
    width: 150px;
  }
  .news .main_contents {
    width: 90%;
    margin: 0 auto;
  }
  .news .main_contents .news_lists {
    margin-top: 60px;
    border: none;
    padding: 0;
  }
  .news .main_contents .news_lists ul a li {
    padding-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .main_contents .news_lists ul a li .date {
    width: 100%;
  }
  .news .main_contents .news_lists ul a li .date p {
    font-size: 14px;
  }
  .news .main_contents .news_lists ul a li .title {
    width: 100%;
  }
  .news .main_contents .news_lists ul a li .title p {
    font-size: 17px;
  }
  .news .pager {
    width: 90%;
    margin-top: 50px;
  }
  .news .pager .previouspostslink, .news .pager .nextpostslink {
    font-size: 14px;
    position: absolute;
    top: 65px;
  }
  .news .pager a, .news .pager span {
    font-size: 14px;
    padding: 10px 14px;
  }
  .news .pager .flex_wrapper .page_num {
    margin-top: 10px;
  }
  .news .pager .flex_wrapper .page_num a {
    padding: 10px 12px;
  }
  .news .pager .flex_wrapper .page_num p + p {
    margin-left: 12px;
  }
  .news .pager .flex_wrapper .back_news_lists {
    margin-top: 10px;
  }
  .news .pager_single {
    width: 95%;
    margin-top: 50px;
  }
  .news .pager_single .next {
    margin-top: -14px;
  }
  .news .pager_single .prev {
    margin-top: -14px;
  }
  .news .news_single {
    margin-top: 60px;
  }
  .news .news_single .post_header {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .news .news_single .post_header .date {
    font-size: 15px;
    margin-bottom: 22px;
  }
  .news .news_single .post_header .title {
    font-size: 20px;
    line-height: 180%;
  }
  .news .news_single article {
    margin-top: 1em;
  }
  .news .news_single article div, .news .news_single article p {
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=main.css.map */