@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
body {
  color: #333333;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.is-locked body {
  -webkit-overflow-scrolling: auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  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;
  padding: 44px 62px 10px 38px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1280px) {
  #header {
    padding: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #header {
    padding: 14px 13px 23px;
  }
}

#header.fixed {
  padding-top: 14px;
  padding-bottom: 15px;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
}

#header .logo {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  #header .logo {
    max-width: 350px;
  }
}

#header .header-item {
  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 screen and (max-width: 1024px) {
  #header .header-item {
    padding-right: 60px;
  }
}

#header .header-item .item-orther {
  margin-left: 57px;
  padding: 11px 23px 11px 25px;
  letter-spacing: 1.5px;
  background: #e12626;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  border-radius: 7px;
}

@media screen and (max-width: 1280px) {
  #header .header-item .item-orther {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #header .header-item .item-orther {
    margin-left: 0;
    font-size: 12px;
    padding: 9px 17px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 0\0) {
  #header .header-item .item-orther {
    position: absolute;
    right: 65px;
    top: 14px;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 15px;
    overflow-y: scroll;
    background: white;
  }
  #header .nav-menu.active {
    display: block;
  }
}

#header .nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav-menu .show-menu .item {
  margin-left: 6px;
}

@media screen and (min-width: 1025px) {
  #header .nav-menu .show-menu .item:nth-child(1) a {
    letter-spacing: 2.5px;
  }
  #header .nav-menu .show-menu .item:nth-child(2) a {
    letter-spacing: 5.5px;
  }
  #header .nav-menu .show-menu .item:nth-child(3) a {
    letter-spacing: 3px;
  }
  #header .nav-menu .show-menu .item:nth-child(4) a {
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu .item {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

#header .nav-menu .show-menu .item a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #585656;
  padding: 15px 23px 9px 25px;
}

@media screen and (max-width: 1280px) {
  #header .nav-menu .show-menu .item a {
    padding: 15px 10px;
  }
}

#header .mobile-icon {
  width: 37px;
  height: 20px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 12;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .mobile-icon {
    display: block;
  }
}

#header .mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #006eb0;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
}

#header .mobile-icon span:before, #header .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006eb0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

#header .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: 0;
}

#header .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: 0;
}

#header .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #006eb0;
}

#header .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

#header.header-strong.fixed {
  background: rgba(11, 11, 11, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 1024px) {
  #header.header-strong .nav-menu {
    background: rgba(11, 11, 11, 1);
  }
}

#header.header-strong .nav-menu .show-menu a {
  color: white;
}

#header.header-strong .mobile-icon span {
  background-color: #e64000;
}

#header.header-strong .mobile-icon span:before, #header.header-strong .mobile-icon span:after {
  background-color: #e64000;
}

#header.header-strong .mobile-icon.mobile-close span {
  background-color: transparent;
}

#footer {
  padding: 55px 0 40px;
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 14px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}

#footer .logo {
  display: inline-block;
  margin-bottom: 33px;
}

@media screen and (max-width: 576px) {
  #footer .logo {
    margin-bottom: 15px;
  }
  #footer .logo img {
    max-width: 160px;
  }
}

#footer span {
  font-size: 24px;
  font-size: 2rem;
  color: #ff7108;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #footer span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 380px) {
  #footer span {
    display: block;
    margin-bottom: 10px;
  }
}

#footer a {
  color: #ff7108;
  letter-spacing: 1px;
  display: inline-block;
}

#footer .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  #footer .menu-footer {
    margin-top: 20px;
  }
}

#footer .menu-footer li {
  border-right: 1px solid #d0c9c9;
  padding: 0 28px;
}

@media screen and (max-width: 576px) {
  #footer .menu-footer li {
    padding: 0 15px;
  }
}

#footer .menu-footer li:last-child {
  border-right: none;
}

#footer .menu-footer li a {
  display: block;
  color: #d0c9c9;
  font-weight: 400;
  letter-spacing: 0;
}

#footer.footer-pilates {
  background: white;
  border-top: 4px solid #006eb0;
  color: #656565;
}

@media screen and (max-width: 768px) {
  #footer.footer-pilates {
    border-top: 3px solid #006eb0;
    padding-top: 22px;
  }
}

#footer.footer-pilates span {
  color: #006eb0;
}

#footer.footer-pilates a {
  color: #006eb0;
}

#footer.footer-pilates .menu-footer li a {
  color: #9a9a9a;
}

.inner {
  display: block;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 13px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .ptpc-68 {
    padding-top: 68px !important;
  }
}

@media screen and (min-width: 769px) {
  .ptpc-40 {
    padding-top: 40px !important;
  }
}

a {
  text-decoration: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

.heading-page {
  display: block;
  text-align: center;
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  margin-bottom: 73px;
}

@media screen and (max-width: 768px) {
  .heading-page {
    font-size: 40.5px;
    margin-bottom: 50px;
  }
}

.heading-page.color-blue {
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (min-width: 769px) {
  .heading-page.color-blue {
    margin-bottom: 123px;
  }
}

.heading-block {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  color: #e64000;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 62px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .heading-block {
    font-size: 30.5px;
    font-size: 3.05rem;
  }
}

.heading-block:after {
  content: "";
  width: 155px;
  height: 3px;
  background: #f8d239;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .heading-block:after {
    height: 2px;
    max-width: 100px;
  }
}

.heading-block-02 {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  color: #f8d239;
  font-weight: bold;
  margin-bottom: 71px;
}

@media screen and (max-width: 768px) {
  .heading-block-02 {
    font-size: 27.5px;
    font-size: 2.75rem;
    margin-bottom: 70px;
  }
}

.heading-block-02 span {
  display: inline-block;
  border-bottom: 4px solid #f8d239;
  padding-bottom: 4px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading-block-02 span {
    border-bottom: 2px solid #f8d239;
  }
}

.heading-item-sub {
color:#f8d239;
font-size:1.3rem;
}

.heading-item {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e64000;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .heading-item {
    margin-bottom: 4px;
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.heading-item small {
  font-size: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .heading-item small {
    font-size: 14px;
    font-size: 1.6rem;
  }
}

.heading-note {
  display: block;
  color: white;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 71px 0 32px 0;
  margin-bottom: 34px;
  text-align: center;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 576px) {
  .heading-note {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 50px 0 25px 0;
    margin-bottom: 26px;
    text-align: center;
  }
}

.heading-note:before {
  content: "";
  width: 67px;
  height: 37px;
  background: url("/lp/img/common/item-white.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .heading-note:before {
    width: 40px;
    height: 25px;
  }
}

.heading-note:after {
  content: "";
  width: 170px;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .heading-note:after {
    width: 88px;
    height: 2px;
  }
}

.heading-note-black {
  color: #0d0d0d;
}

@media screen and (min-width: 577px) {
  .heading-note-black {
    padding-bottom: 45px;
    margin-bottom: 49px;
  }
}

.heading-note-black:before {
  background: url("/lp/img/common/item-black.png") no-repeat;
  background-size: 100%;
}

.heading-note-black:after {
  background: #0d0d0d;
}

.heading-note--small {
  display: block;
  font-weight: bold;
  color: #f85d39;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.083;
}

@media screen and (max-width: 576px) {
  .heading-note--small {
    font-size: 27.5px;
    font-size: 2.75rem;
    line-height: 1.61;
  }
}

@media screen and (max-width: 330px) {
  .heading-note--small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.heading-note-blue {
  color: #006eb0;
}

.heading-note-blue:before {
  background: url("/lp/img/common/item-blue.png") no-repeat;
  background-size: 100%;
}

.heading-note-blue:after {
  background: #006eb0;
}

.btn {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 9px 16px;
  color: white;
  border: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.btn-red {
  border-radius: 10px;
  background: #d92828;
  color: white;
  font-weight: 400;
  padding: 10px 0;
  min-width: 350px;
  letter-spacing: 6px;
}

@media screen and (max-width: 576px) {
  .btn.btn-red {
    border-radius: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .btn.btn-red {
    min-width: 200px;
  }
}

.btn.btn-secondary {
  background: #585656;
}

.btn.btn-danger {
  background: #ff5a4d;
  padding: 9px 12px;
}

.btn.btn-blue {
  background: #006eb0;
}

.btn.btn-arrow-right:after {
 font-family: 'FontAwesome';
    content: '\f054';
    padding-left: 5px;
    font-size: 100%;
  position: absolute;
  right: 20px;
  top: 35%;
}

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

}

.btn span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4px;
}

.btn small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .btn small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bg-black {
  background: #0b0b0b !important;
}

.bg-gray {
  background: #f5f2e9 !important;
}

.bg-grey {
  background: #e6f6ff !important;
}

.bg-blue {
  background: #006eb0 !important;
  color: white !important;
}

.color-orange {
  color: #e64000 !important;
}

.color-blue {
  color: #006eb0 !important;
}

.color-white {
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .mbsp-28 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 769px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}

.feature-output-heading {
  display: block;
  text-align: center;
  position: relative;
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: bold;
  font-style: italic;
  color: white;
  letter-spacing: 3px;
  padding-bottom: 35px;
  margin-bottom: 115px;
}

@media screen and (max-width: 576px) {
  .feature-output-heading {
    font-size: 23.7px;
    font-size: 2.37rem;
    letter-spacing: 2px;
    margin-bottom: 90px;
    padding-bottom: 20px;
  }
}

.feature-output-heading:after {
  content: "";
  width: 170px;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .feature-output-heading:after {
    width: 90;
    height: 2px;
  }
}

.about-block .about-img {
  margin-bottom: 77px;
}



.about-block .about-txt {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.06;
  clear:both;
}

.about-block .about-txt .intro-txt{
background:url("/lp/img/strong/01/intro_bim.png") no-repeat;
background-size:contain;
background-position:center;
}

.about-block .about-txt .intro-txt p{
font-weight:bold;
font-size:30px;
	line-height: 45px;
padding:100px 0;
}


.about-block .about-note {
  max-width: 710px;
  margin: 56px auto 0;
 position:relative;
}

.about-block .about-note p{
 z-index:1;
}
.about-block .about-note img.strong_down{
position:absolute;
bottom:-200px;
right: -50px;
z-index: -1;
}

@media screen and (max-width: 768px) {
  .about-block .about-img {
    margin: 0 -13px 15px;
  }


}


@media screen and (max-width: 576px) {
  .about-block .about-note {
    margin: 35px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.73;
    text-align: left;
  }
	.about-block .about-txt .intro-txt{
background:url("/lp/img/strong/01/intro_bim.png") no-repeat;
background-size:100%;
background-position:center;
}

	.about-block .about-note img.strong_down{
min-width: 400px;
    position: absolute;
    bottom: -120px;
    right: -50px;
    z-index: -1;
}
}

.about-block .about-note img {
  margin-bottom: 33px;
}

@media screen and (max-width: 576px) {
  .about-block .about-note img {
    display: block;
    margin: 0 auto 26px;
  }
}

.feature-block {
  max-width: 865px;
  margin: 0 auto ;
padding-bottom: 80px;
  line-height: 1.86;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .feature-block {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.99;
    margin-bottom: 0;
   padding-bottom: 50px;
  }
}

@media screen and (max-width: 330px) {
  .feature-block {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.feature-block img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .feature-block img {
    max-width: 165px;
    margin: 0 auto;
    display: block;
  }
}

.feature-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}

.page-strong-01 .feature-block .row {
background:#000;
}


@media screen and (max-width: 768px) {
  .feature-block .row {
    margin-bottom: 60px;
  }
  .feature-block .row .col-sm-8 {
    display: block;
    overflow: hidden;
  }
  .feature-block .row .col-sm-8 img {
    float: right;
    margin-left: 17px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 330px) {
  .feature-block .row .col-sm-8 img {
    width: 130px;
    margin: 0 0 10px 10px;
  }
}

.feature-block .row:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px){
.feature-block .row:nth-child(even){margin:0 -15px!important;}
}

@media screen and (min-width: 577px) {
  .feature-block .row:nth-child(even) .col-sm-8 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature-block .row:nth-child(even) .col-sm-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.feature-block p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .feature-block p {
    margin-bottom: 25px;
  }
}

.feature-block p:last-child {
  margin-bottom: 0;
}

.feature-block-list {
  max-width: 817px;
  margin: 0 auto 119px;
  line-height: 1.86;
  font-size: 15px;
  font-size: 1.5rem;
 color:#fff;
}


@media screen and (max-width: 768px) {
  .feature-block-list {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 60px;
  }
}

.feature-block-list .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.feature-block-list .row .col-12 {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .feature-block-list .row .col-12 img {
    max-width: 165px;
    float: right;
    margin-left: 15px;
  }
}


.bikram-std p{color:#e64000; font-size:1.6rem;}
.bikram-std ul li{display:inline-block; margin:6px 3px; }
.bikram-std ul li a{border-radius:100px; border:1px solid #e64000; color:#fff; font-size:1.3rem; display:inline-block; padding:2px 8px; }

.feature-block-list p {
  margin-bottom: 30px;
}

.feature-block-list p:last-child {
  margin-bottom: 0;
}

.firstly-block {
  max-width: 835px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}


@media screen and (max-width: 768px) {
  .firstly-block {
    line-height: 1.92;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 330px) {
  .firstly-block {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.firstly-block .firstly-item-heading {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  color: #f8d239;
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .firstly-block .firstly-item-heading {
    margin-bottom: 2px;
    line-height: 1.85;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}

.firstly-block .row {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .firstly-block .row {
    margin-bottom: 37px;
  }
}

.firstly-block .row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .firstly-block .row .col-sm-7 {
    overflow: hidden;
    padding: 0 20px;
  }
  .firstly-block .row .col-sm-7 img {
    float: left;
    width: 167px;
    margin-top: 6px;
	margin-right:15px;
  }
  .firstly-block .row .col-sm-7 p {
   /* float: right;
    width: calc(100% - 167px); */
    padding-left: 12px;
    line-height: 1.99;
  }
}

@media screen and (max-width: 330px) {
  .firstly-block .row .col-sm-7 img {
    width: 130px;
  }
  .firstly-block .row .col-sm-7 p {
   /* width: calc(100% - 130px);*/
  }
}

@media screen and (min-width: 577px) {
  .firstly-block .row:nth-child(odd) .col-sm-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .firstly-block .row:nth-child(odd) .col-sm-7 img {
    float: right;
    width: 177px;
	 margin-left:15px;
  }
  .firstly-block .row:nth-child(odd) .col-sm-7 p {
   /*  float: left;
    width: calc(100% - 177px);*/
    padding: 0 12px 0 0;
  }
}

@media screen and (max-width: 330px) {
  .firstly-block .row:nth-child(odd) .col-sm-7 img {
    width: 130px;
  }
  .firstly-block .row:nth-child(odd) .col-sm-7 p {
   /* width: calc(100% - 130px);*/
  }
}
  .staff-block-heading {
    background: url(/lp/img/strong/01/line-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    color: white;
    margin: -60px -250px 40px -250px;
    padding: 50px 0;
    font-size: 27.5px;
    font-size: 2.75rem;
}

@media screen and (max-width: 768px) {
  .staff-block-heading {
    background: url(/lp/img/strong/01/line-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    color: white;
    margin: -60px -15px 40px -15px;
    padding: 50px 0;
    font-size: 27.5px;
    font-size: 2.75rem;
  }
}



@media screen and (max-width: 768px) {
  .staff-block-heading:after {
    display: none;
  }
}

.staff-block-heading.color-blue:after {
  background: url("/lp/img/pilates/line.png") no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 768px) {
  .staff-block-heading.color-blue {
    background: url(../../img/pilates/line-sp.png) no-repeat;
    background-size: 100% 100%;
    color: white !important;
  }
}

.staff-item {
  display: block;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .staff-item {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 330px) {
  .staff-item {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.staff-item .staff-item-heading {
  display: block;
  color: #f85d39;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .staff-item .staff-item-heading {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 4px;
    line-height: 1.92;
  }
}

.staff-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .staff-item .item {
    margin-bottom: 40px;
  }
}

.staff-item .item .img {
  width: 25%;
}

@media screen and (max-width: 380px) {
  .staff-item .item .img {
    width: 23%;
  }
}

.staff-item .item .txt {
  width: 75%;
  padding: 32px 0 0 11px;
  line-height: 1.67;
}

@media screen and (max-width: 768px) {
  .staff-item .item .txt {
    width: 75%;
    padding: 0 15px 0 23px;
    position: relative;
    top: -10px;
    line-height: 1.92;
  }
}

@media screen and (max-width: 380px) {
  .staff-item .item .txt {
    width: 77%;
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .staff-item .item.mbpc-18 .img {
    padding: 0 8px;
  }
}

.staff-item img {
  display: block;
  margin: 0 auto;
}

.staff-list {
  margin: 0 auto;
  max-width: 836px;
}

@media screen and (max-width: 576px) {
  .staff-list {
    padding: 0 10px;
  }
}

@media screen and (max-width: 330px) {
  .staff-list {
    padding: 0;
  }
}

.lesson-block {
  max-width: 837px;
  margin: 0 auto 76px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .lesson-block {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 27px;
  }
}

.lesson-block .step-list {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #0d0d0d;
  background: #f8d239;
  width: 377px;
  border-radius: 40px;
  letter-spacing: 1px;
  margin: 0 auto 37px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .lesson-block .step-list {
    font-size: 15px;
    font-size: 1.5rem;
    height: 38px;
    width: 280px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}

.lesson-block p {
  padding: 0 70px 0 46px;
  margin-bottom: 27px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .lesson-block p {
    padding: 0;
    margin-bottom: 20px;
  }
}

.lesson-block p:last-child {
  margin-bottom: 0;
}

.lesson-block-list .item {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .lesson-block-list .item {
    margin-bottom: 50px;
  }
  .lesson-block-list .item:nth-child(2) .img {
    position: relative;
    top: -5px;
    left: -11px;
    padding-top: 0;
  }
  .lesson-block-list .item:nth-child(3) .img {
    padding-left: 7px;
  }
}

.lesson-block-list .item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lesson-block-list .item:last-child {
  margin-bottom: 0;
}

.lesson-block-list .item .img {
  width: 24%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .lesson-block-list .item .img {
    width: 36.5%;
    padding-top: 8px;
  }
}

.lesson-block-list .item .txt {
  width: 76%;
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .lesson-block-list .item .txt {
    width: 63.5%;
    padding-left: 15px;
  }
}

.movement-block {
  max-width: 822px;
  margin: 0 auto;
}

.movement-block .movement-img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .movement-block .movement-img {
    margin-bottom: 25px;
  }
}

.movement-block .movement-txt {
  font-size: 15px;
  font-size: 1.5rem;
  color: #070707;
  line-height: 1.73;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .movement-block .movement-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.42;
    margin-bottom: 30px;
  }
}

.movement-list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.94;
}

@media screen and (max-width: 768px) {
  .movement-list {
    line-height: 1.57;
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 -7px;
  }
}

.movement-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 27px;
}

@media screen and (max-width: 576px) {
  .movement-list .item {
    margin-bottom: 5px;
  }
}

.movement-list .item:last-child {
  margin-bottom: 0;
}

.movement-list .item .img {
  width: 21%;
  padding-left: 10px;
}

@media screen and (max-width: 576px) {
  .movement-list .item .img {
    padding: 0;
    width: 32%;
  }
}

.movement-list .item .txt {
  width: 79%;
  padding-left: 24px;
}

@media screen and (max-width: 576px) {
  .movement-list .item .txt {
    width: 68%;
    padding: 0 7px 0 7px;
  }
}

.instructor-block {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.instructor-block .instructor-heading {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .instructor-block .instructor-heading {
    margin-bottom: 16px;
    font-size: 17.5px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .instructor-block {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92;
  }
}

@media screen and (max-width: 330px) {
  .instructor-block {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 576px) {
  .instructor-block .row .col-sm-8 {
    overflow: hidden;
  }
  .instructor-block .row .col-sm-8 img {
    float: left;
    width: 176px;
	margin-right:15px
  }
  .instructor-block .row .col-sm-8 p {

    padding-left: 15px;
    text-align: justify;
  }
}

@media screen and (max-width: 330px) {
  .instructor-block .row .col-sm-8 img {
    width: 130px;
  }
  .instructor-block .row .col-sm-8 p {

  }
}

.instructor-lesson {
  margin: 90px 0 70px;
}

@media screen and (max-width: 768px) {
  .instructor-lesson {
    margin: 27px 0 30px;
  }
}

.instructor-lesson .ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .instructor-lesson .ttl {
    font-size: 17.5px;
    font-size: 1.75rem;
    margin-bottom: 11px;
    line-height: 1.4;
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) {
  .instructor-lesson .row {
    margin: 0 0 25px 0;
    padding: 0 27px;
  }
  .instructor-lesson .row div {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .instructor-lesson .row {
    margin: 0 -7px;
  }
  .instructor-lesson .row div {
    padding: 0 7px 15px;
  }
  .instructor-lesson .row img {
    margin-bottom: 10px;
  }
  .instructor-lesson .row img:last-child {
    margin-bottom: 0;
  }
}

.instructor-lesson .instructor-lesson-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instructor-lesson .instructor-lesson-sp .img {
  width: 176px;
}

.instructor-lesson .instructor-lesson-sp .img img {
  margin-bottom: 10px;
}

.instructor-lesson .instructor-lesson-sp .img img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 330px) {
  .instructor-lesson .instructor-lesson-sp .img {
    width: 130px;
  }
}

.instructor-lesson .instructor-lesson-sp .txt {
  width: calc(100% - 176px);
  padding-left: 15px;
}

@media screen and (max-width: 330px) {
  .instructor-lesson .instructor-lesson-sp .txt {
    width: calc(100% - 130px);
    padding-left: 10px;
  }
}

.instructor-lesson .instructor-lesson-sp .txt p {
  margin-bottom: 26px;
}

@media screen and (max-width: 330px) {
  .instructor-lesson .instructor-lesson-sp .txt p {
    margin-bottom: 10px;
  }
}

.instructor-lesson .instructor-lesson-sp .txt p:last-child {
  margin-bottom: 0;
}

.instructor-lesson p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .instructor-lesson p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92;
  }
}

.studio-block {
  max-width: 830px;
  margin: 0 auto;
}

.studio-heading {
  display: block;
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 33px;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .studio-heading {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 28px;
    margin-bottom: 33px;
  }
}

.studio-heading:after {
  content: "";
  width: 170px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .studio-heading:after {
    width: 85px;
    height: 2px;
  }
}

.studio-heading.color-blue:after {
  background: #006eb0;
}

.studio-list .item .studio-list-ttl {
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #b2b2b2;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-list-ttl {
    padding: 16px 0;
  }
}

.studio-list .item .studio-list-ttl span {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
  min-width: 100px;
  letter-spacing: 3px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-list-ttl span {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 14px;
    min-width: 76px;
  }
}

/*--
.studio-list .item .studio-list-ttl span:after {
  font-family: 'FontAwesome';
    content: '\f078';
    padding-left: 5px;
    font-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
--*/

@media screen and (max-width: 576px) {
  .studio-list .item .studio-list-ttl span:after {

  }
}

.studio-list .item .studio-list-ttl.active {
  border-bottom: none;
}

.studio-list .item .studio-list-ttl.active span:after {
	transform-origin: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
	  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.studio-list .item .studio-show {
  display: none;
}

.studio-list .item .studio-show li {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .studio-list .item .studio-show li {
    margin-bottom: 10px;
  }
}

.studio-list .item .studio-show li:last-child {
  margin-bottom: 0;
}

.studio-list .item .studio-show li .studio-show-ttl {
  display: block;
  text-align: center;
  background: #f5f2e9;
  padding: 17px 0;
  letter-spacing: 2px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-ttl {
    padding: 8px 0;
  }
}

.studio-list .item .studio-show li .studio-show-ttl span {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 20px 0 27px;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-ttl span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.studio-list .item .studio-show li .studio-show-ttl span:after {
 font-family: 'FontAwesome';
    content: '\f078';
    padding-left: 5px;
    font-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-ttl span:after {

  }
}

.studio-list .item .studio-show li .studio-show-ttl.active span:after {
	transform-origin: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.studio-list .item .studio-show li .studio-show-item {
  display: none;
}

.studio-list .item .studio-show li .studio-show-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 4px;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-item .item {
    padding: 10px 0;
  }
}

.studio-list .item .studio-show li .studio-show-item .item:last-child {
  border-bottom: none;
}

.studio-list .item .studio-show li .studio-show-item--left {
  width: 46.5%;
  line-height: 1.9;
  font-size: 15px;
  font-size: 1.3rem;
  letter-spacing: 2.5px;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-item--left {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 10px;
  }
}

.studio-list .item .studio-show li .studio-show-item--left strong {
  display: block;
  color: #fff;
  font-weight: 600;
 font-size:1.6rem;
}

.studio-list .item .studio-show li .studio-show-item--right {
  width: 53.5%;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-item--right {
    width: 100%;
  }
}

.studio-list .item .studio-show li .studio-show-item--right .btn {
  margin-right: 18px;
  border-radius: 0;
}

@media screen and (max-width: 576px) {
  .studio-list .item .studio-show li .studio-show-item--right .btn {
    margin-right: 13px;
    padding: 8px 13px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }
}

.studio-list .item .studio-show li .studio-show-item--right .btn:last-child {
  margin-right: 0;
}

.sec-about {
  padding: 141px 0;
}

@media screen and (max-width: 768px) {
  .sec-about {
    padding: 75px 0 45px;
  }
}

img.p-ttl{z-index:3;}
img.p-pic{z-index:1;}
img.p-bim{z-index:0;}
.sec-about div.about-block-cont{max-width: 900px; margin:0 auto;}
.sec-about div.about-img {position:relative; max-width: 600px;}
.sec-about div.about-img img.p-ttl, .sec-about div.about-img img.p-pic{position:absolute; top:0; left:0;}

.sec-feature {
  margin-top: -36px;
  padding: 450px 0 0;
  background: #e64000 url("/lp/img/strong/01/bf.png") no-repeat;
  background-size: 100%;
  color:#fff;
}

.sec-feature .heading-page {color:#000;}

.sec-feature .heading-page span.head-sub{
 display: block;
  text-align: center;
  font-size: 25px;
 letter-spacing:1px;
	line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .sec-feature {
    margin-top: 0;
    padding: 300px 0 0;
	background-size: 250%;
  }
}

@media screen and (max-width: 576px) {
  .sec-feature {
    margin-top: 0;
    padding: 200px 0 0;
	background-size: 250%;
  }
}

.sec-feature .inner {
  position: relative;
  z-index: 1;
}

.sec-firstly {
  padding: 60px 0 187px;
}

.sec-class{padding-top:60px;}

@media screen and (max-width: 768px) {
  .sec-firstly {
    padding: 50px 0 100px;
  }

	.bf2-img{ min-width: 700px;}
}

@media screen and (max-width: 1440px) {
  .sec-firstly:before {
    right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-firstly:before {
    right: 0;
  }
}

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

}

.sec-staff {
  padding: 0 0 168px;
}

@media screen and (max-width: 768px) {
  .sec-staff {
    padding: 0 0 73px;
  }
}

.sec-lesson {
  padding: 0 0 60px;
}

.sec-lesson .heading-block-02{
background:#e64000;
color:#fff;
width:100%;
position: relative;
padding:20px 0;
font-size:2.3rem;
}

.sec-lesson .heading-block-02:after{
 content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #e64000;
}

@media screen and (max-width: 768px) {
  .sec-lesson {
    padding: 0 0 25px;
  }
}

.sec-firstly .heading-block-02{
	position:relative;
    margin-bottom: 62px;
    padding-bottom: 20px;
}

.sec-firstly .heading-block-02:after {content: "";
    width: 155px;
    height: 3px;
    background: #f8d239;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
}



@media screen and (max-width: 1440px) {
  .sec-lesson:before {
    left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-lesson:before {
    left: 0;
  }
}

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

}

.sec-movement {
  padding: 66px 0 104px;
}

@media screen and (min-width: 769px) {
  .sec-movement .heading-note {
    padding-bottom: 44px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-movement {
    padding: 50px 0;
  }
  .sec-movement .heading-note {
    margin-bottom: 45px;
  }
}

.sec-feature-output {
  background: #e64000 url(/lp/img/strong/01/bf-04.png) no-repeat;
  background-size: 100%;
  background-position: top left;
  padding: 88px 0 0;
}

@media screen and (max-width: 768px) {
  .sec-feature-output {
    padding: 30px 0 0;
  }
}

.sec-feature-output .feature-heading {
  display: block;
  text-align: center;
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: bold;
  color: white;
}

.sec-feature-output .heading {
  margin-bottom: 111px;
}

@media screen and (max-width: 768px) {
  .sec-feature-output .heading {
    margin-bottom: 80px;
  }
}

.sec-studio {
  padding: 115px 0 70px;
}

@media screen and (max-width: 768px) {
  .sec-studio {
    padding: 50px 0;
  }
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .sec-about {
    padding: 151px 0 0;
  }
}

.page-pilates-01 .sec-feature {
  background: url(../../img/pilates/bf.png) no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .sec-feature {
    margin-top: -50px;
    padding: 296px 0 106px;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-feature {
    background: white url(../../img/pilates/bf-sp.png) no-repeat;
    background-size: 100%;
  }
}

.page-pilates-01 .sec-firstly {
  padding: 30px 0 100px;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-firstly {
    padding: 17px 0 80px;
  }
}

.page-pilates-01 .sec-firstly:before {
  content: "";
  width: 839px;
  height: 146px;
  background: url(../../img/pilates/bf-02.png) no-repeat;
  background-size: 100%;
  right: 100px;
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .sec-firstly:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-firstly:before {
    width: 370px;
    height: 92px;
    background: url(../../img/pilates/bf-02-sp.png) no-repeat;
    right: 0;
    background-size: 100% 100%;
  }
}

.page-pilates-01 .sec-firstly .heading-block-02 {
  position: relative;


}

.page-pilates-01 .sec-firstly .heading-block-02:after {
  content: "";
  width: 839px;
  height: 146px;
  position: absolute;
  top: -30px;
  left: 429px;
  background: url(../../img/pilates/bf-02.png) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .page-pilates-01 .sec-firstly .heading-block-02:after {
    left: 350px;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-firstly .heading-block-02:after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .sec-firstly .heading-block-02 {
    margin-bottom: 160px;
  }
}

.page-pilates-01 .sec-firstly .heading-block-02 span {
  position: relative;
  border-bottom: none;
  z-index: 1;
}

.page-pilates-01 .sec-staff {
  padding: 79px 0 67px;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-staff {
    padding: 0 0 72px;
  }
}

.page-pilates-01 .sec-lesson {
  padding: 48px 0 60px;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-lesson {
    padding: 22px 0 23px;
  }
}

.page-pilates-01 .sec-lesson:before {
  width: 884px;
  height: 189px;
  background: url(../../img/pilates/bf-03.png) no-repeat;
  background-size: 100%;
  left: 153px;
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .sec-lesson:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-lesson:before {
    width: 359px;
    height: 96px;
    background: url(../../img/pilates/bf-03-sp.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
  }
}

.page-pilates-01 .sec-lesson .heading-block-02 {
  margin-bottom: 142px;
}

.page-pilates-01 .sec-lesson .heading-block-02:after {
  content: "";
  width: 880px;
  height: 186px;
  position: absolute;
  top: -48px;
  background: url(../../img/pilates/bf-03.png) no-repeat;
  background-size: 100%;
  left: -121px;
}

@media screen and (max-width: 1024px) {
  .page-pilates-01 .sec-lesson .heading-block-02:after {
    left: -350px;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-lesson .heading-block-02:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-lesson .heading-block-02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-left: 6px;
    letter-spacing: 0.5px;
    margin-bottom: 105px;
  }
}

.page-pilates-01 .sec-lesson .heading-block-02 span {
  position: relative;
  z-index: 1;
}

.page-pilates-01 .sec-lesson .heading-block-02 span:after {
  display: none;
}

.page-pilates-01 .sec-feature-output {
  background: #f5f2e9 url(../../img/pilates/bf-04.png) no-repeat;
  background-size: 100%;
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-feature-output {
    background: #f5f2e9 url(../../img/pilates/bf-04-sp.png) no-repeat;
    background-size: 100%;
    padding: 25px 0 0;
  }
}

.page-pilates-01 .sec-studio {
  padding: 0 0 70px;
  margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .sec-studio {
    padding: 5px 0 38px;
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .page-pilates-01 .feature-block {
    margin-bottom: 115px;
  }
  .page-pilates-01 .staff-item {
    margin-bottom: 0;
  }
  .page-pilates-01 .staff-item .item {
    margin-bottom: 38px;
  }
  .page-pilates-01 .staff-item .item:last-child {
    margin-bottom: 0;
  }
  .page-pilates-01 .staff-item .item .txt {
    line-height: 2;
  }
  .page-pilates-01 .lesson-block {
    margin: 0 auto 60px;
  }
  .page-pilates-01 .lesson-block .step-list {
    margin: 0 auto 70px;
  }
  .page-pilates-01 .lesson-block-list .item {
    margin-bottom: 57px;
  }
  .page-pilates-01 .lesson-block-list .item:last-child {
    margin-bottom: 0;
  }
  .page-pilates-01 .lesson-block-list .item:nth-child(2) {
    margin-bottom: 22px;
  }
  .page-pilates-01 .lesson-block-list .item:nth-child(3) .step-list {
    margin-bottom: 62px;
  }
  .page-pilates-01 .lesson-block-list .item .img {
    width: 25%;
    position: relative;
  }
  .page-pilates-01 .lesson-block-list .item .txt {
    width: 75%;
  }
  .page-pilates-01 .lesson-block-list .item:nth-child(1) .img {
    top: -10px;
  }
  .page-pilates-01 .lesson-block-list .item:nth-child(2) .img {
    left: -10px;
    top: -30px;
  }
  .page-pilates-01 .instructor-block {
    max-width: 825px;
  }
  .page-pilates-01 .instructor-block .row {
    margin-bottom: 45px;
  }
  .page-pilates-01 .instructor-block .row .col-sm-4 {
    max-width: 36.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.5%;
            flex: 0 0 36.5%;
  }
  .page-pilates-01 .instructor-block .row .col-sm-8 {
    max-width: 63.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.5%;
            flex: 0 0 63.5%;
    padding: 39px 0 0 30px;
  }
  .page-pilates-01 .instructor-lesson {
    margin: 60px 0 70px;
  }
  .page-pilates-01 .instructor-lesson .row {
    padding: 0 38px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .instructor-block .row {
    margin-bottom: 30px;
  }
  .page-pilates-01 .lesson-block-list .item:nth-child(2) {
    margin-bottom: 37px;
  }
}

.page-pilates-01 .ttl-img {
  margin-bottom: 114px;
}

@media screen and (max-width: 768px) {
  .page-pilates-01 .ttl-img {
    margin-bottom: 82px;
  }
}

.page-pilates-01 .movement-list {
  color: #06466c;
}

/*# sourceMappingURL=maps/common/styles.css.map */

/* コロナのお知らせ */
.colona {margin-bottom: 5rem;}
.colona button {
  background-color: #e64000;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 2.6rem;
  margin: -2rem auto 7rem;
}
.colona button h2 {
  font-size: 1.8rem;
}
#colona {max-width: 800px;font-size: 1.4rem;}
.colona h3 {
  font-size: 1.6rem;
  margin: 2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .colona button {
    padding: 1.5rem 0.5rem;
    margin: 4rem auto;
  }
  .colona button h2 {
    font-size: 1.5rem;
  }
  .colona h3 {
   font-size: 1.2rem;
  }
}
/* コロナのお知らせ end */
