@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*======================================================================*/
/*Module
/*======================================================================*/
.clearfix:after {
  content: " ";
  display: table;
  clear: both
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.inner-wide {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.sp {
  display: none;
}

.pc_only {
  display: block;
}

.ocher {
  color: #b57f18;
}

.Noto-Sans-CJK-JP {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.Source-Sans-Pro {
  font-family: 'Source Sans Pro', sans-serif;
}

.serif {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*------------------------------------------*/
/*js
/*------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transition: .8s;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}

.slide-right {
  opacity: 0;
  transition: .8s;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
}

.slide-up {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
}

.slide-in {
  opacity: 1.0;
  transition: .8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


/*======================================================================*/
/*index.html
/*======================================================================*/
/*------------------------------------------*/
/*contents-common
/*------------------------------------------*/
.contents {
  width: 100%;
}

section {
  width: 100%;
  padding: 5vw 0 0;
  overflow: hidden;
  box-sizing: border-box;
}

section:first-child {
  padding-top: 0;
}

section:last-child {
  margin-bottom: 4vw;
}

.sub_ttl {
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
  margin-bottom: 40px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.right::after {
  content: '';
  clear: both;
}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  width: 100%;
}

.l_header_name-inner {
  width: 90%;
  max-width: 1200px;
  padding: 10px 0;
}

.l_header_name {
  z-index: 10;
  text-align: left;
}

.l_header_logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 auto;
  width: 100%;
  max-width: 368px;
}

/* .l_header_name h2 {
  display: inline-block;
  color: #0066cc;
  font-size: 5vw;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (min-width:900px) {
  .l_header_name h2 {
    font-size: 4rem;
  }
} */

/*------------------------------------------*/
/*kv
/*------------------------------------------*/
.kv_bg {
  background: url(../img/01_firstview/authentic/main_visual_pc_2507.jpg) no-repeat;
  background-size: cover;
  height: 49.8vw;
}

/*------------------------------------------*/
/*cvbtn(2305)
/*------------------------------------------*/
.cvbtn_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 130px;
  margin: 25px auto 50px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.cvbtn {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #0066cc;
}

.cvbtn:hover {
  background: rgba(0, 102, 204, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_arrow {
  padding: 0 50px 0 0;
  background: url(../img/02_cpn/arrow_right.svg) no-repeat right center;
  background-size: 20px;
}


.cvbtn_app {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #cb1a70;
}

.cvbtn_app:hover {
  background: rgba(203, 26, 112, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cvbtn_visit {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #ff7bac;
}

.cvbtn_visit:hover {
  background: rgba(255, 123, 172, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

/*------------------------------------------*/
/*cvbtn-order
/*------------------------------------------*/
.cvbtn_wrap-order {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 120px;
  margin: 50px auto;
  padding: 10px;
  text-align: center;
}


.cvbtn-order {
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  border-radius: 9999px;
}

.arrow-order-fff {
  background: url(../img/02_cpn/arrow_right.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-333 {
  background: url(../img/02_cpn/arrow_right_333.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-y {
  background: url(../img/02_cpn/arrow_right_y.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-navy {
  background: url(../img/02_cpn/arrow_right_navy.svg) no-repeat 95% center;
  background-size: 20px;
}

.arrow-order-red {
  background: url(../img/02_cpn/arrow_right_red.svg) no-repeat 95% center;
  background-size: 20px;
}


.cvbtn-order:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*------------------------------------------*/
/*cvtel
/*------------------------------------------*/
.cvtel_area {
  width: 100%;
}

.cvtel_area p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.cvtel {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
  color: #0066cc;
}

.cvtel_icon {
  padding-left: 40px;
  max-height: 34px;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

.tel-area>a {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0066cc;
  font-size: 3.5rem;
  font-weight: bold;
  pointer-events: none;
}

.cv_tel_tel {
  display: block;
  width: 7em;
  margin: 10px auto 0;
  padding-left: .7em;
  font-family: "Roboto";
  font-size: 4vw;
  font-weight: bold;
  color: #1f2c5c;
  text-align: center;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2.6vw;
  white-space: nowrap;
}

.cv_tel_tel2 {
  display: block;
  padding-left: 38px;
  font-family: "Roboto";
  font-size: 3.2vw;
  font-weight: bold;
  color: #1f2c5c;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left center;
  background-size: 2vw;
  white-space: nowrap;
}

/*------------------------------------------*/
/*campaign(2305)
/*------------------------------------------*/
#campaign {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -1px;
}

.campaign-bg {
  padding: 0 0 100px;
  background: #0066cc;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.mt100 {
  margin-top: 100px;
}


.ttl_01 {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 30px;
}

.campaign_sub_ttl {
  display: block;
  color: #000;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  padding: 50px 0;
}

.campaign-down {
  margin: -2px auto 0;
  width: 20%;
  max-width: 134px;
}

.cv_upper {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  /* 2401 */
}

.annotation {
  margin: -1px auto 0;
  padding: 0 45px 20px;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: -0.015rem;
}

/*------------------------------------------*/
/*2401renewal
/*------------------------------------------*/
.app_bg {
  background: #F993C9;
  padding: 7.5% 0 1%;
}

.app_area {}

.mt_app_btn {
  margin-top: 5%;
}

.banner_area {
  margin: 10% auto 0;
}

.banner {
  margin-top: 5%;
}

.pure_bg {
  margin-top: -1px;
  padding: 2.5% 0 5%;
  background: #c21632;
}

.pickup_bg {
  width: 90%;
  max-width: 1000px;
  background: #fff;
  margin: 5% auto;
  text-align: center;
}

.scroll_icon {
  width: 30%;
  max-width: 250px;
  margin: 0 auto;
  padding: 2.5% 0;
  text-align: center;
}

.scroll_icon {
  animation-name: kv_btn_move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

@keyframes kv_btn_move {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -15px)
  }
}

.gymlite_bg {
  margin-top: -1px;
  padding: 6% 0 5%;
  background: #1F2C5C;
}

/*------------------------------------------*/
/*free（stress)
/*------------------------------------------*/
#free {
  padding: 90px 0 0;
}

.stress-bg {
  background: url(../img/03_free/stress/bg_stress_title_pc.png) no-repeat top;
  background-size: cover;
  background-position: right 75% bottom 0;
}

.stress_ask_ttl {
  width: 60%;
  max-width: 686px;
  margin: 10vw auto 10vw 0;
}

.stress_solve_ttl h3 {
  margin: 0 auto 50px;
  width: 90%;
  max-width: 1000px;
}

.stress_solve {
  margin: 90px auto 50px;
}

.stress_block_r {
  display: flex;
  background-color: #0066cc;
}

.stress_box_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.stress_box {
  display: table-cell;
  width: 50%;
  max-width: 600px;
  position: relative;
}

.stress_headline {
  width: 85%;
  max-width: 570px;
  margin: 20% 5%;
  position: absolute;
  top: 5%;
}

.stress_headline img {
  padding-bottom: 5%;
}

.stress_block_r .stress_headline p {
  width: 70%;
  max-width: 420px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 21%;
  line-height: 1.4;
}

.stress_block_w {
  display: flex;
  background-color: #fff;
}

.stress_block_w .stress_headline p {
  width: 70%;
  max-width: 420px;
  font-size: 16px;
  color: #000;
  position: absolute;
  left: 21%;
  line-height: 1.2;
}

.stress_solve_end {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}

.stress_solve_end h3 {
  width: 80%;
  max-width: 718px;
  margin: 0 auto 0 0;
}

.stress_solve_ballon {
  width: 80%;
  max-width: 634px;
  margin: -12% 0 0 auto;
}

.stress_solve_close {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 auto;
}



/*----------------------------
support
----------------------------*/
section#support {
  padding: 0;
}

#support {
  position: relative;
  box-sizing: border-box;
}

.support_title_bk {
  background: url(../img/10_title/bg_title.png) no-repeat;
  background-size: cover;
  height: 262px;
  position: relative;
}

@media screen and (max-width:1024px) {
  .support_title_bk {
    height: 25vw;
  }
}

.support_title_bk img {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*beginner*/
.beginner {
  background-color: #FFF;
  position: relative;
}

.beginner .inner {
  margin: 20px auto;
  width: 100%;
  max-width: 1200px;
}

.beginner h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.beginner .icon img {
  width: 100%;
  max-width: 354px;
  padding: 0 1rem 0 0;
}

.beginner .sub_title {
  margin: 4rem 0;
}

.beginner .sub_title img {
  width: 100%;
  max-width: 838px;
  margin: 4rem 0;
}

.beginner .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -5rem;
}

.beginner .detail .text {
  width: 70%;
  max-width: 650px;
  margin-top: 10rem;
}

.beginner .detail .photo {
  margin: 5% auto;
  z-index: 300;
}

.beginner .detail .photo img {
  width: 100%;
  max-width: 470px;
}

@media screen and (min-width: 901px) and (max-width: 1119px) {
  .beginner .inner {
    margin: 20px auto;
    width: 100%;
    max-width: 900px;
  }

  .beginner .icon img {
    width: 100%;
    max-width: 400px;
    padding: 0 1rem 0 0;
  }

  .beginner .sub_title img {
    width: 100%;
    max-width: 420px;
  }

  .beginner .detail .text {
    width: 50%;
    max-width: 420px;
    margin-top: 10rem;
  }

  .beginner .detail .photo img {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .beginner .inner {
    margin: 20px auto;
    width: 100%;
    max-width: 620px;
  }

  .beginner .icon img {
    width: 100%;
    max-width: 260px;
    padding: 0 1rem 0 0;
  }

  .beginner .sub_title img {
    width: 100%;
    max-width: 280px;
  }

  .beginner .detail .text {
    width: 50%;
    max-width: 300px;
    margin-top: 5rem;
  }

  .beginner .detail .photo img {
    width: 100%;
    max-width: 260px;
    margin-top: 5rem;
  }
}



/*------------------------------------------*/
/*covid
/*------------------------------------------*/
#covid {
  padding: 0 0 5vw;
}

.covid-bg {
  padding: 75px 0 10px;
  background: rgba(0, 102, 204, 0.15);
  background-size: cover;
}

.covid-inner {
  padding: 40px 0;
}

.covid_box ul {
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: justify;
}

ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}

.covid_box li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-bottom: 50px;
}

.covid_box_left {
  width: 50px;
  max-width: 580px;
}

.covid_box_right {
  width: 50px;
  max-width: 580px;
}

.covid_down {
  margin: 0 auto;
  max-width: 134px;
}

.covid_measures-inner {
  width: 100%;
  max-width: 1400px;
  margin: 75px auto 0;
  padding: 0 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.covid_block {
  margin: 0px 25px 100px;
  display: table;
}

.covid_block_point {
  width: 800px;
  max-width: 80%;
  display: table-cell;
}

.covid_block_point:nth-child(2n) {
  padding-left: 50px;
}

.covid_block_point:nth-child(2n+1) {
  padding-right: 50px;
}

/*------------------------------------------*/
/*title
/*------------------------------------------*/
.title_bg {
  background: url(../img/10_title/bg_title.png) no-repeat;
  background-size: cover;
  height: 262px;
  position: relative;
}

.title_logo_l, .title_logo_r {
  width: 90%;
  max-width: 416px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.title_text {
  width: auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_text_r {
  width: auto;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.title_bg h2 {
  font-size: 58px;
  color: #fbdf00;
  font-weight: bold;
  text-align: center;
}

.title_bg h2 span {
  font-size: 70px;
}

h2.ttl_02 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 48px;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-weight: bold;
  padding: 45px 0 15px;
}

.ttl_line {
  outline: solid 2.5px #002059;
  width: 150px;
  margin: 0 auto;
}

h3.sub_ttl_02 {
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", sans-serif !important;
  font-weight: bold;
  padding: 15px 0 90px;
  opacity: 0.4;
}

/*------------------------------------------*/
/*new_machine(2307-08)
/*------------------------------------------*/
#new_machine {
  margin: 0 auto;
  padding: 5vw 0;
  background-color: #0066cc;
}

.new_machine_title_bg {
  background: #002059;
  width: 98%;
  max-width: 960px;
  height: 180px;
  position: relative;
  margin: 0 auto;
}

.new_machine_title_hero {
  width: 96%;
  max-width: 900px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
}

.gym_title_hero img {
  text-align: center;
}

.new_machine_bg_inner {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  /* background-color: #f4f4f4; */
  background-color: #0066cc;
}

.new_machine_bg {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1% 0 0;
  background-color: #f4f4f4;
}

.new_machine_inner_r {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2% auto;
  background-color: #f4f4f4;
  padding: 0;
}

.new_machine_official_img {
  width: 48%;
  max-width: 500px;
  text-align: left;
}

.new_machine_pic_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}

.new_machine_ttl_1 {
  width: 95%;
  max-width: 499px;
  padding: 10px 0 5px 5%;
  margin: 0 auto 5%;
  font-size: 28px;
  background: #000;
  color: #fff;
}

@media screen and (max-width:800px) {
  .new_machine_ttl_1 {
    font-size: 2.8vw;
  }
}

.new_machine_detail {
  width: 95%;
  max-width: 475px;
  padding-left: 5%;
  line-height: 1.6;
}

section#fw_erea {
  padding: 100px 0 0;
}

#fw_erea {
  position: relative;
  box-sizing: border-box;
}

.fw_erea_title_bk {
  background: url(../img/10_title/bg_title.png) no-repeat;
  background-size: cover;
  height: 262px;
  position: relative;
}

@media screen and (max-width:1024px) {
  .fw_erea_title_bk {
    height: 25vw;
  }
}

.fw_erea_title_bk img {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.fw_back {
  background-color: #f4f4f4;
}



/*------------------------------------------*/
/*gym
/*------------------------------------------*/
#gym {
  margin: 0;
  padding: 10vw 0 0;
}

.gym_title_hero {
  width: 90%;
  max-width: 628px;
  position: absolute;
  bottom: 0;
  right: 15%;
}

.gym_bg {
  background-color: #f4f4f4;
  padding: 70px 0 30px;
}

.gym_area_title {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 5%;
  text-align: center;
}

.gym_area_title img {
  padding-bottom: 2.5%;
}



.gym_bg_inner {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
}

.gym_inner_r, .gym_inner_l {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto 0;
  background-color: #fff;
  padding: 0 0 2.2% 0;
}

.gym_official_img {
  width: 45vw;
  margin-top: -3%;
  margin-left: -6vw;
}

.gym_official_img_l {
  width: 45vw;
  margin-top: -3%;
  margin-right: -6vw;
}

.gym_official_img_ex {
  width: 45vw;
  margin-top: -3%;
  margin-left: -6vw;
}

.gym_official_img img {
  width: 100%;
  vertical-align: bottom;
}

.gym_official_img_l img {
  width: 100%;
  vertical-align: bottom;
}

.gym_cap_r {
  width: 23vw;
  background-color: #fff;
  padding-top: 2%;
  padding-left: 3.4vw;
}

.gym_cap_l {
  width: 23vw;
  background-color: #fff;
  padding-top: 2%;
  padding-right: 3.4vw;
}

.gym_ttl_1 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_cardio_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
  color: #1f2c5c;
}

.gym_ttl_2 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_strength_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
  color: #1f2c5c;
}

.gym_ttl_3 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_gym_freew_icon.png) no-repeat right 20px;
  background-size: 2.9vw;
  color: #1f2c5c;
}

.gym_ttl_4 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_studio1_icon.png) no-repeat right 10px;
  background-size: 2.6vw;
  color: #1f2c5c;
}

.gym_ttl_5 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_studio2_icon.png) no-repeat right 0;
  background-size: 2.4vw;
  color: #1f2c5c;
}

.gym_ttl_6 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_shower_icon.png) no-repeat right 20px;
  background-size: 2.6vw;
  color: #1f2c5c;
}

.gym_ttl_7 {
  width: 23vw;
  margin: 0;
  padding: 10px 0 0;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  background: url(../img/05_gym/img_sauna_icon.png) no-repeat right 5px;
  background-size: 2.6vw;
  color: #1f2c5c;
}



.gym_detail, .gym_detail_l {
  min-height: 3.6vw;
  margin: 5.2% 0;
  font-size: 16px;
  line-height: 1.4;
}

.machine_pic_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.machine_pic_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.machine_pic img {
  display: block;
  width: 80%;
  height: auto;
}

/*------------------------------------------*/
/*studio
/*------------------------------------------*/
#studio {
  margin: 0;
}

.studio_title_hero {
  width: 90%;
  max-width: 611px;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.studio_bg {
  background-color: #fff3f5;
}

.studio_program-inner {
  position: relative;
  z-index: 999;
  text-align: center;
}

.program {
  display: inline-block;
  border-radius: 125px;
  background-color: #0066cc;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 90px auto 0;
  padding: 10px 30px;
}

.program_detail {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin: 30px auto;
}

.studio_dego_bg {
  margin: -100px auto 0;
  padding: 40px 0 0;
  height: 180px;
}

.yoga_bg {
  background-color: #e86931;
}

.bodycombat_bg {
  background-color: #407278;
}

.aero_bg {
  background-color: #306c8e;
}

.pilates_bg {
  background-color: #baa850;
}

.studio_deco p {
  text-align: center;
  color: #fff;
  font-size: 150px;
  font-weight: 900;
  opacity: 0.2;
  font-family: "Noto Sans CJK JP", sans-serif !important;
}

/*------------------------------------------*/
/*other
/*------------------------------------------*/
#other {
  /*   margin: -20px; */
  padding: 15vw 0 0;
}

.other_title_hero {
  width: 90%;
  max-width: 580px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.other-inner img {
  margin: 80px auto;
}

.other-inner2 img {
  margin: 50px auto 80px;
}

.other-inner_narrow img {
  margin: 40px auto;
}

.optionPrice_month_list {
  margin: 0 0 40px;
}

.table_list table {
  width: 100%;
  border: solid 1px #707070;
}

.table_list th {
  box-sizing: border-box;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: middle;
  padding: 1rem;
  width: 50%;
}

.table_list td {
  box-sizing: border-box;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.scbox {
  padding: 0 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.schedule_link_box {
  max-width: 1100px;
  width: 100%;
  margin: 0 0 60px;
}

.schedule_link_box ul {
  border-left: solid 1px #707070;
  border-top: solid 1px #707070;
}

.schedule_link li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  border: none;
}

.schedule_link li p {
  display: inline-block;
  position: relative;
  width: 100%;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  font-size: 1.25rem;
  color: #0066cc;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
}

.schedule_link li p .shop_ex {
  font-size: 1.2rem;
  color: #0066cc;
  background-color: #fff;
  border: #0066cc solid 1px;
  padding: 1%;
  margin-right: 1%;
}

.schedule_link li p .shop_ex2 {
  color: #000;
  background-color: #fff;
  border: #000 solid 1px;
  padding: 1%;
  margin-right: 1%;
}

.ri {
  float: right;
  color: #000;
}

.spt {
  display: none;
}

/*------------------------------------------*/
/*member
/*------------------------------------------*/
.member_bg {
  background-color: #DBDBDB;
  padding-bottom: 80px;
}

.fee {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  box-sizing: border-box;
  border: solid #B51B32 3px;
}

.fee th {
  color: #fff;
  background-color: #B51B32;
  padding: 25px 0;
  border-right: solid #fff 2px;
}

.fee td {
  color: #000;
  padding: 25px 0;
  background-color: #fff;
  border-right: solid #B51B32 2px;
}

.bring {
  margin: 30px auto;
  background-color: #444444;
}

.bring h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  padding: 10px 0;
}

.bring_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}

.bring_list li {
  width: 30%;
  max-width: 330px;
  margin-right: auto;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bring_list li:last-child {
  margin-right: 0;
}

.bring_list li p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
}

.bring_annotation {
  margin: 25px 0 0;
}

.fee_scroll {
  margin-top: 5%;
}

/*------------------------------------------*/
/*shop
/*------------------------------------------*/
#shop_info {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.shop_info-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.shop_block {
  margin-top: 0;
}

.shop_block-inner {
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}

.shop_number {
  height: auto;
  text-align: left;
}

.shop_box {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

@media screen and (max-width:960px) {
  .shop_box {
    width: 96%;
    max-width: 400px;
  }
}

@media screen and (max-width:800px) {
  .shop_box {
    width: 96%;
    max-width: 380px;
  }
}


.shop_box.mt65 {
  margin-top: 65px;
}

.g_map {
  width: 90%;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto 100px;
  overflow: hidden;
}

.g_map iframe {
  border: 0;
  width: 100%;
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
  margin-top: -67px;
}

.shop-overview {
  height: auto;
  text-align: left;
}

.shop-ttl {
  display: table;
  margin-bottom: 15px;
}

.shop-ttl img {
  max-width: 50px;
  margin-right: 15px;
  display: table-cell;
  vertical-align: middle;
}

.shop-ttl h3 {
  display: table-cell;
  font-size: 28px;
  letter-spacing: -1px;
  vertical-align: middle;
  font-weight: 900;
}

.shop-overview .address {
  font-size: 17px;
}

.shop-overview .notes_bold {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}

.shop-overview .notes {
  text-align: left;
  font-size: 17px;
}

.shop-overview .notes span {
  padding-left: 86px;
}

.shop-overview .tel {
  font-weight: bold;
  font-size: 2.8rem;
  color: #0066cc;
  text-decoration: none;
  pointer-events: none;
  cursor: text;
}

.shop-overview .tel span {
  font-size: 1.8rem;
  color: #000;
}

.shop_tel {}

.shop_tel_icon {
  max-height: 34px;
  background: url(../img/02_cpn/tel_icon.svg) no-repeat left;
  padding-left: 40px;
}

.fee_frame {
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #000;
  color: #0066cc;
}

/*------------------------------------------*/
/*shop_btn
/*------------------------------------------*/

.shop_btn_area {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 2.5%;
  text-align: center;
}

.shop_btn_wrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  width: 48%;
  max-width: 460px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

.shop_btn {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.4vw;
  font-weight: bold;
  text-decoration: none;
  /*   background: #1f2c5c !important;
  color: #fbdf00; */
  border-radius: 6px;
  outline-offset: -5px;
  outline: 2px solid #fbdf00;
  z-index: -2;
}

@media screen and (min-width:1281px) {
  .shop_btn {
    font-size: 24px;
  }
}


.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}




/*------------------------------------------*/
/*text_link
/*------------------------------------------*/
.text_link {
  width: 100%;
  background-color: #002059;
  padding: 20px 0;
}

.text_link ul {
  text-align: center;
}

.text_link ul li {
  display: inline-block;
  color: #fff;
}

.text_link ul li::after {
  content: "｜";
}

.text_link ul li:last-child::after {
  content: "";
}

.text_link ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.text_link ul li a:hover {
  color: #b57f18;
}

/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer {
  width: 100%;
}

.l_footer {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.3rem;
  color: #fff;
  background: #0066cc;
}

.l-footer__nav {
  margin: 0;
  text-align: center;
}

.l-footer__nav-item {
  display: inline-block;
}

.l-footer__nav-item:last-child a:after {
  display: none;
}

.l-footer__nav-item a {
  color: #fff;
  text-decoration: none;
}

.l-footer__nav-item a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -3px 9px 0 9px;
  vertical-align: middle;
  background: #fff;
}

footer .copyright {
  padding: 5px 0;
  color: #fff;
  background: #0066cc;
  text-align: center;
  font-size: 1.2rem
}

/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 70%;
  font-weight: 800;
  bottom: -100px;
  transition: .3s;
}

#page-top.show {
  bottom: 20px;
  transition: .3s;
  z-index: 9999;
}

#page-top a {
  background: #0066cc;
  opacity: 0.7;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 2px #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/*------------------------------------------*/
/*side_btn
/*------------------------------------------*/
#side_btn {
  top: 150px;
  position: fixed;
  right: 0;
  z-index: 999;
}

#side_btn a {
  background: #0066cc;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 10;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 350px;
  margin: 0 auto;
  padding: 0 5px 0 10px;
  text-align: center;
  display: block;
  border: solid 1px #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#side_btn a:hover {
  text-decoration: none;
  opacity: 0.9;
}

#side_btn .down_arrow {
  background: url(../img/02_cpn/arrow_down.svg) no-repeat bottom center;
  background-size: 26px;
  padding: 0 0 20px;
}

/*======================================================================*/
/*width:641~1119px
/*======================================================================*/
@media screen and (min-width:641px) and (max-width:1119px) {

  /*------------------------------------------*/
  /*title
/*------------------------------------------*/
  .gym_title_hero {
    right: 5%;
  }

  .studio_title_hero {
    left: 2%;
  }

  .other_title_hero {
    right: 5%;
  }

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .feature_title_hero {
    left: 5%;
  }

  .feature_text_left .text, .feature_text_left .right {
    line-height: 1.4;
  }

  .headline1, .headline2 {
    font-size: 20px;
  }

  #feature .pink .sm {
    font-size: 18px;
  }

  .feature_studio_btn_wrap {
    width: 100%;
  }

  .feature_studio_btn_wrap a {
    font-size: 14px;
  }

  .feature_deco p {
    font-size: 5rem;
  }

  /*------------------------------------------*/
  /*covid
/*------------------------------------------*/
  .covid_box li {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .covid_measures-inner {
    margin: 0 auto 120px;
  }

  .covid_block {
    margin: 0 auto;
  }

  .covid_block_point {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 60px auto 0;
  }

  .covid_block_point:nth-child(2n) {
    padding-left: 0;
  }

  .covid_block_point:nth-child(2n+1) {
    padding-right: 0;
  }

  /*------------------------------------------*/
  /*gym
/*------------------------------------------*/
  .gym_inner_r, .gym_inner_l {
    width: 90%;
  }

  .gym_official_img, .gym_official_img_l, .gym_official_img_ex {
    width: 62%;
  }

  .gym_cap_r, .gym_cap_l {
    width: 34%;
  }

  .gym_ttl_1 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_cardio_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_2 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_strength_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_3 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_gym_freew_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_4 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_studio1_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .gym_ttl_5 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_studio2_icon.png) no-repeat right;
    background-size: 3vw;
  }

  .gym_ttl_6 {
    width: 30vw;
    padding: 0 0 0;
    font-size: 2rem;
    background: url(../img/05_gym/img_shower_icon.png) no-repeat right;
    background-size: 4vw;
  }

  .cv_tel_tel2 {
    padding-left: 30px;
    font-size: 4.5vw;
    background-size: 3vw;
  }
}

/*======================================================================*/
/*width:~1119x
/*======================================================================*/
@media screen and (min-width:901px) and (max-width:1119px) {

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .deco_pink {
    text-align: right;
    right: 10;
    top: 90;
  }

  .deco_orange {
    text-align: left;
    left: 10;
    top: 90;
  }

  .deco_green {
    text-align: right;
    right: 10;
    top: 90;
  }

  .deco_red {
    text-align: left;
    left: 10;
    top: 90;
  }

  .deco_blue {
    text-align: right;
    right: 10;
    top: 90;
  }
}

/*======================================================================*/
/*width:641~900px
/*======================================================================*/
@media screen and (min-width:641px) and (max-width:900px) {

  /*------------------------------------------*/
  /*free（beginner)
/*------------------------------------------*/
  .beginner_note_upper {
    font-size: 2.2rem;
  }

  .feature_bg {
    background-color: #ffeef2;
    padding: 75px 0 3vw;
  }

  .bg_img {
    padding: 0 0 50px;
    overflow: hidden;
  }

  .bg_img:last-child {
    padding: 0 0 5vw;
    overflow: hidden;
  }

  /*------------------------------------------*/
  /*feature
/*------------------------------------------*/
  .feature_text_right, .feature_text_left {
    padding: 5vw;
  }

  .feature_pic_right {
    margin: -49vw auto 0 0;
  }

  .feature_deco {
    margin-top: 0;
  }

  .deco_pink {
    text-align: left;
    right: 0;
    top: 0;
  }

  .deco_orange {
    text-align: right;
    left: 0;
    top: 0;
  }

  .deco_green {
    text-align: left;
    right: 0;
    top: 0;
  }

  .deco_red {
    text-align: right;
    left: 0;
    top: 1vw;
  }

  .deco_blue {
    text-align: left;
    right: 0;
    top: 0;
  }

  .feature_studio_btn_wrap {
    letter-spacing: -0.1vw;
  }
}

/*-----------*\
$animation
\*-----------*/
/*----- fadeIn -----*/
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.fadeIn {
  opacity: 1.0;
}

/*----- Up slide -----*/
.js-Up {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: .8s;
  transition: .8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- zoomIn -----*/
.js-zoomIn {
  opacity: 0.5;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
  transition: 0.5s cubic-bezier(0.29, 1.14, 0.72, 1.275);
}

.zoomIn {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*----- zoomIn fancy -----*/
.js-zoomIn_fancy {
  opacity: 0.5;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.8, 0.8);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.zoomIn_fancy {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* js-fadeIn_delay */
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .8s;
  transition: .8s;
}

.js-fadeIn_delay li.fadeIn {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- fadeInLeft -----*/
.btnflash {
  -webkit-animation: move-btnflash .5s ease 1 alternate;
  animation: move-btnflash .5s ease 1 alternate;
}

@-webkit-keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes move-btnflash {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .7;
  }

  100% {
    opacity: 1;
  }
}