@charset "UTF-8";
/* setting, mixin */
/*color*/
/* break point */
/* easing */
/*foundation*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  text-decoration: none;
  vertical-align: top;
  font-size: 0px;
}

article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

p {
  color: #000;
}

button {
  cursor: pointer;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: 'Better bodies hi';
  font-style: normal;
  font-weight: 400;
  src: url("/bb/assets/font/BBHGOTHIC-NEUTRAL.otf") format("opentype");
  src: url("/bb/assets/font/BBHGOTHIC-NEUTRAL.eot");
  src: url("/bb/assets/font/BBHGOTHIC-NEUTRAL.eot?#iefix") format("embedded-opentype"), url("/bb/assets/font/BBHGOTHIC-NEUTRAL.woff") format("woff"), url("/bb/assets/font/BBHGOTHIC-NEUTRAL.ttf") format("truetype");
}

@font-face {
  font-family: 'Better bodies hi';
  font-style: normal;
  font-weight: 800;
  src: url("/bb/assets/font/BBHGOTHIC-BOLD.otf") format("opentype");
  src: url("/bb/assets/font/BBHGOTHIC-BOLD.eot");
  src: url("/bb/assets/font/BBHGOTHIC-BOLD.eot?#iefix") format("embedded-opentype"), url("/bb/assets/font/BBHGOTHIC-BOLD.woff") format("woff"), url("/bb/assets/font/BBHGOTHIC-BOLD.ttf") format("truetype");
}

@font-face {
  font-family: 'Better bodies hi';
  font-style: normal;
  font-weight: 700;
  src: url("/bb/assets/font/BBHGOTHIC-EXERCISE.otf") format("opentype");
  src: url("/bb/assets/font/BBHGOTHIC-EXERCISE.eot");
  src: url("/bb/assets/font/BBHGOTHIC-EXERCISE.eot?#iefix") format("embedded-opentype"), url("/bb/assets/font/BBHGOTHIC-EXERCISE.woff") format("woff"), url("/bb/assets/font/BBHGOTHIC-EXERCISE.ttf") format("truetype");
}

@font-face {
  font-family: 'Better bodies hi';
  font-style: normal;
  font-weight: 300;
  src: url("/bb/assets/font/BBHGOTHIC-RELAX.otf") format("opentype");
  src: url("/bb/assets/font/BBHGOTHIC-RELAXeot");
  src: url("/bb/assets/font/BBHGOTHIC-RELAX.eot?#iefix") format("embedded-opentype"), url("/bb/assets/font/BBHGOTHIC-RELAX.woff") format("woff"), url("/bb/assets/font/BBHGOTHIC-RELAX.ttf") format("truetype");
}

/*library*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-image {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots button {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #cccccc;
}

.slick-dots .slick-active button {
  background-color: #000000;
}

/*atoms*/
.a-button {
  display: block;
  background: #fff;
  color: #000;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 105px 12px 25px;
  position: relative;
  transition: all 250ms;
}

.a-button.gray--1:hover {
  background: #707070;
  color: #fff;
  opacity: 1;
}

.a-button.gray--1:hover * {
  color: #fff;
}

.a-button.gray--1:hover::after {
  color: #fff;
}

.a-button::after {
  content: "→→";
  font-size: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  display: flex;
  align-items: center;
}

.a-button + .a-button {
  margin-top: 20px;
}

.a-button > .title > em {
  font-size: 48px;
}

.a-button > .title > span {
  font-size: 18px;
  margin-left: 10px;
}

.a-button__topics {
  display: inline-block;
  margin-top: 15px;
}

.a-button__more {
  display: block;
  width: 130px;
  height: 38px;
  margin-top: 30px;
  margin-left: auto;
  margin-bottom: 5px;
}

.a-button__more__image01 {
  background: url(/bb/assets/img/common/button_more.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__more__image01:hover {
  background: url(/bb/assets/img/common/button_more_hover01.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__more__image02 {
  background: url(/bb/assets/img/common/button_more.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__more__image02:hover {
  background: url(/bb/assets/img/common/button_more_hover02.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__more__image03 {
  background: url(/bb/assets/img/common/button_more.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__more__image03:hover {
  background: url(/bb/assets/img/common/button_more_hover03.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 155px;
}

.a-button__menu__list:not(:last-child) {
  margin-bottom: 4px;
}

.a-button__menu__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  max-width: 800px;
  height: 100px;
}

.a-button__menu__image__join {
  background: url(/bb/assets/img/top/button_join.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__menu__image__join:hover {
  background: url(/bb/assets/img/top/button_join_hover.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu__image__trial {
  background: url(/bb/assets/img/common/button_trial.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__menu__image__trial:hover {
  background: url(/bb/assets/img/common/button_trial_hover.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu__image__trial-reserved {
  background: url(/bb/assets/img/common/button_trial_reserved.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__menu__image__trial-reserved:hover {
  background: url(/bb/assets/img/common/button_trial_reserved_hover.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu__image__contact {
  background: url(/bb/assets/img/common/button_contact.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__menu__image__contact:hover {
  background: url(/bb/assets/img/common/button_contact_hover.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu__image__instagram {
  background: url(/bb/assets/img/common/button_instagram.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.a-button__menu__image__instagram:hover {
  background: url(/bb/assets/img/common/button_instagram_hover.png);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.a-button__menu__sp {
  margin-bottom: 43px;
}

.a-button__menu__sp__list:not(:last-child) {
  margin-bottom: 6px;
}

.a-button__menu__sp__image {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .a-button {
    padding: 0 60px 6px 10px;
    border-radius: 5px;
  }
  .a-button + .a-button {
    margin-top: 3px;
  }
  .a-button::after {
    font-size: 10.666666666666666vw;
    right: 10px;
  }
  .a-button.gray--1,
  .a-button.gray--1 * {
    background: #707070;
    color: #fff;
  }
  .a-button > .title > em {
    font-size: 10.666666666666666vw;
  }
  .a-button > .title > span {
    font-size: 3.2vw;
  }
}

/*molecules*/
.m-contents {
  margin-bottom: 75px;
}

.m-contents.layout--1::after {
  content: '';
  display: block;
  clear: both;
}

.m-contents.layout--1 .m-contents__image {
  float: right;
  width: calc(100vw / 2);
  margin-left: 50px;
}

.m-contents.layout--1 .m-contents__image__food {
  background-position: center center;
  background-size: cover;
  /* height: 0;
  padding-top: 35.7142857143%; */
}

.webp .m-contents.layout--1 .m-contents__image__food {
  background-image: url(/bb/assets/img/top/img_food_pc.webp);
}

.no-webp .m-contents.layout--1 .m-contents__image__food {
  background-image: url(/bb/assets/img/top/img_food_pc.jpg);
}

.m-contents.layout--1 .m-contents__food__links {
  max-width: 560px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 60px 40px;
  margin:-163px 0 0 calc((100vw - 1000px) / 2);
  position: relative;
  z-index: 2;
  float: left;
}

.m-contents__food__links > p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  white-space: nowrap;
  margin-left: -4px;
}

.m-contents__food__links .inner {
  display: flex;
}

.m-contents__food__links .inner > a {
  width: 200px;
  display: block;
}

.m-contents__food__links .inner > a > img {
  width: 100%;
}

.m-contents__food__links .inner > a + a {
  margin-left: auto;
}

.m-contents__title {
  margin-bottom: 36px;
  line-height: 1;
}

.m-contents__title em {
  font-size: 70px;
}

.m-contents__title b{
  font-size: inherit;
  font-weight: bold;
}

.m-contents__title span {
  font-size: 24px;
  font-weight: bold;
}

.m-contents__title em + span {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .m-contents__title em + span {
    margin-left: 5px;
  }
  .m-contents.layout--1 .m-contents__image {
    float: none;
    width: 100%;
    margin: 0;
    background: url(/bb/assets/img/top/img_food_sp.jpg) center center;
    background-size: cover;
  }
  .m-contents.layout--1 .m-contents__food__links {
    margin: 24px 10px 0;
    float: none;
    padding: 16px 10px 20px;
    width: auto;
  }
  .m-contents__food__links > p {
    font-size: 12px;
    text-align: center;
    margin: 0 0 17px;
  }
  .m-contents__title em {
    font-size: 30px;
  }
  .m-contents__title span {
    font-size: 18px;
  }
  .m-contents__food__links .inner > a {
    width: 100%;
  }
  .m-contents__food__links .inner > a + a {
    margin-left: 10px;
  }
}

#facility-slider.t-wrapper {
  max-width: 1060px;
}

#facility-slider {
  position: relative;
}

#facility-slider > button {
  display: block;
  width: 64px;
  height: 80px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

#facility-slider > button::before,
#facility-slider > button::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#facility-slider > button::before {
  transform: rotate(-55deg);
  top: -18px;
}

#facility-slider > button::after {
  transform: rotate(55deg);
  bottom: -18px;
}

#facility-slider > button.prev {
  left: -2px;
}

#facility-slider > button.next {
  right: -2px;
}

#facility-slider > button.next::before {
  transform: rotate(55deg);
}

#facility-slider > button.next::after {
  transform: rotate(-55deg);
}

#facility-slider .slick-list {
  overflow: visible;
}

#facility-slider .element {
  margin: 0 30px;
  position: relative;
}

#facility-slider .element .caption{
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(3,0,0,0.7) 100%);
  padding: 10px 15px 10px 15px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}

#facility-slider .element .caption span {
  color: #fff;
  opacity: 0;
  transition: .5s ease-out;
  transition-delay: 1s;
}

#facility-slider .element.slick-current.slick-active .caption span{
  opacity: 1;
}

#facility-slider .slick-dots {
  position: absolute;
  bottom: 5px;
  right: 45px;
  margin: 0;
}

#facility-slider .slick-dots button {
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0;
  width: 8px;
  height: 8px;
}

#facility-slider .slick-dots .slick-active button {
  opacity: 1;
}

#facility-slider .slick-dots li + li {
  margin-left: 10px;
}

#facility-slider-thumb {
  display: flex;
  margin: 15px auto;
}

#facility-slider-thumb .thumb {
  height: 80px;
  width: 100%;
  cursor: pointer;
  opacity: 0.5;
  transition: 250ms;
  transition-property: opacity, border;
  border: 2px solid transparent;
}

#facility-slider-thumb .thumb.is-active {
  opacity: 1;
  border-color: #000;
}

#facility-slider-thumb .thumb + .thumb {
  margin-left: 8px;
}

@media only screen and (max-width: 768px) {
  #facility-slider .element {
    margin: 0;
  }
  #facility-slider .slick-list {
    overflow: hidden;
  }
  #facility-slider .thumb {
    padding-top: 50%;
  }
  #facility-slider > button {
    transform: scale(.5);
  }
  #facility-slider > button.prev {
    left: -16px;
  }
  #facility-slider > button.next {
    right: -16px;
  }
  #facility-slider .element .caption {
    left: 0;
    bottom: 0;
  }
  #facility-slider .slick-dots {
    right: 20px;
    bottom: 0;
  }
  #facility-slider-thumb .thumb {
    height: 7.33333333333vw;
    padding-top: 0;
  }
  #facility-slider-thumb .thumb + .thumb {
    margin-left: 5px;
  }
  #facility .ricoh-theta-tour-image,
  #facility .ricoh-theta-tour-image iframe {
    height: 80vw!important;
    width: 100%!important;
  }
  #facility-slider-thumb {
    margin: 15px auto 25px;
  }
}

.o-awards {
  background: url(/bb/assets/img/top/bg_awards_pc.jpg)no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0 60px;
  margin: 0 0 70px;
}

.o-awards__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.o-awards__title > span,
.o-awards__title .ff-bbh {
  font-size: inherit;
}

.o-awards__title::before,
.o-awards__title::after {
  content: '';
  width: 60px;
  border-top: 2px solid;
}

.o-awards__title::before {
  margin-right: 20px;
}

.o-awards__title::after {
  margin-left: 20px;
}

.o-awards__list {
  display: flex;
}

.o-awards__list > li {
  width: 180px;
}

.o-awards__list > li:nth-child(even) {
  margin-top: 80px;
}

.o-awards__list > li + li {
  margin-left: auto;
}

.o-price__section + .o-price__section {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .o-awards {
    padding: 33px 0;
    margin: 0 0 35px;
    background: url(/bb/assets/img/top/bg_awards_sp.jpg)no-repeat;
    background-size: cover;
    height: 118.66666666666667vw;
  }
  .o-awards__title {
    font-size: 5.333333333333333vw; /* 20px */
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .o-awards__title::before,
  .o-awards__title::after {
    width: auto;
    flex: 1;
    margin-top: 2px;
  }
  .o-awards__title::before {
    margin-right: 12px;
  }
  .o-awards__title::after {
    margin-left: 12px;
  }
  .o-awards__list > li {
    width: 30.666666666666668vw;
  }
  .o-awards__list > li + li ,
  .o-awards__list > li:nth-child(even) {
    margin: 0;
  }
  .o-awards__list {
    display: block;
    position: relative;
  }
  .o-awards__list > li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .o-awards__list > li:nth-child(2) {
    position: absolute;
    top: 24vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .o-awards__list > li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .o-awards__list > li:nth-child(4) {
    position: absolute;
    top: 48vw;
    left: 10px;
  }
  .o-awards__list > li:nth-child(5) {
    position: absolute;
    top: 48vw;
    right: 10px;
  }
}

.o-price__section > .head {
  background: #ccc;
  text-align: center;
  line-height: 1;
  padding: 8px;
}

.o-price__section > .head.main {
  background: #000;
  color: #fff;
}

.o-price__section > .head h3 em {
  font-size: 26px;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.o-price__section > .head h3 span {
  font-size: 18px;
  font-weight: bold;
}

.o-price__section > .head.main h3 em {
  font-size: 38px;
  font-weight: 800;
}

.o-price__section > .head.main h3 span {
  font-size: 18px;
  font-weight: bold;
}

.o-price__section > .body {
  background: #f4f4f4;
  padding: 35px 40px 40px;
}

.o-price__section .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 33px;
}

.o-price__section .desc a {
  text-decoration: underline;
}

.o-price__gw__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-price__gw__list > li {
  width: 32.1428571429%;
}

.o-price__gw__list > li + li {
  margin-left: auto;
}

.o-price__gw__element {
  height: 100%;
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

.o-price__gw__element > .head {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.o-price__gw__element > .head em {
  display: block;
  line-height: 1;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  font-weight: 800;
}

.o-price__gw__element > .head span {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}

.o-price__gw__element > .body {
  padding: 15px 25px 19px;
  text-align: center;
}

.o-price__gw__element > .body .price {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffde00));
  background: linear-gradient(transparent 70%, #ffde00 70%);
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
}

.o-price__gw__element > .body .price em {
  font-size: 54px;
  font-weight: bold;
  margin-right: 5px;
}

.o-price__gw__element > .body .price em small {
  font-size: 46px;
  font-weight: bold;
}

.o-price__gw__element > .body .tax {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.o-price__gw__element > .body .tax em {
  font-weight: normal;
  font-size: inherit;
}

.o-price__gw__element > .body .numoftime {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 16px;
}

.o-price__gw__element > .body .numoftime em {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
  margin-right: 15px;
}

.o-price__gw__element > .body aside {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #666;
  font-weight: bold;
  line-height: 1.9;
}

.o-price__gw__element > .body .benefits {
  display: flex;
  margin-top: 23px;
}

.o-price__gw__element > .body .benefits::before {
  content: '特典';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.o-price__gw__element > .body .benefits ol {
  text-align: left;
  transform: translateY(-7px);
}

.o-price__gw__element > .body .benefits ol > li {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.04em;
  counter-increment: number;
  line-height: 1.8;
}

.o-price__gw__element > .body .benefits ol > li::before {
  content: counter(number) ".";
}

.o-price__fw__list {
  display: flex;
}

.o-price__fw__list > li {
  width: 32.1428571429%;
}

.o-price__fw__list > li + li {
  margin-left: auto;
}

.o-price__fw__element {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.o-price__fw__element > .head {
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.o-price__fw__element > .head h4 {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: lighter;
}

.o-price__fw__element > .head span {
  line-height: 1;
  font-size: 18px;
}

.o-price__fw__element > .body .price {
  font-size: 14px;
  text-align: center;
  background: linear-gradient(transparent 70%, #e4e4e4 70%);
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.o-price__fw__element > .body .price em {
  font-size: 42px;
}

.o-price__fw__element > .body .price em small {
  font-size: 32px;
}

.o-price__fw__element > .body .tax {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.o-price__fw__element > .body .tax em {
  font-weight: normal;
  font-size: inherit;
}

.o-price__fw__element > .body .numoftime {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 16px;
}

.o-price__fw__element > .body .numoftime em {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  font-weight: normal;
  margin-right: 10px;
}

.o-price__fw__list aside p {
  font-size: 14px;
  color: #777;
}

.o-price__fw__list aside p + p {
  margin-top: 3px;
}

.o-price__aside__list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.o-price__aside__list > li {
  display: flex;
  align-items: center;
}

.o-price__aside__list > li + li {
  margin-left: 60px;
}

.o-price__aside__list > li .title {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .04em;
  display: inline-block;
  padding: 10px;
  min-width: 115px;
  text-align: center;
  font-weight: bold;
}

.o-price__aside__list > li .title span {
  font-size: 12px;
  font-weight: inherit;
  margin-left: 5px;
}

.o-price__aside__list > li .title + .desc {
  margin-left: 10px;
}

.o-price__aside__list > li .desc {
  letter-spacing: 0.05em;
}

.o-price__aside__list > li .desc em {
  font-size: 30px;
  font-weight: bold;
}

.o-price__aside__list > li .desc span {
  font-size: 16px;
  font-weight: 400;
}

.o-price__aside > .t-wrapper > .desc {
  font-size: 16px;
  margin-bottom: 35px;
}

.o-price__aside > .t-wrapper > .credit,
.o-price__aside > .t-wrapper > .credit p {
  color: #666;
  font-size: 14px;
}

.o-price__aside > .t-wrapper > .credit {
  margin-bottom: 75px;
}

.o-price__aside > .t-wrapper > .credit ul li {
  padding-left: 1em;
  line-height: 1.8;
}

.o-price__aside > .t-wrapper > .credit ul li::before {
  content: '※';
  text-indent: -1em;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .o-price__gw__element > .head span{
    font-size: 14px;
  }
  .o-price__section > .head h3 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .o-price__section > .head h3 em {
    font-size: 20px;
  }
  .o-price__section > .head h3 span {
    font-size: 14px;
  }
  .o-price__section > .head.main h3 em {
    font-size: 30px;
    margin-bottom: 3px;
  }
  .o-price__section > .head.main h3 span {
    font-size: 14px;
  }
  .o-price__section > .body {
    padding: 25px 10px;
  }
  .o-price__section .desc {
    font-size: 12px;
    text-align: left;
  }
  .o-price__gw__list {
    display: block;
  }
  .o-price__gw__list > li {
    width: 100%;
  }
  .o-price__gw__list > li + li {
    margin-top: 20px;
  }
  .o-price__fw__list {
    display: block;
  }
  .o-price__fw__list > li {
    width: 100%;
  }
  .o-price__fw__list > li + li {
    margin-top: 15px;
  }
  .o-price__fw__element {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 10px;
    margin-bottom: 10px;
  }
  .o-price__fw__element > .head {
    margin: 0;
    padding: 0;
    transform: translateY(-7px);
  }
  .o-price__fw__element .head + .body {
    margin-left: 22px;
  }
  .o-price__fw__element > .head h4 {
    font-size: 20px;
  }
  .o-price__fw__element > .body .price {
    margin-bottom: 2px;
  }
  .o-price__fw__element > .body .price em {
    font-size: 30px;
  }
  .o-price__fw__element > .body .price em small{
    font-size: 24px;
  }
  .o-price__fw__element > .body .tax {
    font-size: 12px;
  }
  .o-price__fw__list aside p {
    font-size: 12px;
  }
  .o-price__aside__list {
    display: block;
    margin-bottom: 22px;
  }
  .o-price__aside__list > li + li {
    margin: 10px 0 0;
  }
  .o-price__aside__list > li .title {
    font-size: 14px;
    min-width: 110px;
    padding: 8px 10px;
  }
  .o-price__aside__list > li .desc em {
    font-size: 20px;
  }
  .o-price__aside__list > li .desc span {
    font-size: 14px;
  }
  .o-price__aside .t-wrapper.medium {
    padding: 0;
  }
  .o-price__aside > .t-wrapper > .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .o-price__aside > .t-wrapper > .credit,
  .o-price__aside > .t-wrapper > .credit p {
    font-size: 12px;
  }
  .o-price__aside .a-button__wrapper {
    padding: 0;
    margin: 0 0 18px;
  }
  .o-price__aside > .t-wrapper > .credit {
    margin-bottom: 35px;
  }
  .o-price__gw__element > .body {
    padding: 15px 15px 19px;
  }
}

.o-access__2col {
  display: flex;
}

.o-access__2col > div {
  width: 50%;
}

#price.m-contents {
  margin-bottom: 143px;
}

.m-contents.access > .inner {
  background: #3c3c3c url(/bb/assets/img/top/bg_access_pc.jpg)no-repeat;
  background-size: cover;
}

.m-contents.access > .inner .o-aceess__white-box {
  transform: translateY(-60px);
}

.m-contents.access .o-access__2col .body {
  color: #fff;
  max-width: 600px;
  padding: 94px 0 0 60px;
}

.m-contents.access h2 em {
  font-weight: lighter;
}

.m-contents.access .o-access__2col .body h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: lighter;
  margin-bottom: 30px;
}

.m-contents.access .o-access__2col .body h3 em {
  font-size: inherit;
  font-weight: normal;
}

.m-contents.access .o-access__2col .body .desc {
  color: #fff;
  font-size: 16px;
  margin-bottom: 53px;
  line-height: 1.8;
}

.o-access__table {
  width: 100%;
}

.o-access__table * {
  color: inherit;
  font-size: 16px;
  vertical-align: top;
  line-height: 1.8;
}

.o-access__table td,
.o-access__table td * {
  vertical-align: middle;
}

.o-access__table small,
.o-access__table dt span {
  font-size: 14px;
}

.o-access__table th,
.o-access__table td {
  padding-bottom: 15px;
}

.o-access__table th {
  min-width: 140px;
  text-align: left;
}

.o-access__table th p {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.o-access__table b {
  font-weight: bold;
}

.o-access__table dl + dl {
  margin-top: 12px;
}

[class*="o-access__icon"] {
  min-width: 38px;
  line-height: 1;
}

.o-access__icon--address::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_address.svg) no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 23px;
}

.o-access__icon--access::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_access.svg) no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 23px;
}

.o-access__icon--time::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_time.svg) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
}

.o-access__icon--closed-day::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_closedday.svg) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 21px;
}

.o-access__icon--tel::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_tel.svg) no-repeat;
  background-size: 100% 100%;
  width: 17px;
  height: 23px;
}

.o-access__icon--parking::before {
  content: '';
  display: inline-block;
  background: url(/bb/assets/img/top/icon_parking.svg) no-repeat;
  background-size: 100% 100%;
  width: 31px;
  height: 17px;
}

.o-aceess__white-box {
  background: #fff;
  padding: 50px 100px 45px 60px;
}

.o-aceess__white-box .element {
  position: relative;
}

.o-aceess__white-box .element + .element {
  margin-top: 45px;
  padding-top: 40px;
}

.o-aceess__white-box .element + .element::before {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

.o-aceess__white-box .element h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}

.o-aceess__white-box .element .desc {
  font-size: 16px;
  max-width: 490px;
  line-height: 1.8;
  text-align: justify;
}

.o-aceess__white-box .element > picture {
  position: absolute;
  top: 10px;
  right: -200px;
  z-index: 2;
}

.o-aceess__white-box .element > picture img {
  width: 100%;
}

.o-aceess__white-box .o-access__table {
  transform: translate(3px, 5px);
}

.o-aceess__white-box .o-access__table [class*="o-access__icon"] {
  min-width: 50px;
}

.o-aceess__white-box .o-access__table th {
  min-width: 165px;
}

.m-contents__image__append {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 300px;
  height: 40px;
  background: #fff;
  padding-top: 4px;
  font-size: 20px;
  text-align: center;
}

.m-contents__image__concept {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.webp .m-contents__image__concept {
  background-image: url(/bb/assets/img/top/img_concept.webp);
}
.no-webp .m-contents__image__concept {
  background-image: url(/bb/assets/img/top/img_concept.jpg);
}

.m-contents__image__workout {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__workout {
  background-image: url(/bb/assets/img/top/img_workout.webp);
}
.no-webp .m-contents__image__workout {
  background-image: url(/bb/assets/img/top/img_workout.jpg);
}

.m-contents__image__food {
  background: url(/bb/assets/img/top/img_food.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.m-contents__image__trial {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__trial {
  background-image: url(/bb/assets/img/top/img_trial.webp);
}
.no-webp .m-contents__image__trial {
  background-image: url(/bb/assets/img/top/img_trial.jpg);
}

.m-contents__image__facade {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__facade {
  background-image: url(/bb/assets/img/top/img_facade.webp);
}
.no-webp .m-contents__image__facade {
  background-image: url(/bb/assets/img/top/img_facade.jpg);
}


.m-contents__image__lounge {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__lounge {
  background-image: url(/bb/assets/img/top/img_lounge.webp);
}
.no-webp .m-contents__image__lounge {
  background-image: url(/bb/assets/img/top/img_lounge.jpg);
}

.m-contents__image__locker {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__locker {
  background-image: url(/bb/assets/img/top/img_locker.webp);
}
.no-webp .m-contents__image__locker {
  background-image: url(/bb/assets/img/top/img_locker.jpg);
}

.m-contents__image__washbasin {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__washbasin {
  background-image: url(/bb/assets/img/top/img_washbasin.webp);
}
.no-webp .m-contents__image__washbasin {
  background-image: url(/bb/assets/img/top/img_washbasin.jpg);
}

.m-contents__image__workout_front {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__workout_front {
  background-image: url(/bb/assets/img/top/img_workout_front.webp);
}
.no-webp .m-contents__image__workout_front {
  background-image: url(/bb/assets/img/top/img_workout_front.jpg);
}

.m-contents__image__workout_back {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.webp .m-contents__image__workout_back {
  background-image: url(/bb/assets/img/top/img_workout_back.webp);
}
.no-webp .m-contents__image__workout_back {
  background-image: url(/bb/assets/img/top/img_workout_back.jpg);
}

.m-contents__image__fixed {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.m-contents__description {
  margin-top: 15px;
}

.m-contents__text {
  font-size: 18px;
  line-height: 1.8;
}

.m-contents__text__large {
  margin-top: 33px;
  font-size: 24px;
  font-weight: 700;
}

.m-contents__text__small {
  margin-top: 20px;
  font-size: 14px;
}

.m-contents__text__bold {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.m-contents__text--indent {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.m-contents__text--underline {
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

.m-contents__list {
  margin-bottom: 5px;
  font-size: 18px;
}

.m-main-visual {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.m-main-visual__lower {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.m-main-visual__append {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  /*
    &__image {
      width: 314px;
      @include sp() {
        width: 157px;
      }
      &__concept {
        width: 378px;
        @include sp() {
          width: 114px;
        }
      }
    }
    */
}

.m-main-visual__desc {
  z-index: 1;
  background: #fff;
  max-width: 1000px;
  padding: 30px 30px 28px;
  margin: 0 auto 20px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-40px);
}

.m-main-visual__desc p {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

.m-main-visual__desc .ff-bbh {
  font-size: inherit;
  font-weight: normal;
}

.m-main-visual__image {
  /* background: url(/bb/assets/img/top/img_main.jpg); */
  position: relative;
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}

.m-main-visual__image video{
  width: 100%;
}

.m-main-visual__image__concept {
  background: url(/bb/assets/img/concept/img_main.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.m-main-visual__image__workout {
  background: url(/bb/assets/img/workout/img_main.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.m-main-visual__image__trial {
  background: url(/bb/assets/img/trial/img_main.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .m-main-visual__image video{
    /* height: 100%; */
    /* position: absolute; */
    width: 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
  }
  .m-contents.access > .inner {
    padding-bottom: 30px;
  }
  .m-main-visual__desc {
    margin: 0 10px 0;
    transform: translateY(-25px);
    padding: 22px 0;
  }
  .m-main-visual__desc p {
    font-size: 11px;
  }
  #price.m-contents {
    margin-bottom: 62px;
  }
  .o-access__2col {
    display: block;
  }
  .o-access__2col > div {
    width: 100%;
  }
  .m-contents.access .o-access__2col .body {
    padding: 30px 10px 10px;
    max-width: none;
  }
  .m-contents.access .o-access__2col .body h3 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .m-contents.access .o-access__2col .body .desc {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .m-contents.access > .inner .o-aceess__white-box {
    transform: none;
    margin: 0 10px;
    padding: 20px 10px;
  }
  .o-aceess__white-box .element > picture {
    position: static;
    width: 100%;
  }
  .o-access__table * {
    font-size: 12px;
  }
  .o-access__table small,
  .o-access__table dt span {
    font-size: 10px;
  }
  .o-access__table th {
    min-width: 100px;
  }
  .o-aceess__white-box .element h3 {
    margin-bottom: 10px;
  }
  .o-aceess__white-box .element .desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .o-aceess__white-box .element + .element {
    margin-top: 30px;
    padding-top: 25px;
  }
  .o-aceess__white-box .o-access__table th {
    min-width: 120px;
  }
  [class*="o-access__icon"] {
    min-width: 30px;
  }
  .o-aceess__white-box .o-access__table [class*="o-access__icon"] {
    min-width: 40px;
  }
}


/*organisms*/
.o-access__map {
  width: 100%;
  height: 620px;
}

.o-access__map iframe {
  margin-top: 20px;
}

.o-access__map iframe {
  height: inherit;
}

.o-access__information {
  line-height: 1.7;
}

.o-access__information__title {
  margin-bottom: 35px;
}

.o-access__information__list {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 18px;
}

.o-access__information__term {
  width: 126px;
  display: table-cell;
  padding-right: 10px;
  font-size: 18px;
  word-break: break-all;
}

.o-access__information__description {
  width: 674px;
  font-size: 18px;
  word-break: break-all;
}

.o-footer__under {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px 0;
}

.o-footer__menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.o-footer__menu__list {
  font-size: 18px;
}

.o-footer__menu__list:not(:last-child) {
  margin-right: 18px;
}

.o-footer__copyright {
  font-size: 18px;
}

.o-headernew {
  width: 100%;
  height: 80px;
}

.o-headernew__wrapper {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #fff;
}

.o-headernew__inner {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
  /*
    &__logo {
      width: 344px;
      @include sp() {
        width: 179px;
      }
    }
*/
}

.o-headernew__inner__global-navi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*
      &__img {
        &__trial {
          @include sp() {
            width: 31px;
          }
        }
        &__lesson {
          @include sp() {
            width: 27px;
          }
        }
      }
      */
}

.o-headernew__inner__global-navi__list {
  text-align: center;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 21.5px;
}

.o-headernew__inner__global-navi__list.pc_only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list.pc_only {
    display: none;
  }
}

.o-headernew__inner__global-navi__list.pc_only:nth-of-type(1) {
  margin-left: 0;
}

.o-headernew__inner__global-navi__list.pc_only:nth-last-of-type(2) {
  margin-right: 10px;
}

.o-headernew__inner__global-navi__list.pc_only:last-of-type {
  margin-right: 0;
  margin-left: 0;
}

.o-headernew__inner__global-navi__list a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.o-headernew__inner__global-navi__list a > .ff-en {
  font-family: "Better bodies hi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 5px;
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list a > .ff-en {
    margin: 0;
  }
}

.o-headernew__inner__global-navi__list:nth-of-type(7) a {
  border: 2px solid #000000;
}

.o-headernew__inner__global-navi__list:last-of-type a {
  background: #000000;
}

.o-headernew__inner__global-navi__list._member, .o-headernew__inner__global-navi__list._trial {
  width: 128px;
  height: 60px;
}

.o-headernew__inner__global-navi__list._member > a, .o-headernew__inner__global-navi__list._trial > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 2px;
}

.o-headernew__inner__global-navi__list._member > a > .ff-en, .o-headernew__inner__global-navi__list._trial > a > .ff-en {
  font-size: 18px;
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list._member, .o-headernew__inner__global-navi__list._trial {
    width: 64px;
    margin: 0;
    height: 30px;
  }
  .o-headernew__inner__global-navi__list._member > a, .o-headernew__inner__global-navi__list._trial > a {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 10px;
    width: 100%;
    height: 100%;
  }
  .o-headernew__inner__global-navi__list._member > a > .ff-en, .o-headernew__inner__global-navi__list._trial > a > .ff-en {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .o-headernew__inner__global-navi__list._member > a > .ff-jp, .o-headernew__inner__global-navi__list._trial > a > .ff-jp {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .o-headernew__inner__global-navi__list._member > a, .o-headernew__inner__global-navi__list._trial > a {
    padding: 0 4px;
  }
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list._member > a > img, .o-headernew__inner__global-navi__list._trial > a > img {
    width: 37.5px;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  .o-headernew__inner__global-navi__list._member > a > img, .o-headernew__inner__global-navi__list._trial > a > img {
    width: 30px;
  }
}

.o-headernew__inner__global-navi__list._member {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list._member {
    margin-right: 5px;
  }
}

.o-headernew__inner__global-navi__list._member > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
}

.o-headernew__inner__global-navi__list._trial {
  margin-right: 0;
  margin-left: 0;
}

.o-headernew__inner__global-navi__list._trial > a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .o-headernew__inner__global-navi__list._trial {
    margin-left: 0;
  }
  .o-headernew__inner__global-navi__list._trial > a {
    background: #000000;
  }
}

.o-headernew__inner__global-navi__list__link {
  display: block;
  padding: 0;
  /*
          position: relative;
          display: flex;
          align-items: center;
          height: 69px;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          &.is_active,
          &:hover {
            background-color: $color_white;
          }
          */
}

.o-headernew__inner__sp-contents__menu {
  display: none;
}

.o-headernew__inner__sp-contents__menu:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

.o-headernew__inner__sp-contents__menu__button {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  text-align: center;
}

.o-headernew__inner__sp-contents__menu__button:before, .o-headernew__inner__sp-contents__menu__button:after {
  content: '';
  display: block;
  width: 17.5px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
}

.o-headernew__inner__sp-contents__menu__button:after {
  bottom: 0;
}

.o-headernew__inner__sp-contents__menu__button span {
  text-indent: 9999px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 0;
  width: 17.5px;
  height: 2px;
  background-color: #000;
}

.o-headernew__inner__sp-contents__menu__button.is_active {
  height: 7px;
  margin-top: 15px;
}

.o-headernew__inner__sp-contents__menu__button.is_active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}

.o-headernew__inner__sp-contents__menu__button.is_active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0px;
}

.o-headernew__inner__sp-contents__menu__button.is_active span {
  display: none;
}


.o-sp__menu {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  display: none;
}

.o-sp__menu__inner {
  height: 100%;
  margin-top: 48px;
  margin-left: 65px;
  overflow: auto;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .o-sp__menu__inner {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
}

.o-sp__menu__inner__list > a {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
}

.o-sp__menu__inner__list > a .ff-en {
  font-size: 21px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Better bodies hi", sans-serif;
  line-height: 1;
  width: 130px;
}

.o-sp__menu__inner__listbtn {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.o-sp__menu__inner__listbtn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.o-sp__menu__inner__listbtn._member > a, .o-sp__menu__inner__listbtn._trial > a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .06em;
}

.o-sp__menu__inner__listbtn._member {
  margin-bottom: 15px;
}

.o-sp__menu__inner__listbtn._member > a {
  background: #000000;
}

.o-sp__menu__inner__listbtn._trial {
  margin-bottom: 30px;
}

.o-sp__menu__inner__listbtn._trial > a {
  background: #ff453c;
}

.o-video {
  width: 100%;
}

.o-video:focus {
  outline: none;
}

.o-pagenation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 180px;
}

.o-pagenation__prev {
  margin-right: 59px;
}

.o-pagenation__next {
  margin-left: 59px;
}

.o-price {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 31px;
  border-bottom: solid 1px #000;
}

.o-price__category:first-of-type {
  margin-bottom: 70px;
}

.o-price__category__name {
  margin-bottom: 25px;
  font-size: 27px;
  font-weight: 700;
  text-indent: -0.5em;
}

.o-price__member {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
}

.o-price__month {
  display: inline-block;
  margin-top: 5px;
  font-size: 24px;
}

.o-price__tax {
  font-size: 18px;
}

.o-price__time {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
}

.o-price__admissionFee {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.8;
}

.o-price__credit {
  font-size: 18px;
  line-height: 1.8;
}

.o-price__credit__text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.o-price__credit__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.o-price__credit__card {
  font-size: 18px;
  font-weight: 700;
}

.o-topics {
  margin: 88px 0 40px;
  /*
  &__list {
    width: 100%;
    display: table;
    table-layout: fixed;
    @include sp() {
      display: block;
    }
  }
*/
}

.o-topics__detail {
  margin-bottom: 150px;
}

.o-topics__detail__contents {
  margin: 88px 0 75px;
}

.o-topics__title {
  margin-bottom: 95px;
}

.o-topics__list {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 33px;
  padding-bottom: 33px;
}

.o-topics__list:not(:last-of-type):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.o-topics__item__fixed {
  margin: 55px 0;
  padding-bottom: 55px;
  border-bottom: solid 1px #000;
}

.o-topics__item__fixed:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 0px !important;
  height: 0px !important;
  background-color: #000 !important;
}

.o-topics__term {
  width: 242px;
  display: table-cell;
  padding-right: 10px;
  font-size: 18px;
  word-break: break-all;
}

.o-topics__description {
  width: 558px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
}

.o-topics__text {
  margin: 10px 0 30px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.o-topics__image {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.o-topics__related__link {
  margin-bottom: 35px;
  font-size: 18px;
}

.o-topics__campaign {
  /*margin: 0 auto;
  max-width: 800px;*/
  margin-top: -12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 768px) {
  .o-topics__campaign {
    margin-top: -7px;
    padding-top: 0;
  }
}

.o-topics__campaign > a {
  display: block;
}

.o-topics__campaign > a > img {
  width: 100%;
}

.o-topics__top {
  margin-top: 40px;
  margin-bottom: 144px;
  font-size: 18px;
  /*
    &__list {
      width: 100%;
      display: table;
      table-layout: fixed;
      @include sp() {
        display: block;
      }
    }
*/
}

.o-topics__top__title {
  margin-bottom: 22px;
}

.o-topics__top__title em {
  font-size: 38px;
}

.o-topics__top__title span {
  font-size: 18px;
  font-weight: bold;
}

.o-topics__top__tlist__title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 25px;
  margin-bottom: 32px;
}

.o-topics__top__tlist__title .main {
  width: 250px;
  padding-right: 10px;
  font-size: 18px;
}

.o-topics__top__tlist__title .sub {
  font-weight: bold;
  font-size: 18px;
}

.o-topics__top__list {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 12px;
  padding-bottom: 21px;
  line-height: 1.8;
}

.o-topics__top__list:not(:last-of-type):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.o-topics__top__item__fixed {
  margin: 12px 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
}

.o-topics__top__item__fixed:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 0px !important;
  height: 0px !important;
  background-color: #000 !important;
}

.o-topics__top__term {
  width: 250px;
  display: table-cell;
  padding-right: 10px;
  font-size: 18px;
  word-break: break-all;
}

.o-topics__top__description {
  width: 550px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .o-topics__top__title em {
    font-size: 22px;
    display: inline-block;
  }
  .o-topics__top__title span {
    font-size: 15px;
  }
  .o-topics__top__tlist__title {
    display: block;
    padding-bottom: 12px;
    margin-bottom: -6px;
  }
}

/*layout*/

/* campaign */
.c_campaign__sp {
  display: none;
}

.c_campaign {
  padding: 38px 100px 40px;
  background-image: url(/bb/campaign/img/bg_pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
          text-align: center;
  color: #FFF;
  font-weight: bold;
}

.c_campaign p {
  color: #FFF;
}

@media only screen and (max-width: 860px) {
  .c_campaign {
    padding: 19px 50px 40px;
  }
}

.c_campaign__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 8.5px;
  color: #000;
  font-size: 30px;
  font-family: "Better bodies hi", sans-serif;
  font-weight: 400;
}

.c_campaign__ttl:before,
.c_campaign__ttl:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #000;
  width: 110px;
  height: 2px;
  top: 50%;
}

.c_campaign__ttl:before {
  left: -116px;
}

.c_campaign__ttl:after {
  right: -116px;
}

.c_campaign__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 30px;
  line-height: 1.2;
}

/*.c_campaign__head:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #af0031;
  width: 566px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}*/

.c_campaign__head__ttl {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.c_campaign__head__ttl span {
  display: block;
  font-size: 50px;
  font-weight: 400;
  font-family: "Better bodies hi", sans-serif;
}

.c_campaign__head__tag {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 0 10px 7px 0;
  padding-top: 10px;
  font-size: 15.21px;
  z-index: 1;
  font-weight: bold;
}

.c_campaign__head__tag:before {
  position: absolute;
  display: block;
  content: "";
  background: #af0031;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.c_campaign__detail {
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_campaign__detail__price {
  display: flex;
  align-items: flex-end;
  margin:0 45px 0 0px;
  line-height: 1;
}

.c_campaign__detail__price__tag {
  margin-right: 8px;
  padding: 9px 2px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  font-size: 20px;
  font-weight: bold;
}

.c_campaign__detail__price__num {
  margin-right: 5px;
  font-size: 50px;
  font-weight: 400;
  font-family: "Better bodies hi", sans-serif;
}

.c_campaign__detail__price__unit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.c_campaign__detail__price__unit span {
  position: absolute;
  width: 6rem;
  top: -18px;
  right: -44px;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: bold;
}

.c_campaign__detail__date {
  font-size: 30.25px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.c_campaign__detail__date__num {
  font-family: "Better bodies hi", sans-serif;
  font-size: 34.98px;
  font-weight: 400;
}

.c_campaign__detail__date span:not(.c_campaign__detail__date__num) {
  padding-left: 5px;
  font-size: 18.74px;
  letter-spacing: 0.18em;
  font-weight: bold;
}

.c_campaign__desc {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 25px;
}

.c_campaign__desc p {
  position: absolute;
  width: 100%;
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
}

.c_campaign__desc p span {
  font-family: "Better bodies hi", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

@media only screen and (max-width: 860px) {
  .c_campaign__desc p {
    top: calc(((100vw - 40px) * 0.641) * 0.46 );
    font-size: 16px;
  }
  .c_campaign__desc p span {
    font-size: 16px;
  }
}

.c_campaign__desc img {
  width: 100%;
}

.c_campaign__txt {
  max-width: 1000px;
  margin: 0 auto 27px;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.c_campaign__txt p {
  font-size: 12px;
}

.c_campaign__txt__list li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 860px) {
  .c_campaign__txt p,
  .c_campaign__txt__list li {
    font-size: 10px;
  }
}

.c_campaign__btn a {
  position: relative;
  width: 260px;
  display: block;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
  letter-spacing: 0.06em;
  background: #af0031;
  color: #FFF;
}

.c_campaign__btn a:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c_campaign__btn a span {
  padding-right: 17px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c_campaign__pc {
    display: none;
  }

  .c_campaign__sp {
    display: block;
  }

  .c_campaign {
    padding:24px 20px;
    background-image: url(/bb/campaign/img/bg_pattern_sp.png);
  }
  
  .c_campaign__ttl {
    margin-bottom: 15.5px;
    font-size: 15px;
  }
  
  .c_campaign__ttl:before,
  .c_campaign__ttl:after {
    width: 54px;
    height: 1px;
  }
  
  .c_campaign__ttl:before {
    left: -56px;
  }
  
  .c_campaign__ttl:after {
    right: -56px;
  }
  
  .c_campaign__head {
    margin-bottom: 17px;
    padding-bottom: 5px;
    line-height: 1.15;
  }
  
  .c_campaign__head:after {
    width: 100%;
    height: 2px;
  }
  
  .c_campaign__head__ttl {
    font-size: 9px;
    font-weight: normal;
    letter-spacing: -0.01em;
  }
  
  .c_campaign__head__ttl span {
    font-size: 29.5px;
  }
  
  .c_campaign__head__tag {
    width: 32px;
    height: 32px;
    margin:0 5px 4px -1px;
    padding-top: 6px;
    font-size: 9px;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.1;
  }
  
  .c_campaign__detail {
    margin-bottom: 7px;
  }
  
  .c_campaign__detail__price {
    margin:0 35px 7px 0px;
  }
  
  .c_campaign__detail__price__tag {
    margin-right: 5px;
    padding: 4px 1px;
    font-size: 12px;
  }
  
  .c_campaign__detail__price__num {
    margin-right: 2px;
    font-size: 30px;
  }
  
  .c_campaign__detail__price__unit {
    font-size: 14px;
  }
  .c_campaign__detail__price__unit span {
    top: -12px;
    right: -25px;
    width: 50px;
    font-size: 8px;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  
  .c_campaign__detail__date{
    font-size: 16.5px;
    letter-spacing: 0.05em;
    line-height: 1.15em;
    text-align: left;
  }
  
  .c_campaign__detail__date__num {
    font-size: 19px;
  }
  
  .c_campaign__detail__date span:not(.c_campaign__detail__date__num) {
    padding-left: 3px;
    font-size: 10px;
  }
  
  .c_campaign__desc {
    margin-bottom: 10px;
  }
  
  .c_campaign__txt {
    margin: 0 auto 21px;
  }

  .c_campaign__txt li {
    font-size: 10px;
  }

  .c_campaign__btn a {
    margin: 0 auto;
    width: 100%;
    padding:10px;
  }
  
  .c_campaign__btn a:after {
    width: 5px;
    height: 5px;
    right: 15px;
    margin-top: -3px;
  }

  .c_campaign__btn a span {
    font-size: 16px;
    padding-right: 0;
  }
}

/* group name */
.t-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.t-wrapper.wide {
  max-width: 1200px;
}

.t-wrapper.medium {
  max-width: 800px;
}

/*utility*/
/* -s-p専用クラス */
/* -p-c専用クラス */
/* 全デバイス共通 */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-fz10 {
  font-size: 10px !important;
}

.u-fz11 {
  font-size: 11px !important;
}

.u-fz12 {
  font-size: 12px !important;
}

.u-fz13 {
  font-size: 13px !important;
}

.u-fz14 {
  font-size: 14px !important;
}

.u-fz15 {
  font-size: 15px !important;
}

.u-fz16 {
  font-size: 16px !important;
}

.u-fz17 {
  font-size: 17px !important;
}

.u-fz18 {
  font-size: 18px !important;
}

.u-fz19 {
  font-size: 19px !important;
}

.u-fz20 {
  font-size: 20px !important;
}

.u-fz21 {
  font-size: 21px !important;
}

.u-fz22 {
  font-size: 22px !important;
}

.u-fz23 {
  font-size: 23px !important;
}

.u-fz24 {
  font-size: 24px !important;
}

.u-fz25 {
  font-size: 25px !important;
}

.u-fz26 {
  font-size: 26px !important;
}

.u-fz27 {
  font-size: 27px !important;
}

.u-fz28 {
  font-size: 28px !important;
}

.u-fz29 {
  font-size: 29px !important;
}

.u-fz30 {
  font-size: 30px !important;
}

.u-fz31 {
  font-size: 31px !important;
}

.u-fz32 {
  font-size: 32px !important;
}

.u-fz33 {
  font-size: 33px !important;
}

.u-fz34 {
  font-size: 34px !important;
}

.u-fz35 {
  font-size: 35px !important;
}

.u-fz36 {
  font-size: 36px !important;
}

.u-fz37 {
  font-size: 37px !important;
}

.u-fz38 {
  font-size: 38px !important;
}

.u-fz39 {
  font-size: 39px !important;
}

.u-fz40 {
  font-size: 40px !important;
}

.u-fz41 {
  font-size: 41px !important;
}

.u-fz42 {
  font-size: 42px !important;
}

.u-fz43 {
  font-size: 43px !important;
}

.u-fz44 {
  font-size: 44px !important;
}

.u-fz45 {
  font-size: 45px !important;
}

.u-fz46 {
  font-size: 46px !important;
}

.u-fz47 {
  font-size: 47px !important;
}

.u-fz48 {
  font-size: 48px !important;
}

.u-fz49 {
  font-size: 49px !important;
}

.u-fz50 {
  font-size: 50px !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-va-base {
  vertical-align: baseline !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-va-middle {
  vertical-align: middle !important;
}

.u-va-bottom {
  vertical-align: bottom !important;
}

.u-va-text-top {
  vertical-align: text-top !important;
}

.u-va-text-bottom {
  vertical-align: text-bottom !important;
}

.u-va-super {
  vertical-align: super !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.u-fxd-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.u-fxd-row-rev {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.u-fxd-col {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.u-fxd-col-rev {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.u-fxw-no {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-fxw-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-fxw-wrap-rev {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-jc-flex-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.u-jc-flex-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.u-jc-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.u-jc-space-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.u-jc-space-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-ai-flex-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.u-ai-flex-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.u-ai-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.u-ai-base {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.u-ai-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.u-ac-flex-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-ac-flex-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-ac-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-ac-space-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-ac-space-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-ac-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-as-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.u-as-flex-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-as-flex-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-as-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.u-as-base {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-as-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-static {
  position: static !important;
}

.u-relative {
  position: relative !important;
}

.u-absolute {
  position: absolute !important;
}

.u-bg-none {
  background: none !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-text-kerning {
  -webkit-font-feature-settings: 'palt' !important;
  font-feature-settings: 'palt' !important;
}

.u-clearfix:after {
  content: '' !important;
  display: block !important;
  clear: both !important;
}

.u-wh100p {
  width: 100% !important;
  height: auto !important;
}

.u-max-wh100p {
  max-width: 100% !important;
  height: auto !important;
}

.u-margin-side-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.ff-bbh {
  font-family: "Better bodies hi", sans-serif;
}

@media (max-width: 768px) {
  h1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 4px;
  }
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
    font-size: 12px;
  }
  .slick-dots {
    margin-top: 8px;
  }
  .slick-dots li + li {
    margin-left: 10px;
  }
  .slick-dots button {
    width: 5px;
    height: 5px;
  }
  .a-button__wrapper {
    padding: 0 10px;
  }
  .a-button__topics {
    margin-top: 26px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .a-button__more {
    width: 80px;
    height: 21px;
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 0px;
  }
  .a-button__more__image01 {
    background: url(/bb/assets/img/common/button_more_sp01.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .a-button__more__image01:hover {
    background: url(/bb/assets/img/common/button_more_sp01.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__more__image02 {
    background: url(/bb/assets/img/common/button_more_sp02.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .a-button__more__image02:hover {
    background: url(/bb/assets/img/common/button_more_sp02.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__more__image03 {
    background: url(/bb/assets/img/common/button_more_sp03.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .a-button__more__image03:hover {
    background: url(/bb/assets/img/common/button_more_sp03.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__menu {
    margin-bottom: 12px;
  }
  .a-button__menu__list:not(:last-child) {
    margin-bottom: 6px;
  }
  .a-button__menu__image__join {
    background: url(/bb/assets/img/top/button_join_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
  }
  .a-button__menu__image__join:hover {
    background: url(/bb/assets/img/top/button_join_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__menu__image__trial {
    background: url(/bb/assets/img/common/button_trial_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
  }
  .a-button__menu__image__trial:hover {
    background: url(/bb/assets/img/common/button_trial_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__menu__image__trial-reserved {
    background: url(/bb/assets/img/common/button_trial_reserved_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
  }
  .a-button__menu__image__trial-reserved:hover {
    background: url(/bb/assets/img/common/button_trial_reserved_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__menu__image__contact {
    background: url(/bb/assets/img/common/button_contact_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
  }
  .a-button__menu__image__contact:hover {
    background: url(/bb/assets/img/common/button_contact_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .a-button__menu__image__instagram {
    background: url(/bb/assets/img/common/button_instagram_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
  }
  .a-button__menu__image__instagram:hover {
    background: url(/bb/assets/img/common/button_instagram_sp.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 15.6%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 250ms;
    transition: all 250ms;
  }
  .m-contents {
    margin-bottom: 31px;
  }
  .m-contents__title {
    margin-bottom: 15px;
  }
  .m-contents__image__append {
    width: 180px;
    height: 25px;
    padding-top: 3px;
    font-size: 12px;
  }
  .m-contents__image__concept {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__concept {
    background-image: url(/bb/assets/img/top/img_concept_sp.webp);
  }
  .no-webp .m-contents__image__concept {
    background-image: url(/bb/assets/img/top/img_concept_sp.jpg);
  }
  .m-contents__image__workout {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__workout {
    background-image: url(/bb/assets/img/top/img_workout_sp.webp);
  }
  .no-webp .m-contents__image__workout {
    background-image: url(/bb/assets/img/top/img_workout_sp.jpg);
  }
  .m-contents__image__food {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__food {
    background-image: url(/bb/assets/img/top/img_food_sp.webp);
  }
  .no-webp .m-contents__image__food {
    background-image: url(/bb/assets/img/top/img_food_sp.jpg);
  }
  .webp .m-contents.layout--1 .m-contents__image__food {
    background-image: url(/bb/assets/img/top/img_food_sp.webp);
  }

  .no-webp .m-contents.layout--1 .m-contents__image__food {
    background-image: url(/bb/assets/img/top/img_food_sp.jpg);
  }
  .m-contents__image__trial {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__trial {
    background-image: url(/bb/assets/img/top/img_trial_sp.webp);
  }
  .no-webp .m-contents__image__trial {
    background-image: url(/bb/assets/img/top/img_trial_sp.jpg);
  }
  .m-contents__image__facade {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__facade {
    background-image: url(/bb/assets/img/top/img_facade_sp.webp);
  }
  .no-webp .m-contents__image__facade {
    background-image: url(/bb/assets/img/top/img_facade_sp.jpg);
  }
  .m-contents__image__lounge {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__lounge {
    background-image: url(/bb/assets/img/top/img_lounge_sp.webp);
  }
  .no-webp .m-contents__image__lounge {
    background-image: url(/bb/assets/img/top/img_lounge_sp.jpg);
  }
  .m-contents__image__locker {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__locker {
    background-image: url(/bb/assets/img/top/img_locker_sp.webp);
  }
  .no-webp .m-contents__image__locker {
    background-image: url(/bb/assets/img/top/img_locker_sp.jpg);
  }
  .m-contents__image__washbasin {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__washbasin {
    background-image: url(/bb/assets/img/top/img_washbasin_sp.webp);
  }
  .no-webp .m-contents__image__washbasin {
    background-image: url(/bb/assets/img/top/img_washbasin_sp.jpg);
  }
  .m-contents__image__workout_front {
    background: url(/bb/assets/img/top/img_workout_front_sp.jpg);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__workout_front {
    background-image: url(/bb/assets/img/top/img_workout_front_sp.webp);
  }
  .no-webp .m-contents__image__workout_front {
    background-image: url(/bb/assets/img/top/img_workout_front_sp.jpg);
  }
  .m-contents__image__workout_back {
    height: 0px;
    padding-top: 46.8%;
  }
  .webp .m-contents__image__workout_back {
    background-image: url(/bb/assets/img/top/img_workout_back_sp.webp);
  }
  .no-webp .m-contents__image__workout_back {
    background-image: url(/bb/assets/img/top/img_workout_back_sp.jpg);
  }
  .m-contents__image__fixed {
    width: 100%;
  }
  .m-contents__description {
    margin-top: 10px;
  }
  .m-contents__text {
    margin-top: 3px;
    font-size: 12px;
  }
  .m-contents__text__large {
    margin-top: 10px;
    font-size: 15px;
  }
  .m-contents__text__small {
    margin-top: 5px;
    font-size: 9px;
  }
  .m-contents__text__bold {
    margin-top: 3px;
    font-size: 12px;
  }
  .m-contents__text--indent {
    font-size: 12px;
  }
  .m-contents__text--underline {
    padding-bottom: 3px;
  }
  .m-contents__list {
    margin-bottom: 3px;
    font-size: 9px;
  }
  .m-main-visual {
    height: auto;
  }
  .m-main-visual__lower {
    height: auto;
    margin-top: 40px;
  }
  .m-main-visual__append {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
  }
  .m-main-visual__image {
    /* background: url(/bb/assets/img/top/img_main_sp.jpg); */
    /* position: relative; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size/: cover; */
    /* height: 0px; */
    /* padding-top: 106.66%; */
    /* height: 106.66vw; */
  }
  .m-main-visual__image__concept {
    background: url(/bb/assets/img/concept/img_main_sp.jpg);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 46.8%;
  }
  .m-main-visual__image__workout {
    background: url(/bb/assets/img/workout/img_main_sp.jpg);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 46.8%;
  }
  .m-main-visual__image__trial {
    background: url(/bb/assets/img/trial/img_main_sp.jpg);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0px;
    padding-top: 46.8%;
  }
  .o-access__map {
    height: 240px;
    margin-bottom: 17px;
  }
  .o-access__map iframe {
    height: 240px;
  }
  .o-access__information__title {
    margin-bottom: 22px;
  }
  .o-access__information__list {
    margin-bottom: 10px;
  }
  .o-access__information__term {
    width: 18.5%;
    font-size: 9px;
  }
  .o-access__information__description {
    width: auto;
    font-size: 9px;
  }
  .o-footer__under {
    display: block;
    padding: 0 10px 12px;
  }
  .o-footer__menu {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .o-footer__menu__list:not(:last-child) {
    margin-right: 10px;
  }
  .o-footer__menu__list {
    font-size: 9px;
  }
  .o-footer__copyright {
    font-size: 9px;
  }
  .o-headernew {
    height: 41px;
  }
  .o-headernew__wrapper {
    height: 41px;
    padding: 0 10px;
  }
  .o-headernew__inner {
    height: 41px;
    padding-right: 0;
  }
  .o-headernew__inner__global-navi {
    margin-right: 27px;
  }
  .o-headernew__inner__global-navi__list__link {
    padding: 0 5px;
  }
  .o-headernew__inner__sp-contents__menu {
    width: 36px;
    height: 41px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
    text-align: center;
  }
  .o-sp__menu {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    margin-top: 41px;
  }
  .o-sp__menu.is_active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .o-pagenation {
    margin-bottom: 60px;
  }
  .o-price {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: none;
  }
  .o-price:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: #000;
  }
  .o-price__category:first-of-type {
    margin-bottom: 30px;
  }
  .o-price__category__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .o-price__member {
    width: 100%;
    font-size: 15px;
    margin-bottom: 2px;
  }
  .o-price__month {
    font-size: 15px;
  }
  .o-price__tax {
    font-size: 12px;
  }
  .o-price__time {
    width: 100%;
    font-size: 12px;
    line-height: 1.9;
  }
  .o-price__admissionFee {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .o-price__credit {
    font-size: 9px;
  }
  .o-price__credit__text {
    font-size: 9px;
  }
  .o-price__credit__title {
    font-size: 13px;
  }
  .o-price__credit__card {
    font-size: 9px;
  }
  .o-topics {
    margin: 15px 0 50px;
  }
  .o-topics {
    margin: 18px 0 50px;
  }
  .o-topics__detail {
    margin-bottom: 55px;
  }
  .o-topics__detail__contents {
    margin: 23px 0 30px;
  }
  .o-topics__title {
    margin-bottom: 28px;
  }
  .o-topics__list {
    display: block;
    margin-top: 14px;
    padding-bottom: 5px;
  }
  .o-topics__list:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 25px;
    height: 1px;
    background-color: #000;
  }
  .o-topics__item__fixed {
    margin: 12px 0 14px;
    padding-bottom: 10px;
  }
  .o-topics__term {
    width: auto;
    display: inline-block;
    font-size: 12px;
  }
  .o-topics__description {
    width: auto;
    margin-top: 3px;
    padding-left: 0px;
    font-size: 12px;
    white-space: normal;
  }
  .o-topics__text {
    margin: 15px 0 25px;
    font-size: 12px;
    line-height: 1.9;
  }
  .o-topics__image {
    width: 100%;
  }
  .o-topics__related__link {
    margin-bottom: 19px;
    font-size: 9px;
  }
  .o-topics__top {
    margin-top: 21px;
    margin-bottom: 55px;
  }
  .o-topics__top__title {
    margin-bottom: 8px;
  }
  .o-topics__top__tlist__title .main {
    font-size: 12px;
  }
  .o-topics__top__tlist__title .sub {
    font-size: 12px;
  }
  .o-topics__top__list {
    display: block;
    margin-top: 16px;
    padding-bottom: 5px;
  }
  .o-topics__top__list:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 25px;
    height: 1px;
    background-color: #000;
  }
  .o-topics__top__item__fixed {
    margin: 12px 0 15px;
    padding-bottom: 10px;
  }
  .o-topics__top__term {
    width: auto;
    display: inline-block;
    font-size: 12px;
  }
  .o-topics__top__description {
    width: auto;
    padding-left: 0px;
    font-size: 12px;
    white-space: normal;
  }
  .t-wrapper {
    padding: 0 10px;
  }
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-pt0sp {
    padding-top: 0px !important;
  }
  .u-pr0sp {
    padding-right: 0px !important;
  }
  .u-pb0sp {
    padding-bottom: 0px !important;
  }
  .u-pl0sp {
    padding-left: 0px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-pt5sp {
    padding-top: 5px !important;
  }
  .u-pr5sp {
    padding-right: 5px !important;
  }
  .u-pb5sp {
    padding-bottom: 5px !important;
  }
  .u-pl5sp {
    padding-left: 5px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-pt10sp {
    padding-top: 10px !important;
  }
  .u-pr10sp {
    padding-right: 10px !important;
  }
  .u-pb10sp {
    padding-bottom: 10px !important;
  }
  .u-pl10sp {
    padding-left: 10px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-pt15sp {
    padding-top: 15px !important;
  }
  .u-pr15sp {
    padding-right: 15px !important;
  }
  .u-pb15sp {
    padding-bottom: 15px !important;
  }
  .u-pl15sp {
    padding-left: 15px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-pt20sp {
    padding-top: 20px !important;
  }
  .u-pr20sp {
    padding-right: 20px !important;
  }
  .u-pb20sp {
    padding-bottom: 20px !important;
  }
  .u-pl20sp {
    padding-left: 20px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-pt25sp {
    padding-top: 25px !important;
  }
  .u-pr25sp {
    padding-right: 25px !important;
  }
  .u-pb25sp {
    padding-bottom: 25px !important;
  }
  .u-pl25sp {
    padding-left: 25px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-pt30sp {
    padding-top: 30px !important;
  }
  .u-pr30sp {
    padding-right: 30px !important;
  }
  .u-pb30sp {
    padding-bottom: 30px !important;
  }
  .u-pl30sp {
    padding-left: 30px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-pt35sp {
    padding-top: 35px !important;
  }
  .u-pr35sp {
    padding-right: 35px !important;
  }
  .u-pb35sp {
    padding-bottom: 35px !important;
  }
  .u-pl35sp {
    padding-left: 35px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-pt40sp {
    padding-top: 40px !important;
  }
  .u-pr40sp {
    padding-right: 40px !important;
  }
  .u-pb40sp {
    padding-bottom: 40px !important;
  }
  .u-pl40sp {
    padding-left: 40px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-pt45sp {
    padding-top: 45px !important;
  }
  .u-pr45sp {
    padding-right: 45px !important;
  }
  .u-pb45sp {
    padding-bottom: 45px !important;
  }
  .u-pl45sp {
    padding-left: 45px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-pt50sp {
    padding-top: 50px !important;
  }
  .u-pr50sp {
    padding-right: 50px !important;
  }
  .u-pb50sp {
    padding-bottom: 50px !important;
  }
  .u-pl50sp {
    padding-left: 50px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-pt55sp {
    padding-top: 55px !important;
  }
  .u-pr55sp {
    padding-right: 55px !important;
  }
  .u-pb55sp {
    padding-bottom: 55px !important;
  }
  .u-pl55sp {
    padding-left: 55px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-pt60sp {
    padding-top: 60px !important;
  }
  .u-pr60sp {
    padding-right: 60px !important;
  }
  .u-pb60sp {
    padding-bottom: 60px !important;
  }
  .u-pl60sp {
    padding-left: 60px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-pt65sp {
    padding-top: 65px !important;
  }
  .u-pr65sp {
    padding-right: 65px !important;
  }
  .u-pb65sp {
    padding-bottom: 65px !important;
  }
  .u-pl65sp {
    padding-left: 65px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-pt70sp {
    padding-top: 70px !important;
  }
  .u-pr70sp {
    padding-right: 70px !important;
  }
  .u-pb70sp {
    padding-bottom: 70px !important;
  }
  .u-pl70sp {
    padding-left: 70px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-pt75sp {
    padding-top: 75px !important;
  }
  .u-pr75sp {
    padding-right: 75px !important;
  }
  .u-pb75sp {
    padding-bottom: 75px !important;
  }
  .u-pl75sp {
    padding-left: 75px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-pt80sp {
    padding-top: 80px !important;
  }
  .u-pr80sp {
    padding-right: 80px !important;
  }
  .u-pb80sp {
    padding-bottom: 80px !important;
  }
  .u-pl80sp {
    padding-left: 80px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-pt85sp {
    padding-top: 85px !important;
  }
  .u-pr85sp {
    padding-right: 85px !important;
  }
  .u-pb85sp {
    padding-bottom: 85px !important;
  }
  .u-pl85sp {
    padding-left: 85px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-pt90sp {
    padding-top: 90px !important;
  }
  .u-pr90sp {
    padding-right: 90px !important;
  }
  .u-pb90sp {
    padding-bottom: 90px !important;
  }
  .u-pl90sp {
    padding-left: 90px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-pt95sp {
    padding-top: 95px !important;
  }
  .u-pr95sp {
    padding-right: 95px !important;
  }
  .u-pb95sp {
    padding-bottom: 95px !important;
  }
  .u-pl95sp {
    padding-left: 95px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-pt100sp {
    padding-top: 100px !important;
  }
  .u-pr100sp {
    padding-right: 100px !important;
  }
  .u-pb100sp {
    padding-bottom: 100px !important;
  }
  .u-pl100sp {
    padding-left: 100px !important;
  }
  .u-sp-hide {
    display: none !important;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

@media (min-width: 769px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
  .u-mt0pc {
    margin-top: 0px !important;
  }
  .u-mr0pc {
    margin-right: 0px !important;
  }
  .u-mb0pc {
    margin-bottom: 0px !important;
  }
  .u-ml0pc {
    margin-left: 0px !important;
  }
  .u-pt0pc {
    padding-top: 0px !important;
  }
  .u-pr0pc {
    padding-right: 0px !important;
  }
  .u-pb0pc {
    padding-bottom: 0px !important;
  }
  .u-pl0pc {
    padding-left: 0px !important;
  }
  .u-mt5pc {
    margin-top: 5px !important;
  }
  .u-mr5pc {
    margin-right: 5px !important;
  }
  .u-mb5pc {
    margin-bottom: 5px !important;
  }
  .u-ml5pc {
    margin-left: 5px !important;
  }
  .u-pt5pc {
    padding-top: 5px !important;
  }
  .u-pr5pc {
    padding-right: 5px !important;
  }
  .u-pb5pc {
    padding-bottom: 5px !important;
  }
  .u-pl5pc {
    padding-left: 5px !important;
  }
  .u-mt10pc {
    margin-top: 10px !important;
  }
  .u-mr10pc {
    margin-right: 10px !important;
  }
  .u-mb10pc {
    margin-bottom: 10px !important;
  }
  .u-ml10pc {
    margin-left: 10px !important;
  }
  .u-pt10pc {
    padding-top: 10px !important;
  }
  .u-pr10pc {
    padding-right: 10px !important;
  }
  .u-pb10pc {
    padding-bottom: 10px !important;
  }
  .u-pl10pc {
    padding-left: 10px !important;
  }
  .u-mt15pc {
    margin-top: 15px !important;
  }
  .u-mr15pc {
    margin-right: 15px !important;
  }
  .u-mb15pc {
    margin-bottom: 15px !important;
  }
  .u-ml15pc {
    margin-left: 15px !important;
  }
  .u-pt15pc {
    padding-top: 15px !important;
  }
  .u-pr15pc {
    padding-right: 15px !important;
  }
  .u-pb15pc {
    padding-bottom: 15px !important;
  }
  .u-pl15pc {
    padding-left: 15px !important;
  }
  .u-mt20pc {
    margin-top: 20px !important;
  }
  .u-mr20pc {
    margin-right: 20px !important;
  }
  .u-mb20pc {
    margin-bottom: 20px !important;
  }
  .u-ml20pc {
    margin-left: 20px !important;
  }
  .u-pt20pc {
    padding-top: 20px !important;
  }
  .u-pr20pc {
    padding-right: 20px !important;
  }
  .u-pb20pc {
    padding-bottom: 20px !important;
  }
  .u-pl20pc {
    padding-left: 20px !important;
  }
  .u-mt25pc {
    margin-top: 25px !important;
  }
  .u-mr25pc {
    margin-right: 25px !important;
  }
  .u-mb25pc {
    margin-bottom: 25px !important;
  }
  .u-ml25pc {
    margin-left: 25px !important;
  }
  .u-pt25pc {
    padding-top: 25px !important;
  }
  .u-pr25pc {
    padding-right: 25px !important;
  }
  .u-pb25pc {
    padding-bottom: 25px !important;
  }
  .u-pl25pc {
    padding-left: 25px !important;
  }
  .u-mt30pc {
    margin-top: 30px !important;
  }
  .u-mr30pc {
    margin-right: 30px !important;
  }
  .u-mb30pc {
    margin-bottom: 30px !important;
  }
  .u-ml30pc {
    margin-left: 30px !important;
  }
  .u-pt30pc {
    padding-top: 30px !important;
  }
  .u-pr30pc {
    padding-right: 30px !important;
  }
  .u-pb30pc {
    padding-bottom: 30px !important;
  }
  .u-pl30pc {
    padding-left: 30px !important;
  }
  .u-mt35pc {
    margin-top: 35px !important;
  }
  .u-mr35pc {
    margin-right: 35px !important;
  }
  .u-mb35pc {
    margin-bottom: 35px !important;
  }
  .u-ml35pc {
    margin-left: 35px !important;
  }
  .u-pt35pc {
    padding-top: 35px !important;
  }
  .u-pr35pc {
    padding-right: 35px !important;
  }
  .u-pb35pc {
    padding-bottom: 35px !important;
  }
  .u-pl35pc {
    padding-left: 35px !important;
  }
  .u-mt40pc {
    margin-top: 40px !important;
  }
  .u-mr40pc {
    margin-right: 40px !important;
  }
  .u-mb40pc {
    margin-bottom: 40px !important;
  }
  .u-ml40pc {
    margin-left: 40px !important;
  }
  .u-pt40pc {
    padding-top: 40px !important;
  }
  .u-pr40pc {
    padding-right: 40px !important;
  }
  .u-pb40pc {
    padding-bottom: 40px !important;
  }
  .u-pl40pc {
    padding-left: 40px !important;
  }
  .u-mt45pc {
    margin-top: 45px !important;
  }
  .u-mr45pc {
    margin-right: 45px !important;
  }
  .u-mb45pc {
    margin-bottom: 45px !important;
  }
  .u-ml45pc {
    margin-left: 45px !important;
  }
  .u-pt45pc {
    padding-top: 45px !important;
  }
  .u-pr45pc {
    padding-right: 45px !important;
  }
  .u-pb45pc {
    padding-bottom: 45px !important;
  }
  .u-pl45pc {
    padding-left: 45px !important;
  }
  .u-mt50pc {
    margin-top: 50px !important;
  }
  .u-mr50pc {
    margin-right: 50px !important;
  }
  .u-mb50pc {
    margin-bottom: 50px !important;
  }
  .u-ml50pc {
    margin-left: 50px !important;
  }
  .u-pt50pc {
    padding-top: 50px !important;
  }
  .u-pr50pc {
    padding-right: 50px !important;
  }
  .u-pb50pc {
    padding-bottom: 50px !important;
  }
  .u-pl50pc {
    padding-left: 50px !important;
  }
  .u-mt55pc {
    margin-top: 55px !important;
  }
  .u-mr55pc {
    margin-right: 55px !important;
  }
  .u-mb55pc {
    margin-bottom: 55px !important;
  }
  .u-ml55pc {
    margin-left: 55px !important;
  }
  .u-pt55pc {
    padding-top: 55px !important;
  }
  .u-pr55pc {
    padding-right: 55px !important;
  }
  .u-pb55pc {
    padding-bottom: 55px !important;
  }
  .u-pl55pc {
    padding-left: 55px !important;
  }
  .u-mt60pc {
    margin-top: 60px !important;
  }
  .u-mr60pc {
    margin-right: 60px !important;
  }
  .u-mb60pc {
    margin-bottom: 60px !important;
  }
  .u-ml60pc {
    margin-left: 60px !important;
  }
  .u-pt60pc {
    padding-top: 60px !important;
  }
  .u-pr60pc {
    padding-right: 60px !important;
  }
  .u-pb60pc {
    padding-bottom: 60px !important;
  }
  .u-pl60pc {
    padding-left: 60px !important;
  }
  .u-mt65pc {
    margin-top: 65px !important;
  }
  .u-mr65pc {
    margin-right: 65px !important;
  }
  .u-mb65pc {
    margin-bottom: 65px !important;
  }
  .u-ml65pc {
    margin-left: 65px !important;
  }
  .u-pt65pc {
    padding-top: 65px !important;
  }
  .u-pr65pc {
    padding-right: 65px !important;
  }
  .u-pb65pc {
    padding-bottom: 65px !important;
  }
  .u-pl65pc {
    padding-left: 65px !important;
  }
  .u-mt70pc {
    margin-top: 70px !important;
  }
  .u-mr70pc {
    margin-right: 70px !important;
  }
  .u-mb70pc {
    margin-bottom: 70px !important;
  }
  .u-ml70pc {
    margin-left: 70px !important;
  }
  .u-pt70pc {
    padding-top: 70px !important;
  }
  .u-pr70pc {
    padding-right: 70px !important;
  }
  .u-pb70pc {
    padding-bottom: 70px !important;
  }
  .u-pl70pc {
    padding-left: 70px !important;
  }
  .u-mt75pc {
    margin-top: 75px !important;
  }
  .u-mr75pc {
    margin-right: 75px !important;
  }
  .u-mb75pc {
    margin-bottom: 75px !important;
  }
  .u-ml75pc {
    margin-left: 75px !important;
  }
  .u-pt75pc {
    padding-top: 75px !important;
  }
  .u-pr75pc {
    padding-right: 75px !important;
  }
  .u-pb75pc {
    padding-bottom: 75px !important;
  }
  .u-pl75pc {
    padding-left: 75px !important;
  }
  .u-mt80pc {
    margin-top: 80px !important;
  }
  .u-mr80pc {
    margin-right: 80px !important;
  }
  .u-mb80pc {
    margin-bottom: 80px !important;
  }
  .u-ml80pc {
    margin-left: 80px !important;
  }
  .u-pt80pc {
    padding-top: 80px !important;
  }
  .u-pr80pc {
    padding-right: 80px !important;
  }
  .u-pb80pc {
    padding-bottom: 80px !important;
  }
  .u-pl80pc {
    padding-left: 80px !important;
  }
  .u-mt85pc {
    margin-top: 85px !important;
  }
  .u-mr85pc {
    margin-right: 85px !important;
  }
  .u-mb85pc {
    margin-bottom: 85px !important;
  }
  .u-ml85pc {
    margin-left: 85px !important;
  }
  .u-pt85pc {
    padding-top: 85px !important;
  }
  .u-pr85pc {
    padding-right: 85px !important;
  }
  .u-pb85pc {
    padding-bottom: 85px !important;
  }
  .u-pl85pc {
    padding-left: 85px !important;
  }
  .u-mt90pc {
    margin-top: 90px !important;
  }
  .u-mr90pc {
    margin-right: 90px !important;
  }
  .u-mb90pc {
    margin-bottom: 90px !important;
  }
  .u-ml90pc {
    margin-left: 90px !important;
  }
  .u-pt90pc {
    padding-top: 90px !important;
  }
  .u-pr90pc {
    padding-right: 90px !important;
  }
  .u-pb90pc {
    padding-bottom: 90px !important;
  }
  .u-pl90pc {
    padding-left: 90px !important;
  }
  .u-mt95pc {
    margin-top: 95px !important;
  }
  .u-mr95pc {
    margin-right: 95px !important;
  }
  .u-mb95pc {
    margin-bottom: 95px !important;
  }
  .u-ml95pc {
    margin-left: 95px !important;
  }
  .u-pt95pc {
    padding-top: 95px !important;
  }
  .u-pr95pc {
    padding-right: 95px !important;
  }
  .u-pb95pc {
    padding-bottom: 95px !important;
  }
  .u-pl95pc {
    padding-left: 95px !important;
  }
  .u-mt100pc {
    margin-top: 100px !important;
  }
  .u-mr100pc {
    margin-right: 100px !important;
  }
  .u-mb100pc {
    margin-bottom: 100px !important;
  }
  .u-ml100pc {
    margin-left: 100px !important;
  }
  .u-pt100pc {
    padding-top: 100px !important;
  }
  .u-pr100pc {
    padding-right: 100px !important;
  }
  .u-pb100pc {
    padding-bottom: 100px !important;
  }
  .u-pl100pc {
    padding-left: 100px !important;
  }
  .u-pc-hide {
    display: none !important;
  }
  .u-hover:hover {
    opacity: 0.7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: opacity 250ms !important;
    transition: opacity 250ms !important;
  }
}

/* logo */
.c_logo > * {
  font-family: "Better bodies hi", sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
}

/*** LAYOUT ***/
/* header */
.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
  .l_header .c_logo > a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 980px) {
  .l_header .c_logo > a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .l_header .c_logo > a > span {
    font-size: 23.15px;
  }
  .m-main-visual {
    margin-top: 40px;
  }
  .l_header {
    position: relative;
    background-color: transparent;
  }
  .l_header .c_inner {
    padding: 0;
  }
  .l_header .l_header_wrap > .c_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
  }
  .l_header .l_header_wrap > .c_logo > a {
    font-size: 23.15px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

@media only screen and (max-width: 320px) {
  .l_header .l_header_wrap > .c_logo > a {
    font-size: 17px;
  }
}

.l_header_wrap {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l_header_wrap {
    padding: 0;
    display: block;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}

.l_header_ctrl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .l_header_ctrl {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .l_header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 20px;
    background-color: #ffffff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l_header_menu_wrap {
    position: relative;
  }
}

.l_header_menu_logo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l_header_menu_logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 28px 0;
  }
  .l_header_menu_logo .c_logo > * {
    color: #000000;
    font-size: 23.15px;
    letter-spacing: 0;
  }
}

.l_header_menu_btns.c_btn_set {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l_header_menu_btns.c_btn_set {
    display: block;
  }
  .l_header_menu_btns.c_btn_set .c_btn {
    margin-bottom: 15px;
  }
  .l_header_menu_btns.c_btn_set .c_btn > a > span {
    font-size: 16px;
    font-weight: 700;
  }
  .l_header_menu_btns.c_btn_set .c_btn > * {
    max-width: 335px;
    padding: 17px 15px;
    font-size: 16px;
  }
}

.l_header_menu_close {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l_header_menu_close {
    position: absolute;
    top: 5.5px;
    right: -5px;
    width: 30px;
    height: 31px;
    display: block;
  }
  .l_header_menu_close button {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  .l_header_menu_close button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    display: inline-block;
  }
  .l_header_menu_close button span:nth-child(1) {
    top: 0;
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .l_header_menu_close button span:nth-child(2) {
    bottom: 0;
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
}

.l_header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_header_nav ul li {
  margin-left: 47px;
}

.l_header_nav ul li:first-child {
  margin-left: 0;
}

.l_header_nav ul li a {
  color: #000000;
  font-size: 13px;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.l_header_nav ul li a span {
  color: #000;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  display: block;
  font-family: "Better bodies hi", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .l_header_nav ul li {
    margin-left: 30px;
  }
  .l_header_nav ul li a {
    font-size: 11px;
  }
  .l_header_nav ul li a span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {
  .l_header_nav ul li {
    margin-left: 20px;
  }
  .l_header_nav ul li a {
    font-size: 1px;
  }
  .l_header_nav ul li a span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .l_header_nav {
    margin-top: 30px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .l_header_nav ul {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    display: block;
  }
  .l_header_nav ul li {
    margin-left: 0;
    border-top: 1px solid #cccccc;
  }
  .l_header_nav ul li:last-of-type {
    border-bottom: solid 1px #cccccc;
  }
  .l_header_nav ul li a {
    position: relative;
    padding: 16px 0 13px;
    color: #666666;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l_header_nav ul li a::before {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }
  .l_header_nav ul li a span {
    width: 130px;
    margin-bottom: 0;
    color: #000000;
    font-size: 16px;
    font-family: "Better bodies hi", sans-serif;
    font-size: 21px;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.l_header_member {
  margin-left: 49px;
}

.l_header_member > a {
  background: #ffffff;
  line-height: 1;
  color: #000000;
  letter-spacing: .08em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000000;
  width: 128px;
  height: 60px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l_header_member > a > span {
  font-family: "Better bodies hi", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-weight: 500;
}

.l_header_trial {
  margin-left: 10px;
}

.l_header_trial a {
  width: 128px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  background-color: #000;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l_header_trial a span {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
  font-family: "Better bodies hi", sans-serif;
  letter-spacing: 0;
}

@media only screen and (max-width: 1200px) {
  .l_header_trial {
    margin-left: 25px;
  }
  .l_header_trial a {
    font-size: 12px;
  }
  .l_header_trial a span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 980px) {
  .l_header_trial {
    margin-left: 15px;
  }
  .l_header_trial a {
    width: 80px;
    font-size: 11px;
  }
  .l_header_trial a span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .l_header_member {
    position: fixed;
    top: 5px;
    height: 30px;
    right: 106.5px;
    z-index: 20;
  }
  .l_header_member > a {
    width: 60px;
    height: 40px;
    font-size: 10px;
    border: 1px solid #000000;
    height: 30px;
  }
  .l_header_member > a > span {
    margin-bottom: 3px;
    font-size: 10px;
  }
  .l_header_trial {
    position: fixed;
    top: 5px;
    right: 37.5px;
    margin-left: 0;
    z-index: 20;
    height: 30px;
  }
  .l_header_trial a {
    width: 60px;
    height: 30px;
    font-size: 10px;
  }
  .l_header_trial a span {
    margin-bottom: 3px;
    font-size: 10px;
  }
}

/* MENU OPEN */
@media only screen and (max-width: 768px) {
  .l_header.open .l_header_wrap > .c_logo {
    display: none;
  }
  .l_header.open .l_header_trial, .l_header.open .l_header_member {
    display: none;
  }
  .l_header.open .l_header_menu {
    overflow-y: scroll;
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* hamburger */
.c_hamburger {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c_hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 37.5px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
  }
}

@media only screen and (max-width: 768px) {
  .c_hamburger_btn {
    position: relative;
    width: 17.5px;
    height: 18.75px;
  }
  .c_hamburger_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c_hamburger_btn span:nth-child(1) {
    top: 0;
  }
  .c_hamburger_btn span:nth-child(2) {
    top: 8px;
  }
  .c_hamburger_btn span:nth-child(3) {
    bottom: 0;
  }
}

/* MENU OPEN */
@media only screen and (max-width: 768px) {
  .l_header.open .c_hamburger {
    display: none;
  }
}

/* inner */
.c_inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/* button */
.c_btn_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c_btn_set.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .c_btn_set {
    display: block;
  }
}

.c_btn {
  width: 100%;
  margin: 0 10px;
}

.c_btn > * {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_btn > *::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.c_btn > *::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: '';
}

.c_btn > *:hover {
  opacity: 1;
}

.c_btn > *:hover::after {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c_btn > * {
    padding-top: 30px;
  }
}

.c_btn-red > * {
  background-color: #ff453c;
}

.c_btn-white > * {
  color: #000;
  background-color: #fff;
}

.c_btn-white > *::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.c_btn-white > *::after {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  .c_btn {
    margin: 0 0 10px;
  }
  .c_btn:last-child {
    margin-bottom: 0;
  }
  .c_btn > * {
    max-width: 295px;
    margin: 0 auto;
    padding: 14.5px;
    font-size: 1.6rem;
  }
  .c_btn > *::before {
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .c_btn > *::after {
    content: none;
  }
}

.c_btn.c_btn-modal > * {
  max-width: 185px;
  padding: 17px 10px;
  font-size: 1.4rem;
  font-weight: 200;
}

.c_btn.c_btn-modal > *::before {
  content: none;
}

.c_btn.c_btn-modal > * span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_btn.c_btn-modal > * span::after {
  width: 18px;
  height: 14px;
  margin-left: 10px;
  background-image: url(/bb/campaign/img/icon_modal.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: inline-block;
  content: '';
}

@media only screen and (max-width: 768px) {
  .c_btn.c_btn-modal > * {
    max-width: 285px;
    padding: 12px 5px;
    font-size: 1.1rem;
  }
  .c_btn.c_btn-modal > * span::after {
    margin-left: 5px;
  }
}

.c_btn.c_btn-window > * {
  max-width: 200px;
  padding: 17px 10px;
  font-size: 1.4rem;
  font-weight: 200;
}

.c_btn.c_btn-window > *::before {
  content: none;
}

.c_btn.c_btn-window > * span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_btn.c_btn-window > * span::after {
  width: 18px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/bb/campaign/img/icon_window.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: inline-block;
  content: '';
}

@media only screen and (max-width: 768px) {
  .c_btn.c_btn-window > * {
    max-width: 210px;
    padding: 12px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .l_header_nav ul li a span.font-ex {
    font-weight: 700;
  }
  .l_header_nav ul li a span.font-ne {
    font-weight: 400;
  }
  .l_header_nav ul li a span.font-re {
    font-weight: 300;
  }
}

/*work*/
.work__ttl > em > b {
  font-weight: bold;
  font-size: 100px;
  color: #ffffff;
  display: inline-block;
}

.work__fz1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}

.work__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px 0 90px 0;
}

.work__anchor > li {
  width: 480px;
  border: 2px solid #000000;
  height: 146px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.work__anchor > li::before, .work__anchor > li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  bottom: 0;
}

.work__anchor > li::before {
  width: 54px;
  height: 16px;
  background: #ffffff;
}

.work__anchor > li::after {
  width: 41px;
  height: 16px;
  background: url(/bb/assets/img/workout/arrow_anchor.png) left top/100% 100% no-repeat;
}

.work__anchor > li > a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.work__anchor__head {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  margin: -15px 0 0 0;
}

.work__anchor__head > span {
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.work__anchor__txt {
  font-size: 16px;
  letter-spacing: 0;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  .work__ttl > em > b {
    font-size: 30px;
  }
  .work__fz1 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .work__fz1 + .m-contents__text {
    font-size: 16px;
    line-height: 2;
  }
  .work__anchor {
    margin: 32px 0 32px 0;
  }
  .work__anchor > li{
    width: calc(50% - 5px);
  }
  .work__anchor__head {
    font-size: 30px;
    margin: -23px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__anchor__head > span {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px;
    line-height: 1;
  }
  .work__anchor__txt {
    font-size: 10px;
    text-align: center;
  }
}

.work__head {
  font-size: 60px;
  font-weight: 800;
}

.work__head > span {
  font-size: 24px;
  font-weight: bold;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 0 18px;
}

.work__head__s {
  font-size: 24px !important;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 26px;
}

.work__lead {
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 57px;
}

.work__lead > span {
  font-size: 24px;
  letter-spacing: 0;
  background: #000000;
  color: #ffde00;
  font-weight: bold;
  margin: 0 0 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
}

.work__lead + .slick-image {
  margin-top: 20px;
}

.work__lead + .slick-image .slick-dots {
  margin-top: 10px;
}

.work__slide .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.work__slide .slick-dots li + li {
  margin-left: 10px;
}

.work__slide .slick-dots {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .work__head {
    font-size: 30px;
  }
  .work__head > span {
    font-size: 18px;
    margin: 0 0 0 8px;
  }
  .work__head__s {
    font-size: 15px !important;
  }
  .work__lead {
    font-size: 15px;
    margin-top: 15px;
  }
  .work__lead > span {
    font-size: 15px;
    padding: 4px;
    margin: 0 0 0 3px;
  }
  .work__slide {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.work__r-class {
  margin-top: 55px;
}

.work__r-class__img {
  margin: 5px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
}

.work__r-class__head {
  font-size: 48px;
  font-weight: 800;
}

.work__r-class__head > span {
  font-size: 24px;
  font-weight: bold;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 0 17px;
}

.work__r-class__head + ul {
  margin: 20px 0 0 0;
}

.work__r-class__head + ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.work__r-class__head + ul > li:last-of-type {
  margin-bottom: 0;
}

.work__r-class__txt {
  width: calc(100% - 380px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}

.work__r-class__txt--head {
  font-size: 38px;
}

.work__r-class__txt--head > span {
  font-size: 18px;
}

.work__r-class__txt--head + p {
  font-size: 18px;
  margin: 20px 0 0 0 !important;
}

.work__r-class__txt--list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}

.work__r-class__txt--list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .work__r-class {
    margin-top: 30px;
  }
  .work__r-class__head {
    font-size: 30px;
  }
  .work__r-class__head > span {
    font-size: 18px;
    margin: 0 0 0 8px;
  }
  .work__r-class__head + ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .work__r-class__img {
    width: calc(100% + 20px);
    margin: 0 -10px 20px;
  }
  .work__r-class__img > img {
    width: 100%;
  }
  .work__r-class__txt {
    width: 100%;
    padding: 0;
  }
  .work__r-class__txt--list {
    margin-top: 15px;
  }
  .work__r-class__txt--list > li {
    font-size: 12px;
  }
  .work__r-class__txt--head + p {
    margin: 10px 0 0 0 !important;
  }
}

.work__pthead {
  font-weight: 800;
  line-height: 1;
}

.work__pthead > span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.work__eqbox > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__eqbox > div:nth-of-type(2) > ul {
  margin: 15px 0 0 0;
}

.work__eqbox > div:nth-of-type(2) > ul > li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8;
}

.work__eqbox > div:nth-of-type(2) > ul > li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.work__eqbox > div:nth-of-type(2) > p {
  font-size: 18px;
  font-weight: bold;
}

.work__eqbox > div:nth-of-type(2) > ol > li {
  font-size: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}

.work__eqbox > div:nth-of-type(2) > ol > li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.work__eqbox > div:nth-of-type(2) > ol + p {
  margin: 33px 0 0 0;
}

.work__eqbox__txt {
  width: calc(100% - 380px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 35px 0 0;
}

.work__eqbox__txt--head {
  font-size: 38px;
}

.work__eqbox__txt--head > span {
  font-size: 18px;
}

.work__eqbox__txt--head > span._regist{
  font-size: 24px;
  margin: 0 0 0 1px;
  transform: translateY(-11px);
  display: inline-block;
}

.work__eqbox__txt--head + p {
  font-size: 18px;
}

.work__eqbox__img {
  width: 380px;
  margin: 5px 0 0 0;
}

.work__eqbox__img img {
  width: 100%;
}

.work__eqbox + .work__eqbox {
  margin: 50px auto 0;
}

.work__eqbox + .work__eqbox > div:nth-of-type(2) {
  margin: 5px 0 0 0;
}

.work__eqbottom {
  margin: 60px auto 0;
}

.work__eqbottom > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work__eqbottom > ul > li {
  width: 380px;
}

.work__eqbottom__head {
  font-size: 38px;
  font-weight: 800;
}

.work__eqbottom__img {
  margin: 27px 0 0 0;
  display: block;
}

.work__eqbottom__txt {
  margin: 14px 0 0 0;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {

  .work__eqbox__txt--head > span._regist{
    font-size: 18px;
    transform: translateY(-5px);
  }

  .work__pthead > span{
    margin: 0 0 0 8px;
  }
  .work__r-class__txt--head {
    font-size: 20px;
  }
  .work__r-class__txt--head > span {
    font-size: 15px;
  }
  .work__r-class__txt--head + p {
    font-size: 15px !important;
  }
  .work__eqbox > div:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .work__eqbox > div:nth-of-type(2) > ul > li {
    font-size: 12px;
  }
  .work__eqbox > div:nth-of-type(2) > p {
    font-size: 15px;
  }
  .work__eqbox > div:nth-of-type(2) > ol > li {
    font-size: 12px;
  }
  .work__eqbox__txt {
    width: 100%;
  }
  .work__eqbox__txt--head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .work__eqbox__txt--head > span {
    font-size: 15px;
  }
  .work__eqbox__txt--head + p {
    font-size: 15px;
  }
  .work__eqbox__img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .work__eqbox__img.slick-image {
    margin: 0 auto 15px;
  }
  .work__eqbox + .work__eqbox {
    margin: 30px auto 0;
  }
  .work__eqbox + .work__eqbox > div:nth-of-type(2) {
    margin: 30px 0 0 0;
  }
  .work__eqbottom {
    margin: 30px auto 0;
  }
  .work__eqbottom__head {
    font-size: 20px;
  }
  .work__eqbottom__head > span {
    font-size: 15px;
  }
  .work__eqbottom > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work__eqbottom > ul > li {
    width: 100%;
  }
  .work__eqbottom > ul > li + li {
    margin: 20px 0 0 0;
  }
  .work__eqbottom__img {
    margin: 10px auto 0;
  }
  .work__eqbottom__img > img {
    width: 100%;
  }
  .work__eqbottom__txt {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */