
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'), url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'), url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../font/NotoSerifCJKjp-SemiBold.woff') format('woff'), url('../font/NotoSerifCJKjp-SemiBold.eot')  format('eot');
  font-display: swap;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Inter', 'NotoSansCJKjp', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

iframe {
  line-height: 1;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Base style
------------------------------------------------------------
*/

body {
  line-height: 2;
}

p {
  margin-bottom: 0;
}

a {
  color: #212529;
}
a:hover {
  color: #212529;
}

ul {
  padding-left: 0;
  list-style: none;
}

/* Layout style
------------------------------------------------------------
*/

.ly_contents {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

.ly_header {
  position: absolute;
  width: 100%;
  transition: .5s;
}
.ly_header.is_fixed {
  position: fixed;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #efefef;
  z-index: 99999;
}
.ly_header_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 134rem;
}
@media screen and (min-width: 960px) {
  .ly_header {
    padding-top: 5rem;
  }
  .ly_header.is_fixed {
    padding-top: 0;
  }
}

.ly_footer {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #4d4d4d;
}
@media screen and (min-width: 960px) {
  .ly_footer {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

/* Block module
------------------------------------------------------------
*/

.bl_siteTitle {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 140px;
  z-index: 1;
}
.ly_header.is_fixed .bl_siteTitle {
  display: none;
}
@media screen and (min-width: 560px) {
  .bl_siteTitle {
    max-width: 20rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_siteTitle {
    padding-left: 1.5rem;
    max-width: 28rem;
  }
}
@media screen and (min-width: 1340px) {
  .bl_siteTitle {
    padding-left: 0;
  }
}

.bl_headerNav {
  padding-bottom: 3rem;
  width: 100%;
}
.bl_headerNav_listUnit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
}
.bl_headerNav_list {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 3.5vmin;
  letter-spacing: .065em;
}
.bl_headerNav_list a {
  position: relative;
  display: inline-block;
  padding-top: 2rem;
  text-decoration: none;
}
.bl_headerNav_list a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #43bcd2;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.bl_headerNav_list a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.ly_header.is_fixed .bl_headerNav {
  padding-bottom: 1.5rem;
}
.ly_header.is_fixed .bl_headerNav_list a {
  padding-top: 1.5rem;
}
@media screen and (min-width: 560px) {
  .bl_headerNav_list {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_headerNav {
    padding-right: 4.5rem;
    padding-bottom: 0;
    padding-left: 0;
  }
  .bl_headerNav_listUnit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}





.mainimg {
  padding-top: 12rem;
}

.mainimg .bg {
  background: url(../img/lp-pilates/mainvisual_202310.jpg?v=20230101) no-repeat center center;
  background-size: cover;
  position: relative;

}

.mainimg .bg h3 span.note{
  font-size: 11px;
  color: #fff;
  display: block;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  background: rgba(54, 187, 210, 0.9);
  
}
.mainimg.type_a2 .bg h3 span.note{
  background: rgba(255,255,255,0.6);
}
.mainimg .bg h3{

  padding: 6% 4% 4% 49%;

}
.mainimg .bg h3 img{
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
.mainimg {
  padding-top: 10em;
}
.mainimg .bg h3{
}
}
@media screen and (max-width: 768px) {
 .mainimg {
  padding-top: 10em;
}
  .mainimg .bg {
    background: url(../img/lp-pilates/mainvisual_202310_sp.jpg?v=20230101) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    margin-top: 0%;
    padding-top: 68%;
  }

  .mainimg .bg h3{
  width: 100%;
  padding: 6% 4% 0% 4%;
  }
.mainimg .bg h3 img{


}
.mainimg.type_a2 .bg h3 img{

}
.mainimg .bg h3 span.note{
  @addomg-top: 10px;
  margin-left: 0;

}

}

@media screen and (max-width: 560px) {
 .mainimg {
  padding-top: 9em;
}

}
/*

.mainimg {
  padding-top: 12rem;
}
.mainimg .bg {
  background: url(../img/lp-pilates/mainvisual_pc20211218.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.mainimg .bg h3{
  padding:23% 48% 20% 7%;
  width: 100%;

}
.mainimg .bg h3 img{
  width: 100%;
  height: auto;
  max-width: 100%;
  display: none;
}
@media screen and (max-width: 1000px) {
.mainimg .bg h3{
  padding:23% 42% 44% 4%;
  width: 100%;
  margin-top: 4%;

}
}
@media screen and (max-width: 768px) {
  .mainimg .bg {
    background: url(../img/lp-pilates/mainvisual_pc20211218.jpg) no-repeat center center;
    background-size: 160% auto;
    position: relative;
    margin-top: 4%;
  }
  .mainimg .bg h3{

  width: 100%;
  }
}

*/


/*
.bl_mainVisual {
  padding-top: 12rem;
}
.bl_mainVisual_inner {
  position: relative;
}
.bl_mainVisual_img {
  width: 100%;
  height: 30vh;
  background: url(../img/lp-pilates/mainvisual_pc202103.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 769px) {
.bl_mainVisual_img {  
  background: url(../img/lp-pilates/mainvisual_pc202103.jpg) no-repeat center top/cover;
}
}
.bl_mainVisual_copy_wrapper {
  position: absolute;
  display: none;
  top: 3rem;
  text-align: right;
  top: 20rem;
  width: 100%;

}
.bl_mainVisual_copy {
  width: 100%;
  text-align: center;

}
.bl_mainVisual_copy img{
  width: 70%;
  max-width: 100%;
  height: auto;
  display: inline;

}
@media screen and (min-width: 400px) {

  .bl_mainVisual_copy_wrapper {
    top:25rem;
  }

}

@media screen and (min-width: 560px) {
  .bl_mainVisual {
    padding-top: 15rem;
  }

  .bl_mainVisual_img {
    background-position: center center;
  }
  .bl_mainVisual_copy_wrapper {
    top: 20rem;
    width: 100%;
  }
  .bl_mainVisual_copy img{
    width: 400px;
    max-width: 100%;
  }


}
@media screen and (min-width: 768px) {
.bl_mainVisual_img {
    height: 55vh;
  }

  .bl_mainVisual_copy img{
    width: 400px;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .bl_mainVisual {
    padding-top: 12rem;
  }
  .bl_mainVisual_img {
    margin-right: auto;
    margin-left: auto;
    max-width: 200rem;
    max-height: 90rem;
  }
  .bl_mainVisual_copy_wrapper {
    top: 9rem;
    width: 100%;
  }
  .bl_mainVisual_copy img{
    width: 410px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_mainVisual_inner {
    position: relative;

    z-index: 0;
    overflow: hidden;
  }
  .bl_mainVisual_inner:before{
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
  }
  .bl_mainVisual_copy_wrapper {
    top: 20rem;
    width: 100%;
  }
  .bl_mainVisual_copy img{
    width: 400px;
  }

}
@media screen and (min-width: 1600px) {
  .bl_mainVisual_copy_wrapper {

    width: 100%;
  }
  .bl_mainVisual_copy img{
    width: 500px;
  }
}
@media screen and (min-width: 2000px) {
  .bl_mainVisual_copy_wrapper {

  }
}
*/

.bl_about_wrapper {
  background: url(../img/lp-pilates/bg_about.jpg) no-repeat left bottom/cover;
}
.bl_about {
  padding-top: 3rem;
  background: -moz-linear-gradient(0deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.9));
  background: -webkit-linear-gradient(0deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.9));
  background: linear-gradient(0deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.9));
}
.bl_about_header {
  padding-bottom: 2rem;
}
.bl_about_header img {
  width: 60%;
  max-width: 28rem;
}
.bl_about_body {
  padding-bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
.bl_about_body .un_type {
  padding-right: .2em;
  padding-left: .2em;
  font-size: 120%;
}
@media screen and (min-width: 960px) {
  .bl_about_wrapper {
    background-size: 74% auto;
  }
  .bl_about {
    padding-top: 8rem;
  }
  .bl_about_header {
    padding-right: 4rem;
    width: 40%;
  }
  .bl_about_header img {
    margin-left: auto;
  }
  .bl_about_body {
    padding-top: 6rem;
    padding-bottom: 0;
    width: 60%;
  }
  .bl_about_body p {
    margin-bottom: 2rem;
  }
  .bl_about_body_block {
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .bl_about_wrapper {
    background-position: left top;
  }
}
@media screen and (min-width: 2000px) {
  .bl_about_wrapper {
    background-position: center bottom;
    background-size: auto 100%;
  }
}

.bl_aboutReformer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: rgba(173, 206, 218, 0.5);
}
.bl_aboutReformer_header {
  display: inline-block;
  padding: 2rem 2rem 8rem 1.5rem;
  color: #fff;
  font-size: 6vmin;
}
.bl_aboutReformer_body {
  position: relative;
  margin-left: auto;
  padding: 2.5rem 2rem 5rem;
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.bl_aboutReformer_body_inner {
  width: 100%;
}
.bl_aboutReformer_photo {
  margin-top: -8rem;
  margin-left: auto;
  width: 80%;
}
.bl_aboutReformer_heading {
  position: relative;
  margin-top: -3rem;
  padding-left: 1rem;
  max-width: 20rem;
}
.bl_aboutReformer_photo2_wrapper {
  position: relative;
}
.bl_aboutReformer_photo2 {
  margin-top: -1rem;
  width: 90%;
}
.bl_aboutReformer_heading2 {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  max-width: 22rem;
}
@media screen and (min-width: 560px) {
  .bl_aboutReformer {
    position: relative;
    overflow: hidden;
    padding-top: 12rem;
    padding-bottom: 0;
  }
  .bl_aboutReformer_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 120rem;
  }
  .bl_aboutReformer_header {
    width: 60%;
    font-size: 3.8vmin;
  }
  .bl_aboutReformer_body {
    padding: 8rem 6rem 7rem;
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .bl_aboutReformer_heading {
    margin-top: -2rem;
  }
  .bl_aboutReformer_photo {
    position: absolute;
    top: 8rem;
    left: 55%;
    margin-top: 0;
  }
  .bl_aboutReformer_photo img {
    max-width: 50rem;
  }
  .bl_aboutReformer_photo2_wrapper {}
}
@media screen and (min-width: 960px) {
  .bl_aboutReformer {
    padding-top: 16rem;
  }
  .bl_aboutReformer_header {
    padding: 6rem 0 20rem 5rem;
    width: 90%;
    font-size: 4vmin;
    line-height: 1.8;
  }
  .bl_aboutReformer_body {
    position: relative;
    top: -20rem;
    left: 35%;
    width: 100%;
  }
  .bl_aboutReformer_body_inner {
    width: 65%;
  }
  .bl_aboutReformer_photo {
    top: 10rem;
    left: 50%;
  }
  .bl_aboutReformer_photo img {
    max-width: 70rem;
  }
  .bl_aboutReformer_heading {
    max-width: 30rem;
  }
  .bl_aboutReformer_photo2_wrapper {
    top: -34rem;
    width: 80%;
  }
  .bl_aboutReformer_heading2 {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_aboutReformer_header {
    font-size: 3.6rem;
  }
  .bl_aboutReformer_body {
    left: 40%;
  }
  .bl_aboutReformer_body_inner {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .bl_aboutReformer_photo img {
    max-width: 80rem;
  }
}
@media screen and (min-width: 2000px) {
  .bl_aboutReformer_photo {
    left: 50%;
  }
  .bl_aboutReformer_photo2_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 160rem;
  }
  .bl_aboutReformer_photo2 {
    width: 75%;
  }
}

.bl_concept {
  margin-bottom: 5rem;
}
.bl_concept_header {
  background: #43bcd2;
  color: #fff;
  text-align: center;
}
.bl_concept_header_inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 5vmin;
  line-height: 1.2;
  background: url(../img/lp-pilates/bg_concept_line.png) no-repeat center top 10px/100% auto;
}
.bl_concept_header_title {
  font-size: 6.5vmin;
  letter-spacing: -.02em;
}
.bl_concept_header_title .un_type {
  padding-right: .15em;
  padding-left: .2em;
  font-size: 160%;
}
.bl_concept_header_title .un_type2 {
  padding-right: .15em;
}
.bl_concept_header_title .un_type3 {
  padding-right: .1em;
}
.bl_conceptItemUnit {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 160rem;
}
.bl_concept_headImg_inner {
  position: absolute;
  top: -2.5rem;
  right: 1rem;
  max-width: 20rem;
  z-index: 1;
}
.bl_conceptItem_headImg {
  opacity: .5;
}
.bl_conceptItem.bl_conceptItem1 {
  position: relative;
  margin-top: -10rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.bl_conceptItem_inner {
  padding: 4rem 3rem 5rem;
}
.bl_conceptItem1 .bl_conceptItem_inner {
  padding: 3rem 1.5rem 2rem;
  background: #fff;
}
.bl_conceptItem_header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 2.5rem;
}
.bl_conceptItem_num {
  width: 20%;
  padding-right: 1rem;
}
.bl_conceptItem_title {
  width: 80%;
  color: #4d4d4d;
  font-size: 7vmin;
  line-height: 1;
  letter-spacing: .05em;
}
.bl_conceptItem_title_em {
  font-size: 120%;
}
.bl_conceptItem_headline {
  margin-bottom: 1.5rem;
  font-size: 4.5vmin;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .bl_concept_header_inner {
    font-size: 2rem;
  }
  .bl_concept_header_title {
    font-size: 3.2rem;
  }
  .bl_concept_headImg_inner {
    max-width: 34rem;
  }
  .bl_conceptItem.bl_conceptItem1 {
    margin: -20rem auto 3rem;
    max-width: 84rem;
  }
  .bl_conceptItem_header {
    margin-bottom: 0;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_header,
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_header {
    margin-bottom: 2rem;
  }
  .bl_conceptItem_num {
    padding-right: 2rem;
    width: auto;
    max-width: 14rem;
  }
  .bl_conceptItem_title {
    width: auto;
    font-size: 4rem;
  }
  .bl_conceptItem_body {
    padding: 2rem 6rem;
  }
  .bl_conceptItem_headline {
    font-size: 3.5vmin;
  }
}
@media screen and (min-width: 960px) {
  .bl_concept {
    position: relative;
    margin-top: -22rem;
  }
  .bl_concept_header_inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-size: 3.2rem;
  }
  .bl_concept_header_title {
    font-size: 4.2rem;
  }
  .bl_conceptItem.bl_conceptItem1 {
    margin-bottom: 8rem;
  }
  .bl_conceptItem.bl_conceptItem2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bl_conceptItem.bl_conceptItem3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10rem;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_inner,
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_inner {
    width: 50%;
  }
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_inner {
    padding-top: 0;
    padding-right: 0;
  }
  .bl_conceptItem_header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bl_conceptItem.bl_conceptItem1 .bl_conceptItem_header {
    margin-top: -4rem;
    margin-bottom: 0;
    margin-left: -8rem;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_header {
    margin: -2rem 0 0 2rem;
  }
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_header {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 2rem;
  }
  .bl_conceptItem_body {
    padding: 0rem 6rem;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_body {
    padding: 4rem 2rem;
  }
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_body {
    padding: 4rem 3rem 0 8rem;
  }
  .bl_conceptItem_headline {
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
  }
  .bl_conceptItem.bl_conceptItem2 .bl_conceptItem_img,
  .bl_conceptItem.bl_conceptItem3 .bl_conceptItem_img {
    padding-bottom: 4rem;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .bl_concept_headImg_inner {
    left: 60%;
  }
}

.bl_successSpiral_wrapper {
}
.bl_successSpiral_header {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 34rem;
  z-index: 1;
}
.bl_successSpiral {
  position: relative;
  margin-top: -4rem;
  background: url(../img/lp-pilates/photo_spiral.jpg) no-repeat right top/cover;
}
.bl_successSpiral_inner {
  padding: 7rem 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.3);
}
.bl_successSpiral_title {
  margin-right: auto;
  margin-left: auto;
  max-width: 30rem;
}
.bl_successSpiral_img {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 40rem;
}
.bl_successSpiral_footer {
  padding-top: 5rem;
  padding-bottom: 6rem;
  color: #1fa6bd;
  font-size: 4.5vmin;
  text-align: center;
}
.bl_successSpiral_footer .un_type {
  font-size: 150%;
  line-height: 2;
}
@media screen and (min-width: 560px) {
  .bl_successSpiral_title {
    margin-left: 10%;
  }
  .bl_successSpiral_img {
    margin-left: 10%;
  }
  .bl_successSpiral_footer {
    padding-top: 8rem;
    padding-bottom: 9rem;
    font-size: 4vmin;
  }
}
@media screen and (min-width: 960px) {
  .bl_successSpiral_header_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 144rem;
  }
  .bl_successSpiral_header {
    margin-left: 10%;
    max-width: 52rem;
  }
  .bl_successSpiral {
    margin-top: -10rem;
    background: url(../img/lp-pilates/photo_spiral.jpg) no-repeat center top/cover;
  }
  .bl_successSpiral_inner {
    padding-left: 7rem;
    background: rgba(0, 0, 0, 0.2);
  }
  .bl_successSpiral_block {
    margin: 5rem auto 0;
    max-width: 98rem;
  }
  .bl_successSpiral_title {
    margin-left: 0;
    padding-top: 4rem;
    max-width: 52rem;
  }
  .bl_successSpiral_img {
    position: relative;
    margin-left: 0;
    max-width: 61rem;
    z-index: 1;
  }
  .bl_successSpiral_footer {
    padding-top: 5rem;
    padding-bottom: 14rem;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .bl_successSpiral_inner {
    padding-left: 0;
  }
}
@media screen and (min-width: 2000px) {
  .bl_successSpiral {
    background-color: #43bcd2;
    background-size: 200rem auto;
  }
}

.bl_story_wrapper {
}
.bl_story {
  padding-bottom: 1rem;
  color: #fff;
  background: -moz-linear-gradient(right, #4ac2bd, #43bcd2);
  background: -webkit-linear-gradient(right, #4ac2bd, #43bcd2);
  background: linear-gradient(to left, #4ac2bd, #43bcd2);
}
.bl_story_header {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 6vmin;
  text-align: center;
}
.bl_storyBox {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: url(../img/lp-pilates/icon_arrow.png) no-repeat center bottom/4rem auto;
}
.bl_storyBox.bl_storyBox5 {
  background: none;
}
.bl_storyBox_number {
  padding-top: 1%;
  width: 15%;
}
.bl_storyBox_number img {
  margin-right: 1.5rem;
  margin-left: auto;
  max-width: 2rem;
}
.bl_storyBox2 .bl_storyBox_number img {
  max-width: 3.2rem;
}
.bl_storyBox3 .bl_storyBox_number img {
  max-width: 2.8rem;
}
.bl_storyBox4 .bl_storyBox_number img {
  max-width: 2.8rem;
}
.bl_storyBox5 .bl_storyBox_number img {
  max-width: 2.7rem;
}
.bl_storyBox_desc {
  padding-right: 3rem;
  width: 85%;
}
.bl_storyBox_title {
  margin-bottom: 1em;
  margin-left: -.2em;
  padding: 0 0 .2em .2em;
  font-size: 5vmin;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 560px) {
  .bl_story_inner {
  }
  .bl_story_header {
    font-size: 3rem;
  }
  .bl_storyBox {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: 120rem;
    background-size: 6rem auto;
  }
  .bl_storyBox_number,
  .bl_storyBox_desc {
    width: auto;
  }
  .bl_storyBox_number {
    padding-top: 1%;
  }
  .bl_storyBox_number img {
    max-width: 2.6rem;
  }
  .bl_storyBox2 .bl_storyBox_number img {
    max-width: 3.8rem;
  }
  .bl_storyBox3 .bl_storyBox_number img {
    max-width: 3.4rem;
  }
  .bl_storyBox4 .bl_storyBox_number img {
    max-width: 3.4rem;
  }
  .bl_storyBox5 .bl_storyBox_number img {
    max-width: 3.3rem;
  }
  .bl_storyBox_desc {
    padding-bottom: 3rem;
    padding-left: 1rem;
  }
  .bl_storyBox_title {
    font-size: 4vmin;
    letter-spacing: .05em;
  }
}
@media screen and (min-width: 960px) {
  .bl_story_wrapper {
    position: relative;
    top: -6rem;
  }
  .bl_story {
    padding-bottom: 10rem;
  }
  .bl_story_header {
    padding-top: 8rem;
    font-size: 3.2rem;
  }
  .bl_storyBox_wrapper {
    position: relative;
    overflow: hidden;
  }
  .bl_storyBox {
    margin-bottom: 6rem;
    padding-top: 8rem;
    padding-left: 8rem;
    background-position: 40% bottom;
    background-size: 8rem;
  }
  .bl_storyBox_wrapper2 .bl_storyBox {
    margin-bottom: 0;
    padding-top: 4rem;
    background-position: 75% bottom;
  }
  .bl_storyBox_wrapper2 .bl_storyBox.bl_storyBox3 {
    background-position: 40% bottom;
  }
  .bl_storyBox_wrapper3 .bl_storyBox {
    padding-top: 6rem;
    background: none;
  }
  .bl_storyBox_wrapper4 .bl_storyBox {
    padding-top: 14rem;
    background: url(../img/lp-pilates/icon_arrow.png) no-repeat center top 4rem/8rem auto;
  }
  .bl_storyBox_inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding-right: 2rem;
    width: 55%;
    max-width: 70rem;
  }
  .bl_storyBox2 .bl_storyBox_inner {
    margin-right: 0;
    margin-left: auto;
    width: 100%;
  }
  .bl_storyBox3 .bl_storyBox_inner {
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    max-width: 60rem;
  }
  .bl_storyBox4 .bl_storyBox_inner {
    width: 50%;
  }
  .bl_storyBox5 .bl_storyBox_inner {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
    max-width: 60rem;
  }
  .bl_storyBox_number img {
    max-width: 3.4rem;
  }
  .bl_storyBox2 .bl_storyBox_number img {
    max-width: 4.8rem;
  }
  .bl_storyBox3 .bl_storyBox_number img {
    max-width: 4.4rem;
  }
  .bl_storyBox4 .bl_storyBox_number img {
    max-width: 4.4rem;
  }
  .bl_storyBox5 .bl_storyBox_number img {
    max-width: 4.3rem;
  }
  .bl_storyBox_desc {
    padding-bottom: 8rem;
  }
  .bl_storyBox2 .bl_storyBox_desc {
    padding-bottom: 4rem;
  }
  .bl_storyBox_title {
    font-size: 3.4rem;
    letter-spacing: .1em;
  }
  .bl_storyBox_img {
    position: absolute;
    top: 0;
    left: 55%;
    display: block;
    width: 45%;
    height: 100%;
    background: url(../img/lp-pilates/photo_story01.jpg) no-repeat left top/cover;
  }
  .bl_storyBox_wrapper2 .bl_storyBox_img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 4rem;
    width: 30%;
    height: 70%;
    background-position: right center;
    background-image: url(../img/lp-pilates/photo_story02.jpg);
  }
  .bl_storyBox_wrapper3 .bl_storyBox_img {
    left: 50%;
    width: 50%;
    height: 90%;
    background-image: url(../img/lp-pilates/photo_story03.jpg);
  }
  .bl_storyBox_wrapper4 .bl_storyBox_img {
    left: 0;
    width: 40%;
    background-position: right center;
    background-image: url(../img/lp-pilates/photo_story04.jpg);
  }
}
@media screen and (min-width: 1300px) {
  .bl_storyBox {
    padding-left: 0;
  }
  .bl_storyBox_wrapper2 .bl_storyBox_img {
    width: 35%;
  }
  .bl_storyBox5 .bl_storyBox_inner {
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .bl_storyBox_img {
    max-height: 40rem;
    background-size: auto 100%;
  }
}

.bl_program_header {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
  background: #e3e3e3;
}
.bl_program_header_jp {
  font-size: 80%;
}
.bl_program_header_en {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #4d4d4d;
  font-size: 6vmin;
  letter-spacing: .06em;
  border-bottom: 1px solid #212529;
}
.bl_programTable {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.bl_programTable_class {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 20rem;
  z-index: 1;
}
.bl_programTable.bl_programTableCL {
  margin-bottom: 6rem;
}
.bl_programTable.bl_programTableNS {}
.bl_programMenu {
  margin-bottom: 1.5rem;
}
.bl_programMenu:last-child {
  margin-bottom: 0;
}
.bl_programMenu_note {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: .2em;
}
.bl_programMenu_name {
  padding: 1.5rem 0 1.2rem;
  color: #fff;
  font-size: 140%;
  letter-spacing: .05em;
  text-align: center;
}
.bl_programMenu_desc {
  margin: 0 2rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #212529;
}
.bl_programMenu_level {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.bl_programMenu_level > div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bl_programMenu_level_box {
  font-size: 110%;
}
.bl_programMenu_level_name {
  padding-right: .5rem;
  padding-left: .5rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.bl_programMenu_level_star {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #808080;
  letter-spacing: .1em;
}
.bl_programSchedule {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.bl_programSchedule_header {
  position: relative;
  margin: 0 auto 3rem;
  padding-top: 5rem;
  max-width: 46rem;
  text-align: center;
}
.bl_programSchedule_title {
  padding-bottom: .5rem;
  font-size: 1.6rem;
  letter-spacing: .5em;
  border-bottom: 1px solid #212529;
}
.bl_programSchedule_headImg {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10rem;
}
.bl_programSchedule_headImg img {
  max-width: 18rem;
}
.bl_programSchedule_body {
  text-align: center;
}
.bl_programSchedule_body p {
  margin-bottom: 1em;
}
.bl_programSchedule_body iframe {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  max-width: 100rem;
  height: 60vh;
  border: none;
}
@media screen and (min-width: 560px) {
  .bl_program_header {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .bl_program_header_jp {
    font-size: 2rem;
  }
  .bl_programTable_class {
    top: -4rem;
    max-width: 24rem;
  }
  .bl_programMenuUnit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3rem;
    padding-right: 5rem;
    padding-left: 5rem;
    max-width: 100rem;
  }
  .bl_programMenu {
    margin-bottom: 3rem;
    width: calc(50% - .75rem);
    max-width: 47rem;
  }
  .bl_programSchedule_title {
    font-size: 4vmin;
  }
  .bl_programSchedule_headImg img {
    max-width: 24rem;
  }
  .bl_programSchedule_body iframe {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_program_header {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .bl_program_header_en {
    padding-right: .3em;
    padding-left: .3em;
    font-size: 4.5rem;
    line-height: 1.3;
  }
  .bl_programMenu {
    margin-bottom: 7rem;
  }
  .bl_programSchedule_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .bl_programMenuUnit {
    padding-right: 0;
    padding-left: 0;
  }
}

.price_cont{
  padding: 2% 2%;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.price_cont .h{
      font-size: 1.8rem;
      font-weight: bold;
}
.price_cont .plan{
  font-size: 3.2rem;
  line-height: 1.4;

}
.price_cont .plan .yen{
      font-size: 4.2rem;
      display: inline-block;
      padding-left: 0.5em;
      position: relative;
      top: 3px;

}
.price_cont .plan .yen .small{
  font-size: 2.0rem;

}
.price_cont .cap{
font-family: 'Inter', 'NotoSansCJKjp', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  border-top: 1px solid #eee;  
  padding-top: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {

.price_cont{
  padding: 4%;
}
.price_cont .h{
  font-size: 3.8vw;
}
.price_cont .plan{
  font-size:6.2vw;

}
.price_cont .plan .yen{
  font-size:7.4vw;
      top: 3px;  
}
.price_cont .plan .yen .small{
  font-size: 3.6vw;
}
.price_cont .cap{
  font-size: 14px;
}
}
.bl_price {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.bl_price_header {
  position: relative;
  margin: 0 auto 3rem;
  padding-top: 5rem;
  max-width: 46rem;
  text-align: center;
}
.bl_price_title {
  padding-bottom: .5rem;
  font-size: 1.6rem;
  letter-spacing: .5em;
  border-bottom: 1px solid #212529;
}
.bl_price_headImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 10rem;
}
.bl_price_headImg img {
  max-width: 12rem;
}
.bl_price_body {
  margin-bottom: 6rem;
}
.bl_price_table {
  margin-right: auto;
  margin-left: auto;
  font-size: 6vmin;
  text-align: center;
  line-height: 1.3;
}
.bl_price_table_month {
  font-size: 8vmin;
}
.bl_price_label {
  padding-top: 3.5rem;
}
.bl_price_table_one .bl_price_label {
  padding-left: .3em;
  letter-spacing: .13em;
}
.bl_price_label_note {
  display: block;
  font-size: 6vmin;
}
.bl_price_yen {
  padding-top: 2.8rem;
  font-size: 6vmin;
}
.bl_price_yen_em {
  padding-right: .5rem;
  padding-left: 1rem;
  font-size: 9vmin;
}
.bl_price_table_month .bl_price_yen_em {
  font-size: 10vmin;
}
.bl_price_footer {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 560px) {
  .bl_price_title {
    font-size: 4vmin;
  }
  .bl_price_headImg img {
    max-width: 16rem;
  }
  .bl_price_table {
    font-size: 3vmin;
  }
  .bl_price_table_month {
    font-size: 4vmin;
  }
  .bl_price_label_note {
    font-size: 3vmin;
  }
  .bl_price_yen {
    padding-top: 2.1rem;
    font-size: 3vmin;
  }
  .bl_price_yen_em {
    font-size: 5vmin;
  }
  .bl_price_table_month .bl_price_yen_em {
    font-size: 6vmin;
  }
}
@media screen and (min-width: 960px) {
  .bl_price_title {
    font-size: 2.8rem;
  }
  .bl_price_headImg {
    left: 40%;
  }
  .bl_price_table {
    font-size: 2.4rem;
  }
  .bl_price_table_month {
    font-size: 3.2rem;
  }
  .bl_price_label_note {
    font-size: 2.4rem;
  }
  .bl_price_yen {
    padding-top: 2.1rem;
    font-size: 2.4rem;
  }
  .bl_price_yen_em {
    font-size: 4rem;
  }
  .bl_price_table_month .bl_price_yen_em {
    font-size: 4.8rem;
  }
}

.bl_access {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.bl_access_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 88rem;
}
.bl_access_header {
  display: none;
}
.bl_access_body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.bl_accessBox {
  padding: 3rem 4rem;
}
.bl_access_logo {
  margin: 0 auto 1rem;
  max-width: 18rem;
}
.bl_access_area {
  margin-bottom: 1rem;
  color: #666;
  font-size: 150%;
  letter-spacing: .1em;
}
.bl_access_shop {
  margin-bottom: 1.5rem;
  padding: 1em 0;
  font-size: 130%;
  letter-spacing: .05em;
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}
.bl_access_btn {
  margin-top: 2.5rem;
}
.bl_access_btn a {
  display: block;
  padding: .5em 2em .5em 1.5em;
  border: 1px solid #212529;
  background: url(../img/lp-pilates/icon_arrow_right.png) no-repeat right 1rem center/.8rem auto;
}
@media screen and (min-width: 560px) {
  .bl_accessBox {
    padding: 4rem 6rem;
    max-width: 42rem;
  }
  .bl_access_shop {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.bl_campaign {
  padding-top: 7rem !important;
  padding-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
.bl_campaign {
  padding-top: 6rem !important;
  padding-bottom: 6rem;
}

}
.bl_campaign img {
  display: inherit;
}
.bl_campaign_headImg {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
  max-width: 30rem;
  z-index: 1;
}
.bl_campaign_inner {
  position: relative;
  margin: -4rem auto 0!important;
  padding-top: 5rem;
  padding-bottom: 4rem;
  max-width: 100rem;
  background: #dce355;
}
.bl_campaign_header_wrapper {
  text-align: center;
}
.bl_campaign_header {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 4.5rem;
  color: #1fa6bd;
  font-size: 5vmin;
  line-height: 1.1;
}
.bl_campaign_header .un_sp {
  padding-top: .1em;
  font-size: 120%;
}
.bl_campaign_header:before,
.bl_campaign_header:after {
  content: '';
  position: absolute;
  bottom: 20%;
  display: inline-block;
  width: 4rem;
  height: .2rem;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.bl_campaign_header:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.bl_campaign_header:after {
  right: 0;
}
.bl_campaign_notice {
  padding-bottom: 2em;
  text-align: center;
}
.bl_campaignSp {
  margin-top: 0!important;
  padding-bottom: 0!important;
  text-align: center;
}
.bl_campaignSp_box {
  display: inline-block;
  padding-bottom: 2.2rem;
  width: 90%;
  text-align: center;
  background: #fff;
}
.bl_campaignSp_box:first-child {
  margin-bottom: 5%;
  padding-bottom: 2rem;
}
.bl_campaignSp_title {
  margin: 0 auto 2rem;
  max-width: 20rem;
}
.bl_campaignSp_box:first-child .bl_campaignSp_title {
  margin-bottom: 1rem;
}
.bl_campaignSp_desc {
  padding-top: .5em;
  font-size: 7vmin;
  line-height: 1;
}
.bl_campaignSp_desc_em {
  padding-right: .2rem;
  font-size: 240%;
}
.bl_campaignSp_desc_em2 {
  font-size: 140%;
}
.bl_campaign_footer {
  padding-top: 2em;
  font-size: 90%;
  /*text-align: center;*/
}
@media screen and (min-width: 560px) {
  .bl_campaign_inner {
    /*padding-bottom: 7rem;*/
  }
  .bl_campaign_headImg {
    padding-right: 0;
    padding-left: 0;
    max-width: 40rem;
  }
  .bl_campaign_header {
    font-size: 3vmin;
  }
  .bl_campaign_header .un_sp {
    padding: inherit;
    font-size: inherit;
  }
  .bl_campaign_header:before,
  .bl_campaign_header:after {
    bottom: 50%;
    width: 6rem;
  }
  .bl_campaign_header:before {
    left: -1rem;
  }
  .bl_campaign_notice {
    font-size: 120%;
  }
  .bl_campaignSp_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 80rem;
  }
  .bl_campaignSp_box2 {
    padding-bottom: 2rem;
  }
  .bl_campaignSp_box2 .bl_campaignSp_desc {
    padding-top: 0;
  }
  .bl_campaignSp_title {
    margin-left: 0;
    max-width: 26rem;
  }
  .bl_campaignSp_desc {
    position: relative;
    margin-top: -3rem;
    width: 100%;
    font-size: 5vmin;
  }
  .bl_campaignSp_box2 .bl_campaignSp_desc {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 960px) {
  .bl_campaign {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .bl_campaign_header {
    font-size: 3rem;
  }
  .bl_campaignSp_title {
    max-width: 34rem;
  }
  .bl_campaignSp_desc {
    font-size: 4rem;
  }
}

.bl_opening {
  padding-bottom: 0;
}
.bl_opening_inner {
  margin-top: 0!important;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.bl_opening_header {
  /*display: inline-block;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 90%;
  font-size: 85%;
  background-color: #fff;
}
.bl_opening_title {
  margin-bottom: 1rem;
  color: #1fa6bd!important;
  font-size: 6vmin;
  font-family: 'Marcellus', serif;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: .02em;
  background: none!important;
  border: none!important;
}
.bl_opening_title span {
  font-size: 10vmin;
}
.bl_opening_topics {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bl_opening_topic {
  padding-bottom: 3rem;
  font-size: 7vmin;
  line-height: 1.4;
}
.bl_opening_topic_date {
  line-height: 1.2;
  font-size: 10vmin;
  font-family: 'Marcellus', serif;
}
.bl_opening_topic_hline {
  margin-top: .5rem!important;
  line-height: 1.2;
  font-size: 8vmin;
  font-family: 'NotoSerifCJKjp', serif;
}
.bl_opening_topic_btn a {
  display: block;
  margin: 1rem auto 0;
  padding: .5em 2em .5em 1.5em!important;
  /*width: 90%;
  max-width: 30rem;*/
  font-size: 1.6rem;
  border: 1px solid #212529;
  background: #fff url(../img/lp-pilates/icon_arrow_right.png) no-repeat right 1rem center/.8rem auto!important;
}
.bl_opening_footer {
  /*padding-bottom: 6rem;
  font-size: 1.6rem;*/
  font-size: 85%;
}
@media screen and (min-width: 560px) {
  .bl_opening_inner {
    padding-top: 5rem;
  }
  .bl_opening_header {
    margin-bottom: 4rem;
    font-size: inherit;
  }
  .bl_opening_title {
    font-size: 6vmin;
  }
  .bl_opening_title span {
    font-size: 7vmin;
  }
  .bl_opening_topic {
    font-size: 5vmin;
  }
  .bl_opening_topic_date {
    font-size: 6.5vmin;
  }
  .bl_opening_topic_hline {
    font-size: 4vmin;
  }
  .bl_opening_topic_btn {
    margin-top: 2rem;
  }
  .bl_opening_footer {
    font-size: inherit;
  }
}
@media screen and (min-width: 960px) {
  .bl_opening_title {
    font-size: 5rem;
  }
  .bl_opening_title span {
    font-size: 6rem;
  }
  .bl_opening_topic {
    font-size: 4.2rem;
  }
  .bl_opening_topic_date {
    font-size: 5rem;
  }
}

.bl_cta_wrapper {
  background: url(../img/lp-pilates/bg_cta.jpg) no-repeat center/cover;
}
.bl_cta {
  padding-top: 5rem;
  padding-bottom: 10rem;
  color: #fff;
  text-align: center;
  background: -moz-linear-gradient(90deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.95));
  background: -webkit-linear-gradient(90deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.95));
  background: linear-gradient(90deg, rgba(74, 194, 189, 0.7), rgba(67, 188, 210, 0.95));
}
.bl_cta_header {
  margin-bottom: 3rem;
  font-size: 6vmin;
}
.bl_cta_header span {
  letter-spacing: .05em;
}
.bl_cta_header span.un_sp {
  letter-spacing: -.06em;
}
.bl_cta_header span.un_sp2 {
  letter-spacing: -.12em;
}
.bl_cta_arrow {
  margin: 0 auto 1rem;
  max-width: 4.6rem;
}
.bl_cta_btn {
  margin-bottom: 3rem;
}
.bl_cta_btn a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5rem 2rem;
  max-width: 50rem;
  color: #43bcd2;
  font-size: 6vmin;
  font-weight: 700;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
}
.bl_cta_number {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 13vmin;
}
.bl_cta_number a {
  color: #fff;
}
.bl_cta_time {
  margin-bottom: 1rem;
}
.bl_cta_cancel {
  margin-bottom: 3rem;
}
.bl_cta_notice {
  display: inline-block;
  padding: 1.5em 1em .5em;
  max-width: 80rem;
  color: #212529;
  text-align: left;
  background: #fff;
  background: rgba(255,255,255,0.8);
}
.bl_cta_notice p {
  margin-bottom: 1em;
}
@media screen and (min-width: 560px) {
  .bl_cta_header {
    font-size: 3rem;
  }
  .bl_cta_btn a {
    font-size: 2.6rem;
    letter-spacing: .05em;
  }
  .bl_cta_time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bl_cta_time div {
    padding: 0 .5em;
  }
  .bl_cta_number {
    font-size: 6rem;
    letter-spacing: .05em;
  }
  .bl_cta_cancel {
    margin-bottom: 4rem;
  }
  .bl_cta_notice {
    padding: 2.5em 2em 1.5em;
  }
}
@media screen and (min-width: 960px) {
  .bl_cta {
    padding-bottom: 16rem;
  }
  .bl_cta_header {
    letter-spacing: .05em;
  }
  .bl_cta_btn a {
    letter-spacing: .1em;
  }
  .bl_cta_number {
    letter-spacing: .06em;
  }
}

.bl_footer_link {
  margin-bottom: 5rem;
  text-align: center;
}
.bl_footer_link a {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
}
.bl_footer_copy {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bl_footer_link_wrapper {
    text-align: center;
  }
  .bl_footer_link {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_footer_link a {
    padding: 0 1.5em;
    border-right: 1px solid #fff;
  }
  .bl_footer_link li:last-child a {
    border-right: none;
  }
  .bl_footer_copy {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .bl_pageTop {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 10;
  }
  .bl_pageTop a {
    display: inline-block;
    padding: 2rem;
    width: 8rem;
    height: 8rem;
    background: #fff url(../img/lp-pilates/icon_pagetop.png) no-repeat center/40% auto;
    border: 2px solid #43bcd2;
    border-radius: 50%;
  }
}

.bl_sideEntry, .bl_sideEntry_close {
  display: none;
}
@media screen and (min-width: 960px) {
  .bl_sideEntry {
    display: block;
    position: fixed;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .bl_sideEntry a {
    display: block;
    margin: 0 0 1rem;
    padding: 3.5rem 1.2rem 1.4rem 1rem;
    max-height: 22rem;
    color: #fff;
    text-align: center;
    /*letter-spacing: .1em;*/
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(../img/lp-pilates/icon_arrow.png) no-repeat center top 1.5rem/2rem auto;
    background-color: #F49800;
    border-radius: 0 .5rem .5rem 0;
  }
  .bl_sideEntry a:hover {
    background-color: #FFBB4A;
  }
  .bl_sideEntry_close {
    display: block;
    margin: 0 0 1rem;
    padding: 1.4rem 1.2rem 1.4rem 1rem;
    color: #fff;
    font-family: sans-serif!important;
    font-size: 14px;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background-color: #F49800;
    border-radius: 0 .5rem .5rem 0;
  }
}

.bl_footEntry {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1rem 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.bl_footEntry_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 40rem;
}
.bl_footEntry a {
  margin: 0 auto;
  padding: 1.2rem;
  width: calc(50% - 1.5rem);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em;
  background-color: #F49800;
  border-radius: .5rem;
}
.bl_footEntry a:hover {
  background-color: #FFBB4A;
}
.bl_footEntry_close {
  margin: 0 auto;
  padding: 1.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  background-color: #F49800;
  border-radius: .5rem;
}
@media screen and (min-width: 960px) {
  .bl_footEntry, .bl_footEntry_close {
    display: none;
  }
}

/* Helper
------------------------------------------------------------
*/

.hp_typeJP {
  font-family: 'NotoSerifCJKjp', serif;
  font-weight: 600;
}
.hp_typeEN {
  font-family: 'Marcellus', serif;
}

.hp_typeSizeLG {
  font-size: 120%;
}
.hp_typeSizeSM {
  font-size: 90%;
}

.hp_clBase {
  color: #43bcd2;
}

.hp_bgWhite {
  background-color: #fff;
}
.hp_bgGray {
  background-color: #efefef;
}
.hp_bgGradation {
  background: -moz-linear-gradient(left, #4ac2bd, #43bcd2);
  background: -webkit-linear-gradient(left, #4ac2bd, #43bcd2);
  background: linear-gradient(to right, #4ac2bd, #43bcd2);
}

/* Original
------------------------------------------------------------
*/

.lg_br {
  display: none;
}

@media screen and (min-width: 560px) {
  .md_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm_br {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .lg_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg_maxWidth {
    margin-right: auto;
    margin-left: auto;
    max-width: 144rem;
  }
  .md_br {
    display: none;
  }
  .lg_br {
    display: inherit;
  }
}

