@charset "UTF-8";
.container {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

/*
.font-jp-xl {
  font-size: 15vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.font-jp-l {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.5vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.font-jp-m {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.font-jp-m2 {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}


.font-jp-m3 {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.font-jp-s {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.font-jp-s + .font-jp-s {
  margin-top: 1em;
}

.font-jp-xs {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8vw;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.font-en-xl {
  font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.font-en-l {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.font-en-m {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 6.5vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.font-en-m2 {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0;
}

.font-en-m3 {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.font-en-s {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.font-en-link {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
*/

.pagelink_txt {
	font-size: 4.5vw;
}

.text-gray {
  color: #8c8c8c;
}

.text-light {
  color: #f6f6f6;
}

.text-large {
  font-size: 1.4em;
}

.divider {
  height: 3px;
  border: none;
  background: #1c1c1c;
}

.bg-gray {
  background: #f1f1f1;
}

.sp-none {
  display: none;
}

.border-heading {
  position: relative;
  padding-top: 3.2vw;
}
.border-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15vw;
  height: 0.5vw;
  background: #1c1c1c;
  content: "";
}

.note-box {
  padding: 5.7vw;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  background: #f1f1f1;
}

.note-box p + p {
  margin-top: 1em;
}

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

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

.columns {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

.columns--narrow {
  margin: -8px;
}

.column {
  padding: 16px;
  width: 100%;
}

.columns--narrow .column {
  padding: 8px;
}


.size-s {
font-weight: 600;
font-family: "Noto Sans JP", sans-serif;
font-size: 3.6vw;
line-height: 1.7;
letter-spacing: 0.02em;
}

.size-m {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}


.size-m-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

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


.size-l {
  font-size: 28px;
  font-weight: bold;
}

.size-l-2 {
  font-size: 24px;
  font-weight: bold;
}

.size-l-3 {
  font-size: 16px;
  font-weight: bold;
}

.font-en {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}

.size-m.font-en {
	font-size: 5.5vw;
	letter-spacing: 0.01em;
}

.size-l.font-en {
  font-size: 8vw;
    font-weight: 700;
    font-family: "gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

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

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

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

.p0 {
  padding: 0px !important;
}

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

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

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

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

.m1 {
  margin: 10px !important;
}

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

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

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

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

.p1 {
  padding: 10px !important;
}

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

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

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

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

.m2 {
  margin: 20px !important;
}

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

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

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

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

.p2 {
  padding: 20px !important;
}

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

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

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

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

.m3 {
  margin: 30px !important;
}

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

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

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

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

.p3 {
  padding: 30px !important;
}

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

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

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

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

.m4 {
  margin: 40px !important;
}

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

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

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

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

.p4 {
  padding: 40px !important;
}

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

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

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

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

.m5 {
  margin: 50px !important;
}

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

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

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

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

.p5 {
  padding: 50px !important;
}

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

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

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

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

.m6 {
  margin: 60px !important;
}

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

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

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

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

.p6 {
  padding: 60px !important;
}

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

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

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

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

.m7 {
  margin: 70px !important;
}

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

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

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

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

.p7 {
  padding: 70px !important;
}

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

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

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

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

.m8 {
  margin: 80px !important;
}

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

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

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

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

.p8 {
  padding: 80px !important;
}

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

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

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

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

.m9 {
  margin: 90px !important;
}

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

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

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

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

.p9 {
  padding: 90px !important;
}

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

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

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

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

.m10 {
  margin: 100px !important;
}

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

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

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

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

.p10 {
  padding: 100px !important;
}

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

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

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

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

.note {
  font-weight: normal;
  color: #8c8c8c;
}

.box {
  padding: 20px;
  background: #f1f1f1;
}

.mt-m {
  margin-top: 13vw;
}

.mt-s {
  margin-top: 7.6vw;
}

.mt-xs {
  margin-top: 4.3vw;
}


.pt-l {
  padding-top: 13vw;
}

.pt-m {
  padding-top: 9.9vw;
}

.pt-s {
  padding-top: 7.6vw;
}

.pt-xs {
  padding-top: 4.3vw;
}

.pb-m {
  padding-bottom: 9.9vw;
}

.pb-s {
  padding-bottom: 7.6vw;
}


.pb-xs {
  padding-bottom: 4.3vw;
}


.py-m {
  padding-top: 10vw;
  padding-bottom: 15vw;
}


.py-s {
  padding-top: 10vw;
  padding-bottom: 15vw;
}


.py-xs {
  padding-top: 6vw;
  padding-bottom: 8vw;
}

/*
 * Slick settings
 * https://kenwheeler.github.io/slick/
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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{
  transform: translate3d(0, 0, 0)
}

.slick-slider .slick-list {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../lib/slick/fonts/slick.eot");
  src: url("../lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/slick/fonts/slick.woff") format("woff"), url("../lib/slick/fonts/slick.ttf") format("truetype"), url("../lib/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.breadcrumb {
  padding: 12px 0;
  background: #f1f1f1;
}

.breadcrumb__item {
  display: inline;
  font-size: 0;
  line-height: 1.5;
}

.breadcrumb__item + .breadcrumb__item::before {
  display: inline-block;
  padding: 0 7px;
  content: "/";
  font-size: 2.8vw;
  transform: translateY(-2px);
}

.breadcrumb__item > a {
  font-size: 2.7vw;
  color: #1c1c1c;
  text-decoration: none;
}

.breadcrumb__item .eng {
	  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	  margin-right: 2px;
}

.cta-btn {
  position: relative;
  display: block;
  width: 90vw;
  padding: 3vw 15vw 3vw 3vw;
  background: #2b2b2b;
  text-decoration: none;
  color: #fff;
  text-align: right;
  transition: 0.5s;
}

.cta-btn__wrapper {
  display: flex;
  justify-content: flex-end;
}

.cta-btn > span {
  display: block;
}

.cta-btn:hover {
  opacity: 1.0;
}

.cta-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  display: block;
  width: 6vw;
  height: 6vw;
  margin: auto;
  background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.5s;
}

.cta-btn-popup::after{
  background-image: url(../img/common/icon_popup-white.png);
}

.cta-btn:hover::after{
  right: 6vw;
}

.cta-btn--primary {
  background: #d0111b;
}

.cta-btn--gray {
  background: #8c8c8c;
}

.container .cta-btn{
  width: 100%;
}

.faq__items {
  width: 100%;
  margin: 0 auto;
}

.faq__item + .faq__item {
  margin-top: 16px;
}

.faq__item-question {
  position: relative;
  padding: 12px 40px 12px 60px;
  background: #f1f1f1;
  font-weight: bold;
  cursor: pointer;
}

.faq__item-question::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  color: #fff;
  background: #2b2b2b;
  content: "Q";
}

.faq__item-question::after {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/common/icon_down_black.svg) center center no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.5s;
}

.faq__item.is-open .faq__item-question::after {
  transform: rotate(180deg);
}

.faq__item-answer {
  display: none;
}

.faq__item-answer-inner {
  position: relative;
  padding: 12px 36px 12px 60px;
}

.faq__item-answer-inner::before {
  z-index: 1;
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 48px;
  font-weight: bold;
  content: "A";
}

.flow {
  padding: 7.7vw 0;
}

.flow + .flow {
  border-top: 3px solid #1c1c1c;
}

.flow__heading {
  display: flex;
  align-items: center;
}

.flow__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: 15vw;
  margin-right: 3.4vw;
  background: #2b2b2b;
  color: #fff;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 50%;
}

.flow__content {
  margin-top: 7vw;
}

.form {
  border-top: 1px solid #dfdfdf;
}

.form__item {
  padding: 5vw 2.3vw;
}

.form__item:nth-child(even) {
  background: #f1f1f1;
}

.form__label {
  display: flex;
  align-items: center;
}

.form__tag {
  display: inline-block;
  width: 8.3vw;
  padding: 0.3vw 0.6vw;
  margin-right: 3vw;
  color: #fff;
  text-align: center;
  background: #8c8c8c;
  font-size: 2.1vw;
}

.form__tag.is-requierd {
  background: #d0111b;
}

.form__field {
  margin-top: 1.7vw;
}

.form__field > input,
.form__field > textarea {
  width: 100%;
  padding: 1.1vw;
}

.form__field > input::-moz-placeholder, .form__field > textarea::-moz-placeholder {
  color: #bcbcbc;
}

.form__field > input:-ms-input-placeholder, .form__field > textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

.form__field > input::placeholder,
.form__field > textarea::placeholder {
  color: #bcbcbc;
}

.form__text {
  font-weight: 700;
  text-align: center;
}

.form__text > a {
  text-decoration: none;
  color: #d0111b;
}

.form__btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 3.4vw;
  font-size: 4vw;
  background: #d0111b;
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
}

.form__btn-text {
  position: relative;
  display: inline-block;
}

.form__btn-text::after {
  position: absolute;
  top: 0.5vw;
  bottom: 0;
  right: -8.5vw;
  display: block;
  width: 4.5vw;
  height: 4.5vw;
  margin: auto;
  background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.free-counseling {
  padding: 8.5vw 4vw 5.7vw;
  border: 4px solid #1c1c1c;
  text-align: center;
}

.free-counseling__btn {
  display: flex;
  justify-content: center;
}

.gym-news {
  display: block;
  text-decoration: none;
  color: #1c1c1c;
  transition: opacity 0.5s;
}

.gym-news + .gym-news {
  margin-top: 7.7vw;
}

.gym-news:hover {
  opacity: 0.7;
}

.gym-news__img > img {
  width: 100%;
}

.gym-news__content {
  padding-top: 2.8vw;
}

.gym-news__info {
  font-weight: 700;
  font-size: 3.1vw;
}

.gym-news__location {
  color: #d0111b;
}

.gym-news__date {
  position: relative;
  display: inline-block;
  padding-left: 1.7vw;
}

.gym-news__date::before {
  position: absolute;
  top: 0;
  bottom: -0.2vw;
  left: 0.4vw;
  display: block;
  width: 1px;
  height: 3.3vw;
  margin: auto;
  background: #1c1c1c;
  content: "";
}

.gym-news__title {
  margin-top: 2.2vw;
  font-size: 3.1vw;
  font-weight: 700;
}

.gym-news__text {
  margin-top: 3.2vw;
  font-size: 2.8vw;
}

.content {
  padding: 60px 0;
}

.content--gray {
  background: #f1f1f1;
  padding: 30px 0;
}

.content .heading-en {
  color: #8c8c8c;
}

.content .heading-en + .heading-jp {
  margin-top: 12px;
}

.content .text-area {
  margin-top: 20px;
}

.content .content-heading {
  font-weight: bold;
  font-size: 30px;
}

.shoulder-heding > span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.shoulder-heding > b {
  display: block;
  font-size: 24px;
  color: #8c8c8c;
}

.sub-heading {
  font-weight: bold;
}

.sub-heading > span {
  display: block;
  font-size: 10px;
}

.sub-heading > b {
  display: block;
  font-size: 24px;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.sub-heading--bordered {
  position: relative;
  padding-top: 24px;
}

.sub-heading--bordered::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background: #1c1c1c;
  content: "";
}

.btn {
  position: relative;
  display: block;
  padding: 8px 16px;
  text-align: center;
  color: #1c1c1c;
  text-decoration: none;
  text-align: center;
  border: 2px solid #1c1c1c;
  transition: color 0.5s;
}

.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  background: url(../img/common/icon_down_black.svg) center center no-repeat;
  background-size: contain;
}

.btn > b {
  display: block;
  font-weight: bold;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.btn > span {
  display: block;
  margin-top: 4px;
}

.btn:hover {
  color: #d0111b;
}

.arrow-link {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 36px;
  font-weight: bold;
  text-decoration: none;
  color: #1c1c1c;
  transition: opacity 0.5s;
}

.arrow-link:hover {
  opacity: 0.7;
}

.arrow-link::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background: url(../img/common/icon_arrow_right_black.svg) center center no-repeat;
  background-size: contain;
}

.hero {
  position: relative;
  height: 80vw;
  overflow: hidden;
}

/*
.hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}
*/

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}

.hero__title {
  color: #fff;
}

.hero__title > span {
  display: block;
}

.hero__reserve {
  position: absolute;
  z-index: 3;
  bottom: -10%;
  left: 0;
  right: 0;
}

.hero__reserve-btn {
  position: absolute;
  bottom: -57px;
  right: 0;
  display: block;
  width: 114px;
  height: 114px;
  text-decoration: none;
}

.hero__reserve-btn > img {
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.img-block-single {
  height: 50vw;
}

.img-block-single > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-block-single .simpleParallax img{
  width: 140%;
  height: auto;
  margin-left: -10%;
  margin-top: -10%;
  max-width: 140%;
}

.img-block-double {
  position: relative;
  overflow: hidden;
  height: 68vw;
}

.img-block-double__item {
  position: absolute;
  width: 60vw;
  height: 41vw;
  overflow: hidden;
}


.img-block-double__item:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}

.img-block-double__item:last-child {
  bottom: 0;
  right: 0;
}

/*
.img-block-double__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
*/
.img-block-double__item img{
  width: 130%;
  height: auto;
}

.img-block-double__item:last-child img{
  /*
  margin-left: 25%;
  */
  margin-left: 0;
}

.img-block-triple__item {
  height: 47.8vw;
}


.img-block-triple__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-block-triple__item > img:first-child {
  display: none;
}

.img-heading {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
}

.img-heading::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  content: "";
}

.img-heading__content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.img-heading__jp {
  font-size: 16px;
  font-weight: bold;
}

.img-heading__en {
  margin-top: 8px;
  line-height: 1;
}

.img-heading__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-heading__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-slide__main {
  height: 60vw;
}

.img-slide__main > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-slide__thumbs {
  display: flex;
  height: 7vw;
}

.img-slide__thumb {
  width: 12.5%;
  height: 100%;
  filter: grayscale(100%);
}

.img-slide__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-slide__thumb.is-active {
  filter: grayscale(0%);
}

.img-text {
  position: relative;
}

.img-text__wrapper {
  overflow: hidden;
}

.img-text__img > img {
  width: 100%;
}

.img-text__text {
  margin-top: 4vw;
}

.information-table--top-border {
  border-top: 1px solid #dfdfdf;
}

.information-table__dl {
  position: relative;
  padding: 3.4vw;
  border-bottom: 1px solid #dfdfdf;
}

.information-table__dt {
  font-weight: 700;
}

.information-table__dd {
  margin-top: 2.2vw;
  flex: 1 1 auto;
  font-weight: 400;
}

.information-table__dd > b {
  font-weight: 700;
}

.information-table__dd--right{
  text-align: right;
}

.location-bnr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45vw;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.5s;
}

.location-bnr:hover {
  opacity: 0.7;
}

.location-bnr + .location-bnr {
  margin-top: 8.5vw;
}

.location-bnr__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.location-bnr__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.location-bnr__arrow-text {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 36px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.5s;
}

.location-bnr__arrow-text:hover {
  opacity: 0.7;
}

.location-bnr__arrow-text::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  content: "";
  background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
  background-size: contain;
}

.number-list__item {
  position: relative;
  padding-left: 2.5em;
}

.number-list__item + .number-list__item {
  margin-top: 1em;
}


.number-list__num {
  position: absolute;
  top: 0;
  left: 0;
}

.price__figure-item {
  position: relative;
  padding: 30px 8px 12px;
  text-align: center;
  background: linear-gradient(#d0111b, #af0b14);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

.price__figure-item--gray {
  background: linear-gradient(#616161, #080808);
}

.price__figure-num {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 16px;
  font-weight: bold;
}

.price__figure-sign {
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.price__figure-note {
  margin-top: 10px;
  font-size: 10px;
  font-weight: normal;
}

.price__heading {
  position: relative;
  padding: 8px 8px 8px 60px;
  background: #d0111b;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.price__heading > span {
  position: absolute;
  top: 8px;
  left: 16px;
}

.price__heading--secondary {
  background: #2b2b2b;
}

.price__heading--gray {
  background: #8c8c8c;
}

.schedule__filters > h4 {
  border-top: 1px solid #dfdfdf;
  font-size: 4vw;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
}

.schedule__filter {
  position: relative;
  display: block;
  text-decoration: none;
  color: #bcbcbc;
  text-align: center;
  padding: 2.2vw 32px;
}

.schedule__filter::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url(../img/common/icon_down_black.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.schedule__filter.is-active {
  color: #1c1c1c;
}

.schedule__table-pc {
  display: none;
  border: solid 1px #000;
  border-collapse: collapse;
  width: 100%;
}

.schedule__table-pc th {
  background-color: #1b1b1b;
  border: solid 1px #000;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.schedule__table-pc th.sun {
  background-color: #a90000;
}

.schedule__table-pc th.sat {
  background-color: #0000a9;
}

.schedule__table-pc td {
  background-color: #fff;
  border: solid 1px #000;
  padding: 3px;
  text-align: center;
  color: #000;
  width: 13%;
}

.schedule__table-pc .t1 td {
  background-color: #e0e0e0;
  border-bottom: none;
  border-top: none;
  font-size: 10px;
}

.schedule__table-sp {
  width: 100%;
  border: 1px solid #282828;
  border-left: none;
  border-bottom: none;
}

.schedule__table-sp tr:nth-child(odd) {
  background: #f1f1f1;
}

.schedule__table-sp td {
  padding: 7px 10px;
  border-left: 1px solid #282828;
  border-bottom: 1px solid #282828;
  text-align: center;
  width: 10%;
}

.schedule__table-sp td:last-child {
  width: 80%;
  text-align: left;
}

.schedule__table-sp td.sat {
  color: #fff;
  background: #2469be;
}

.schedule__table-sp td.sun {
  color: #fff;
  background: #bf0014;
}

/*
.trainer-expert {
  display: flex;
  flex-wrap: wrap;
}

.trainer-expert__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 60vw;
  padding: 3.4vw;
}

.trainer-expert__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  content: "";
}

.trainer-expert__text {
  position: relative;
  z-index: 2;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 4.2vw;
  color: #fff;
}

.trainer-expert__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.trainer-expert__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.trainer-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 68.5vw;
  padding-bottom: 5.7vw;
}

.trainer-top::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
  content: "";
}

.trainer-top__text {
  position: relative;
  z-index: 2;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 4.2vw;
  text-align: right;
  color: #fff;
}

.trainer-top__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.trainer-top__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
*/

.training-category {
  display: flex;
  flex-direction: column;
}

.training-category + .training-category {
  margin-top: 8.5vw;
}

.training-category__img {
  width: 100%;
}

.training-category__img > img {
  width: 100%;
}

.training-category__content {
  flex-basis: auto;
  flex-grow: 1;
  padding-top: 5.7vw;
}


.training-category__name-sub {
  font-size: 2.8vw;
  font-weight: 500;
}

.training-category__name {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
}

.training-category__title {
  margin-top: 4.2vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
}

.training-category__link {
  margin-top: 24px;
  text-align: right;
}

.training-category__link > a {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 40px;
  text-decoration: none;
  color: #1c1c1c;
  font-weight: bold;
}

.training-category__link > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/common/icon_popup.png) center center no-repeat;
  background-size: contain;
  content: "";
}

.training-skill + .training-skill {
  margin-top: 24px;
}

.training-skill__heading {
  color: #8c8c8c;
}

.training-skill__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}


.training-skill__item {
  position: relative;
  width: 50%;
  height: 300px;
}

.training-skill__item a{
  text-decoration: none;
}

.training-skill__item::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.32);
  content: "";
}

.training-skill__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 12px 16px;
}

.training-skill__name {
  height: 2.4em;
  line-height: 1.2;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 4.2vw;
}

.training-skill__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.training-skill__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}


.top-hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 134vw;
  background: url(../img/top/hero.jpg) center center no-repeat;
  background-size: cover;
}

.top-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}

.top-hero {
  background-image: none;
}

.concept_hero::before {
  content: "";
  width: 100%;
  height: 90vw;
  background-image: url(../img/concept/hero_sp.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}


.top-hero__title {
  padding-bottom: 90px;
  color: #fff;
}

.top-hero__title-en {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 12vw;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.top-hero__title-jp {
  margin-top: 6vw;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/*
.top-hero__btn {
  position: fixed;
  right: -150px;
  bottom: -150px;
  display: block;
  width: 5px;
  height: 5px;
  transition: 0.5s;
  z-index: -100;
}

.top-hero__btn.active{
  opacity: 1.0;
  bottom: 5%;
  right: 5%;
  width: 110px;
  height: 110px;
  z-index: 100;
}

.top-hero__btn.active.fadeout{
  opacity: 0;
  z-index: -100;
}

.top-hero__btn > img {
  width: 100%;
}

*/

.top-news {
  padding: 72px 0 45px;
  background: #f1f1f1;
}

.top-news__heading {
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 8vw;
  letter-spacing: 0.05em;
  color: #8c8c8c;
}

.top-news__filters {
  margin-top: 12px;
}

.top-news__filters > li {
  display: inline-block;
  margin-right: 8px;
}

.top-news__filter {
  color: #1c1c1c;
  text-decoration: none;
  transition: color 0.5s;
  font-size: 3.2vw;
}

.top-news__filter:hover {
  text-decoration: line-through;
}

/*
.top-news__items {
  margin: 20px -4px 0;
}

.top-news__item {
  padding: 0 4px;
}

.top-news__item > a {
  display: block;
  color: #1c1c1c;
  text-decoration: none;
  transition: opacity 0.5s;
}

.top-news__item > a:hover {
  opacity: 0.7;
}

.top-news__img > img {
  width: 100%;
}

.top-news__info {
	font-size: 3vw;
  margin-top: 15px;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.top-news__category {
  color: #d0111b;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.top-news__date {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.top-news__date::before {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 3px;
  display: block;
  width: 1px;
  height: 14px;
  margin: auto;
  background: #1c1c1c;
  content: "";
}

.top-news__text {
	font-size: 3.6vw;
  margin-top: 8px;
  font-weight: bold;
}
*/

.top-lead {
  overflow: hidden;
  padding: 40px 0;
}

.top-lead__content {
  margin-top: 20px;
  padding-bottom: 450px;
}


.top-lead__text > p + p {
  margin-top: 20px;
}

.top-lead__text b {
  font-weight: 600;
font-family: "Noto Sans JP", sans-serif;
font-size: 4.5vw;
line-height: 1.6;
letter-spacing: 0.03em;
}

.top-lead__img {
  position: absolute;
  height: 300px;
}

.top-lead__img > img {
  width: auto;
  height: 100%;
}

.top-lead__img--1 {
  bottom: 100px;
  left: 40%;
}

.top-lead__img--2 {
  bottom: 0;
  right: 40%;
}

.top-program {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.top-program__heading {
  font-size: 8vw;
  font-weight: 700;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #8c8c8c;
  letter-spacing: 0.05em;
}

.top-program__bnrs {
  margin-top: 20px;
}

.top-program__bnr {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 66.5vw;
  padding: 11vw 5% 20vw;
  text-decoration: none;
  color: #fff;
  background: center center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
}

.top-program__bnr:hover {
  opacity: 0.7;
}

.top-program__bnr::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}
.top-program__bnr--training {
  background-image: url(../img/top/program_training_sp.png);
}

.top-program__bnr--food {
  background-image: url(../img/top/program_food_sp.png);
}

.top-program__bnr--bodycare {
  background-image: url(../img/top/program_bodycare_sp.png);
}

.top-activity{
  margin: 10% auto 15% auto;
}
.top-activity a{
  display: block;
  text-decoration: none;
  color: #FFF;
  position: relative;
  overflow: hidden;
}

.top-activity a h2{
  color: #FFF;
  margin-bottom: 2.5%;
}

.top-activity a h2 span{
  display: block;
  font-size: 3.3vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.top-activity a .txt{
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.top-activity a .img{
  transition: all 0.5s;
}

.top-activity a .img img{
  width: 100%;
  height: auto;
}

.top-activity a:hover .img{
  transform: scale(1.05);
}

.top-magazine{
  margin: 10% auto 15% auto;
}
.top-magazine-top , .top-magazine-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-magazine-top .tit{
  width: 100%;
  padding: 1.5% 0;
}
.top-magazine-top .top-magazine-news{
  width: 100%;
  margin: 0 2.5% 5% 2.5%;
}
.top-magazine-news a p{
  background-color: #FFF;
  position: static;
  color: #000;
  font-size: 3.6vw;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 1.5% 5%;
}
.top-magazine-bottom{
  width: 100%;
  margin: 0 auto;
}
.top-magazine-bottom .top-magazine-news{
  width: 100%;
  margin: 0 2.5% 5% 2.5%;
}
.top-magazine-news{
  margin-bottom: 5%;
}
.top-magazine-news a:hover img{
  transform: scale(1.05);
}

.top-magazine-top .tit img{
  width: 100%;
  height: auto;
}


.top-program__bnr-content {
  position: relative;
  z-index: 1;
}

.top-program__bnr-heading {
  font-size: 6.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.top-program__bnr-heading > br {
  display: none;
}


.top-program__bnr-text {
  height: 36px;
  font-size: 3.6vw;
  line-height: 1.7;
letter-spacing: 0.01em;
}


.top-program__bnr-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background: #2b2b2b;
  content: "";
}

.top-program__bnr-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}


.top-location {
  position: relative;
  z-index: 1;
  margin: 90px 0;
}

.top-location__heading {
  font-size: 8.5vw;
  font-weight: 700;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #8c8c8c;
}


.top-location__bnrs {
  margin-top: 20px;
}


.top-location__bnr {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48.5vw;
  padding: 11vw 5%;
  text-decoration: none;
  color: #fff;
  background: center center no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
}

.top-location__bnr:hover {
  opacity: 0.7;
}

.top-location__bnr::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.32);
}

.top-location__bnr--shibuya {
  background-image: url(../img/top/location_shibuya_sp.png);
}

.top-location__bnr--roppongi {
  background-image: url(../img/top/location_roppongi_sp.png);
}

.top-location__bnr--fukuoka {
  background-image: url(../img/top/location_fukuoka_sp.png);
}

.top-location__bnr-content {
  position: relative;
  z-index: 1;
}

.top-location__bnr-heading {
  font-size: 6.5vw;
letter-spacing: 0.05em;
  font-weight: bold;
  font-family:"gothic-b", "Century Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.top-location__bnr-heading > br {
  display: none;
}

.top-location__bnr-text {
font-size: 3.6vw;
line-height: 1.7;
letter-spacing: 0.03em;
}


.top-location__bnr-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background: #2b2b2b;
  content: "";
}

.top-location__bnr-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(../img/common/icon_arrow_right_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.bodycare__logo {
  width: 58.5vw;
  margin-top: 10px;
}

.bodycare__logo > img {
  width: 100%;
}

.training-clean__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px;
}

.training-clean__icon {
  padding: 8px;
  width: calc(100% / 3);
  max-width: 180px;
}

.training-clean__icon > img {
  width: 100%;
}

.concept__bg {
  overflow: hidden;
  position: relative;
}

.concept__bg-text {
  position: absolute;
  z-index: 1;
  color: #f6f6f6;
  word-break: keep-all;
  white-space: nowrap;
}

.concept__bg-text.--top {
  top: -0.2em;
  left: 15%;
}

.concept__bg-text.--bottom {
  top: 0.8em;
  right: 15%;
}

.marginbottom50 {
	padding-bottom: 5vw;
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
