@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
}

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

th {
  text-align: left;
}

hr, legend {
  display: none;
}

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

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

/********************
common
********************/
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-weight: 400;
}

p + p {
  margin-top: 1em;
}

h1, h2, h3, h4, h5, h6, dt {
  font-weight: 500;
}

#wrap {
  margin-top: 60px;
}

@media (min-width: 769px) {
  #wrap {
    margin-top: 190px;
  }
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}

.ff-n {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.page_h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.page_h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.27;
}
.page_h2-line {
  position: relative;
  padding-left: 15px;
  line-height: 1.67;
}
.page_h2-line:before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  border-radius: 2px;
  background-color: #000;
}
.page_h2-line small {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  display: block;
}

.page_h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.page_ttl {
  font-weight: 500;
  line-height: 1.5;
}

.page_txt {
  line-height: 1.5;
}

.page_txt-s {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.page_txt-sl {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.page_small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #b4b4b4;
}

.page_caution {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

.page_caution-red {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #dc3545;
  margin-top: 1em;
}

.col-red {
  color: #dc3545;
}

body.akajoy .page_h2-line:before {
  background-color: #C21632;
}
body.akajoy.new-shop .page_h2-line:before {
  background-color: #9c3643;
}
body.aojoy .page_h2-line:before {
  background-color: #002059;
}
body.yoga .page_h2-line:before {
  background-color: #007880;
}
body.joyplus .page_h2-line:before {
  background-color: #111111;
}

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

/*
.bl_btn
*/
.bl_btn {
  width: 89.33vw;
  margin: 1.2em auto 6px;
  border: #000 solid 1px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  /* box-shadow: 0 6px 0 rgba(#000, .16);*/
}
.bl_btn + .bl_btn {
  margin-top: 16px;
}
.bl_btn.small {
  width: 89.33vw;
  height: 40px;
}
.bl_btn.prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
.bl_btn.next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 50%;
  right: 20px;
}
.bl_btn.down:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 50%;
  right: 20px;
}
.bl_btn_more_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl_btn_more {
  display: block;
  margin: 50px auto 0;
  position: relative;
  padding-right: 1.5em;
  font-weight: 400;
  font-size: 14px;
}
.bl_btn_more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 0;
}
.bl_btn_more.js_on:after {
  transform: rotate(-135deg);
  top: 10px;
}
.bl_btn.icon2 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center !important;
  height: 90px;
}
.bl_btn.icon-card {
  justify-content: flex-start;
  padding-left: 24px;
}
.bl_btn.icon-cal {
  justify-content: flex-start;
  padding-left: 24px;
}
.bl_btn.icon-app {
  justify-content: flex-start;
  padding-left: 24px;
}
.bl_btn.ly_df-vl {
  height: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bl_btn.type-tal {
  justify-content: flex-start;
  padding-left: 24px;
}
.bl_btn.none-boxshadow {
  box-shadow: none;
}
.bl_btn.none-borderradius {
  border-radius: 0;
}
.bl_btn.none-border {
  border: none;
}
.bl_btn.dl {
  border-radius: 3em;
}
.bl_btn-desc {
  width: 90%;
  display: block;
  font-size: 14px;
  margin: auto;
}
.bl_btn-desc a {
  text-decoration: underline;
}
.bl_btn.xl {
  max-width: 362.5px;
  height: 50px;
  width: 89.33vw;
  font-size: 20px;
}

@media (min-width: 769px) {
  .bl_btn {
    max-width: 400px;
  }
  .bl_btn.small {
    width: 400px;
  }
  .bl_btn-desc {
    width: 400px;
  }
}
body.akajoy .bl_btn {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_btn {
  border-color: #9c3643;
}
body.akajoy .bl_btn.prev:before, body.akajoy .bl_btn.next:before, body.akajoy .bl_btn.down:before {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_btn.prev:before, body.akajoy.new-shop .bl_btn.next:before, body.akajoy.new-shop .bl_btn.down:before {
  border-color: #9c3643;
}
body.akajoy .bl_btn.txt_color {
  color: #C21632;
}
body.akajoy.new-shop .bl_btn.txt_color {
  color: #9c3643;
}
body.akajoy .bl_btn_more:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_btn_more:after {
  border-color: #9c3643;
}
body.aojoy .bl_btn {
  border-color: #002059;
}
body.aojoy .bl_btn.prev:before, body.aojoy .bl_btn.next:before, body.aojoy .bl_btn.down:before {
  border-color: #002059;
}
body.aojoy .bl_btn.txt_color {
  color: #002059;
}
body.aojoy .bl_btn_more:after {
  border-color: #002059;
}
body.yoga .bl_btn {
  border-color: #007880;
}
body.yoga .bl_btn.prev:before, body.yoga .bl_btn.next:before, body.yoga .bl_btn.down:before {
  border-color: #007880;
}
body.yoga .bl_btn.txt_color {
  color: #007880;
}
body.yoga .bl_btn_more:after {
  border-color: #007880;
}
body.joyplus .bl_btn {
  border-color: #111111;
}
body.joyplus .bl_btn.prev:before, body.joyplus .bl_btn.next:before, body.joyplus .bl_btn.down:before {
  border-color: #111111;
}
body.joyplus .bl_btn.txt_color {
  color: #111111;
}
body.joyplus .bl_btn_more:after {
  border-color: #111111;
}

.schedulePrint a, .scheduleBack a, .lessonSearch-wrap a, .scheduleBtn a {
  color: #000 !important;
}
.schedulePrint a:hover, .scheduleBack a:hover, .lessonSearch-wrap a:hover, .scheduleBtn a:hover {
  color: #fff !important;
}
.schedulePrint a:hover:before, .schedulePrint a:hover:after, .scheduleBack a:hover:before, .scheduleBack a:hover:after, .lessonSearch-wrap a:hover:before, .lessonSearch-wrap a:hover:after, .scheduleBtn a:hover:before, .scheduleBtn a:hover:after {
  border-color: #fff !important;
}

@media (min-width: 769px) {
  .bl_btn:hover {
    color: #fff;
    border-color: #fff;
  }
  .bl_btn.prev:hover:before, .bl_btn.next:hover:before {
    border-color: #fff;
  }

  body.akajoy .bl_btn:hover {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_btn:hover {
    background-color: #9c3643;
  }
  body.akajoy .bl_btn.prev:hover:before, body.akajoy .bl_btn.next:hover:before {
    border-color: #fff;
  }
  body.aojoy .bl_btn:hover {
    background-color: #002059;
  }
  body.aojoy .bl_btn.prev:hover:before, body.aojoy .bl_btn.next:hover:before {
    border-color: #fff;
  }
  body.yoga .bl_btn:hover {
    background-color: #007880;
  }
  body.yoga .bl_btn.prev:hover:before, body.yoga .bl_btn.next:hover:before {
    border-color: #fff;
  }
  body.joyplus .bl_btn:hover {
    background-color: #111111;
  }
  body.joyplus .bl_btn.prev:hover:before, body.joyplus .bl_btn.next:hover:before {
    border-color: #fff;
  }
}
/*
.bl_btn-solid
*/
.bl_btn-solid {
  max-width: 335px;
  width: 89.33vw;
  height: 40px;
  margin: auto;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  /* box-shadow: 0 6px 0 rgba(#000, .16);*/
  margin-bottom: 6px;
  position: relative;
  text-decoration: none;
}
.bl_btn-solid + .bl_btn-solid {
  margin-top: 12px;
}
.bl_btn-solid:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 50%;
  right: 20px;
}
.bl_btn-solid.prev:after {
  border-top: none;
  border-right: none;
  border-bottom: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
.bl_btn-solid.small {
  max-width: 290px;
  width: 89.33vw;
}
.bl_btn-solid.none {
  pointer-events: none;
  background-color: #ccc !important;
  box-shadow: none;
}
.bl_btn-solid.back {
  background-color: transparent;
  box-shadow: none;
}
.bl_btn-solid.back:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: #000 solid 2px;
  border-left: #000 solid 2px;
  transform: rotate(45deg);
  position: static;
}
.bl_btn-solid.back:after {
  display: none;
}
.bl_btn-solid.none-boxshadow {
  box-shadow: none;
}
.bl_btn-solid.none-borderradius {
  border-radius: 0;
}
.bl_btn-solid.orange {
  background-color: #fca52d !important;
  height: 50px;
}

body.akajoy .bl_btn-solid:not(.back) {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_btn-solid:not(.back) {
  background-color: #9c3643;
}
body.akajoy .bl_btn-solid.back {
  color: #C21632;
}
body.akajoy.new-shop .bl_btn-solid.back {
  color: #9c3643;
}
body.akajoy .bl_btn-solid.back:before {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_btn-solid.back:before {
  border-color: #9c3643;
}
body.aojoy .bl_btn-solid:not(.back) {
  background-color: #002059;
}
body.aojoy .bl_btn-solid.back {
  color: #002059;
}
body.aojoy .bl_btn-solid.back:before {
  border-color: #002059;
}
body.yoga .bl_btn-solid:not(.back) {
  background-color: #007880;
}
body.yoga .bl_btn-solid.back {
  color: #007880;
}
body.yoga .bl_btn-solid.back:before {
  border-color: #007880;
}
body.joyplus .bl_btn-solid:not(.back) {
  background-color: #111111;
}
body.joyplus .bl_btn-solid.back {
  color: #111111;
}
body.joyplus .bl_btn-solid.back:before {
  border-color: #111111;
}

.bl_btn-arrow {
  text-align: center;
  margin-top: 20px;
}
.bl_btn-arrow span {
  position: relative;
  font-size: 14px;
}
.bl_btn-arrow.next span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  margin-left: 3px;
}
.bl_btn-arrow.back span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(45deg) translateY(-2px);
  margin-right: 3px;
}

body.akajoy .bl_btn-arrow span:after, body.akajoy .bl_btn-arrow span:before {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_btn-arrow span:after, body.akajoy.new-shop .bl_btn-arrow span:before {
  border-color: #9c3643;
}
body.aojoy .bl_btn-arrow span:after, body.aojoy .bl_btn-arrow span:before {
  border-color: #002059;
}
body.yoga .bl_btn-arrow span:after, body.yoga .bl_btn-arrow span:before {
  border-color: #007880;
}
body.yoga.type02 .bl_btn-arrow.next a {
  color: #007880;
}
body.yoga.type02 .bl_btn-arrow.next span:after {
  border-color: #007880;
}
body.joyplus .bl_btn-arrow span:after, body.joyplus .bl_btn-arrow span:before {
  border-color: #111111;
}

.bl_section + .bl_section {
  margin-top: 8vw;
}

body.akajoy .only-akajoy {
  display: block;
}
body.akajoy .only-aojoy {
  display: none;
}
body.akajoy .only-yoga {
  display: none;
}
body.akajoy .only-joyplus {
  display: none;
}

body.aojoy .only-akajoy {
  display: none;
}
body.aojoy .only-aojoy {
  display: block;
}
body.aojoy .only-yoga {
  display: none;
}
body.aojoy .only-joyplus {
  display: none;
}

body.yoga .only-akajoy {
  display: none;
}
body.yoga .only-aojoy {
  display: none;
}
body.yoga .only-yoga {
  display: block;
}
body.yoga .only-joyplus {
  display: none;
}

body.joyplus .only-akajoy {
  display: none;
}
body.joyplus .only-aojoy {
  display: none;
}
body.joyplus .only-yoga {
  display: none;
}
body.joyplus .only-joyplus {
  display: block;
}

/*
説明用
*/
body.setsumei h1 {
  font-size: 40px;
  padding: 0.5em 1em;
  font-weight: 500;
}
body.setsumei h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 1em;
  padding: 0.5em 1em;
}
body.setsumei h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 6em;
  padding: 0.5em 1em;
}
body.setsumei .setsumei_pic {
  display: block;
  margin: auto;
}
body.setsumei img {
  width: 100%;
}
body.setsumei p.last {
  text-align: center;
  padding: 2em 0;
}
body.setsumei p.ttl {
  width: 80%;
  font-size: 20px;
  padding: 0 30px;
  margin: 2em auto 0;
  border: #000 solid 1px;
  border-radius: 10px;
  padding: 1em 30px;
}
body.setsumei p.link_txt {
  font-size: 30px;
  padding: 0 30px;
  text-align: center;
  display: block;
  margin-top: 2em;
}
body.setsumei p.link_txt a {
  color: #4a8bff;
  text-decoration: underline;
}
body.setsumei img {
  border: #ddd solid 1px;
}

body.setsumei.akajoy h2 {
  background-color: #C21632;
  color: #fff;
}
body.setsumei.akajoy.new-shop h2 {
  background-color: #9c3643;
  color: #fff;
}

body.setsumei.aojoy h2 {
  background-color: #002059;
  color: #fff;
}

body.setsumei.yoga h2 {
  background-color: #007880;
  color: #fff;
}

body.setsumei.joyplus h2 {
  background-color: #111111;
  color: #fff;
}

@media (min-width: 769px) {
  .bl_section + .bl_section {
    margin-top: 30px;
  }
}
.post_contents hr {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bl_home_all_lists.pc .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  flex-wrap: wrap;
}

.bl_home_all_lists.pc .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
  width: 24%;
}
.bl_home_all_lists.pc .splide.is-initialized:not(.is-active) .splide__list .splide__slide + .splide__slide {
  margin-left: 1%;
}

.p-country-name {
  display: none;
}

#footer_nav {
  border-top: 1px solid #CCC;
}

#footer_nav li {
  width: 50%;
  float: left;
}

#footer_nav li.long {
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}

#footer_nav li a {
  display: block;
  box-sizing: border-box;
  padding: 20px 6px;
  border-bottom: 1px solid #CCC;
  text-decoration: none;
  color: #333;
  background-image: url(/sp-img/index/img_nav_arrow.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 6px auto;
  font-size: 11px;
}

@media (max-width: 320px) {
  #footer_nav li a {
    font-size: 10px;
  }
}
#footer_nav li:nth-child(odd) a {
  border-right: 1px solid #CCC;
}

#footer_nav li.long a {
  border-right: none;
  background-position: 99% 50%;
}

#footer_btn {
  padding: 10px 5px;
}

#footer_btn li {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #aa0000;
  width: 48.5%;
  box-sizing: border-box;
}

#footer_btn li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

#footer_btn li:nth-child(odd) {
  float: left;
}

#footer_btn li:nth-child(even) {
  float: right;
}

#footer_btn img {
  position: relative;
  top: -1px;
}

address {
  background-color: #002346;
  text-align: center;
  color: #FFF;
  padding: 15px;
}

#footer_btn li img {
  vertical-align: middle;
  margin-right: 5px;
  height: auto;
}

.footer_nav .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px !important;
  border-left: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#footer .footer_nav .nav {
  float: none !important;
  width: 100%;
  font-size: 10px;
  text-align: center;
}

#footer .copyright {
  width: 100%;
  text-align: center;
  margin-top: 3vw;
  padding: 3vw 0 160px 0;
  text-align: center !important;
  color: #9f9d96;
  border-top: #9f9d96 solid 1px;
}
#footer .copyright p {
  font-size: 10px;
}
#footer .copyright p a {
  color: #9f9d96;
  text-decoration: none;
  font-size: 10px;
}

.list-footer {
  width: auto;
  margin: 0 auto;
  list-style-type: none;
  margin: 0 auto 0 0;
  padding: 20px 0 0 0;
  font-size: 0;
  text-align: center;
}
.list-footer li {
  display: block;
  padding: 0;
  border-right: none;
}
.list-footer li a {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.54;
}

.bl_footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.bl_footer-sns li {
  width: 36px;
  margin: 0 8px;
}
.bl_footer-sns + .bl_btn-arrow {
  margin-top: 60px;
  margin-bottom: 30px;
}
.bl_footer-sns img { width: 100%; }

@media (min-width: 769px) {
  #footer {
    margin-bottom: 120px;
  }

  .bl_footer-sns {
    margin-bottom: 111px;
    margin-top: 90px;
  }
  .bl_footer-sns li {
    margin: 0 20px;
    width: 72px;
  }
  .bl_footer-sns li img {
    width: 100%;
  }
  .bl_footer_near_shops {
    background-color: #f5f5f5;
    padding: 50px 0;
  }
  .bl_footer_near_shops .title {
    font-size: 20px;
    font-weight: 500;
  }
  .bl_footer_near_shops ul {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0;
  }
  .bl_footer_near_shops li {
    width: 32%;
    margin-left: 2%;
    border-bottom: #ccc solid 1px;
    margin-top: 1.2em;
  }
  .bl_footer_near_shops li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .bl_footer_near_shops li a {
    padding-bottom: 1.2em;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 16px;
    padding-right: 36px;
  }
  .bl_footer_near_shops li a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: #000 solid 2px;
    border-right: #000 solid 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 20px;
  }

  /* 20250723 土屋追記　ココから */
  .bl_footer_near_shops li a span {
    display: block;
    margin-top: .5em;
    font-weight: normal;
    width: 90%;
  }
  /* 20250723 土屋追記　ココまで */



  .bl_footer_breadcrumb {
    background-color: #3c3c3c;
  }
  .bl_footer_breadcrumb ul {
    display: flex;
    padding: 1em 0 1.3em;
  }
  .bl_footer_breadcrumb li {
    line-height: 1;
  }
  .bl_footer_breadcrumb li + li:before {
    content: "＞";
    margin: 0 0.5em;
    color: #fff;
    font-size: 14px;
  }
  .bl_footer_breadcrumb li.only-aojoy:before, .bl_footer_breadcrumb li.only-akajoy:before, .bl_footer_breadcrumb li.only-yoga:before, .bl_footer_breadcrumb li.only-joyplus:before {
    display: none;
  }
  .bl_footer_breadcrumb a, .bl_footer_breadcrumb span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
  }
  .bl_footer_brand_banners {
    margin: 40px auto 10px;
    max-width: 1100px;
  }
  .bl_footer_brand_banners ul {
    display: flex;
    justify-content: space-between;
  }
  .bl_footer_brand_banners li {
    width: 31%;
  }
  .bl_footer_page_lists {
    margin: 40px auto 40px;
    max-width: 1100px;
  }
  .bl_footer_page_list ul {
    overflow: hidden;
  }
  .bl_footer_page_list li {
    float: left;
    margin-right: 40px;
    margin-bottom: 7px;
  }
  .bl_footer_page_list a {
    color: #fff;
    font-size: 12px;
  }
  .bl_footer_bottom {
    overflow: hidden;
  }
  .bl_footer_bnrs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 38px;
  }
  .bl_footer_bnrs li {
    width: 32%;
    margin-left: 2%;
  }
  .bl_footer_bnrs li:nth-of-type(1) {
    margin-left: 0;
  }
  .bl_footer_bnrs a img {
    width: 100%;
  }
  .bl_footer_pagetop {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: #fff solid 2px;
    margin-top: 20px;
  }
  .bl_footer_pagetop a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .bl_footer_sitemap {
    margin-bottom: 80px;
  }
  .bl_footer_sitemap_lists {
    margin-top: 30px;
  }
  .bl_footer_sitemap_lists ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_footer_sitemap_lists li + li {
    margin-left: 30px;
  }
  .bl_footer_sitemap_lists li a {
    color: #fff;
    font-weight: 400;
  }
  .bl_footer_g_sitemap {
    margin-bottom: 60px;
  }
  .bl_footer_g_sitemap .list-footer {
    display: flex;
    justify-content: center;
  }
  .bl_footer_g_sitemap .list-footer li + li:before {
    content: "　|　";
    color: #000;
    font-size: 12px;
  }
  .bl_footer_g_sitemap .list-footer li a {
    font-size: 11px;
    font-weight: 400;
  }
  .bl_footer_g_sitemap .bl_copyright {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
  }
  .bl_footer_g_sitemap .bl_lang ul {
    display: flex;
    justify-content: center;
  }
  .bl_footer_g_sitemap .bl_lang ul li + li:before {
    content: "　|　";
    color: #000;
    font-size: 11px;
  }
  .bl_footer_g_sitemap .bl_lang ul li a {
    font-size: 11px;
    font-weight: 400;
  }

  body.akajoy .bl_footer_bottom {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_footer_bottom {
    background-color: #9c3643;
  }
  body.aojoy .bl_footer_bottom {
    background-color: #002059;
  }
  body.yoga .bl_footer_bottom {
    background-color: #007880;
  }
  body.joyplus .bl_footer_bottom {
    background-color: #111111;
  }

  .bottom_body {
    background: #fff;
    padding: 18px 0;
    text-align: left;
  }

  .bottom_body .footer_bottom_wrap {
    max-width: 1100px;
    margin: 0 auto;
  }

  .bottom_body .footer_bottom {
    max-width: 1100px;
    margin: 0 auto;
  }

  .bottom_body .footer_bottom p {
    margin-bottom: 12px;
  }

  .bottom_body .footer_bottom p.tenpoichiran {
    border-bottom: 1px solid #C21632;
    margin-bottom: 28px;
    font-size: 14px;
    font-weight: 500;
  }
  body.akajoy.new-shop .bottom_body .footer_bottom p.tenpoichiran {
    border-bottom: 1px solid #9c3643;
  }

  .bottom_body dl {
    max-width: 1240px;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0px 0 5px 0;
    clear: both;
    text-align: left;
    width: 100%;
  }

  .bottom_body dl dt, .bottom_body dl dd {
    float: left;
    font-size: 12px;
  }

  .bottom_body dl dt {
    width: 80px;
    margin-right: 5px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
  }

  .bottom_body dl dd.ddwrap {
    max-width: calc(100% - 90px);
    display: inline-block;
  }

  .bottom_body dl dd.ddwrap ul li {
    float: left;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 2px;
  }

  .bottom_body dl dd.ddwrap ul li.aka {
    border-left: 12px solid #C21632;
  }

  body.akajoy.new-shop .bottom_body dl dd.ddwrap ul li.aka {
    border-left: 12px solid #9c3643;
  }

  .bottom_body dl dd.ddwrap ul li.ao {
    border-left: 12px solid #002059;
  }

  .bottom_body dl dd.ddwrap ul li.midori {
    border-left: 12px solid #007880;
  }

  .bottom_body dl dd.ddwrap ul li.kuro {
    border-left: 12px solid #111111;
  }

  .bottom_body dl dd a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    color: #000;
    font-size: 12px;
  }

  .bottom_body dl dd a:hover {
    text-decoration: underline;
  }

  #footer_brandlogos {
    padding: 80px 0;
  }

  #footer_brandlogos .inner {
    max-width: 1240px;
    margin: 0 auto;
  }

  #footer_brandlogos .top,
#footer_brandlogos .btm ul {
    display: flex;
    justify-content: center;
  }

  #footer_brandlogos .top {
    margin-bottom: 35px;
  }

  #footer_brandlogos .top img {
    width: 193px;
  }

  #footer_brandlogos .btm li {
    margin: 0 20px;
  }

  #footer_brandlogos .btm li:nth-of-type(1) {
    width: 114px;
  }

  #footer_brandlogos .btm li:nth-of-type(2) {
    width: 161px;
  }

  #footer_brandlogos .btm li:nth-of-type(3) {
    width: 209px;
  }

  #footer_brandlogos .btm li:nth-of-type(4) {
    width: 131px;
  }

  #footer_brandlogos .btm li img {
    width: 100%;
  }
}
/*
"bl_footer_nav
*/
#bl_btn_pageTop {
  position: absolute;
  top: -40px;
  right: 20px;
  background-color: #9f9d96;
  width: 31px;
  height: 24px;
  border-radius: 5px;
}
#bl_btn_pageTop:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-top: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(45deg);
}

#bl_chatbot {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -100px;
  left: 20px;
}
#bl_chatbot img {
  width: 100%;
}

body.joyplus #bl_chatbot {
  display: none;
}

.bl_footer_nav-btns {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.bl_footer_nav-btns ul {
  display: flex;
}
.bl_footer_nav-btns ul li {
  width: 50%;
}
.bl_footer_nav-btns ul li + li {
  border-left: #fff solid 1px;
}
.bl_footer_nav-btns ul li a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bl_footer_nav-btns ul.once li {
  width: 100%;
}
.bl_footer_nav-sns {
  /*background-color: #f3f3f3;*/
  padding-top: 34px;
  overflow: hidden;
}
.bl_footer_nav-sns ul {
  display: flex;
  justify-content: center;
}
.bl_footer_nav-sns li {
  margin: 0 8px;
}
.bl_footer_nav-back {
  background-color: #f3f3f3;
  margin-top: 34px;
  margin-bottom: -34px;
}
body.home .bl_footer_nav-back {
  display: none;
}
.bl_footer_nav-back ul {
  display: flex;
  border-top: #ccc solid 1px;
  background-color: #fff;
}
.bl_footer_nav-back li {
  width: 50%;
}
.bl_footer_nav-back li + li {
  border-left: #ccc solid 1px;
}
.bl_footer_nav-back a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_footer_nav-back a span {
  position: relative;
}
.bl_footer_nav-back a span:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: -13px;
  border-bottom: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(45deg);
}
.bl_footer_nav-site {
  background-color: #38352D;
  margin-top: 34px;
}
.bl_footer_nav-site .list-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl_footer_nav-site .list-footer li {
  font-size: 10px;
}
.bl_footer_nav-site .list-footer li + li {
  position: relative;
}
.bl_footer_nav-site .list-footer li:before {
  content: "｜";
  color: #9f9d96;
}
.bl_footer_nav-site .list-footer li:last-child:after{
  content: "｜";
  color: #9f9d96;
}
.bl_footer_nav-site .list-footer li a {
  font-size: 10px;
  color: #9f9d96;
  font-weight:normal;
}
.bl_footer_nav-site .copyright {
  font-size: 10px;
  color: #9f9d96;
  text-align: center;
}

.bl_footer_navs {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.bl_footer_navs ul {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_footer_navs li + li {
  margin-left: 12px;
}
.bl_footer_navs .bl_btn-solid {
  margin-top: 0;
  margin-bottom: 0;
  height: 70px;
  border: #fff solid 1px;
  font-size: 20px;
  font-weight: 700;
}

body.akajoy .bl_footer_navs.aojoy {
  display: none;
}
body.akajoy .bl_footer_navs.yoga {
  display: none;
}
body.akajoy .bl_footer_navs.joyplus {
  display: none;
}

body.aojoy .bl_footer_navs.akajoy {
  display: none;
}
body.aojoy .bl_footer_navs.yoga {
  display: none;
}
body.aojoy .bl_footer_navs.joyplus {
  display: none;
}

body.yoga .bl_footer_navs.akajoy {
  display: none;
}
body.yoga .bl_footer_navs.aojoy {
  display: none;
}
body.yoga .bl_footer_navs.joyplus {
  display: none;
}

body.joyplus .bl_footer_navs.akajoy {
  display: none;
}
body.joyplus .bl_footer_navs.aojoy {
  display: none;
}
body.joyplus .bl_footer_navs.yoga {
  display: none;
}

@media (max-width: 768px) {
  .bl_footer_navs {
    display: none;
  }

  .bl_footer_nav-sns li {
    width: 8vw;
  }
  .bl_footer_nav-sns li img {
    width: 100%;
  }
}
body.akajoy .bl_footer_nav-btns {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_footer_nav-btns {
  background-color: #9c3643;
}
body.akajoy .bl_footer_nav-btns .nyukai {
  background-color: #FCA52D;
}
body.akajoy .bl_footer_nav-back a span:before {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_footer_nav-btns .nyukai {
  background-color: #FCA52D;
}
body.akajoy.new-shop .bl_footer_nav-back a span:before {
  border-color: #9c3643;
}
body.aojoy .bl_footer_nav-btns {
  background-color: #002059;
}
body.aojoy .bl_footer_nav-btns .nyukai {
  background-color: #FCA52D;
}
body.aojoy .bl_footer_nav-back a span:before {
  border-color: #002059;
}
body.yoga .bl_footer_nav-btns {
  background-color: #007880;
}
body.yoga .bl_footer_nav-btns .nyukai {
  background-color: #d04d42;
}
body.yoga .bl_footer_nav-back a span:before {
  border-color: #007880;
}
body.yoga .bl_footer_navs .bl_btn-solid.orange {
  background-color: #d04d42 !important;
}
body.joyplus .bl_footer_nav-btns {
  background-color: #111111;
}
body.joyplus .bl_footer_nav-btns .nyukai {
  background-color: #FCA52D;
}
body.joyplus .bl_footer_nav-back a span:before {
  border-color: #111111;
}

input, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

::placeholder {
  color: #adadad;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 1em;
  border: #ccc solid 1px;
  border-radius: 6px;
}

select {
  width: 100%;
  padding: 1em;
  border: #ccc solid 1px;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}

textarea {
  width: 100%;
  padding: 1em;
  border: #ccc solid 1px;
  border-radius: 6px;
  font-size: 16px;
}

input[type=date] {
  width: 100%;
  padding: 1em;
  border: #ccc solid 1px;
  border-radius: 6px;
}

.select_wrap {
  position: relative;
}
.select_wrap:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #ADADAD solid 2px;
  border-right: #ADADAD solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 1.6em;
  right: 25px;
}

label:has(input[type=radio]) {
  position: relative;
  display: block;
}

input[type=radio] {
  padding: 0 0 0 30px;
}
input[type=radio]:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  border: #C21632 solid 1px;
  background-color: #fff;
}
body.akajoy.new-shop input[type=radio]:before {
  border-color: #9c3643;
}

input[type=radio]:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  background-color: #fff;
}
input[type=radio]:checked:before {
  background-color: #C21632;
}
body.akajoy.new-shop input[type=radio]:checked:before {
  background-color: #9c3643;
}
input[type=radio]:checked:after {
  display: block;
}

.mwform-radio-field {
  position: relative;
}

label:has(input[type=checkbox]) {
  position: relative;
  display: block;
}

input[type=checkbox] {
  padding: 0 0 0 30px;
}
input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  border: #C21632 solid 1px;
  background-color: #fff;
}
body.akajoy.new-shop input[type=checkbox]:before {
  border-color: #9c3643;
}
input[type=checkbox]:after {
  content: "";
  width: 13px;
  height: 10px;
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  border-bottom: #fff solid 2px;
  border-left: #fff solid 2px;
  transform: rotate(-45deg);
}
input[type=checkbox]:checked:before {
  background-color: #C21632;
}
body.akajoy.new-shop input[type=checkbox]:checked:before {
  background-color: #9c3643;
}
input[type=checkbox]:checked:after {
  display: block;
}

body.akajoy input[type=radio]:before {
  border-color: #C21632;
}
body.akajoy.new-shop input[type=radio]:before {
  border-color: #9c3643;
}
body.akajoy input[type=radio]:checked:before {
  background-color: #C21632;
}
body.akajoy.new-shop input[type=radio]:checked:before {
  background-color: #9c3643;
}
body.akajoy input[type=checkbox]:before {
  border-color: #C21632;
}
body.akajoy.new-shop input[type=checkbox]:before {
  border-color: #9c3643;
}
body.akajoy input[type=checkbox]:checked:before {
  background-color: #C21632;
}
body.akajoy.new-shop input[type=checkbox]:checked:before {
  background-color: #9c3643;
}
body.aojoy input[type=radio]:before {
  border-color: #002059;
}
body.aojoy input[type=radio]:checked:before {
  background-color: #002059;
}
body.aojoy input[type=checkbox]:before {
  border-color: #002059;
}
body.aojoy input[type=checkbox]:checked:before {
  background-color: #002059;
}
body.yoga input[type=radio]:before {
  border-color: #007880;
}
body.yoga input[type=radio]:checked:before {
  background-color: #007880;
}
body.yoga input[type=checkbox]:before {
  border-color: #007880;
}
body.yoga input[type=checkbox]:checked:before {
  background-color: #007880;
}
body.joyplus input[type=radio]:before {
  border-color: #111111;
}
body.joyplus input[type=radio]:checked:before {
  background-color: #111111;
}
body.joyplus input[type=checkbox]:before {
  border-color: #111111;
}
body.joyplus input[type=checkbox]:checked:before {
  background-color: #111111;
}

.form_wrap {
  font-size: 16px;
}
.form_wrap dl {
  margin-top: 22px;
}
.form_wrap dd {
  margin-top: 8px;
}
.form_wrap dd.error input, .form_wrap dd.error textarea, .form_wrap dd.error select {
  background-color: #FBDFDF;
  border-color: #AE1F22;
}
.form_wrap dd.error input[type=radio]:before {
  background-color: #FBDFDF;
  border-color: #AE1F22;
}
.form_wrap dd.error input[type=radio]:after {
  background-color: #FBDFDF;
  border-color: #AE1F22;
}
.form_wrap dd.error input[type=radio]:checked:after {
  background-color: #AE1F22;
}
.form_wrap dd .error {
  display: block;
  color: #f00;
  padding-left: 38px;
  margin-top: 5px;
  background: url(/img/shop/inquiry/icon_error.svg) 10px 4px no-repeat;
}
.form_wrap small {
  font-size: 12px;
}
.form_wrap dt:before {
  content: "任意";
  width: 54px;
  height: 18px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #ADADAD;
  text-align: center;
  line-height: 1.25;
  margin-right: 0.5em;
}
.form_wrap .required dt:before {
  content: "必須";
  background-color: #FF0014;
}
.form_wrap .desc {
  margin-top: 30px;
  margin-bottom: 3em;
}

.mw_wp_form_confirm .select_wrap:after {
  display: none;
}

.bl_required {
  width: 54px;
  height: 18px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #FF0014;
  text-align: center;
  line-height: 1.25;
  margin-right: 0.5em;
}

body.confirm .form_wrap dd {
  border-bottom: #ccc solid 1px;
  padding-bottom: 0.25em;
}

.mw_wp_form .thanks {
  text-align: center;
}
.mw_wp_form .thanks h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 85px auto;
}
.mw_wp_form .thanks .desc {
  font-size: 16px;
}

.bl_btn-form-wrap {
  position: relative;
  margin: auto;
  display: block;
  width: fit-content;
}
.bl_btn-form-wrap:has(> .bl_btn-solid.small):after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 50%;
  right: 20px;
}

.mw_wp_form .error + br {
  display: none;
}

.shop.aojoy.scf .mw_wp_form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #d3d3d3;
  padding-top: 1em;
}
.shop.aojoy.scf .mw_wp_form dl:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.shop.aojoy.scf .mw_wp_form dt {
  width: 16em;
  padding-right: 1em;
}
.shop.aojoy.scf .mw_wp_form dd {
  width: calc(100% - 17em);
}
.shop.aojoy.scf .mw_wp_form .horizontal-item {
  display: block;
}
.shop.aojoy.scf .mw_wp_form .horizontal-item + .horizontal-item {
  margin-top: 0.25em;
  margin-left: 0;
}
.shop.aojoy.scf .mw_wp_form .confirm-hidden strong {
  color: #b61a32;
}

.mw_wp_form_preview input[name=submitBack] {
  margin-top: -1em;
}
.mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  left: calc(50% - 60px);
  transform: rotate(225deg) translateY(calc(-50% + 14px));
}

body.akajoy .mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  border-color: #C21632;
}

body.akajoy.new-shop .mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  border-color: #9c3643;
}

body.aojoy .mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  border-color: #002059;
}

body.yoga .mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  border-color: #007880;
}

body.joyplus .mw_wp_form_preview .bl_btn-form-wrap:last-of-type:after {
  border-color: #111111;
}

body.scf .horizontal-item {
  position: relative;
}

@media (max-width: 767px) {
  .shop.aojoy.scf .mw_wp_form dl {
    display: block;
  }
  .shop.aojoy.scf .mw_wp_form dt {
    width: 100%;
    padding-right: 0;
  }
  .shop.aojoy.scf .mw_wp_form dd {
    width: 100%;
  }
}
.bl_header {
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  width: 100vw;
  margin: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: #000 solid 1px;
}
.bl_header_global {
  display: none;
}
.bl_header_logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.bl_header_logo img.sp {
  height: 15px;
}
.bl_header_logo .tagline svg {
  display: none;
}
.bl_header_logo .tagline svg path {
  fill: #fff;
}
.bl_header .shop_name {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.bl_header .shop_name svg {
  height: 16px;
  width: auto;
}
.bl_header_menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_header_menu_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bl_header_menu .line {
  width: 30px;
  height: 18px;
  display: block;
  position: relative;
}
.bl_header_menu .line span {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.25s ease;
}
.bl_header_menu .line span:nth-of-type(1) {
  transform: translateY(-8px);
}
.bl_header_menu .line span:nth-of-type(3) {
  transform: translateY(8px);
}
.bl_header_menu .txt {
  margin-top: 5px;
}
.bl_header_btm {
  position: relative;
  display: none;
}
.bl_header_btm-tabs ul {
  display: flex;
  justify-content: space-between;
}
.bl_header_btm-tabs li {
  width: 32%;
  height: 60px;
  margin-left: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 33px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.bl_header_btm-tabs li:has(a.js_on):after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.bl_header_btm-tabs li a {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bl_header_btm-tabs li a.js_on:after {
  content: "";
  display: block;
  width: 70%;
  height: 4px;
  position: absolute;
  bottom: 4px;
  left: 15%;
  background-color: #F00;
  z-index: 3;
}
.bl_header_btm-tabs li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  position: absolute;
  top: 15px;
  right: 20px;
  border-radius: 100%;
}
.bl_header_btm-tabs li a span {
  position: relative;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_header_btm-tabs li a span:before, .bl_header_btm-tabs li a span:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 28px;
}
.bl_header_btm-tabs li a span:after {
  transform: rotate(90deg);
}
.bl_header_btm-tabs li:nth-of-type(1) a.js_on:after {
  width: 54%;
  left: 23%;
}
.bl_header_btm-tabs li:nth-of-type(3) a.js_on:after {
  width: 50%;
  left: 25%;
}
.bl_header_btm-contents {
  background-color: #000;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
  margin-top: -23px;
}
.bl_header_btm-contents .bl_content_inner {
  background-color: #fff;
  padding: 40px 49px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.bl_header_btm-contents.js_on {
  display: none;
}
.bl_header_btm-contents .box {
  margin: 10px 0 0;
  position: relative;
  display: none;
}
.bl_header_btm-contents .box.js_on {
  display: block;
}
.bl_header_btm-contents .box:nth-of-type(1).js_on:before {
  left: calc(50% - 438px);
}
.bl_header_btm-contents .box:nth-of-type(3).js_on:before {
  left: calc(50% + 391px);
}
.bl_header_btm-contents .box .title {
  font-size: 20px;
  font-weight: 500;
}
.bl_header_btm-contents .box .btns ul {
  display: flex;
  flex-wrap: wrap;
}
.bl_header_btm-contents .box .btns li {
  /*width: 20%;*/
  margin-top: 14px;
}
.bl_header_btm-contents .box .btns li a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.bl_header_btm-contents .box .btns li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 2px));
  position: absolute;
  top: 50%;
  right: 16px;
}
.bl_header_btm-contents .box .btn_cls {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.5s ease;
}
.bl_header_btm-contents .box .btn_cls:hover {
  cursor: pointer;
}
.bl_header_btm-contents .box .btn_cls:before, .bl_header_btm-contents .box .btn_cls:after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 6.5px;
  background-color: #fff;
  transition: 0.5s ease;
}
.bl_header_btm-contents .box .btn_cls:before {
  transform: rotate(45deg);
}
.bl_header_btm-contents .box .btn_cls:after {
  transform: rotate(-45deg);
}
.bl_header_btm-contents .box .btn_cls span {
  display: none;
}

body.akajoy .bl_header {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header {
  border-color: #9c3643;
}
body.akajoy .bl_header_menu {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_header_menu {
  background-color: #9c3643;
}
body.akajoy .bl_header .shop_name {
  color: #C21632 !important;
}
body.akajoy.new-shop .bl_header .shop_name {
  color: #9c3643 !important;
}
body.akajoy .bl_header .shop_name svg path {
  fill: #C21632 !important;
}
body.akajoy.new-shop .bl_header .shop_name svg path {
  fill: #9c3643 !important;
}
body.akajoy .bl_header_btm-contents .box .btns a:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header_btm-contents .box .btns a:after {
  border-color: #9c3643;
}
body.akajoy .bl_header_btm-contents .btn_cls:before, body.akajoy .bl_header_btm-contents .btn_cls:after {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_header_btm-contents .btn_cls:before, body.akajoy.new-shop .bl_header_btm-contents .btn_cls:after {
  background-color: #9c3643;
}
body.akajoy .bl_header_btm-contents .btn_cls:hover {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_header_btm-contents .btn_cls:hover {
  background-color: #9c3643;
}
body.akajoy .bl_header_btm-contents .btn_cls:hover:before, body.akajoy .bl_header_btm-contents .btn_cls:hover:after {
  background-color: #fff;
}
body.akajoy .bl_header_nav-lists.dt-img dt {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header_nav-lists.dt-img dt {
  border-color: #9c3643;
}
body.akajoy .bl_header_nav-lists dt:before, body.akajoy .bl_header_nav-lists dt:after {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_header_nav-lists dt:before, body.akajoy.new-shop .bl_header_nav-lists dt:after {
  background-color: #9c3643;
}
body.akajoy .bl_header_btm-tabs li a.js_on:after {
  background-color: #C21632;
}
body.akajoy.new-shop:not(.home) .bl_header_btm-tabs li a.js_on:after {
  background-color: #9c3643;
}
body.aojoy .bl_header {
  border-color: #002059;
}
body.aojoy .bl_header_menu {
  background-color: #002059;
}
body.aojoy .bl_header .shop_name {
  color: #002059 !important;
}
body.aojoy .bl_header .shop_name svg path {
  fill: #002059 !important;
}
body.aojoy .bl_header_btm-contents .box .btns a:after {
  border-color: #002059;
}
body.aojoy .bl_header_btm-contents .btn_cls:before, body.aojoy .bl_header_btm-contents .btn_cls:after {
  background-color: #002059;
}
body.aojoy .bl_header_btm-contents .btn_cls:hover {
  background-color: #002059;
}
body.aojoy .bl_header_btm-contents .btn_cls:hover:before, body.aojoy .bl_header_btm-contents .btn_cls:hover:after {
  background-color: #fff;
}
body.aojoy .bl_header_nav-lists.dt-img dt {
  border-color: #002059;
}
body.aojoy .bl_header_nav-lists dt:before, body.aojoy .bl_header_nav-lists dt:after {
  background-color: #002059;
}
body.aojoy .bl_header_btm-tabs li a.js_on:after {
  background-color: #002059;
}
body.yoga .bl_header {
  border-color: #007880;
}
body.yoga .bl_header_menu {
  background-color: #007880;
}
body.yoga .bl_header .shop_name {
  color: #007880 !important;
}
body.yoga .bl_header .shop_name svg path {
  fill: #007880 !important;
}
body.yoga .bl_header_btm-contents .box .btns a:after {
  border-color: #007880;
}
body.yoga .bl_header_btm-contents .btn_cls:before, body.yoga .bl_header_btm-contents .btn_cls:after {
  background-color: #007880;
}
body.yoga .bl_header_btm-contents .btn_cls:hover {
  background-color: #007880;
}
body.yoga .bl_header_btm-contents .btn_cls:hover:before, body.yoga .bl_header_btm-contents .btn_cls:hover:after {
  background-color: #fff;
}
body.yoga .bl_header_nav-lists.dt-img dt {
  border-color: #007880;
}
body.yoga .bl_header_nav-lists dt:before, body.yoga .bl_header_nav-lists dt:after {
  background-color: #007880;
}
body.yoga .bl_header_btm-tabs li a.js_on:after {
  background-color: #007880;
}
body.joyplus .bl_header {
  border-color: #111111;
}
body.joyplus .bl_header_menu {
  background-color: #111111;
}
body.joyplus .bl_header .shop_name {
  color: #111111 !important;
}
body.joyplus .bl_header .shop_name svg path {
  fill: #111111 !important;
}
body.joyplus .bl_header_btm-contents .box .btns a:after {
  border-color: #111111;
}
body.joyplus .bl_header_btm-contents .btn_cls:before, body.joyplus .bl_header_btm-contents .btn_cls:after {
  background-color: #111111;
}
body.joyplus .bl_header_btm-contents .btn_cls:hover {
  background-color: #111111;
}
body.joyplus .bl_header_btm-contents .btn_cls:hover:before, body.joyplus .bl_header_btm-contents .btn_cls:hover:after {
  background-color: #fff;
}
body.joyplus .bl_header_nav-lists.dt-img dt {
  border-color: #111111;
}
body.joyplus .bl_header_nav-lists dt:before, body.joyplus .bl_header_nav-lists dt:after {
  background-color: #111111;
}
body.joyplus .bl_header_btm-tabs li a.js_on:after {
  background-color: #111111;
}

@media (min-width: 769px) {
  .bl_header {
    height: 190px;
    padding: 0;
  }
  .bl_header_inner {
    display: flex;
    height: 120px;
    max-width: 1240px;
    margin: auto;
    align-items: center;
  }
  .bl_header_logo a {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_header_logo span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  .bl_header_logo img.pc {
    width: auto;
    height: 41px;
    margin-top: 20px;
    margin-right: 15px;
  }
  .bl_header_logo .tagline {
    width: 100%;
    margin-bottom: 0;
  }
  .bl_header_logo .tagline svg {
    display: block;
  }
  .bl_header .shop_name {
    font-size: 43px;
    transform: translateY(16px);
  }
  .bl_header .shop_name svg {
    height: 40px;
    width: auto;
  }
  .bl_header .shop_name svg path {
    fill: #fff !important;
  }
  .bl_header_btm {
    display: block;
  }
  .bl_header_btm-contents {
    max-height: 0;
    display: block;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .bl_header_btm-contents.js_on {
    display: block;
    max-height: 300px;
  }
  .bl_header_btm-contents .box .title {
    border-bottom: #000 solid 1px;
    padding-bottom: 5px;
    border-width: 0;
  }
  .bl_header_btm-contents .box .title a {
    position: relative;
    padding: 7px 30px 7px 0;
    transition: 0.5s ease;
  }
  .bl_header_btm-contents .box .title a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    transform: rotate(45deg) translateY(calc(-50% - 2px));
    position: absolute;
    top: 50%;
    right: 16px;
  }
  .bl_header_btm-contents .box .btns li {
    margin-top: 7px;
    /*width: 20%;*/
    margin-right: 25px;
  }
  .bl_header_btm-contents .box .btns li a:not(.bl_btn) {
    padding: 7px 30px 7px 0;
    display: inline-block;
  }
  .bl_header_btm-contents .box .btns li a:not(.bl_btn):before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transform: none;
    transition: 0.5s ease;
  }
  .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover {
    color: #fff;
  }
  .bl_header_btm-contents .box .btn_cls {
    display: none;
  }
  .bl_header_btm-tabs li a.js_on span, .bl_header_btm-tabs li a:hover span {
    font-weight: 500;
  }
  .bl_header_btm-tabs li a.js_on span:after {
    transform: rotate(0);
  }
  .bl_header_btm-tabs a:hover span {
    font-weight: 400;
  }
  body.akajoy .bl_header {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_header {
    background-color: #9c3643;
  }
  body.akajoy .bl_header .shop_name {
    color: #fff;
  }
  body.akajoy .bl_header .shop_name svg path,
  body.akajoy.new-shop .bl_header .shop_name svg path {
    fill: #fff !important;
  }
  body.akajoy .bl_header_btm-tabs {
    background-color: #C21632;
  }
  body.akajoy.new-shop:not(.home) .bl_header_btm-tabs {
    background-color: #9c3643;
  }
  body.akajoy .bl_header_btm-tabs li small {
    display: none;
  }
  body.akajoy .bl_header_btm {
    display: block;
  }
  body.akajoy .bl_header_btm-contents .box .title {
    border-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .title {
    border-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .title a:hover {
    color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .title a:hover {
    color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .title a:after {
    border-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .title a:after {
    border-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover {
    color: #000;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover:before {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover:before {
    background-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_akajoy_new.svg);
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-card:after {
    display: none;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-card small {
    display: block;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_wh.svg);
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy_new.svg);
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-cal:after {
    display: none;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-cal small {
    display: block;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_akajoy_new.svg);
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-app:after {
    display: none;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-color: #C21632;
  }
  body.akajoy.new-shop .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-color: #9c3643;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-app small {
    display: block;
  }
  body.akajoy .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.aojoy .bl_header {
    background-color: #002059;
  }
  body.aojoy .bl_header .shop_name {
    color: #fff;
  }
  body.aojoy .bl_header .shop_name svg path {
    fill: #fff !important;
  }
  body.aojoy .bl_header_btm-tabs {
    background-color: #002059;
  }
  body.aojoy .bl_header_btm-tabs li small {
    display: none;
  }
  body.aojoy .bl_header_btm {
    display: block;
  }
  body.aojoy .bl_header_btm-contents .box .title {
    border-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .title a:hover {
    color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .title a:after {
    border-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover {
    color: #000;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover:before {
    background-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_aojoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-card:after {
    display: none;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-card small {
    display: block;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_wh.svg);
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_aojoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-cal:after {
    display: none;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-cal small {
    display: block;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_aojoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-app:after {
    display: none;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-color: #002059;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-app small {
    display: block;
  }
  body.aojoy .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.yoga .bl_header {
    background-color: #007880;
  }
  body.yoga .bl_header .shop_name {
    color: #fff;
  }
  body.yoga .bl_header .shop_name svg path {
    fill: #fff !important;
  }
  body.yoga .bl_header_btm-tabs {
    background-color: #007880;
  }
  body.yoga .bl_header_btm-tabs li img {
    display: none;
  }
  body.yoga .bl_header_btm {
    display: block;
  }
  body.yoga .bl_header_btm-contents .box .title {
    border-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .title a:hover {
    color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .title a:after {
    border-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover {
    color: #000;
  }
  body.yoga .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover:before {
    background-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_yoga.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-card:after {
    display: none;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-card small {
    display: block;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_wh.svg);
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_yoga.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-cal:after {
    display: none;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-cal small {
    display: block;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_yoga.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-app:after {
    display: none;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-color: #007880;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-app small {
    display: block;
  }
  body.yoga .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.joyplus .bl_header {
    background-color: #111111;
  }
  body.joyplus .bl_header .shop_name {
    color: #fff;
  }
  body.joyplus .bl_header .shop_name svg path {
    fill: #fff !important;
  }
  body.joyplus .bl_header_btm-tabs {
    background-color: #111111;
  }
  body.joyplus .bl_header_btm-tabs li img {
    display: none;
  }
  body.joyplus .bl_header_btm {
    display: block;
  }
  body.joyplus .bl_header_btm-contents .box .title {
    border-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .title a:hover {
    color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .title a:after {
    border-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover {
    color: #000;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a:not(.bl_btn):hover:before {
    background-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_joyplus.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-card:after {
    display: none;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-card small {
    display: block;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_wh.svg);
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_joyplus.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-cal:after {
    display: none;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-cal small {
    display: block;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_joyplus.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: center;
    padding-left: 80px;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-app:after {
    display: none;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-color: #111111;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-app small {
    display: block;
  }
  body.joyplus .bl_header_btm-contents .box .btns li a.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
}
/*
menu
*/
.bl_header_nav {
  background-color: #fff;
  width: 100vw;
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height, height 0.5s ease;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1000;
  font-size: 14px;
}
.bl_header_nav_inner {
  margin: auto;
}
.bl_header_nav-shoptop {
  border-top: #DDD solid 1px;
}
.bl_header_nav-shoptop a {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.bl_header_nav-lists {
  /*border-top: #DDD solid 1px;*/
}
.bl_header_nav-lists a {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.bl_header_nav-lists dl + dl {
  /*border-top: #DDD solid 1px;*/
}
.bl_header_nav-lists dl.js_on dt:after {
  transform: rotate(0);
}
.bl_header_nav-lists dl.js_on dd {
  max-height: 30em;
  margin-bottom: -1px;
}
.bl_header_nav-lists dt {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
}
.bl_header_nav-lists dt:before, .bl_header_nav-lists dt:after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  right: 20px;
}
.bl_header_nav-lists dt:after {
  transform: rotate(90deg);
}
.bl_header_nav-lists dt.btn:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  border-top: #666 solid 2px;
  border-right: #666 solid 2px;
  transform: rotate(45deg);
  background-color: transparent !important;
}
.bl_header_nav-lists dt.btn:after {
  display: none;
}
.bl_header_nav-lists dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease;
  background-color: #f5f5f5;
  font-size: 12px;
}
.bl_header_nav-lists dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
}
.bl_header_nav-lists dd li {
  width: fit-content;
  display: flex;
  border-bottom: #DDD solid 1px;
}
.bl_header_nav-lists dd li:nth-of-type(2n + 1) {
  margin-left: 10px;
}
.bl_header_nav-lists dd li:nth-of-type(1) {
  margin-left: 0;
}
.bl_header_nav-lists dd li.bl_btn_top a {
  width: 89.33vw;
}
.bl_header_nav-lists dd li a {
  width: 42.93vw;
}
.bl_header_nav-lists dd li span {
  width: 89.33vw;
  height: 50px;
  display: flex;
  align-items: center;
}
.bl_header_nav-lists dd a {
  padding: 0;
}
.bl_header_nav-lists.dt-img {
  margin-bottom: 26px;
}
.bl_header_nav-lists.dt-img dl + dl {
  margin-top: 40px;
}
.bl_header_nav-lists.dt-img dt {
  border: #000 solid 1px;
  border-radius: 8px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
  height: 61px;
  margin-top: 20px;
}
.bl_header_nav-lists.dt-img dt .icon {
  height: 50px;
  margin-right: 10px;
  transform: translateY(2px);
}
.bl_header_nav-lists.dt-img dt .balloon {
  height: 33px;
  position: absolute;
  top: -20px;
  left: 16px;
}
.bl_header_nav-lists.dt-img dd {
  background-color: transparent;
}
.bl_header_nav-brands {
  border-top: #DDD solid 1px;
}
.bl_header_nav-brands a {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 12px;
}
.bl_header_nav-brands ul {
  display: flex;
  flex-wrap: wrap;
}
.bl_header_nav-brands li {
  width: 50%;
}
.bl_header_nav-brands li:nth-of-type(2n) {
  border-left: #DDD solid 1px;
}
.bl_header_nav-brands li:nth-of-type(n + 3) {
  border-top: #DDD solid 1px;
}
.bl_header_nav-sns {
  border-top: #DDD solid 1px;
}
.bl_header_nav-sns ul {
  display: flex;
  justify-content: center;
  margin-top: 47px;
  margin-bottom: 47px;
}
.bl_header_nav-sns li {
  margin: 0 8px;
}

body.js_on_menu {
  overflow: hidden;
}
body.js_on_menu .bl_header_nav {
  max-height: calc(100vh - 60px);
  max-height: calc(100svh - 60px);
  height: 100vh;
  overflow: auto;
}
body.js_on_menu .bl_header_menu .line span:nth-of-type(1) {
  transform: rotate(45deg);
}
body.js_on_menu .bl_header_menu .line span:nth-of-type(2) {
  opacity: 0;
}
body.js_on_menu .bl_header_menu .line span:nth-of-type(3) {
  transform: rotate(-45deg);
}

body.akajoy .bl_header_nav-lists.dt-img dt.btn {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header_nav-lists.dt-img dt.btn {
  border-color: #9c3643;
}
body.akajoy .bl_header_nav-lists.dt-img dt.btn:before {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header_nav-lists.dt-img dt.btn:before {
  border-color: #9c3643;
}
body.akajoy .bl_header_btm-tabs li a:before {
  background-color: #C21632;
}
body.akajoy.new-shop:not(.home) .bl_header_btm-tabs li a:before {
  background-color: #9c3643;
}
body.akajoy .bl_header_btm-contents {
  background-color: #C21632;
}
body.akajoy.new-shop:not(.home) .bl_header_btm-contents {
  background-color: #9c3643;
}
body.aojoy .bl_header_nav-lists.dt-img dt.btn {
  border-color: #002059;
}
body.aojoy .bl_header_nav-lists.dt-img dt.btn:before {
  border-color: #002059;
}
body.aojoy .bl_header_btm-tabs li a:before {
  background-color: #002059;
}
body.aojoy .bl_header_btm-contents {
  background-color: #002059;
}
body.yoga .bl_header_nav-lists.dt-img dt.btn {
  border-color: #007880;
}
body.yoga .bl_header_nav-lists.dt-img dt.btn:before {
  border-color: #007880;
}
body.yoga .bl_header_btm-tabs li a:before {
  background-color: #007880;
}
body.yoga .bl_header_btm-contents {
  background-color: #007880;
}
body.joyplus .bl_header_nav-lists.dt-img dt.btn {
  border-color: #111111;
}
body.joyplus .bl_header_nav-lists.dt-img dt.btn:before {
  border-color: #111111;
}
body.joyplus .bl_header_btm-tabs li a:before {
  background-color: #111111;
}
body.joyplus .bl_header_btm-contents {
  background-color: #111111;
}

@media (min-width: 769px) {
  .bl_header {
    width: 100%;
  }
  .bl_header_global {
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
  }
  .bl_header_global_inner {
    width: 100%;
    margin: auto;
    padding: 0 12px 0 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bl_header_global_brand_lists {
    display: flex;
  }
  .bl_header_global_brand_lists li + li {
    margin-left: 15px;
  }
  .bl_header_global_brand_lists li a {
    display: block;
    font-size: 0;
  }
  .bl_header_global_brand_lists li img {
    width: 100%;
  }
  .bl_header_global_btn_lists {
    display: flex;
    align-items: center;
  }
  .bl_header_global_btn_lists li + li {
    margin-left: 5px;
  }
  .bl_header_global_btn_lists li:nth-of-type(2) {
    margin-left: 20px;
  }
  .bl_header_global_btn_lists li .bl_btn-solid {
    width: 300px;
    height: 45px;
    margin-bottom: 0;
    border: #fff solid 1px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  }
  .bl_header_global_btn_lists li a {
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
  }
  .bl_header_btm-contents .box .btns.bnr li {
    width: 340px;
  }
  .bl_header_btm-contents .box .btns.bnr li + li {
    margin-left: 10px;
  }
  .bl_header_btm-contents .box .btns.bnr li a {
    width: 340px;
    background-color: #fff;
    padding-left: 80px;
    display: flex;
  }
  .bl_header_btm-contents .box .btns.bnr li a:before {
    left: unset;
  }

  .bl_header_nav {
    display: none;
  }

  .bl_header_menu {
    display: none;
  }

  body.akajoy a[href$="experience/"].bl_btn-solid:not(.back) {
    background-color: #C21632;
  }
  body.akajoy.new-shop a[href$="experience/"].bl_btn-solid:not(.back) {
    background-color: #9c3643;
  }
  body.akajoy a[href$="membership/"].bl_btn-solid:not(.back),
body.akajoy a[href$="app_join/"].bl_btn-solid:not(.back) {
    background-color: #ff9d00;
  }
  body.aojoy a[href$="experience/"].bl_btn-solid:not(.back) {
    background-color: #002059;
  }
  body.aojoy a[href$="membership/"].bl_btn-solid:not(.back),
body.aojoy a[href$="app_join/"].bl_btn-solid:not(.back) {
    background-color: #ff9d00;
  }
  body.yoga a[href$="experience/"].bl_btn-solid:not(.back) {
    background-color: #007880;
  }
  body.yoga a[href$="membership/"].bl_btn-solid:not(.back),
body.yoga a[href$="app_join/"].bl_btn-solid:not(.back) {
    background-color: #CF4D42;
  }
  body.joyplus a[href$="experience/"].bl_btn-solid:not(.back) {
    background-color: #111111;
  }
  body.joyplus a[href$="membership/"].bl_btn-solid:not(.back),
body.joyplus a[href$="app_join/"].bl_btn-solid:not(.back) {
    background-color: #ff9d00;
  }
}
.bl_header_btm.home .bl_header_btm-tabs {
  background-color: #fff;
}
.bl_header_btm.home .bl_header_btm-tabs ul {
  flex-wrap: wrap;
}
.bl_header_btm.home .bl_header_btm-tabs li {
  width: 32%;
  height: 120px;
}
.bl_header_btm.home .bl_header_btm-tabs li + li {
  margin-left: 2%;
}
.bl_header_btm.home .bl_header_btm-tabs li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #000;
  border: #000 solid 1px;
  border-radius: 6px;
  transform: translateY(6px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.bl_header_btm.home .bl_header_btm-tabs li a:before {
  background-color: transparent;
  top: unset;
  border-radius: 0;
}
.bl_header_btm.home .bl_header_btm-tabs li a:hover {
  transform: translateY(0);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #C21632;
  color: #fff;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #9c3643;
}
.bl_header_btm.home .bl_header_btm-tabs li a:hover span:after {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a:hover span:before {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a span:after {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a span:before {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  transform: translateY(0);
  background-color: #C21632;
  color: #fff;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #9c3643;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on span:after {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on span:before {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15.5px 0 15.5px;
  border-color: #C21632 transparent transparent transparent;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a:before {
  border-color: #9c3643 transparent transparent transparent;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15.5px 0 15.5px;
  border-color: #C21632 transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
}
/* body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #9c3643 transparent transparent transparent;
} */
.bl_header_btm.home .bl_header_btm-tabs li a.js_on.js_on-none:before {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li a.js_on.js_on-none:after {
  display: none;
}
.bl_header_btm.home .bl_header_btm-tabs li:nth-of-type(1) img {
  margin-left: 15px;
  margin-right: 26px;
}
.bl_header_btm.home .bl_header_btm-tabs li:nth-of-type(2) img {
  margin-left: 0;
  margin-right: 16px;
}
.bl_header_btm.home .bl_header_btm-tabs li:nth-of-type(3) img {
  margin-left: 16px;
  margin-right: 50px;
}
.bl_header_btm.home .bl_header_btm-contents {
  background-color: #f4f4f4;
  margin-top: 0;
  padding-bottom: 0;
}
.bl_header_btm.home .bl_header_btm-contents.js_on {
  max-height: 232px;
}
.bl_header_btm.home .bl_header_btm-contents .box {
  padding: 37px 0;
}
.bl_header_btm.home .bl_header_btm-contents .box .title {
  border-width: 1px;
}
.bl_header_btm.home .bl_header_btm-contents .box .btn_cls {
  display: block;
}
.bl_header_btm.home .bl_header_btm-contents .bl_content_inner {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

body.home .bl_header_btm-tabs li a span {
  width: auto;
}
body.home.yoga .bl_header_btm-tabs li a span {
  height: auto;
}
body.home.joyplus .bl_header_btm-tabs li a span {
  height: auto;
}

body.akajoy .bl_header_btm.home .bl_header_btm-tabs li a {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a {
  border-color: #9c3643;
}
body.akajoy .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #9c3643;
}
body.akajoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #C21632;
  box-shadow: 0 6px 0 #E97B86;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #9c3643;
  box-shadow: 0 6px 0 #E97B86;
}
body.akajoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  border-color: #E97B86 transparent transparent transparent;
}
body.akajoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #C21632 transparent transparent transparent;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  border-color: #E97B86 transparent transparent transparent;
}
body.akajoy.new-shop .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #9c3643 transparent transparent transparent;
}
body.aojoy .bl_header_btm.home .bl_header_btm-tabs li a {
  border-color: #002059;
}
body.aojoy .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #002059;
}
body.aojoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #002059;
  box-shadow: 0 6px 0 #58AAFF;
}
body.aojoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  border-color: #58AAFF transparent transparent transparent;
}
body.aojoy .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #002059 transparent transparent transparent;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a {
  border-color: #007880;
  justify-content: center;
  flex-direction: column;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #007880;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #007880;
  box-shadow: 0 6px 0 #0DACAC;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  border-color: #0DACAC transparent transparent transparent;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #007880 transparent transparent transparent;
}
body.yoga .bl_header_btm.home .bl_header_btm-tabs li a small {
  display: block;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a {
  border-color: #111111;
  justify-content: center;
  flex-direction: column;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a:hover {
  background-color: #111111;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a.js_on {
  background-color: #111111;
  box-shadow: 0 6px 0 #434343;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a.js_on:before {
  border-color: #434343 transparent transparent transparent;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a.js_on:after {
  border-color: #111111 transparent transparent transparent;
}
body.joyplus .bl_header_btm.home .bl_header_btm-tabs li a small {
  display: block;
}

@media (min-width: 769px) {
  body.home #header {
    height: 60px;
  }
  body.home #wrap {
    margin-top: 60px;
  }
  body.home .bl_header_btm-tabs li:has(a.js_on):after {
    display: none;
  }
}
/*
menu
*/
.bl_btn-menu {
  position: relative;
  display: block;
}
.bl_btn-menu:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  border-top: #666 solid 2px;
  border-right: #666 solid 2px;
  transform: rotate(45deg);
}

#bl_hero {
  height: 27.73vw;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: auto 100%, auto 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
}
#bl_hero h2 {
  font-size: 20px;
  text-align: center;
}
#bl_hero h2 span {
  font-size: 14px;
  display: block;
}

body.akajoy #bl_hero {
  border-color: #C21632;
}
body.akajoy.new-shop #bl_hero {
  border-color: #9c3643;
}
body.akajoy #bl_hero span:has(+ h2) {
  display: block;
  color: #C21632;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
body.akajoy.new-shop #bl_hero span:has(+ h2) {
  color: #9c3643;
}
/* body.akajoy #bl_hero h2 span {
  color: #C21632;
} */
body.aojoy #bl_hero {
  border-color: #002059;
}
body.aojoy #bl_hero span:has(+ h2) {
  display: block;
  color: #002059;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
/* body.aojoy #bl_hero h2 span {
  color: #002059;
} */
body.yoga #bl_hero {
  border-color: #007880;
}
body.yoga #bl_hero span:has(+ h2) {
  display: block;
  color: #007880;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
/* body.yoga #bl_hero h2 span {
  color: #007880;
} */
body.joyplus #bl_hero span:has(+ h2) {
  display: block;
  color: #111111;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
/*
hero image
*/
body.akajoy.inquiry #bl_hero {
  background-image: url(/img/shop/inquiry/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.inquiry #bl_hero {
  background-image: url(/img/shop/inquiry/hero_akajoy_new_bg.svg);
}
body.akajoy.experience #bl_hero {
  background-image: url(/img/shop/experience/hero_akajoy_bg.svg), url(/img/shop/experience/hero_akajoy_bg02.svg);
}
body.akajoy.new-shop.experience #bl_hero {
  background-image: url(/img/shop/experience/hero_akajoy_new_bg.svg), url(/img/shop/experience/hero_akajoy_new_bg02.svg);
}
body.akajoy.campaign #bl_hero {
  background-image: url(/img/shop/campaign/hero_akajoy_bg.svg), url(/img/shop/campaign/hero_akajoy_bg02.svg);
}
body.akajoy.new-shop.experience #bl_hero {
  background-image: url(/img/shop/experience/hero_akajoy_new_bg.svg), url(/img/shop/experience/hero_akajoy_new_bg02.svg);
}
body.akajoy.news #bl_hero {
  background-image: url(/img/shop/news/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.news #bl_hero {
  background-image: url(/img/shop/news/hero_akajoy_new_bg.svg);
}
body.akajoy.studio-program #bl_hero {
  background-image: url(/img/shop/studio-program/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.studio-program #bl_hero {
  background-image: url(/img/shop/studio-program/hero_akajoy_new_bg.svg);
}
body.akajoy.faq #bl_hero {
  background-image: url(/img/shop/faq/hero_akajoy_bg.svg), url(/img/shop/campaign/hero_akajoy_bg02.svg);
}
body.akajoy.new-shop.faq #bl_hero {
  background-image: url(/img/shop/faq/hero_akajoy_new_bg.svg), url(/img/shop/campaign/hero_akajoy_new_bg02.svg);
}
body.akajoy.membership #bl_hero {
  background-image: url(/img/shop/membership/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.membership #bl_hero {
  background-image: url(/img/shop/membership/hero_akajoy_new_bg.svg);
}
body.akajoy.access #bl_hero {
  background-image: url(/img/shop/access/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.access #bl_hero {
  background-image: url(/img/shop/access/hero_akajoy_new_bg.svg);
}
body.akajoy.reservation #bl_hero {
  background-image: url(/img/shop/reservation/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.reservation #bl_hero {
  background-image: url(/img/shop/reservation/hero_akajoy_new_bg.svg);
}
body.akajoy .bl_home_menu_guide #bl_hero {
  background-image: url(/img/shop/home/hero_guide_akajoy_bg.svg);
}
body.akajoy.new-shop .bl_home_menu_guide #bl_hero {
  background-image: url(/img/shop/home/hero_guide_akajoy_new_bg.svg);
}
body.akajoy .bl_home_menu_membership #bl_hero {
  background-image: url(/img/shop/home/hero_membership_akajoy_bg.svg);
}
body.akajoy.new-shop .bl_home_menu_membership #bl_hero {
  background-image: url(/img/shop/home/hero_membership_akajoy_new_bg.svg);
}
body.akajoy .bl_home_menu_member #bl_hero {
  background-image: url(/img/shop/home/hero_member_akajoy_bg.svg);
}
body.akajoy.new-shop .bl_home_menu_member #bl_hero {
  background-image: url(/img/shop/home/hero_member_akajoy_new_bg.svg);
}
body.akajoy.price #bl_hero {
  background-image: url(/img/shop/price/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.price #bl_hero {
  background-image: url(/img/shop/price/hero_akajoy_new_bg.svg);
}
body.akajoy.option-price #bl_hero {
  background-image: url(/img/shop/option-price/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.option-price #bl_hero {
  background-image: url(/img/shop/option-price/hero_akajoy_new_bg.svg);
}
body.akajoy.shoukai #bl_hero {
  background-image: url(/img/shop/shoukai/hero_akajoy_bg.svg), url(/img/shop/shoukai/hero_akajoy_bg02.svg);
}
body.akajoy.new-shop.shoukai #bl_hero {
  background-image: url(/img/shop/shoukai/hero_akajoy_new_bg.svg), url(/img/shop/shoukai/hero_akajoy_new_bg02.svg);
}
body.akajoy.store-information #bl_hero {
  background-image: url(/img/shop/store-information/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.store-information #bl_hero {
  background-image: url(/img/shop/store-information/hero_akajoy_new_bg.svg);
}
body.akajoy.admission #bl_hero {
  background-image: url(/img/shop/admission/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.admission #bl_hero {
  background-image: url(/img/shop/admission/hero_akajoy_new_bg.svg);
}
body.akajoy.app_join #bl_hero {
  background-image: url(/img/shop/admission/hero_akajoy_bg.svg);
}
body.akajoy.new-shop.app_join #bl_hero {
  background-image: url(/img/shop/admission/hero_akajoy_new_bg.svg);
}
body.aojoy.inquiry #bl_hero {
  background-image: url(/img/shop/inquiry/hero_aojoy_bg.svg);
}
body.aojoy.experience #bl_hero {
  background-image: url(/img/shop/experience/hero_aojoy_bg.svg), url(/img/shop/experience/hero_aojoy_bg02.svg);
}
body.aojoy.campaign #bl_hero {
  background-image: url(/img/shop/campaign/hero_aojoy_bg.svg), url(/img/shop/campaign/hero_aojoy_bg02.svg);
}
body.aojoy.news #bl_hero {
  background-image: url(/img/shop/news/hero_aojoy_bg.svg);
}
body.aojoy.studio-program #bl_hero {
  background-image: url(/img/shop/studio-program/hero_aojoy_bg.svg);
}
body.aojoy.faq #bl_hero {
  background-image: url(/img/shop/faq/hero_aojoy_bg.svg);
}
body.aojoy.membership #bl_hero {
  background-image: url(/img/shop/membership/hero_aojoy_bg.svg);
}
body.aojoy.access #bl_hero {
  background-image: url(/img/shop/access/hero_aojoy_bg.svg);
}
body.aojoy.reservation #bl_hero {
  background-image: url(/img/shop/reservation/hero_aojoy_bg.svg);
}
body.aojoy .bl_home_menu_guide #bl_hero {
  background-image: url(/img/shop/home/hero_guide_aojoy_bg.svg);
}
body.aojoy .bl_home_menu_membership #bl_hero {
  background-image: url(/img/shop/home/hero_membership_aojoy_bg.svg);
}
body.aojoy .bl_home_menu_member #bl_hero {
  background-image: url(/img/shop/home/hero_member_aojoy_bg.svg);
}
body.aojoy.price #bl_hero {
  background-image: url(/img/shop/price/hero_aojoy_bg.svg);
}
body.aojoy.option-price #bl_hero {
  background-image: url(/img/shop/option-price/hero_aojoy_bg.svg);
}
body.aojoy.shoukai #bl_hero {
  background-image: url(/img/shop/shoukai/hero_aojoy_bg.svg), url(/img/shop/shoukai/hero_aojoy_bg02.svg);
}
body.aojoy.store-information #bl_hero {
  background-image: url(/img/shop/store-information/hero_aojoy_bg.svg);
}
body.aojoy.admission #bl_hero {
  background-image: url(/img/shop/admission/hero_aojoy_bg.svg);
}
body.aojoy.app_join #bl_hero {
  background-image: url(/img/shop/admission/hero_aojoy_bg.svg);
}
body.yoga #bl_hero {
  background-color: #fff;
  color: #000;
}
body.yoga #bl_hero span {
  color: #007880;
}
body.yoga.admission #bl_hero {
  background-image: url(/img/shop/admission/hero_yoga_bg.svg);
}
body.yoga.app_join #bl_hero {
  background-image: url(/img/shop/admission/hero_yoga_bg.svg);
}
body.joyplus #bl_hero {
  background-color: #fff;
  color: #000;
}
body.joyplus.admission #bl_hero {
  background-image: url(/img/shop/admission/hero_joyplus_bg.svg);
}
body.joyplus.app_join #bl_hero {
  background-image: url(/img/shop/admission/hero_joyplus_bg.svg);
}

@media (min-width: 769px) {
  #bl_hero {
    height: 206px;
    background-size: auto 144px, auto 144px;
    background-position: 5% 100%, 95% 100%;
    padding-top: 62px;
    border-top: none;
  }
  #bl_hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 62px;
  }
  #bl_hero h2 {
    font-size: 45px;
    transform: translateY(-30px);
  }
  #bl_hero h2 span {
    font-size: 16px;
  }

  body.akajoy #bl_hero span:has(+ h2) {
    display: block;
    color: #C21632;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 16px;
  }
  body.akajoy.new-shop #bl_hero span:has(+ h2) {
    display: block;
    color: #9c3643;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 16px;
  }
  body.aojoy #bl_hero {
    border-color: #002059;
  }
  body.aojoy #bl_hero span:has(+ h2) {
    display: block;
    color: #002059;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 16px;
  }
  body.yoga #bl_hero {
    border-color: #007880;
  }
  body.yoga #bl_hero span:has(+ h2) {
    display: block;
    color: #007880;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 16px;
  }
  body.joyplus #bl_hero span:has(+ h2) {
    display: block;
    color: #111111;
    margin-bottom: 1.9rem;
    font-weight: 500;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #bl_hero {
    background-position: calc((100vw - 1240px) / 2) 100%, calc((100vw - 1240px) / 2 + 1096px) 100%;
  }
}
.bl_content {
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.bl_content_inner {
  width: 89.33vw;
  margin: auto;
}
.bl_content section {
  margin: 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

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

  .pc {
    display: block;
  }

  .bl_content {
    margin-top: 72px;
  }
  .bl_content_inner {
    max-width: 1240px;
  }
}
.c_aojoy {
  color: #002059;
}

.c_akajoy {
  color: #C21632;
}
body.akajoy.new-shop .c_akajoy {
  color: #9c3643;
}

.c_yoga {
  color: #007880;
}

.c_joyplus {
  color: #111111;
}

.bl_posts.js_on .bl_post:nth-of-type(n + 4) {
  display: block;
}
.bl_posts.js_on .bl_btn_more {
  display: none;
}
.bl_posts.js_on .bl_btn_more:after {
  transform: rotate(-135deg);
  top: 10px;
}

.bl_post + .bl_post {
  margin-top: 38px;
  padding-top: 38px;
  border-top: #ACACAC dotted 2px;
}
.bl_post_contents p {
  margin-top: 1em;
}
.bl_post_contents img {
  margin-top: 1em;
  width: 100%;
  height: auto;
}
.bl_post .page_h2-line {
  margin-bottom: 30px;
}
.bl_post:nth-of-type(n + 4) {
  display: none;
}
.bl_post + .bl_btn {
  margin-top: 50px;
}
.bl_post .bl_post_img {
  height: auto;
}

@media (min-width: 769px) {
  .bl_post {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .bl_post .post_contents {
    width: 100%;
  }
  .bl_post .post_contents img {
    display: none;
  }
  .bl_post .bl_post_img {
    width: 29.38%;
    height: auto;
  }
  .bl_post .bl_btn {
    margin-left: 0;
  }
  .bl_post .post_contents:has(+ .bl_post_img) {
    width: 50%;
  }
}
.bl_program_date {
  margin: 37px calc(50% - 50vw) 0;
  background-color: #dbdbdb;
  font-size: 16px;
  padding: 8px 20px;
}
.bl_program_content {
  margin-top: 27px;
}
.bl_program_content .tag {
  padding: 0 10px 3px;
  background-color: #000;
  color: #FFF;
}
.bl_program_content h4 {
  font-weight: 400;
}
.bl_program_content p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  /*font-size: 12px;*/
}
.bl_program_content p a {
  text-decoration: underline;
}
.bl_program_content p a:hover {
  text-decoration: none;
}
.bl_program .bl_program_content-box + .bl_program .bl_program_content-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #acacac dotted 2px;
}
.bl_program .bl_program_content-box ul li p {
  font-size: 14px;
}

body.akajoy .bl_program_content .tag {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_program_content .tag {
  background-color: #9c3643;
}
body.aojoy .bl_program_content .tag {
  background-color: #002059;
}
body.yoga .bl_program_content .tag {
  background-color: #007880;
}
body.joyplus .bl_program_content .tag {
  background-color: #111111;
}

body.experience .bl_section + .bl_section {
  margin-top: 60px;
}

.bl_section_df + .bl_section_df {
  margin-top: 60px;
}

@media (min-width: 769px) {
  body.experience .bl_section + .bl_section {
    margin-top: 30px;
  }
  body.experience .bl_section:nth-of-type(2) {
    margin-top: 0;
  }

  .bl_program_content-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_program_content-box ul li {
    width: 32%;
  }
  .bl_program_content-box ul li + li {
    margin-left: 2%;
    margin-top: 0;
  }
  .bl_program_content-box ul li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .bl_program_content-box ul li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .bl_program_content-box ul li .bl_btn {
    width: 100%;
    padding-right: 24px;
  }
  .bl_program_content-box ul li .bl_btn-desc {
    width: 100%;
  }
  .bl_program_content-box ul li p {
    font-size: 14px;
  }

  .bl_program_date {
    margin: 37px auto 0;
  }

  .bl_section_df {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_section_df .bl_section {
    width: 48%;
  }
  .bl_section_df .bl_section:nth-of-type(2n) {
    margin-left: 4%;
  }
  .bl_section_df .bl_section .bl_btn {
    margin-left: 0;
  }
  .bl_section_df .bl_section a + h4 {
    margin-top: 56px;
  }
}
.bl_faq_post {
  padding: 10px;
  border: #000 solid 1px;
  border-radius: 6px;
  position: relative;
}
.bl_faq_post.js_on dt span:after {
  transform: rotate(0);
}
.bl_faq_post.js_on dd {
  padding: 10px 30px 0;
  margin-top: 10px;
  /*max-height: 20em;*/
  border-top: #ACACAC dotted 2px;
}
.bl_faq_post + .bl_faq_post {
  margin-top: 10px;
}
.bl_faq_post dt {
  padding: 0 30px;
  position: relative;
  transition: height 0.5s ease;
}
.bl_faq_post dt:before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 700;
}
.bl_faq_post dt span:before {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
}
.bl_faq_post dt span:after {
  content: "";
  width: 14px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  transform: rotate(90deg);
}
.bl_faq_post dd {
  padding: 10px 30px 0;
  margin-top: 10px;
  border-top: #ACACAC dotted 2px;
  display: none;
  position: relative;
  /*max-height: 0;*/
  overflow: hidden;
  /*transition: all .5s ease;*/
}
.bl_faq_post dd:before {
  content: "A.";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  font-weight: 700;
}

.page_h2 + .bl_faq_post {
  margin-top: 2em;
}

body.faq .bl_post_contents + .bl_post_contents {
  margin-top: 2em;
}

@media (min-width: 769px) {
  .bl_faq_post:before {
    width: 25px;
    height: 2px;
    top: 33px;
    right: 30px;
  }
  .bl_faq_post:after {
    width: 25px;
    height: 2px;
    top: 33px;
    right: 30px;
  }
  .bl_faq_post dt:hover {
    cursor: pointer;
  }
}
body.faq .bl_section + .bl_section {
  margin-top: 30px;
}
body.faq .bl_post_contents {
  margin-top: 20px;
}
body.faq .bl_btn_wrap {
  margin-top: 60px;
}
body.faq .bl_btn_wrap p {
  text-align: center;
}

body.akajoy .bl_faq_post {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_faq_post {
  border-color: #9c3643;
}
body.akajoy .bl_faq_post dt:before {
  color: #C21632;
}
body.akajoy.new-shop .bl_faq_post dt:before {
  color: #9c3643;
}
body.akajoy .bl_faq_post dt span:before, body.akajoy .bl_faq_post dt span:after {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_faq_post dt span:before, body.akajoy.new-shop .bl_faq_post dt span:after {
  background-color: #9c3643;
}
body.akajoy .bl_faq_post dd:before {
  color: #C21632;
}
body.akajoy.new-shop .bl_faq_post dd:before {
  color: #9c3643;
}
body.aojoy .bl_faq_post {
  border-color: #002059;
}
body.aojoy .bl_faq_post dt:before {
  color: #002059;
}
body.aojoy .bl_faq_post dt span:before, body.aojoy .bl_faq_post dt span:after {
  background-color: #002059;
}
body.aojoy .bl_faq_post dd:before {
  color: #002059;
}
body.yoga .bl_faq_post {
  border-color: #007880;
}
body.yoga .bl_faq_post dt:before {
  color: #007880;
}
body.yoga .bl_faq_post dt span:before, body.yoga .bl_faq_post dt span:after {
  background-color: #007880;
}
body.yoga .bl_faq_post dd:before {
  color: #007880;
}
body.joyplus .bl_faq_post {
  border-color: #111111;
}
body.joyplus .bl_faq_post dt:before {
  color: #111111;
}
body.joyplus .bl_faq_post dt span:before, body.joyplus .bl_faq_post dt span:after {
  background-color: #111111;
}
body.joyplus .bl_faq_post dd:before {
  color: #111111;
}

body.studio-program .bl_section + .bl_section {
  margin-top: 60px;
}

@media (min-width: 769px) {
  body.campaign.single .bl_post, body.news.single .bl_post {
    display: block;
  }
  body.campaign.single .bl_post_contents img, body.news.single .bl_post_contents img {
    max-width: 100%;
    width: auto;
  }
}
.bl_membership_step {
  position: relative;
  margin-top: 38px;
}
.bl_membership_step_icon {
  position: absolute;
  top: 0;
  left: 0;
}
.bl_membership_step_contents {
  margin-left: 74px;
}
.bl_membership_step_contents-title {
  display: flex;
  align-items: center;
}
.bl_membership_step_contents-title h3 {
  margin-left: 10px;
}
.bl_membership_step_contents-text {
  margin-top: 20px;
}
.bl_membership_step + .bl_membership_step {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #ccc solid 1px;
}
.bl_membership_step + .bl_membership_step .bl_membership_step_icon {
  top: 20px;
}

.page_h2-guide {
  transform: translateX(20px);
}

section.bl_belongings {
  margin-top: 30px;
  padding: 20px 0;
  background-color: #f6f6f6;
}

.bl_belongings .bl_section_inner {
  padding-bottom: 0;
  display: none;
  /*max-height: 0;*/
  overflow: hidden;
  transition: 0.25s ease;
}
.bl_belongings.js_on .bl_section_inner {
  padding-bottom: 30px;
  /*max-height: 90em;*/
}
.bl_belongings.js_on .bl_btn_more:after {
  transform: rotate(-135deg);
  top: 10px;
}
.bl_belongings h3 {
  font-size: 20px;
  text-align: center;
}
.bl_belongings h3 + p {
  margin-top: 15px;
}
.bl_belongings_text {
  margin-top: 27px;
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 20px;
  font-size: 14px;
}
.bl_belongings_text > li + li {
  margin-top: 6px;
}
.bl_belongings_text ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
.bl_belongings_desc {
  margin-top: 22px;
  font-size: 14px;
}
.bl_belongings_desc li + li {
  margin-top: 1em;
}
.bl_belongings_desc dl {
  display: flex;
}
.bl_belongings_desc dd {
  margin-left: 6px;
}
.bl_belongings .bl_btn_more {
  margin-top: 0;
}
.bl_belongings .bl_btn_more.js_on {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .bl_membership_step {
    padding-bottom: 30px;
  }
  .bl_membership_step_contents {
    margin-left: 90px;
  }
  .bl_membership_step_contents-title h3 {
    font-size: 25px;
    margin-left: 43px;
  }

  section.bl_belongings {
    padding: 30px 0;
  }

  .bl_belongings {
    padding: 30px 0;
  }
  .bl_belongings h3 {
    text-align: left;
  }
  .bl_belongings_text {
    padding: 35px 30px;
  }
  .bl_belongings .bl_section_inner {
    max-height: 90em;
    display: block;
  }
  .bl_belongings .bl_btn_more_wrap {
    display: none;
  }
}
body.membership .bl_btn.icon-card {
  font-weight: 500;
  background-repeat: no-repeat;
  padding-left: 65px;
  background-position: 3vw 50%;
}
body.membership .bl_btn.icon-card small {
  font-weight: 400;
}
body.membership .bl_btn.icon-cal {
  font-weight: 500;
  background-repeat: no-repeat;
  padding-left: 65px;
  background-position: 3vw 50%;
}
body.membership .bl_btn.icon-cal small {
  font-weight: 400;
}
body.membership .bl_btn.icon-app {
  font-weight: 500;
  background-repeat: no-repeat;
  padding-left: 65px;
  background-position: 3vw 50%;
}
body.membership .bl_btn.icon-app small {
  font-weight: 400;
}
body.membership.akajoy .bl_section .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_akajoy.svg);
}
body.membership.akajoy .bl_section .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy.svg);
}
body.membership.akajoy .bl_section .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_akajoy.svg);
}
body.membership.akajoy.new-shop .bl_section .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_akajoy_new.svg);
}
body.membership.akajoy.new-shop .bl_section .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy_new.svg);
}
body.membership.akajoy.new-shop .bl_section .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_akajoy_new.svg);
}
body.membership.aojoy .bl_section .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_aojoy.svg);
}
body.membership.aojoy .bl_section .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_aojoy.svg);
}
body.membership.aojoy .bl_section .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_aojoy.svg);
}
body.membership.yoga .bl_section .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_yoga.svg);
}
body.membership.yoga .bl_section .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_yoga.svg);
}
body.membership.yoga .bl_section .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_yoga.svg);
}
body.membership.joyplus .bl_section .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_joyplus.svg);
}
body.membership.joyplus .bl_section .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_joyplus.svg);
}
body.membership.joyplus .bl_section .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_joyplus.svg);
}

@media (min-width: 769px) {
  body.membership .bl_section {
    display: flex;
    flex-wrap: wrap;
  }
  body.membership .bl_section .bl_btn {
    justify-content: flex-end !important;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
    background-position: 50% 18px;
    padding-left: 0;
    height: 145px;
    font-size: 25px;
    font-weight: 500;
    background-repeat: no-repeat;
    max-width: 48%;
    margin-top: 0;
    line-height: 1.4;
  }
  body.membership .bl_section .bl_btn:before {
    width: 18px;
    height: 18px;
    right: 60px;
  }
  body.membership .bl_section .bl_btn small {
    font-size: 18px;
    font-weight: 400;
  }
  body.membership.akajoy .bl_section .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_akajoy_wh.svg);
  }
  body.membership.akajoy .bl_section .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy_wh.svg);
  }
  body.membership.akajoy .bl_section .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.membership.akajoy.new-shop .bl_section .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_akajoy_new_wh.svg);
  }
  body.membership.akajoy.new-shop .bl_section .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy_new_wh.svg);
  }
  body.membership.akajoy.new-shop .bl_section .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_akajoy_new_wh.svg);
  }
  body.membership.aojoy .bl_section .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_aojoy_wh.svg);
  }
  body.membership.aojoy .bl_section .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_aojoy_wh.svg);
  }
  body.membership.aojoy .bl_section .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.membership.yoga .bl_section .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_yoga_wh.svg);
  }
  body.membership.yoga .bl_section .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_yoga_wh.svg);
  }
  body.membership.yoga .bl_section .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.membership.joyplus .bl_section .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_joyplus_wh.svg);
  }
  body.membership.joyplus .bl_section .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.membership.joyplus .bl_section .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
}
.bl_access_shop-img {
  width: 89.33vw;
  margin: 30px auto 0;
  display: block;
}
.bl_access_shop-img + .bl_content_inner {
  margin-top: 54px;
}
.bl_access_shop-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  border-top: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
}
.bl_access_shop-table tr {
  border-bottom: #D9D9D9 solid 1px;
  border-left: #D9D9D9 solid 1px;
}
.bl_access_shop-table th {
  width: 6em;
  padding: 1em 0.5em;
  text-align: center;
  background-color: #FCF1EE;
  vertical-align: top;
  font-weight: 500;
}
.bl_access_shop-table td {
  padding: 1em 0.5em;
  word-break: break-all;
}
.bl_access_shop-table .tag {
  max-width: 180px;
  padding: 4px 1em;
  text-align: center;
  display: block;
  border: #000 solid 1px;
  border-radius: 6px;
  margin-bottom: 0.5em;
}
.bl_access_shop-table .btn_map {
  width: 214px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  color: #f00;
  border: #f00 solid 1px;
  font-size: 14px;
  margin-top: 1em;
  font-weight: 500;
}
.bl_access_shop-table .btn_map span {
  position: relative;
}
.bl_access_shop-table .btn_map span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: #f00 solid 2px;
  border-right: #f00 solid 2px;
  position: absolute;
  top: 7px;
  right: -15px;
  transform: rotate(45deg);
}
.bl_access_shop-table .btn_map:hover span {
  color: #fff;
}
.bl_access_shop-table .btn_map:hover span:after {
  border-color: #fff;
}
.bl_access_shop-yt {
  margin-top: 30px;
  display: block;
}
.bl_access_shop-yt img {
  width: 100%;
}
.bl_access .bl_access_shop-table {
  max-width: 603px;
  border-right: #D9D9D9 solid 1px;
}
.bl_access .bl_access_shop-table th {
  width: 6em;
}
.bl_access .bl_access_shop-table img {
  max-width: 278px;
  display: block;
  margin-top: 10px;
}
.bl_access .bl_access_shop-table {
  max-width: 603px;
  border-right: #D9D9D9 solid 1px;
}
.bl_access .bl_access_shop-table th {
  width: 6em;
}
.bl_access .bl_access_shop-table img {
  max-width: 278px;
  display: block;
  margin-top: 10px;
}

body.akajoy .bl_access_shop-table .tag {
  color: #C21632;
  border-color: #C21632;
}
body.akajoy.new-shop .bl_access_shop-table .tag {
  color: #9c3643;
  border-color: #9c3643;
}
body.akajoy .bl_access_shop-table .btn_map {
  color: #C21632;
  border-color: #C21632;
}
body.akajoy.new-shop .bl_access_shop-table .btn_map {
  color: #9c3643;
  border-color: #9c3643;
}
body.akajoy .bl_access_shop-table .btn_map span:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_access_shop-table .btn_map span:after {
  border-color: #9c3643;
}
body.akajoy .bl_access_shop-table .btn_map:hover {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_access_shop-table .btn_map:hover {
  background-color: #9c3643;
}
body.akajoy .bl_access_shop-table .btn_map:hover span {
  color: #fff;
}
body.akajoy .bl_access_shop-table .btn_map:hover span:after {
  border-color: #fff;
}
body.aojoy .bl_access_shop-table th {
  background-color: #edf6ff;
}
body.aojoy .bl_access_shop-table .tag {
  color: #002059;
  border-color: #002059;
}
body.aojoy .bl_access_shop-table .btn_map {
  color: #002059;
  border-color: #002059;
}
body.aojoy .bl_access_shop-table .btn_map span:after {
  border-color: #002059;
}
body.aojoy .bl_access_shop-table .btn_map:hover {
  background-color: #002059;
}
body.aojoy .bl_access_shop-table .btn_map:hover span {
  color: #fff;
}
body.aojoy .bl_access_shop-table .btn_map:hover span:after {
  border-color: #fff;
}
body.yoga .bl_access_shop-table th {
  background-color: #f8ede7;
}
body.yoga .bl_access_shop-table .tag {
  color: #007880;
  border-color: #007880;
}
body.yoga .bl_access_shop-table .btn_map {
  color: #007880;
  border-color: #007880;
}
body.yoga .bl_access_shop-table .btn_map span:after {
  border-color: #007880;
}
body.yoga .bl_access_shop-table .btn_map:hover {
  background-color: #007880;
}
body.yoga .bl_access_shop-table .btn_map:hover span {
  color: #fff;
}
body.yoga .bl_access_shop-table .btn_map:hover span:after {
  border-color: #fff;
}
body.joyplus .bl_access_shop-table th {
  background-color: #F5F1E4;
}
body.joyplus .bl_access_shop-table .tag {
  color: #111111;
  border-color: #111111;
}
body.joyplus .bl_access_shop-table .btn_map {
  color: #111111;
  border-color: #111111;
}
body.joyplus .bl_access_shop-table .btn_map:hover {
  background-color: #111111;
}
body.joyplus .bl_access_shop-table .btn_map:hover span {
  color: #fff;
}
body.joyplus .bl_access_shop-table .btn_map:hover span:after {
  border-color: #fff;
}
body.joyplus .bl_access_shop-table .btn_map span:after {
  border-color: #111111;
}

body.studio-program .bl_section + .bl_section {
  margin-top: 60px;
}

@media (min-width: 769px) {
  .bl_access .bl_section .pc {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }
  .bl_access_shop-table {
    max-width: 603px;
    width: 49%;
  }
  .bl_access_shop-table .btn_map {
    margin-left: auto;
    margin-right: auto;
  }
  .bl_access_shop-img {
    max-width: 278px;
  }
  .bl_access .pc {
    display: flex;
  }

  .bl_section_inner {
    max-width: 1240px;
    display: flex;
    margin: auto;
    justify-content: space-between;
  }

  .bl_access_shop-table td {
    vertical-align: top;
  }
}
body.home .bl_btn.icon-card {
  background-position: 18px 50%;
}
body.home .bl_btn.icon-cal {
  background-position: 18px 50%;
}
body.home .bl_btn.icon-app {
  background-position: 14px 50%;
}

section.bl_home_btns {
  overflow: hidden;
}
section.bl_home_btns .bl_home_btns_inner {
  width: 100vw;
  margin: 0 auto;
  padding: 0 4vw;
  background-color: #fff;
  border-radius: 6px;
}
section.bl_home_btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.bl_home_btns li {
  /*box-shadow: 0 6px 0 rgba(#000 , .16);**/
}
section.bl_home_btns li img {
  width: 100%;
}
section.bl_home_btns li a {
  display: block;
}
section.bl_home_btns li{
  width: calc(100% / 3 - 3px);
}
/*body.joyplus section.bl_home_btns .bl_home_btns_inner {
  width: 78.66vw;
  padding: 17.33vw 0 0;
}*/
.sp #type01_join .bl_btn.icon-card {
  background: none !important;
}
.sp #type01_join .bl_btn.icon-cal {
  background: none !important;
}
.sp #type01_join .bl_btn.icon-app {
  background: none !important;
}

body.yoga .bl_home_btns_inner-hero {
  width: 97.06vw;
  margin: -20px -15px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
body.yoga section.bl_home_btns {
  background-color: #F8EDE7;
  overflow: hidden;
}
body.yoga section.bl_home_btns .bl_home_btns_inner {
  background-color: #fff;
  width: 95vw;
  padding: 4vw;
  margin: 0 auto 4vw;
}
/*body.yoga section.bl_home_btns ul {
  margin-top: 10vw;
}*/
body.yoga section.bl_home_btns li:nth-of-type(1) {
  width: 89.33vw;
  margin-top: 14px;
}
body.yoga section.bl_home_btns li:nth-of-type(2) {
  width: 89.33vw;
  margin-top: 14px;
}
body.yoga section.bl_home_btns li:nth-of-type(3) {
  width: 89.33vw;
  margin-top: 14px;
}
body.yoga section.bl_home_btns .bl_btn-arrow span:after, body.yoga section.bl_home_btns .bl_btn-arrow span:before {
  border-color: #C45E2A;
}

/*body.joyplus section.bl_home_btns {
  background: url(/img/shop/home/joyplus_hero.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 151.46vw;
}*/
body.joyplus section.bl_home_btns li:nth-of-type(1) {
  width: 100%;
  margin-top: 14px;
}
body.joyplus section.bl_home_btns li:nth-of-type(2) {
  width: 100%;
  margin-top: 14px;
}
body.joyplus section.bl_home_btns li:nth-of-type(3) {
  width: 100%;
  margin-top: 14px;
}
/*body.joyplus .bl_home_btns_inner {
  background-color: transparent;
  margin-top: 42vw;
}*/
body.joyplus .bl_home_btns_inner .bl_btn-arrow span {
  color: #fff;
}
body.joyplus .bl_home_btns_inner .bl_btn-arrow span:after {
  border-color: #fff;
}

.page_h2-guide {
  transform: translateX(0);
}

.bl_home_menus {
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  position: fixed;
  top: 60px;
  left: 100vw;
  background-color: #fff;
  overflow: auto;
  transition: left 0.5s ease;
  margin-top: 0 !important;
  z-index: 100;
}
.bl_home_menus.js_on {
  left: 0;
}

.bl_home_menu {
  display: none;
  padding-bottom: 30vw;
}
.bl_home_menu.js_on {
  display: block;
}
.bl_home_menu_inner {
  width: 89.33vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.bl_home_menu-ul {
  border-bottom: #ddd solid 1px;
}
.bl_home_menu-ul li + li {
  border-top: #ddd solid 1px;
}
.bl_home_menu-ul li a {
  display: block;
  padding: 11px 0 15px;
  position: relative;
}
.bl_home_menu-ul li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (min-width: 769px) {
  section.bl_home_btns {
    display: none;
  }
}
body.akajoy .bl_home_menu-ul a:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_home_menu-ul a:after {
  border-color: #9c3643;
}
body.aojoy .bl_home_menu-ul a:after {
  border-color: #002059;
}
body.yoga .bl_home_menu-ul a:after {
  border-color: #007880;
}
body.joyplus .bl_home_menu-ul a:after {
  border-color: #111111;
}

.bl_home_hero {
  position: relative;
  color: #C21632;
  display: none;
}
body.akajoy.new-shop .bl_home_hero {
  color: #9c3643;
}

.bl_home_hero .bg_pic {
  width: 100%;
}
.bl_home_hero .bl_brand-tag {
  font-weight: 500;
  line-height: 1;
}
.bl_home_hero .bl_brand-img {
  height: 40px;
  width: auto;
  margin-top: 15px;
  line-height: 1;
  margin-left: 0;
  margin-right: auto;
}
.bl_home_hero .bl_shop_name-wrap {
  position: absolute;
  bottom: 150px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 34px 48px 35px 71px;
}
.bl_home_hero .bl_shop_name {
  margin-top: 15px;
  line-height: 1;
}

@media (min-width: 769px) {
  .bl_home_hero .bl_brand-tag img {
    height: 15px;
  }
  .bl_home_hero .bl_shop_name img {
    height: 40px;
  }
}
body.akajoy .bl_home_hero .bl_brand-tag, body.akajoy .bl_home_hero .bl_shop_name {
  color: #C21632;
}
body.akajoy.new-shop .bl_home_hero .bl_brand-tag, body.akajoy.new-shop .bl_home_hero .bl_shop_name {
  color: #9c3643;
}
body.akajoy .bl_home_hero .bl_brand-tag svg path, body.akajoy .bl_home_hero .bl_shop_name svg path {
  fill: #C21632 !important;
}
body.akajoy.new-shop .bl_home_hero .bl_brand-tag svg path, body.akajoy.new-shop .bl_home_hero .bl_shop_name svg path {
  fill: #9c3643 !important;
}
body.aojoy .bl_home_hero .bl_brand-tag, body.aojoy .bl_home_hero .bl_shop_name {
  color: #002059;
}
body.aojoy .bl_home_hero .bl_brand-tag svg path, body.aojoy .bl_home_hero .bl_shop_name svg path {
  fill: #002059 !important;
}
body.yoga .bl_home_hero .bl_brand-tag, body.yoga .bl_home_hero .bl_shop_name {
  color: #007880;
}
body.yoga .bl_home_hero .bl_brand-tag svg path, body.yoga .bl_home_hero .bl_shop_name svg path {
  fill: #007880 !important;
}
body.joyplus .bl_home_hero .bl_brand-tag, body.joyplus .bl_home_hero .bl_shop_name {
  color: #fff;
}
body.joyplus .bl_home_hero .bl_brand-tag {
  margin-bottom: 15px;
}
body.joyplus .bl_home_hero .bl_brand-tag svg path, body.joyplus .bl_home_hero .bl_shop_name svg path {
  fill: #fff !important;
}

/* body.joyplus .bl_home_hero .bl_brand-tag { transform: translate(132px, -33px); } */
body.joyplus .bl_home_hero .bl_brand-tag svg { width: 147px; height: auto; }

body.home .bl_home_all_lists > div {
  margin-top: 8vw;
}
body.home .bl_home_all_list_title {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
body.home .bl_home_hero {
  display: block;
}
body.home .bl_navs {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
body.home .bl_navs ul {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .bl_navs li + li {
  margin-left: 12px;
}
body.home .bl_navs .bl_btn-solid {
  margin-top: 0;
  margin-bottom: 0;
  height: 70px;
  border: #fff solid 1px;
}
body.home .home_hero_slide .splide__pagination {
  bottom: 20px;
}
body.home .home_hero_slide .splide__arrow--prev {
  left: 20px;
}
body.home .home_hero_slide .splide__arrow--next {
  right: 20px;
}
body.home .home_hero_slide .splide__arrow--prev, body.home .home_hero_slide .splide__arrow--next {
  top: calc(50% - 20px);
}
body.home .bl_header_btm-contents {
  position: static;
  overflow: hidden;
}
body.home .bl_header_btm-contents.js_on .box:nth-of-type(1) {
  display: none;
}
body.home .type {
  display: none;
}
body.home .type.js_on {
  display: block;
}
body.home .bl_home_all_lists {
  display: none;
}
body.home .bl_home_all_list_inner {
  max-width: 1240px;
  margin: auto;
  width: 89.33vw;
}
body.home .bl_home_all_list_title {
  height: 27.73vw;
  border-bottom: #C21632 solid 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: auto 100%, auto 100%;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
body.home .bl_home_all_list_title h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
body.home .bl_home_all_list_title h2 span {
  font-size: 14px;
  display: block;
  color: #C21632;
  font-weight: 500;
}
body.home .bl_home_all_list_contents {
  margin-top: 30px;
}
body.home .bl_campaign .bl_home_all_list_title {
  background-image: url(/img/shop/campaign/hero_akajoy_bg.svg), url(/img/shop/campaign/hero_akajoy_bg02.svg);
}
body.home.akajoy.new-shop .bl_campaign .bl_home_all_list_title {
  background-image: url(/img/shop/campaign/hero_akajoy_new_bg.svg), url(/img/shop/campaign/hero_akajoy_new_bg02.svg);
}
body.home .bl_campaign .bl_home_all_list_contents {
  background-color: #FCF1EE;
  padding: 27px 0 65px;
}
body.home .bl_campaign .bl_home_all_list_contents .bl_home_all_list_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
body.home .bl_campaign .bl_home_all_list_contents .bl_btn.small {
  width: 100%;
}
body.home .bl_campaign_bnrs .splide__arrow--next {
  top: 50%;
}
body.home .bl_campaign_bnrs .splide__arrow--prev {
  top: 50%;
}
body.home .bl_news .bl_home_all_list_title {
  background-image: url(/img/shop/news/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_news .bl_home_all_list_title {
  background-image: url(/img/shop/news/hero_akajoy_new_bg.svg);
}
body.home .bl_news .bl_home_all_list_contents {
  background-color: #FCF1EE;
  padding: 27px 0 65px;
  margin-top: 0;
}
body.home .bl_news .bl_home_all_list_contents .bl_home_all_list_inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
body.home .bl_news .bl_home_all_list_contents .bl_btn.small {
  width: 100%;
}
body.home .bl_studio-program .bl_home_all_list_title {
  background-image: url(/img/shop/studio-program/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_studio-program .bl_home_all_list_title {
  background-image: url(/img/shop/studio-program/hero_akajoy_new_bg.svg);
}
body.home .bl_studio-program .bl_home_all_list_contents .bl_program_content-box ul li + li {
  margin-top: 16px;
}
body.home .bl_studio-program .bl_home_all_list_contents .bl_program_content-box ul li .bl_btn {
  margin: 0;
}
body.home .bl_studio-program .bl_home_all_list_contents .bl_program_content-box ul li p {
  font-size: 14px;
}
body.home .bl_studio-program .bl_home_all_list_contents .bl_section + .bl_section {
  margin-top: 50px;
}
body.home .bl_reservation .bl_home_all_list_title {
  background-image: url(/img/shop/reservation/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_reservation .bl_home_all_list_title {
  background-image: url(/img/shop/reservation/hero_akajoy_new_bg.svg);
}
body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li + li {
  margin-top: 16px;
}
body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li .bl_btn {
  margin: 0;
}
body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li p {
  font-size: 14px;
}
body.home .bl_reservation .bl_home_all_list_contents .bl_section + .bl_section {
  margin-top: 50px;
}
body.home .bl_price .bl_home_all_list_title {
  background-image: url(/img/shop/price/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_price .bl_home_all_list_title {
  background-image: url(/img/shop/price/hero_akajoy_new_bg.svg);
}
body.home .bl_price-option .bl_home_all_list_title {
  background-image: url(/img/shop/option-price/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_price-option .bl_home_all_list_title {
  background-image: url(/img/shop/option-price/hero_akajoy_new_bg.svg);
}
body.home .bl_price_lists {
  width: 89.33vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
body.home .bl_price_lists .bl_price_list {
  width: 100%;
  margin-top: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .bl_price_lists .bl_price_list + .bl_price_list {
  margin-top: 2%;
}
body.home #type02_price .bl_price_lists .bl_price_list:nth-of-type(n + 3) {
  display: none;
}
body.home #type02_price .bl_price_lists.js_on .bl_price_list:nth-of-type(n + 3) {
  display: flex;
}
body.home .bl_price-option .bl_home_all_list_title h2 {
  transform: translateX(1em);
}
body.home .bl_price-option .bl_price_lists {
  width: 89.33vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
body.home .bl_price-option .bl_price_lists .bl_price_list + .bl_price_list {
  margin-top: 1%;
}
body.home .bl_price-option .bl_price_lists .bl_price_list:nth-of-type(3n + 1) {
  margin-left: 0;
}
body.home .bl_price-option .bl_price_lists .bl_price_list:nth-of-type(n + 4) {
  display: none;
}
body.home .bl_price-option .bl_price_lists.js_on .bl_price_list:nth-of-type(n + 4) {
  display: block;
}
body.home .bl_access .bl_home_all_list_title {
  background-image: url(/img/shop/access/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_access .bl_home_all_list_title {
  background-image: url(/img/shop/access/hero_akajoy_new_bg.svg);
}
body.home .bl_join .bl_home_all_list_title {
  background-image: url(/img/shop/join/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_title {
  background-image: url(/img/shop/join/hero_akajoy_new_bg.svg);
}
body.home .bl_campaign_bnrs {
  background-color: #f2f2f2;
  margin-top: 60px;
  padding: 40px 0 60px;
}
body.home .bl_campaign_bnrs .splide__slide img {
  width: 100%;
}
body.home .bl_faq .bl_home_all_list_title {
  background-image: url(/img/shop/faq/hero_akajoy_bg.svg), url(/img/shop/campaign/hero_akajoy_bg02.svg);
}
body.home.akajoy.new-shop .bl_faq .bl_home_all_list_title {
  background-image: url(/img/shop/faq/hero_akajoy_new_bg.svg), url(/img/shop/campaign/hero_akajoy_new_bg02.svg);
}
body.home .bl_faq .bl_btn_wrap {
  text-align: center;
}
body.home .bl_btn-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.home .bl_store-information .bl_home_all_list_title h2 {
  transform: translateX(1.5em);
}
body.home .bl_store-information_service img {
  width: 100vw;
  margin-top: 4vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
body.home .bl_experience .bl_home_all_list_title {
  background-image: url(/img/shop/experience/hero_akajoy_bg.svg), url(/img/shop/experience/hero_akajoy_bg02.svg);
}
body.home.akajoy.new-shop .bl_experience .bl_home_all_list_title {
  background-image: url(/img/shop/experience/hero_akajoy_new_bg.svg), url(/img/shop/experience/hero_akajoy_new_bg02.svg);
}

@media (min-width: 769px) {
  body.home .bl_home_all_lists > div {
    margin-top: 0;
  }
  body.home .bl_home_all_lists > div > div {
    margin: 60px;
  }
  body.home .bl_home_all_list_title {
    margin-left: auto;
    margin-right: auto;
  }
  body.home.yoga .bl_home_all_list_title, body.home.joyplus .bl_home_all_list_title {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  body.home .bl_home_all_list_inner {
    width: 100%;
  }
  body.home .bl_home_all_list_title {
    height: 172px;
    background-size: auto 144px;
    margin-top: 30px;
  }
  body.home .bl_home_all_list_title h2 {
    font-size: 45px;
  }
  body.home .bl_home_all_list_title h2 span {
    font-size: 16px;
  }
  body.home .bl_home_hero {
    display: block;
  }
  body.home .bl_home_all_lists {
    display: block;
    overflow: hidden;
  }
  body.home .bl_studio-program .bl_home_all_list_contents .bl_program_content-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  body.home .bl_studio-program .bl_home_all_list_contents .bl_program_content-box ul li + li {
    margin-left: 20px;
    margin-top: 0;
  }
  body.home .bl_campaign .bl_home_all_list_contents {
    background-color: #FCF1EE;
    padding: 27px 0;
    margin-right: calc(-1 * (100vw - 100%) / 2);
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-top: 0;
  }
  body.home .bl_campaign .bl_home_all_list_contents .bl_home_all_list_inner {
    padding: 30px 20px;
  }
  body.home .bl_campaign .bl_home_all_list_contents .bl_btn.small {
    width: 100%;
  }
  body.home .bl_campaign_bnrs .splide__arrow--next {
    right: 20px;
  }
  body.home .bl_campaign_bnrs .splide__arrow--prev {
    left: 20px;
  }
  body.home .bl_news .bl_home_all_list_contents {
    padding: 27px 0;
    margin-right: calc(-1 * (100vw - 100%) / 2);
    margin-left: calc(-1 * (100vw - 100%) / 2);
  }
  body.home .bl_access .bl_section .pc {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }
  body.home .bl_access .bl_access_shop-table td {
    vertical-align: top;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content {
    display: flex;
    flex-wrap: wrap;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn {
    max-width: 48%;
    margin-top: 0;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: flex-start;
    padding-left: 80px;
  }
  body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
    background-image: url(/img/shop/studio-program/icon_card_akajoy_new.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card small {
    display: block;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
    background-image: url(/img/shop/studio-program/icon_card_wh.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: flex-start;
    padding-left: 80px;
  }
  body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
    background-image: url(/img/shop/studio-program/icon_cal_akajoy_new.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal small {
    display: block;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
    background-image: url(/img/shop/studio-program/icon_cal_wh.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_akajoy.svg);
    background-position: 25px 50%;
    background-repeat: no-repeat;
    justify-content: flex-start;
    padding-left: 80px;
  }
  body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
    background-image: url(/img/shop/studio-program/icon_app_akajoy_new.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app small {
    display: block;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
    background-image: url(/img/shop/studio-program/icon_app_wh.svg);
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
    background-position: 50% 18px;
    padding-left: 0;
    height: 145px;
    font-size: 25px;
    font-weight: 500;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card small {
    font-size: 18px;
    font-weight: 400;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
    background-position: 50% 18px;
    padding-left: 0;
    height: 145px;
    font-size: 25px;
    font-weight: 500;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal small {
    font-size: 18px;
    font-weight: 400;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
    background-position: 50% 14px;
    padding-left: 0;
    height: 145px;
    font-size: 25px;
    font-weight: 500;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app small {
    font-size: 18px;
    font-weight: 400;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon2 {
    justify-content: flex-end !important;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn + .bl_btn {
    margin-top: 0;
  }
  body.home .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.next:before {
    width: 18px;
    height: 18px;
    right: 60px;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li {
    width: 32%;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li + li {
    margin-left: 2%;
    margin-top: 0;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  body.home .bl_reservation .bl_home_all_list_contents .bl_program_content-box ul li .bl_btn {
    width: 100%;
    padding-right: 24px;
  }
  body.home .bl_price_lists {
    width: 100%;
  }
  body.home .bl_price .bl_price_lists .bl_price_list {
    width: 49%;
    margin-left: 1%;
    margin-top: 1%;
  }
  body.home .bl_price-option .bl_home_all_list_title h2 {
    transform: translateX(0);
  }
  body.home .bl_price-option .bl_price_lists {
    width: 100%;
  }
  body.home .bl_price-option .bl_price_lists .bl_price_list {
    width: 32%;
    margin-left: 2%;
    justify-content: center;
    align-items: center;
  }
  body.home .bl_price-option .bl_price_lists .bl_price_list + .bl_price_list {
    margin-top: 1%;
  }
  body.home .bl_price-option .bl_price_lists .bl_price_list:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  body.home .bl_store-information .bl_post_contents {
    margin-top: 60px;
  }
  body.home .bl_store-information .bl_home_all_list_title {
    background-image: url(/img/shop/store-information/hero_akajoy_bg.svg);
  }
  body.home.akajoy.new-shop .bl_store-information .bl_home_all_list_title {
    background-image: url(/img/shop/store-information/hero_akajoy_new_bg.svg);
  }
  body.home .bl_store-information .bl_home_all_list_title h2 {
    transform: translateX(0);
  }
  body.home .bl_store-information .bl_post_contents {
    display: flex;
    flex-wrap: wrap;
  }
  body.home .bl_store-information_facility {
    width: 49%;
    margin-left: 2%;
    margin-top: 0;
  }
  body.home .bl_store-information_facility:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  body.home .bl_store-information_facility:nth-of-type(n + 3) {
    margin-top: 70px;
  }
  body.home .bl_store-information_facility dt {
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: #000 solid 1px;
    border-radius: 0;
    padding-left: 0;
  }
  body.home .bl_store-information_facility dt:before, body.home .bl_store-information_facility dt:after {
    display: none;
  }
  body.home .bl_store-information_facility dd {
    display: block;
  }
  body.home .bl_store-information_service dl {
    overflow: hidden;
    position: relative;
  }
  body.home .bl_store-information_service dd {
    display: flex;
  }
  body.home .bl_store-information_service dd img {
    width: 350px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }
  body.home .bl_section_df .bl_section:nth-child(2) {
    margin-left: 4%;
    margin-top: 0;
  }
}
body.home.akajoy .bl_store-information .bl_home_all_list_title {
  background-image: url(/img/shop/store-information/hero_akajoy_bg.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_akajoy.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
  background-image: url(/img/shop/studio-program/icon_card_akajoy_wh.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy_wh.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_akajoy.svg);
}
body.home.akajoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
  background-image: url(/img/shop/studio-program/icon_app_wh.svg);
}

body.home.akajoy.new-shop .bl_store-information .bl_home_all_list_title {
  background-image: url(/img/shop/store-information/hero_akajoy_bg.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_akajoy.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
  background-image: url(/img/shop/studio-program/icon_card_akajoy_wh.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy_new.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
  background-image: url(/img/shop/studio-program/icon_cal_akajoy_new_wh.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_akajoy_new.svg);
}
body.home.akajoy.new-shop .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
  background-image: url(/img/shop/studio-program/icon_app_wh.svg);
}

body.home.aojoy .bl_news .bl_home_all_list_title {
  background-image: url(/img/shop/news/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_news .bl_home_all_list_contents {
  background-color: #EDF6FF;
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_aojoy.svg);
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
  background-image: url(/img/shop/studio-program/icon_card_aojoy_wh.svg);
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_aojoy.svg);
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
  background-image: url(/img/shop/studio-program/icon_cal_aojoy_wh.svg);
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_aojoy.svg);
}
body.home.aojoy .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
  background-image: url(/img/shop/studio-program/icon_app_wh.svg);
}
body.home.aojoy .bl_studio-program .bl_home_all_list_title {
  background-image: url(/img/shop/studio-program/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_reservation .bl_home_all_list_title {
  background-image: url(/img/shop/reservation/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_experience .bl_home_all_list_title {
  background-image: url(/img/shop/experience/hero_aojoy_bg.svg), url(/img/shop/experience/hero_aojoy_bg02.svg);
}
body.home.aojoy .bl_campaign .bl_home_all_list_title {
  background-image: url(/img/shop/campaign/hero_aojoy_bg.svg), url(/img/shop/campaign/hero_aojoy_bg02.svg);
}
body.home.aojoy .bl_campaign .bl_home_all_list_contents {
  background-color: #EDF6FF;
}
body.home.aojoy .bl_price .bl_home_all_list_title {
  background-image: url(/img/shop/price/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_price-option .bl_home_all_list_title {
  background-image: url(/img/shop/option-price/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_access .bl_home_all_list_title {
  background-image: url(/img/shop/reservation/hero_aojoy_bg.svg);
}
body.home.aojoy .bl_store-information .bl_home_all_list_title {
  background-image: url(/img/shop/reservation/hero_aojoy_bg.svg);
}
body.home.yoga .bl_news .bl_home_all_list_title {
  background-image: none;
}
body.home.yoga .bl_news .bl_home_all_list_contents {
  background-color: #f8ede7;
}
body.home.yoga .bl_navs {
  background-color: #d9ccbf;
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_yoga.svg);
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
  background-image: url(/img/shop/studio-program/icon_card_yoga_wh.svg);
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_yoga.svg);
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
  background-image: url(/img/shop/studio-program/icon_cal_yoga_wh.svg);
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_yoga.svg);
}
body.home.yoga .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
  background-image: url(/img/shop/studio-program/icon_app_wh.svg);
}
body.home.yoga .bl_campaign .bl_home_all_list_contents {
  background-color: #f8ede7;
}
body.home.joyplus .bl_news .bl_home_all_list_title {
  background-image: none;
}
body.home.joyplus .bl_news .bl_home_all_list_contents {
  background-color: #F5F1E4;
}
body.home.joyplus .bl_home_hero .bl_shop_name-wrap {
  /* width: 100vw;
  background-color: transparent;
  top: 50%;
  left: 2.5vw;
  padding: 0;
  margin: 0; */
  /* bottom: unset; */
  display: flex;
  align-items: center;
  /* transform: translateY(-50%); */
/*   justify-content: center; */
  /* flex-direction: column; */
  /* transform: translateY(-50%); */
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 70px;
}
body.home.joyplus .bl_home_hero .bl_shop_name-wrap div {
  display: flex; align-items: center; flex-direction: column;
}
body.home.joyplus .bl_home_hero .bl_shop_name-inner {
  display: flex;
  transform: translateY(-9px);
}
body.home.joyplus .bl_home_hero .bl_shop_name-wrap .bl_brand-img {
  width: 334.28px;
  height: auto;
  margin-top: 0;
  object-fit: cover;
}
body.home.joyplus .bl_home_hero .bl_shop_name-wrap .bl_shop_name {
  color: #fff;
  margin-left: 25px;
  font-size: 62px;
  margin-top: 0;
  transform: translateY(0.1em);
}
@media (max-width: 768px) {
  body.home.joyplus .bl_home_hero .bl_shop_name-wrap {
    display: none;
    left: 0;
  }
  body.home.joyplus .bl_home_hero .bl_shop_name-wrap .bl_brand-img {
    width: 50%;
  }
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card {
  background-image: url(/img/shop/studio-program/icon_card_joyplus.svg);
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-card:hover {
  background-image: url(/img/shop/studio-program/icon_card_joyplus_wh.svg);
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal {
  background-image: url(/img/shop/studio-program/icon_cal_joyplus.svg);
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-cal:hover {
  background-image: url(/img/shop/studio-program/icon_cal_joyplus_wh.svg);
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app {
  background-image: url(/img/shop/studio-program/icon_app_joyplus.svg);
}
body.home.joyplus .bl_join .bl_home_all_list_contents .bl_program_content .bl_btn.icon-app:hover {
  background-image: url(/img/shop/studio-program/icon_app_wh.svg);
}
body.home.joyplus .bl_campaign .bl_home_all_list_contents {
  background-color: #F5F1E4;
}

body.home.js_home_on .bl_home_btns {
  display: none;
}
body.home.js_home_on .bl_home_all_lists.pc {
  display: none;
}
body.home.js_home_on .bl_home_all_lists.sp {
  display: block;
}

@media (min-width: 769px) {
  body.home.js_home_on .bl_home_btns {
    display: none;
  }
  body.home.js_home_on .bl_home_all_lists.pc {
    display: block;
  }
  body.home.js_home_on .bl_home_all_lists.sp {
    display: none;
  }
  body.home .bl_home_all_lists.sp {
    display: none;
  }
  body.home .bl_header_btm-tabs li {
    margin-top: 70px;
  }
  body.home .bl_header_btm-tabs li .balloon {
    position: absolute;
    top: -30px;
    left: 65px;
  }
}
body.home.akajoy .bl_home_hero {
  color: #C21632;
}
body.home.akajoy.new-shop .bl_home_hero {
  color: #9c3643;
}
body.home.akajoy .bl_home_all_list_title {
  border-color: #C21632;
}
body.home.akajoy.new-shop .bl_home_all_list_title {
  border-color: #9c3643;
}
body.home.akajoy .bl_home_all_list_title span:has(+ h2) {
  color: #C21632;
  display: block;
  font-weight: 500;
}
body.home.akajoy.new-shop .bl_home_all_list_title span:has(+ h2) {
  color: #9c3643;
  display: block;
  font-weight: 500;
}
body.home.akajoy .bl_home_all_list_title h2 span {
  color: #C21632;
}
body.home.akajoy.new-shop .bl_home_all_list_title h2 span {
  color: #9c3643;
}
body.home.aojoy .bl_home_hero {
  color: #002059;
}
body.home.aojoy .bl_home_all_list_title {
  border-color: #002059;
}
body.home.aojoy .bl_home_all_list_title span:has(+ h2) {
	color: #002059;
	display: block;
  font-weight: 500;
}
body.home.aojoy .bl_home_all_list_title h2 span {
  color: #002059;
}
body.home.yoga .bl_home_hero {
  color: #007880;
}
body.home.yoga .bl_home_all_list_title {
  border-color: #007880;
}
body.home.yoga .bl_home_all_list_title span:has(+ h2) {
	color: #007880;
	display: block;
  font-weight: 500;
}
body.home.yoga .bl_home_all_list_title h2 span {
  color: #007880;
}
body.home.yoga .bl_home_all_list_title {
  background-color: #fff;
  background-image: none;
}
body.home.yoga .bl_home_all_list_title h2 {
  color: #000;
}
body.home.yoga .bl_home_all_list_title span:has(+ h2) {
	color: #007880;
	display: block;
  font-weight: 500;
}
body.home.yoga .bl_home_all_list_title h2 span {
  color: #007880;
}
body.home.joyplus .bl_home_hero {
  color: #111111;
}
body.home.joyplus .bl_home_all_list_title {
  border-color: #111111;
}
body.home.joyplus .bl_home_all_list_title span:has(+ h2) {
  color: #111111;
  display: block;
  font-weight: 500;
}
body.home.joyplus .bl_home_all_list_title h2 span {
  color: #111111;
}
body.home.joyplus .bl_home_all_list_title {
  background-color: #fff;
  background-image: none;
}

body.yoga .bl_header_global_btn_lists li:nth-of-type(3) a {
  background-color: #d04d42 !important;
}
body.yoga .bl_btn-solid.orange {
  background-color: #d04d42 !important;
}

@media (min-width: 769px) {
  /* body.home.joyplus .bl_home_hero .bl_shop_name-wrap .bl_shop_name {
    transform: translateY(-0.1em);
  } */
  body.home.joyplus .bl_home_hero .bl_shop_name-wrap .bl_shop_name svg {
    height: 53px;
    width: auto;
    transform: translateY(-1px);
  }
}
#bl_home_btn_campaign_sp {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  display: none;
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_a {
  display: block;
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_a img {
  width: 100%;
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: -3.5vw;
  right: 0;
  display: block;
  border-radius: 4px;
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_cls:before, #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls:after {
  content: "";
  width: 4vw;
  height: 2px;
  border-radius: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 0.5vw;
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_cls:before {
  transform: rotate(45deg);
}
#bl_home_btn_campaign_sp .bl_home_btn_campaign_cls:after {
  transform: rotate(-45deg);
}
#bl_home_btn_campaign_sp.js_on {
  display: none;
}

body.akajoy #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  background-color: #C21632;
}
body.akajoy.new-shop #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  background-color: #9c3643;
}
body.aojoy #bl_home_btn_campaign_sp .bl_home_btn_campaign_a {
  border-top: #002059 9px solid;
}
body.aojoy #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  background-color: #002059;
}
body.yoga #bl_home_btn_campaign_sp .bl_home_btn_campaign_a {
  border-top: #D04E41 9px solid;
}
body.yoga #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  background-color: #D04E41;
}
body.joyplus #bl_home_btn_campaign_sp .bl_home_btn_campaign_a {
  border-top: #318CD5 9px solid;
}
body.joyplus #bl_home_btn_campaign_sp .bl_home_btn_campaign_cls {
  background-color: #318CD5;
}

#bl_home_btn_campaign, #bl_home_btn_notice {
  position: relative;
  /* display: none; */
  /* border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
  max-width: 360px;
}
#bl_home_btn_notice { margin-top: 1em; }

#bl_home_btn_fixed { position: static; display: flex; flex-direction: column; align-items: center; margin-top: 1.5em; }
.bl_home_btn_fixed_cls { display: none; }
#bl_home_btn_fixed img{width: 100%;}
/* SP */
@media (max-width: 769px) {
  #bl_home_btn_fixed {padding:0 2vw; }
  #bl_home_btn_notice { margin-top: 0; }
  #bl_home_btn_campaign, #bl_home_btn_notice { border-radius: none; box-shadow: none; }
}

@media (min-width: 769px) {
  #bl_home_btn_campaign.js_on { display: none; }
  #bl_home_btn_notice.js_on { display: none; }
  #bl_home_btn_campaign_sp {
    display: none;
  }
  .bl_home_btn_fixed_cls { display: block; }

  #bl_home_btn_fixed {
    display: block;
    position: fixed;
    bottom: 1vw;
    right: 0.76vw;
    z-index: 2;
    margin-top: 0;
  }
  #bl_home_btn_fixed.js_ad {
    bottom: 150px;
  }
  #bl_home_btn_fixed.js_on {
    display: none;
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_a {
    display: block;
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_a img {
    width: 100%;
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_cls {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_cls:before, #bl_home_btn_fixed .bl_home_btn_fixed_cls:after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0.5vw;
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_cls:before {
    transform: rotate(45deg);
  }
  #bl_home_btn_fixed .bl_home_btn_fixed_cls:after {
    transform: rotate(-45deg);
  }
}
.bl_home_hero .bl_home_hero_sp {
  display: none;
}

@media (max-width: 768px) {
  .bl_content {
    margin-top: 4vw;
  }
  body.yoga .bl_content{
    margin-top: 0;
  }
  body.yoga #wrap{
    margin-top: 60px;
    background: #F8EDE7;
  }
  body.home.yoga .bl_home_hero {
    color: #007880;
/*     width: 95vw; */
    margin: 0 auto;
    background: #FFF;
  }
  .bl_home_hero .home_hero_slide {
    display: none;
  }
  .bl_home_hero .bl_home_hero_sp {
    display: block;
    margin-top: 60px;
    /* スライドのサイズ調整 */
  }
  body.yoga .bl_home_hero .bl_home_hero_sp{

  }
  body.yoga .bl_content { margin-top: 5vw; }
  .bl_home_hero .bl_home_hero_sp .bl_shop_name-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 2.666vw 3.2vw;
    background-color: #E6E6E6;
    display: none;
  }
  .bl_home_hero .bl_home_hero_sp .bl_brand-tag {
    font-size: 2.666vw;
  }
  .bl_home_hero .bl_home_hero_sp .bl_brand-img {
    height: auto;
    width: 48.373vw;
    margin-top: 1.333vw;
  }
  .bl_home_hero .bl_home_hero_sp .bl_shop_name {
    margin-top: 1.333vw;
    font-size: 4.266vw;
  }
  .bl_home_hero_slide { display: flex; align-items: center; }
  .bl_home_hero .bl_home_hero_sp .splide__slide img.bg_pic {
    height: auto;
    width: 100%;
    object-fit: cover;
    /* aspect-ratio: 485 / 504; */
  }
  .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp {
    margin: 2.666vw auto 0;
    padding: 0 4vw;
    overflow-x: clip;
    overflow-y: inherit;
  }
  .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track {
    overflow: inherit;
  }
  .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav > .splide__list > .splide__slide {
    border: none;
    position: relative;
  }
  .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav > .splide__list > .splide__slide::after {
    content: "";
    display: block;
    width: 100%;
    background-color: #707070;
    height: 1vw;
    border-radius: 100px;
    margin: 11vw 0 0 0;
  }
  .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
  }
  body.akajoy .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav > .splide__list > .splide__slide.is-active::after {
    background-color: #c21632; 
  }
  body.akajoy.new-shop .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav > .splide__list > .splide__slide.is-active::after {
    background-color: #9c3643;
  }
  body.aojoy .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav>.splide__list>.splide__slide.is-active::after {
    background-color: #072059;
  }
  body.yoga .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav>.splide__list>.splide__slide.is-active::after {
    background-color: #177880;
  }
  body.joyplus .bl_home_hero .bl_home_hero_sp .thumbnail_carousel_sp .splide__track--nav>.splide__list>.splide__slide.is-active::after {
    background-color: #2b97d0;
  }
}
body.price .bl_btn-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bl_price_lists {
  margin-top: 21px;
}
.bl_price_lists-desc {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  color: #000;
}
.bl_price_lists .bl_btn.more {
  position: relative;
}
.bl_price_lists .bl_btn.more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg) translateY(calc(-50% - 5px));
  position: absolute;
  top: 50%;
  right: 20px;
}
.bl_price_lists .bl_price_list:nth-of-type(n + 7) {
  display: none;
}
.bl_price_lists.js_on .bl_price_list:nth-of-type(n + 7) {
  display: block;
}
.bl_price_lists.js_on .bl_btn.more:after {
  transform: rotate(45deg) translateY(calc(-50% + 3px)) scale(-1);
}
.bl_price_list {
  background-color: #eee;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.bl_price_list:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  border: #fff solid 1px;
}
.bl_price_list + .bl_price_list {
  margin-top: 13px;
}
.bl_price_list_inner {
  margin: 5px 15px;
  z-index: 1;
  padding-bottom: 22px;
  position: relative;
}
.bl_price_list .member_title {
  width: 100%;
  text-align: center;
  margin-top: 28px;
  font-weight: 500;
  font-size: 18px;
}
.bl_price_list .member_title-badge {
  width: 40px;
  display: inline-block;
  margin: auto;
  margin-top: -18px;
}
.bl_price_list .member_title span {
  display: block;
}
.bl_price_list .member_title .desc {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 400;
}
.bl_price_list .member_title .desc a {
  text-decoration: underline;
}
.bl_price_list .member_price {
  text-align: center;
}
.bl_price_list .member_price .price {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.bl_price_list .member_price .price span {
  position: relative;
}
.bl_price_list .member_price .price span:before, .bl_price_list .member_price .price span:after {
  color: #000;
  font-size: 18px;
}
.bl_price_list .member_price .price span:before {
  content: "月額";
  margin-right: 10px;
}
.bl_price_list .member_price .price span:after {
  content: "円";
  margin-left: 10px;
}
.bl_price_list .member_price .price span.free:after {
  display: none;
}
.bl_price_list .member_price .price span.no_monthly:before {
  display: none;
}
.bl_price_list .member_price .tax {
  font-size: 14px;
  margin-top: 5px;
}
.bl_price_list .member_text p {
  text-align: center;
  margin-top: 14px;
}
.bl_price_list .member_info {
  margin-top: 18px;
}
.bl_price_list .member_info_inner {
  width: 78.66vw;
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease;
}
.bl_price_list .member_info_inner p {
  font-size: 14px;
}
.bl_price_list .member_info.js_on .member_info_inner {
  max-height: 90em;
}
.bl_price_list .member_info.js_on .btn_wrap {
  margin-top: 18px;
}
.bl_price_list .member_info.js_on .btn_wrap span:after {
  top: 9px;
  transform: rotate(225deg);
}
.bl_price_list .member_info .btn_wrap {
  text-align: center;
  transition: margin 0.5s ease;
}
.bl_price_list .member_info .btn_wrap span {
  font-size: 14px;
  position: relative;
}
.bl_price_list .member_info .btn_wrap span:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  position: absolute;
  top: 4px;
  right: -15px;
  transform: rotate(45deg);
}
.bl_price_info {
  background-color: #f6f6f6;
  margin: 8.53vw calc((100vw - 100%) / 2 * -1);
}
.bl_price_info.js_on .bl_price_info-text {
  max-height: 90em;
}
.bl_price_info.js_on .btn_wrap {
  margin-top: 10px;
}
.bl_price_info.js_on .btn_wrap a span:after {
  transform: rotate(45deg) scale(-1);
  top: 10px;
}
.bl_price_info.js_on .btn_wrap p {
  display: none;
}
.bl_price_info_inner {
  width: 84vw;
  margin: auto;
  padding: 6.13vw 0;
}
.bl_price_info-text {
  transition: 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.bl_price_info-text h4 {
  text-align: center;
}
.bl_price_info-text img {
  display: block;
  margin: 20px auto;
}
.bl_price_info-text p {
  font-size: 14px;
}
.bl_price_info .btn_wrap {
  text-align: center;
}
.bl_price_info .btn_wrap a span {
  position: relative;
}
.bl_price_info .btn_wrap a span:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-bottom: #fff solid 2px;
  border-right: #fff solid 2px;
  position: absolute;
  top: 4px;
  right: -20px;
  transform: rotate(45deg);
}
.bl_price_info .btn_wrap p {
  margin-top: 22px;
  font-size: 14px;
}

.member_detail {
  margin: 1em 0.5em 0;
}
.member_detail_inner {
  background-color: #fff;
  padding: 1em;
  display: none;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.member_detail_more_wrap {
  display: flex;
  justify-content: center;
  margin: 0.5em;
}
.member_detail_more.bl_btn_more {
  margin-top: 0;
}
.bl_option_price .member_info_inner {
  background-color: #fff;
  padding: 0 1em;
}
.bl_option_price .member_info.js_on .member_info_inner {
  padding: 1em;
}
.bl_option_price .bl_btn span {
  transform: translateX(-0.5em);
}

body.akajoy .bl_price_list .member_title-badge.akajoy {
  display: block;
}
body.akajoy .bl_price_list .member_title-badge.aojoy {
  display: none;
}
body.akajoy .bl_price_list .member_title-badge.yoga {
  display: none;
}
body.akajoy .bl_price_list .member_title-badge.joyplus {
  display: none;
}
body.akajoy .bl_price_lists .bl_btn.more {
  color: #C21632;
}
body.akajoy.new-shop .bl_price_lists .bl_btn.more {
  color: #9c3643;
}
body.akajoy .bl_price_lists .bl_btn.more:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_price_lists .bl_btn.more:after {
  border-color: #9c3643;
}
body.akajoy .bl_price_list {
  background-color: #F5F1E4;
}
body.akajoy .bl_price_list .member_price .price {
  color: #C21632;
}
body.akajoy.new-shop .bl_price_list .member_price .price {
  color: #9c3643;
}
body.akajoy .bl_price_list .member_info .btn_wrap span:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_price_list .member_info .btn_wrap span:after {
  border-color: #9c3643;
}
body.akajoy .bl_price_info .btn_wrap a span:after {
  border-color: #C21632;
}
body.akajoy.new-shop .bl_price_info .btn_wrap a span:after {
  border-color: #9c3643;
}
body.aojoy .bl_price_list .member_title-badge.akajoy {
  display: none;
}
body.aojoy .bl_price_list .member_title-badge.aojoy {
  display: block;
}
body.aojoy .bl_price_list .member_title-badge.yoga {
  display: none;
}
body.aojoy .bl_price_list .member_title-badge.joyplus {
  display: none;
}
body.aojoy .bl_price_lists .bl_btn.more {
  color: #002059;
}
body.aojoy .bl_price_lists .bl_btn.more:after {
  border-color: #002059;
}
body.aojoy .bl_price_list {
  background-color: #E6F6FE;
}
body.aojoy .bl_price_list .member_price .price {
  color: #002059;
}
body.aojoy .bl_price_list .member_info .btn_wrap span:after {
  border-color: #002059;
}
body.aojoy .bl_price_info .btn_wrap a span:after {
  border-color: #002059;
}
body.yoga .bl_price_list .member_title-badge.akajoy {
  display: none;
}
body.yoga .bl_price_list .member_title-badge.aojoy {
  display: none;
}
body.yoga .bl_price_list .member_title-badge.yoga {
  display: block;
}
body.yoga .bl_price_list .member_title-badge.joyplus {
  display: none;
}
body.yoga .bl_price_lists .bl_btn.more {
  color: #007880;
}
body.yoga .bl_price_lists .bl_btn.more:after {
  border-color: #007880;
}
body.yoga .bl_price_list {
  background-color: #F8EDE7;
}
body.yoga .bl_price_list .member_price .price {
  color: #007880;
}
body.yoga .bl_price_list .member_info .btn_wrap span:after {
  border-color: #007880;
}
body.yoga .bl_price_info .btn_wrap a span:after {
  border-color: #007880;
}
body.joyplus .bl_price_list .member_title-badge.akajoy {
  display: none;
}
body.joyplus .bl_price_list .member_title-badge.aojoy {
  display: none;
}
body.joyplus .bl_price_list .member_title-badge.yoga {
  display: none;
}
body.joyplus .bl_price_list .member_title-badge.joyplus {
  display: block;
}
body.joyplus .bl_price_lists {
  /*color: #fff;*/
}
body.joyplus .bl_price_lists .bl_btn.more {
  color: #111111;
}
body.joyplus .bl_price_lists .bl_btn.more:after {
  border-color: #111111;
}
body.joyplus .bl_price_list {
  background-color: #F5F1E4;
}
body.joyplus .bl_price_info .btn_wrap a span {
  color: #111111;
}
body.joyplus .bl_price_info .btn_wrap a span:after {
  border-color: #111111;
}
body.joyplus .bl_option_price .member_info.js_on .member_info_inner p {
  color: #000;
}
body.joyplus .member_detail_inner {
  color: #000;
}
body.joyplus .member_detail_more.bl_btn_more {
  /*color: #fff;*/
}
body.joyplus .member_detail_more.bl_btn_more:after {
  /*border-color: #fff;*/
}

@media (min-width: 769px) {
  .bl_price_lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bl_price_lists .bl_price_list:nth-of-type(n + 5) {
    display: flex;
  }
  .bl_price_lists .bl_price_list:nth-of-type(n + 7) {
    display: none;
  }
  .bl_price_lists.js_on .bl_price_list:nth-of-type(n + 5) {
    display: flex;
  }
  .bl_price_lists.js_on .bl_price_list:nth-of-type(n + 7) {
    display: flex;
  }

  .bl_price_lists .bl_price_list {
    width: 49%;
    margin-left: 1%;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bl_price_lists .btn_wrap {
    width: 100%;
  }

  .bl_option_price .bl_price_lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bl_option_price .bl_price_lists .bl_price_list {
    width: 32%;
    margin-left: 2%;
    justify-content: center;
    align-items: center;
  }
  .bl_option_price .bl_price_lists .bl_price_list + .bl_price_list {
    margin-top: 1%;
  }
  .bl_option_price .bl_price_lists .bl_price_list:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .bl_price_list_inner {
    width: calc(100% - 30px);
    position: relative;
  }

  .bl_price_info_inner {
    max-width: 1240px;
  }
  .bl_price_info .btn_wrap a {
    font-size: 25px;
  }
  .bl_price_info .btn_wrap a span:after {
    top: 12px;
  }
  .bl_price_info .btn_wrap p {
    font-size: 16px;
  }
  .bl_price_info.js_on .btn_wrap a span:after {
    top: 18px;
  }
  .bl_price_info_inner {
    padding: 66px 0;
  }

  .bl_price_info-text img {
    width: 550px;
  }

  body.akajoy .bl_price_lists .bl_btn.more:hover, body.aojoy .bl_price_lists .bl_btn.more:hover, body.yoga .bl_price_lists .bl_btn.more:hover, body.joyplus .bl_price_lists .bl_btn.more:hover {
    color: #fff;
  }
  body.akajoy .bl_price_lists .bl_btn.more:hover:after, body.aojoy .bl_price_lists .bl_btn.more:hover:after, body.yoga .bl_price_lists .bl_btn.more:hover:after, body.joyplus .bl_price_lists .bl_btn.more:hover:after {
    border-color: #fff;
  }
  body.price .page_h2 {
    font-size: 25px;
  }
}
body.shoukai .bl_content_inner {
  max-width: 960px;
  margin: auto;
}
body.shoukai .page_h2-line {
  text-align: center;
  font-size: 20px;
}
body.shoukai .page_h2-line:before {
  display: none;
}
body.shoukai .bl_header_btm .bl_content_inner, body.shoukai .bl_footer_bottom .bl_content_inner {
  max-width: 1240px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  body.shoukai .page_h2-line {
    font-size: 30px;
  }
}
.bl_shoukai_ttl {
  margin-top: 0;
}
.bl_shoukai_ttl-wrap {
  text-align: center;
}
.bl_shoukai_ttl span {
  font-size: 7.73vw;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
}
.bl_shoukai_ttl span:before {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  background-color: #f8f300;
  z-index: -1;
}
.bl_shoukai_img {
  width: 100%;
  margin-top: 16px;
}
.bl_shoukai_flow {
  margin-top: 30px;
}
.bl_shoukai_flow li + li {
  margin-top: 90px;
}
.bl_shoukai_flow li img {
  width: 100%;
}
.bl_shoukai_flow-caution {
  margin-top: 17px;
}
.bl_shoukai_flow-caution small {
  display: block;
  text-indent: -1em;
  margin-left: 1.25em;
}
.bl_shoukai_flow-caution small:before {
  content: "※";
}
.bl_shoukai .btn_wrap .bl_btn {
  background-color: #f8f300;
  border: none;
  box-shadow: 0 6px 0 #FFD800;
}
.bl_shoukai .btn_wrap .bl_btn.next:before {
  border-color: #fff;
}
.bl_shoukai .page_h2 {
  margin-top: 75px;
}
.bl_shoukai h3 {
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  margin: 0 calc((100vw - 100%) / 2 * -1);
  text-align: center;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 22px;
}
.bl_shoukai h3.green {
  background-color: #DEF4D3;
  border-color: #93d96d;
}
.bl_shoukai h3.pink {
  background-color: #FDE0EA;
  border-color: #FA9CBC;
}
.bl_shoukai h3.green-solid {
  background-color: #93d96d;
  border-color: #93d96d;
  color: #fff;
  margin: auto;
}
.bl_shoukai h3.pink-solid {
  background-color: #FA9CBC;
  border-color: #FA9CBC;
  color: #fff;
  margin: auto;
}
.bl_shoukai h3 + img {
  margin-top: 25px;
}
.bl_shoukai .flow_ttl {
  margin-top: 60px;
  font-size: 5vw;
  text-align: center;
}
.bl_shoukai_caution {
  color: #f00;
  margin-top: 36px;
  font-size: 12px;
}
.bl_shoukai_box-inner {
  padding: 24px 8px;
}
.bl_shoukai_box.green {
  border: #93d96d solid 2px;
}
.bl_shoukai_box.pink {
  border: #FA9CBC solid 2px;
}
.bl_shoukai_box + .bl_shoukai_box {
  margin-top: 56px;
}
.bl_shoukai_box p {
  overflow-wrap: break-word;
  font-size: 12px;
}
.bl_shoukai_box + p {
  font-size: 14px;
  margin-top: 40px;
}
.bl_shoukai_box .select_wrap + .select_wrap {
  margin-top: 10px;
}
.bl_shoukai input + p > a {
  color: #0A7AAC;
  text-decoration: underline;
}
.bl_shoukai input + p > a:before {
  content: "“";
}
.bl_shoukai input + p > a:after {
  content: "”";
}

@media screen and (min-width: 767px) {
  .bl_shoukai .fw-500 {
    font-size: 40px;
    line-height: 1;
  }
  .bl_shoukai_ttl span {
    font-size: 70px;
    letter-spacing: 0;
    padding: 1%;
  }
  .bl_shoukai_ttl span:before {
    top: 75%;
    height: 16%;
  }
  .bl_shoukai_img {
    width: 100%;
    max-width: 778px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .bl_shoukai .btn_wrap .bl_btn {
    font-size: 20px;
  }
  .bl_shoukai .btn_wrap .bl_btn:hover {
    background-color: #f8f300;
    opacity: 0.6;
    color: #000;
  }
  .bl_shoukai .btn_wrap .bl_btn:hover:before {
    border-color: #000;
  }
  .bl_shoukai .flow_ttl {
    font-size: 30px;
  }
  .bl_shoukai h3 {
    margin: 0;
    margin-bottom: 22px;
  }
  .bl_shoukai_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_shoukai_flow li {
    width: 45%;
  }
  .bl_shoukai_flow li + li {
    margin-top: 0;
  }
  .bl_shoukai_flow-caution {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_shoukai_box p {
    font-size: 14px;
  }
  .bl_shoukai p.contact_txt01 + p.contact_txt01 {
    margin-top: 0;
    font-size: 14px;
  }
}
.bl_store-information_facility {
  margin-top: 30px;
}
.bl_store-information_facility.yoga {
  margin-top: 0;
}
.bl_store-information_facility + .bl_store-information_facility {
  margin-top: 10px;
}
.bl_store-information_facility dt {
  display: block;
  padding: 8px 14px;
  background-color: #efecec;
  border-radius: 6px;
  position: relative;
}
.bl_store-information_facility dt:before, .bl_store-information_facility dt:after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
}
.bl_store-information_facility dt:after {
  transform: rotate(90deg);
}
.bl_store-information_facility dd {
  display: none;
}
.bl_store-information_facility li {
  border-bottom: #ddd solid 1px;
}
.bl_store-information_facility li a {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 11px 16px;
}
.bl_store-information_facility li a .title {
  color: #007feb;
}
.bl_store-information_facility li > span {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 11px 16px;
}
.bl_store-information_facility.js_on {
  margin-bottom: 36px;
}
.bl_store-information_facility.js_on dt:after {
  transform: rotate(0);
}
.bl_store-information_facility.js_on dd {
  display: block;
}
.bl_store-information_photo {
  margin-top: 30px;
  padding-bottom: 30px;
}
.bl_store-information_photo-tab ul {
  display: flex;
  flex-wrap: wrap;
}
.bl_store-information_photo-tab li {
  width: 49%;
}
.bl_store-information_photo-tab li:nth-of-type(2n) {
  margin-left: 2%;
}
.bl_store-information_photo-tab li:nth-of-type(n + 3) {
  margin-top: 2%;
}
.bl_store-information_photo-tab li a {
  display: flex;
  height: 55px;
  font-size: 12px;
  padding: 0.1em;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #C4C4C4;
  border-radius: 6px;
  line-height: 1.25;
  font-weight: 400;
}
.bl_store-information_photo-tab li a.js_on {
  background-color: #C21632;
  color: #fff;
}
body.akajoy.new-shop .bl_store-information_photo-tab li a.js_on {
  background-color: #9c3643;
  color: #fff;
}
.bl_store-information_photo-slides {
  margin-top: 2%;
}
.bl_store-information_photo-slides .splide__arrow--next {
  top: 25vw;
  right: 2vw;
}
.bl_store-information_photo-slides .splide__arrow--prev {
  top: 25vw;
  left: 2vw;
}
.bl_store-information_photo-slide {
  display: none;
}
.bl_store-information_photo-slide.js_on {
  display: block;
}
.bl_store-information_photo-slide li img {
  width: 100%;
}
.bl_store-information_photo-slide-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.bl_store-information_photo-slide-text {
  margin-top: 4px;
  font-size: 12px;
}
.bl_store-information_service {
  margin-top: 95px;
}
.bl_store-information_service dl {
  border-bottom: #ddd dotted 2px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.bl_store-information_service dt {
  font-size: 18px;
  font-weight: 700;
}
.bl_store-information_service dd {
  margin-top: 12px;
}
.bl_store-information_service dd img {
  width: 100vw;
  margin-top: 4vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.bl_store-information_banner_other ul {
  display: flex;
  flex-wrap: wrap;
}
.bl_store-information_banner_other li {
  max-width: 335px;
  margin: 10px;
}
.bl_store-information_banner_other img {
  width: 100%;
}
.bl_store-information_lists {
  margin-top: 25px;
}
.bl_store-information_lists ul {
  display: flex;
  flex-wrap: wrap;
}
.bl_store-information_lists li {
  width: 100%;
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  border-radius: 2px;
  /*font-weight: 500;*/
  line-height: 1.33;
  padding: 1em 0;
  position: relative;
  padding-left: 16px;
}

body.akajoy .bl_store-information_photo-tab li a.js_on {
  background-color: #C21632;
  color: #fff;
}
body.akajoy.new-shop .bl_store-information_photo-tab li a.js_on {
  background-color: #9c3643;
}
body.aojoy .bl_store-information_photo-tab li a.js_on {
  background-color: #002059;
  color: #fff;
}
body.yoga .bl_store-information_photo-tab li a.js_on {
  background-color: #007880;
  color: #fff;
}
body.joyplus .bl_store-information_photo-tab li a.js_on {
  background-color: #111111;
  color: #fff;
}

.bl_section:has(> .bl_movie-wrap) {
  margin-top: 60px;
}

.bl_movie-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .bl_movie-wrap .bl_btn {
    margin: 16px 1% 6px 0;
    width: 32%;
  }
}
@media (min-width: 769px) {
  .bl_store-information_facility {
    width: 49%;
  }
  .bl_store-information_facility.js_on {
    margin-bottom: 0;
  }
  .bl_store-information_facility li {
    margin: 0 16px;
  }
  .bl_store-information_facility dd {
    display: block;
  }
  .bl_store-information_lists li {
    width: 32%;
    margin-left: 1%;
    margin-top: 10px;
  }
  .bl_store-information_lists li:nth-child(3n+1) {
    margin-left: 0;
  }
  .bl_store-information_photo {
    padding-bottom: 30px;
  }
  .bl_store-information_photo-slides {
    margin-top: 15px;
  }
  .bl_store-information_photo .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
  }
  .bl_store-information_photo .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
    width: calc((100% - 20px) / 3);
  }
  .bl_store-information_photo .splide.is-initialized:not(.is-active) .splide__list .splide__slide + .splide__slide {
    margin-left: 10px;
  }

  body.store-information .bl_post_contents {
    display: flex;
    flex-wrap: wrap;
  }
  body.store-information .bl_post_contents .bl_store-information_facility {
    margin-top: 0;
  }
  body.store-information .bl_post_contents .bl_store-information_facility + .bl_store-information_facility {
    margin-top: 0;
  }
  body.store-information .bl_post_contents .bl_store-information_facility:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.store-information .bl_post_contents .bl_store-information_facility:nth-of-type(1), body.store-information .bl_post_contents .bl_store-information_facility:nth-of-type(2) {
    margin-top: 22px;
  }
  body.store-information .bl_post_contents .bl_store-information_facility:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  body.store-information .bl_post_contents .bl_store-information_facility dt {
    background-color: transparent;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: #000 solid 1px;
    border-radius: 0;
    padding-left: 0;
  }
  body.store-information .bl_post_contents .bl_store-information_facility dt:before, body.store-information .bl_post_contents .bl_store-information_facility dt:after {
    display: none;
  }
  body.store-information .bl_post_contents + .bl_btn {
    margin-top: 40px;
  }
  body.store-information #overLayer {
    padding: 100px;
  }
  body.store-information #overLayer .overlayer_innner {
    width: 40%;
  }
}
.bl_banner.js_off {
  display: none;
}
.bl_banner h2 {
  margin: 0 calc((100vw - 100%) / 2 * -1);
  background-color: #EFECEC;
  margin-top: 76px;
  text-align: center;
  padding: 24px 0 45px;
  font-size: 16px;
}
.bl_banner h2 span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-top: 16px;
}
.bl_banner h2 span:before {
  content: "";
  display: block;
  width: 120%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_banner h2 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_banner .bl_store-information_lists {
  margin: 25px calc((100vw - 100%) / 2 * -1) 0;
}
.bl_banner .bl_store-information_lists ul.js_on li:nth-of-type(n + 5) {
  display: block;
}
.bl_banner .bl_store-information_lists li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  display: block;
}
.bl_banner .bl_store-information_lists li img {
  width: 100%;
  aspect-ratio: 803/348;
}
.bl_banner .bl_store-information_lists li + li {
  margin-top: 19px;
}
.bl_banner .bl_store-information_lists li:nth-of-type(n + 5) {
  display: none;
}
.bl_banner .bl_store-information_lists li:before {
  display: none;
}

@media (min-width: 769px) {
  .bl_banner .bl_store-information_lists {
    margin: 25px auto;
  }
  .bl_banner .bl_store-information_lists-ul {
    display: flex;
  }
  .bl_banner .bl_store-information_lists li {
    width: 24%;
  }
  .bl_banner .bl_store-information_lists li + li {
    margin-left: 1.33%;
  }
  .bl_banner .bl_store-information_lists li:nth-of-type(1), .bl_banner .bl_store-information_lists li:nth-of-type(2), .bl_banner .bl_store-information_lists li:nth-of-type(3), .bl_banner .bl_store-information_lists li:nth-of-type(4) {
    margin-top: 0;
  }
  .bl_banner .bl_store-information_lists li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .bl_store-information_service dd img {
    width: 100%;
    margin: auto;
    max-width: fit-content;
  }
  .bl_store-information_photo-tab li {
    width: 32%;
    margin-left: 2%;
  }
  .bl_store-information_photo-tab li a {
    font-size: 16px;
  }
  .bl_store-information_photo-tab li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .bl_store-information_photo-tab li:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .bl_store-information_photo-tab li:nth-of-type(n + 4) {
    margin-top: 15px;
  }
  .bl_store-information_photo-slides .splide__arrow--prev {
    top: 50%;
    left: 2vw;
  }
  .bl_store-information_photo-slides .splide__arrow--next {
    top: 50%;
    right: 2vw;
  }

  .bl_store-information_photo-slides .splide__arrow--prev {
    top: calc(50% - 20px);
    left: 20px;
  }

  .bl_store-information_photo-slides .splide__arrow--next {
    top: calc(50% - 20px);
    right: 20px;
  }
}
body.akajoy .bl_store-information_facility dt:before, body.akajoy .bl_store-information_facility dt:after {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_store-information_facility dt:before, body.akajoy.new-shop .bl_store-information_facility dt:after {
  background-color: #9c3643;
}
body.akajoy .bl_store-information_lists li {
  background-color: #fcf1ee;
}
body.akajoy .bl_store-information_lists li:before {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_store-information_lists li:before {
  background-color: #fcf1ee;
}
body.akajoy .bl_banner h2 span:before {
  background-color: #C21632;
}
body.akajoy.new-shop .bl_banner h2 span:before {
  background-color: #9c3643;
}
body.akajoy .bl_banner h2 span:after {
  border-color: #C21632 transparent transparent transparent;
}
body.akajoy.new-shop .bl_banner h2 span:after {
  border-color: #9c3643 transparent transparent transparent;
}
body.aojoy .bl_store-information_facility dt:before, body.aojoy .bl_store-information_facility dt:after {
  background-color: #002059;
}
body.aojoy .bl_store-information_lists li {
  background-color: #edf6ff;
}
body.aojoy .bl_store-information_lists li:before {
  background-color: #002059;
}
body.aojoy .bl_banner h2 span:before {
  background-color: #002059;
}
body.aojoy .bl_banner h2 span:after {
  border-color: #002059 transparent transparent transparent;
}
body.yoga .bl_store-information_facility dt:before, body.yoga .bl_store-information_facility dt:after {
  background-color: #007880;
}
body.yoga .bl_store-information_lists li {
  background-color: #f8ede7;
}
body.yoga .bl_store-information_lists li:before {
  background-color: #007880;
}
body.yoga .bl_banner h2 span:before {
  background-color: #007880;
}
body.yoga .bl_banner h2 span:after {
  border-color: #007880 transparent transparent transparent;
}
body.joyplus .bl_store-information_facility dt:before, body.joyplus .bl_store-information_facility dt:after {
  background-color: #111111;
}
body.joyplus .bl_store-information_lists li {
  background-color: #dddbdb;
}
body.joyplus .bl_store-information_lists li:before {
  background-color: #111111;
}
body.joyplus .bl_banner h2 span:before {
  background-color: #111111;
}
body.joyplus .bl_banner h2 span:after {
  border-color: #111111 transparent transparent transparent;
}

#bl_overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bl_overlayer_inner {
  width: 90vw;
  max-width: 1024px;
  aspect-ratio: 16/9;
  position: relative;
}
#bl_overlayer_inner iframe {
  width: 100%;
  height: 100%;
}

#overlayer_close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #000;
  display: block;
}
#overlayer_close_btn:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
#overlayer_close_btn:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: rotate(135deg);
  background-color: #fff;
}

body.app_join .bl_content h1, body.app_join .bl_content h2, body.app_join .bl_content h3, body.app_join .bl_content p, body.app_join .bl_content a {
  /*font-family: "Futura", "Avenir Next", "Lato", "NotoSansJP-Regular", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-weight: 400;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body.app_join .bl_content {
  min-width: 1070px;
}

.app_join .bl_content {
  /*--------------------------------
      cover
  ---------------------------------*/
  /*--------------------------------
      flow
  ---------------------------------*/
  /*--------------------------------
      howToUse
  ---------------------------------*/
}
.app_join .bl_content #lp-app-join h2 {
  position: relative;
  display: inline-block;
  font-size: 34px;
  margin: 100px auto 45px;
  line-height: 1;
  font-weight: 400;
}
.app_join .bl_content #lp-app-join h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 10px;
  background: #FB4D26;
}
.app_join .bl_content #lp-app-join h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  height: 10px;
  background: #FB4D26;
}
.app_join .bl_content #lp-app-join .cover {
  width: 100%;
  max-width: 1070px;
  margin: auto;
  position: relative;
}
.app_join .bl_content #lp-app-join .cover h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  width: 100%;
  height: 70px;
  color: #fff;
  margin: 60px auto 0;
  position: relative;
  z-index: 0;
}
.app_join .bl_content #lp-app-join .cover h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 70px;
  background: #FB4D26;
  z-index: -1;
  transition: 0.6s ease;
  z-index: -10;
}
.app_join .bl_content #lp-app-join .cover h1.js__on:after {
  content: "";
  width: 100%;
}
.app_join .bl_content #lp-app-join .cover p {
  margin: 50px 0 0 290px;
  font-size: 18px;
  line-height: 1.78;
}
.app_join .bl_content #lp-app-join .cover img {
  position: absolute;
  top: -60px;
  left: 80px;
  width: 140px;
  z-index: 1;
}
.app_join .bl_content #lp-app-join .flow {
  text-align: center;
  margin: 0 auto 0;
  width: 100%;
}
.app_join .bl_content #lp-app-join .flow p {
  font-size: 16px;
  line-height: 1.68;
}
.app_join .bl_content #lp-app-join .flow .flow_inner {
  width: 100%;
  background-image: url(/img/shop/app_join/bg-intro-bottom-1@xl.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 0;
}
.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(2) {
  width: 100%;
  background-image: url(/img/shop/app_join/bg-intro-bottom-2@xl.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 0;
}
.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(3) {
  width: 100%;
  background-image: url(/img/shop/app_join/bg-intro-bottom-3@xl.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 0;
}
.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(4) {
  width: 100%;
  background-image: url(/img/shop/app_join/bg-intro-bottom-4@xl.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 0;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 90px 60px 45px 60px;
  margin: auto;
  max-width: 1070px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(1) .flow_inner_box {
  padding: 45px 60px 195px 60px;
  justify-content: center;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box h3 {
  display: flex;
  align-items: center;
  font-size: 22px;
  width: 100%;
  margin: 0 0 40px 0;
  text-align: left;
  font-weight: 400;
  position: relative;
  padding-left: 110px;
  line-height: 2;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box h3 span {
  font-size: 42px;
  color: #FB4D26;
  margin: 0 45px 0 0;
  line-height: 1;
  font-weight: 400;
  border-left: 10px solid #FB4D26;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt {
  margin-top: 45px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt p {
  margin-left: 110px;
  line-height: 1.86;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-icon-app {
  width: 130px;
  margin-right: 45px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap {
  align-self: flex-end;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn {
  display: inline-block;
  width: 203px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn img {
  width: 100%;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn + .img-btn {
  margin-left: 25px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-flow {
  width: 200px;
  margin-right: 30px;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box p {
  font-size: 16px;
  line-height: 1.63;
  align-self: flex-start;
  text-align: left;
  margin-top: 35px;
  max-width: 530px;
  line-height: 1.86;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt p.note {
  font-size: 0.8em;
  margin-top: -2em;
}
.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt p + p.note {
  margin-top: 0.5em;
}
.app_join .bl_content #lp-app-join .howToUse {
  margin: 0 auto 110px;
  width: 1070px;
  text-align: center;
}
.app_join .bl_content #lp-app-join .howToUse p {
  font-size: 18px;
  line-height: 1.68;
  text-align: center;
}
.app_join .bl_content #lp-app-join .howToUse a {
  display: block;
  width: 100%;
  margin: 50px auto 0;
}
.app_join .bl_content #lp-app-join .howToUse a img {
  width: 100%;
}

@media (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body.app_join .bl_content {
    min-width: 100%;
  }

  body.app_join .bl_content {
    /*--------------------------------
        cover
    ---------------------------------*/
    /*--------------------------------
        flow
    ---------------------------------*/
    /*--------------------------------
        howToUse
    ---------------------------------*/
  }
  body.app_join .bl_content #bl_hero {
    background-image: url(/img/shop/app_join/membership_left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 22vw;
    padding-bottom: 0;
  }
  body.app_join .bl_content #lp-app-join h2 {
    font-size: 21px;
    margin: 70px auto 45px;
    line-height: 1;
    font-weight: 400;
  }
  body.app_join .bl_content #lp-app-join h2:before {
    content: "";
    left: -90px;
    height: 2px;
  }
  body.app_join .bl_content #lp-app-join h2:after {
    content: "";
    right: -90px;
    height: 2px;
  }
  body.app_join .bl_content #lp-app-join .cover {
    width: 100%;
    max-width: 310px;
    position: relative;
  }
  body.app_join .bl_content #lp-app-join .cover h1 {
    font-size: 21px;
    width: 100%;
    max-width: 310px;
    height: 34px;
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
  }
  body.app_join .bl_content #lp-app-join .cover h1:after {
    content: "";
    height: 34px;
  }
  body.app_join .bl_content #lp-app-join .cover h1.js__on:after {
    content: "";
    width: 100%;
    max-width: 310px;
  }
  body.app_join .bl_content #lp-app-join .cover p {
    margin: 45px 0 0 90px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: -0.02em;
  }
  body.app_join .bl_content #lp-app-join .cover img {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 70px;
    height: auto;
  }
  body.app_join .bl_content #lp-app-join .flow {
    text-align: center;
    margin: 20px auto 0;
    width: 100%;
  }
  body.app_join .bl_content #lp-app-join .flow p {
    font-size: 16px;
    line-height: 1.68;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner {
    background-image: url(/img/shop/app_join/bg-intro-bottom-1@sm.png);
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(2) {
    background-image: url(/img/shop/app_join/bg-intro-bottom-2@sm.png);
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(3) {
    background-image: url(/img/shop/app_join/bg-intro-bottom-3@sm.png);
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(4) {
    background-image: url(/img/shop/app_join/bg-intro-bottom-4@sm.png);
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 55px 20px 40px;
    margin: auto;
    box-sizing: border-box;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner:nth-of-type(1) .flow_inner_box {
    padding: 20px 20px 115px;
    justify-content: center;
    flex-direction: column;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box h3 {
    font-size: 17px;
    margin: 0 0 30px 0;
    position: relative;
    padding-left: 50px;
    line-height: 1.59;
    width: auto;
    letter-spacing: -0.04em;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box h3 span {
    font-size: 22px;
    margin: 0 10px 0 0;
    border-left: 3px solid #FB4D26;
    padding-left: 10px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt {
    margin-top: 0;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt p {
    margin-left: 0;
    line-height: 1.86;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-icon-app {
    width: 75px;
    margin: 0 0 30px 0;
    height: auto;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap {
    align-self: center;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn {
    width: 220px;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn img {
    width: 100%;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-btn_wrap .img-btn + .img-btn {
    margin: 5px 0 0;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .img-flow {
    width: 175px;
    margin-right: 0;
    height: auto;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box p {
    font-size: 13px;
    line-height: 1.77;
    align-self: flex-start;
    text-align: justify;
    margin: 25px 0 30px;
    max-width: 100%;
  }
  body.app_join .bl_content #lp-app-join .flow .flow_inner .flow_inner_box .flow_inner_txt p + p.note {
    margin-top: -2.6em;
  }
  body.app_join .bl_content #lp-app-join .howToUse {
    margin: 0 auto 100px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  body.app_join .bl_content #lp-app-join .howToUse p {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin-top: 0;
    letter-spacing: -0.04em;
  }
  body.app_join .bl_content #lp-app-join .howToUse a {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  body.app_join .bl_content #lp-app-join .howToUse h2:before {
    content: "";
    left: -30px;
    width: 20px;
  }
  body.app_join .bl_content #lp-app-join .howToUse h2:after {
    content: "";
    right: -30px;
    width: 20px;
  }
  body.app_join .bl_content #lp-app-join .howToUse a img {
    width: 100%;
    height: 100%;
  }
}
/*とっといてください ここから*/
/*とっといてください ここまで*/
#overLayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.overlayer_innner {
  width: 89.33vw;
  position: relative;
}
.overlayer_innner .img_wrap img {
  width: 100%;
}
.overlayer_innner .text_wrap {
  background-color: #efecec;
  padding: 8px 14px;
}
.overlayer_innner #overlayer_btn_cls {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -32px;
  right: 0;
  background-color: #000;
}
.overlayer_innner #overlayer_btn_cls:before, .overlayer_innner #overlayer_btn_cls:after {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 3px;
}
.overlayer_innner #overlayer_btn_cls:before {
  transform: rotate(45deg);
}
.overlayer_innner #overlayer_btn_cls:after {
  transform: rotate(-45deg);
}

@media (min-width: 769px) {
  .overlayer_innner {
    width: 60%;
  }
}
.splide__arrow {
  background-color: #fff;
  opacity: 0.95;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
}
.splide__arrow svg {
  fill: #444;
}
.splide__arrow--prev {
  left: 0;
  top: 25%;
}
.splide__arrow--next {
  right: 0;
  top: 25%;
}
.splide__pagination {
  bottom: -30px;
}
.splide__pagination__page {
  width: 12px;
  height: 12px;
}
.splide__pagination__page.is-active {
  background-color: #f00;
  transform: scale(1);
}

body.akajoy .splide__pagination__page.is-active {
  background-color: #C21632;
}
body.akajoy.new-shop .splide__pagination__page.is-active {
  background-color: #9c3643;
}
body.aojoy .splide__pagination__page.is-active {
  background-color: #002059;
}
body.yoga .splide__pagination__page.is-active {
  background-color: #007880;
}
body.joyplus .splide__pagination__page.is-active {
  background-color: #111111;
}

.yoga .about .bl_section h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}
.yoga .about .bl_section p {
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.8;
}
.yoga .about .bl_section ul.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yoga .about .bl_section.read img {
  width: 100%;
  margin: 50px auto 0;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList {
  margin: 45px auto 0;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList img {
  width: 100%;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList ul {
  align-items: stretch;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList li {
  width: 380px;
  min-height: 470px;
  color: #FFF;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList li:nth-of-type(1) {
  background-color: #D04D42;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList li:nth-of-type(2) {
  background-color: #A71659;
  margin: 0 10px;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList li:nth-of-type(3) {
  background-color: #007880;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box {
  padding: 20px 30px 30px 30px;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box span {
  font-size: 12px;
  text-align: center;
  display: block;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box p {
  font-size: 16px;
  letter-spacing: 75;
  text-align: left;
  margin-top: 20px;
}
.yoga .about .bl_section.hotyoga {
  background-color: #F8EDE7;
  padding: 50px 0 100px;
}
.yoga .about .bl_section.hotyoga h3 {
  margin: 40px auto 0;
}
.yoga .about .bl_section.hotyoga h2 {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  color: #111;
}
.yoga .about .bl_section.hotyoga img {
  width: 100%;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1240px;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList ul {
  flex-wrap: wrap;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.2%;
  height: 70px;
  background-color: #d95646;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li + li {
  margin-left: 2.4%;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(1), .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(5) {
  margin-left: 0;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(n+5) {
  margin-top: 30px;
}
.yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li.bg_red {
  background-color: #A71659;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList {
  margin: 45px auto 0;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList ul {
  align-items: stretch;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li {
  width: 600px;
  min-height: 142px;
  text-align: center;
  padding: 3% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li:nth-of-type(1) {
  color: #A71659;
  border: 1px solid #A71659;
  border-radius: 6px;
  margin: 0 10px 0 0;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li:nth-of-type(2) {
  color: #D04D42;
  border: 1px solid #D04D42;
  border-radius: 6px;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li h4 {
  font-size: 20px;
  font-weight: 400;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li p {
  margin: 10px auto 0;
}
.yoga .about .bl_section.shin .bl_content_yoga_shinList li small {
  color: #000;
  font-size: 10px;
}
.yoga .about .bl_section.shin .shin_img {
  max-width: 866px;
  width: 100%;
  display: block;
  margin: 50px auto;
}
.yoga .about .bl_section.shin .bl_content_yoga_person {
  background-color: #F8EDE7;
  border-radius: 6px;
  padding: 4%;
}
.yoga .about .bl_section.shin .bl_content_yoga_person .bl_content_yoga_person_inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.yoga .about .bl_section.shin .bl_content_yoga_person .txt_box {
  margin: 0 10px 0 0;
}
.yoga .about .bl_section.shin .bl_content_yoga_person .txt_box span {
  color: #D04D42;
  font-size: 14px;
}
.yoga .about .bl_section.shin .bl_content_yoga_person .txt_box p {
  font-size: 14px;
  text-align: left;
  margin: 20px 0 0;
  display: block;
  width: 90%;
}
.yoga .about .bl_section.shin .bl_content_yoga_person .img_box p {
  margin: 10px auto 0;
  text-align: center;
}

.yogaUnder_kengakutaiken {
  margin: 100px auto !important;
  max-width: 940px;
}
.yogaUnder_kengakutaiken p {
  font-size: 14px;
  text-align: center;
}
.yogaUnder_kengakutaiken ul {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
}
.yogaUnder_kengakutaiken li {
  width: 32%;
  margin: 0 5px;
}
.yogaUnder_kengakutaiken li a {
  position: relative;
  height: 55px;
  font-size: 18px;
  display: block;
  background-color: #FFF;
  border: 1px solid #007880;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007880;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
.yogaUnder_kengakutaiken a:after {
  content: "";
  display: block;
  position: absolute;
  color: #007880;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  right: 24px;
}

@media (max-width: 769px) {
  .yoga .about .bl_section h3 {
    font-size: 17px;
  }
  .yoga .about .bl_section p {
    font-size: 11px;
    margin: 30px auto 0;
  }
  .yoga .about .bl_section ul.flex {
    display: block;
  }
  .yoga .about .bl_section.read img {
    width: 100%;
    margin: 50px auto 0;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList {
    margin: 45px auto 0;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList img {
    width: 100%;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList li {
    width: 100%;
    min-height: auto;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList li:nth-of-type(1) {
    margin: 0 auto 10px;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList li:nth-of-type(2) {
    margin: 0 auto 10px;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box span {
    font-size: 11px;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box h4 {
    font-size: 16px;
    margin-top: 10px;
  }
  .yoga .about .bl_section.point .bl_content_yoga_pointList .txt_box p {
    font-size: 11px;
    margin-top: 10px;
  }
  .yoga .about .bl_section.hotyoga {
    padding: 30px 0 40px;
  }
  .yoga .about .bl_section.hotyoga h3 {
    margin: 40px auto 0;
  }
  .yoga .about .bl_section.hotyoga img {
    width: 100%;
  }
  .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList {
    margin: 40px auto 0;
    width: 100%;
  }
  .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }
  .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(1), .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(5) {
    margin-left: 0;
  }
  .yoga .about .bl_section.hotyoga .bl_content_yoga_lessonList li:nth-child(n+5) {
    margin-top: 10px;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_shinList {
    margin: 30px auto 0;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_shinList li {
    width: 100%;
    min-height: auto;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_shinList li:nth-of-type(1) {
    margin: 0 0 10px 0;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_shinList li h4 {
    font-size: 17px;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_shinList li p {
    margin: 0 auto 0;
  }
  .yoga .about .bl_section.shin .shin_img {
    max-width: 100%;
    margin: 30px auto;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person {
    padding: 20px;
    margin: 0 auto;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .bl_content_yoga_person_inner {
    display: block;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .txt_box {
    margin: 0 0 0 0;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .txt_box span {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .txt_box p {
    font-size: 11px;
    text-align: left;
    margin: 20px 0;
    width: 100%;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .img_box {
    margin: 0 auto;
  }
  .yoga .about .bl_section.shin .bl_content_yoga_person .img_box img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }

  .yogaUnder_kengakutaiken {
    margin: 75px auto 10px !important;
    padding: 0 15px;
  }
  .yogaUnder_kengakutaiken p {
    text-align: left;
    line-height: 1.83;
    font-size: 12px;
  }
  .yogaUnder_kengakutaiken ul {
    display: block;
  }
  .yogaUnder_kengakutaiken li {
    width: 100%;
    margin: 0;
  }
  .yogaUnder_kengakutaiken li + li {
    margin-top: 10px;
  }
  .yogaUnder_kengakutaiken li a {
    height: 50px;
    font-size: 16px;
    line-height: 1;
  }
}
.card-img-top .col-left img {
  vertical-align: bottom;
}

.card-img-top {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .card-img-top .col-left {
    float: left;
    width: 36%;
    padding-right: 50px;
    margin: 0;
    margin-top: 5px;
  }
}
.card-img-top {
  padding: 0 0 60px;
  margin: 0;
}

.mb-s {
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .mb-s {
    margin-bottom: 50px;
  }
}
@media (min-width: 1367px) {
  .mb-s {
    margin-bottom: 50px;
  }
}
@media (min-width: 514px) {
  #ganban-2 h3 {
    font-size: 18px;
  }
}
#ganban-2 h3 {
  font-size: 14px;
}

@media (min-width: 900px) {
  .card-img-top .col-right h3 {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
.card-img-top .col-right h3 {
  font-size: 15px;
  margin-bottom: 20px;
}

.h3-l {
  font-size: 24px;
  text-align: center;
}

@media (min-width: 900px) {
  .h3-s {
    font-size: 24px;
  }
}
.h3-s {
  font-size: 14px;
}

#ganban-2 {
  padding: 40px 0 60px;
}

@media (min-width: 514px) {
  #ganban-2 h3 {
    font-size: 18px;
  }
}
#ganban-2 h3 {
  font-size: 14px;
}

.is-center {
  text-align: center;
}

.font-ja-medium {
  font-family: "Futura", "Avenir Next", "Lato", "NotoSansJP-Medium", "HiraginoSans-W4", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

@media (min-width: 900px) {
  .content-wrapper-common.tab-half {
    width: 100%;
  }
}
@media (min-width: 514px) {
  .content-wrapper-common.tab-half {
    width: 480px;
  }
}
.content-wrapper-common.tab-half {
  width: 100%;
}

@media (min-width: 900px) {
  .content-wrapper-common {
    max-width: 1110px;
    padding: 0 15px;
  }
}
@media (min-width: 514px) {
  .content-wrapper-common {
    max-width: 930px;
    padding: 0 15px;
  }
}
.content-wrapper-common {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.card-img-top .col-left.orange {
  background-color: #d95646;
}

.card-img-top .col-left.purple {
  background-color: #a71659;
}

.card-img-top .col-left.green {
  background-color: #0c9090;
}

@media (min-width: 900px) {
  .card-img-top .col-left {
    float: left;
    width: 36%;
    padding-right: 50px;
    margin: 0;
    margin-top: 5px;
  }

  .card-img-top .col-right {
    float: left;
    width: 64%;
    padding-left: 40px;
  }

  .card-img-top {
    padding-left: 0;
  }
}
.card-img-top .col-left {
  padding-right: 42px;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .content-wrapper-common.tab-half {
    width: 100%;
  }
}
@media (min-width: 514px) {
  .content-wrapper-common.tab-half {
    width: 480px;
  }
}
.content-wrapper-common.tab-half {
  width: 100%;
}

@media (min-width: 900px) {
  .content-wrapper-common {
    max-width: 1110px;
    padding: 0 15px;
  }
}
.content-wrapper-common {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.card-img-top .col-right p {
  font-size: 12px;
}

@media (min-width: 900px) {
  .card-img-top .col-right p {
    font-size: 16px;
  }
}
body.experience_cont .bl_section .belongings, body.facility .bl_section .belongings {
  margin: 0px auto 0;
  padding: 0 15px;
}
body.experience_cont .bl_section .belongings_inner, body.facility .bl_section .belongings_inner {
  margin: 0px auto 0;
  max-width: 1240px;
  min-height: 205px;
  border: 1px #000000 solid;
  display: flex;
  justify-content: left;
  align-items: center;
}
body.experience_cont .bl_section .belongings_inner .txt, body.facility .bl_section .belongings_inner .txt {
  background: #000;
  width: 470px;
  min-height: 205px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.experience_cont .bl_section .belongings_inner .txt .cat_title, body.facility .bl_section .belongings_inner .txt .cat_title {
  font-size: 25px;
  font-weight: 400;
}
body.experience_cont .bl_section .belongings_inner span, body.facility .bl_section .belongings_inner span {
  display: block;
  font-size: 12px;
  text-indent: 2em;
  line-height: 2.25;
}
body.experience_cont .bl_section .belongings_inner .txt_box, body.facility .bl_section .belongings_inner .txt_box {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
body.experience_cont .bl_section .belongings_inner ul, body.facility .bl_section .belongings_inner ul {
  margin: 0 5%;
}
body.experience_cont .bl_section .flow_title, body.facility .bl_section .flow_title {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
}
body.experience_cont .bl_section .flow_txt, body.facility .bl_section .flow_txt {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
body.experience_cont .bl_section .flow, body.facility .bl_section .flow {
  margin: 50px auto 0;
}
body.experience_cont .bl_section .flow .round, body.facility .bl_section .flow .round {
  text-align: center;
  padding: 10px 35px;
  line-height: 1;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  position: relative;
}
body.experience_cont .bl_section .flow .round span, body.facility .bl_section .flow .round span {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
}
body.experience_cont .bl_section .flow .round b, body.facility .bl_section .flow .round b {
  font-size: 28px;
  font-weight: 400;
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
}
body.experience_cont .bl_section .flow .round:after, body.facility .bl_section .flow .round:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  bottom: -40px;
}
body.experience_cont .bl_section .flow .Under_2blocks, body.facility .bl_section .flow .Under_2blocks {
  padding: 80px 0;
}
body.experience_cont .bl_section .flow .Under_2blocks + .Under_2blocks, body.facility .bl_section .flow .Under_2blocks + .Under_2blocks {
  margin-top: 0;
}
body.experience_cont .bl_section .flow .Under_2blocks h3, body.facility .bl_section .flow .Under_2blocks h3 {
  font-size: 24px;
  margin-top: 100px;
}
body.experience_cont .bl_section .flow .Under_2blocks h4, body.facility .bl_section .flow .Under_2blocks h4 {
  font-size: 24px;
}
body.experience_cont .bl_section .flow .Under_2blocks_inner, body.facility .bl_section .flow .Under_2blocks_inner {
  position: relative;
  max-width: 1240px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin: auto;
}
body.experience_cont .bl_section .flow .Under_2blocks_inner Pic, body.facility .bl_section .flow .Under_2blocks_inner Pic {
  width: 28.19%;
}
body.experience_cont .bl_section .flow .Under_2blocks_innerText, body.facility .bl_section .flow .Under_2blocks_innerText {
  width: 65.46%;
  text-align: justify;
  padding: 0 2% 0 4%;
}
body.experience_cont .bl_section .flow .Under_2blocks_innerText p, body.facility .bl_section .flow .Under_2blocks_innerText p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.69;
  text-align: left;
}
body.experience_cont .bl_section .flow .Under_2blocks_innerText p span, body.facility .bl_section .flow .Under_2blocks_innerText p span {
  color: #D95646;
  display: block;
}
body.experience_cont .bl_section .flow .Under_2blocks_innerText .note, body.facility .bl_section .flow .Under_2blocks_innerText .note {
  display: block;
  margin-top: 40px;
  padding-left: 1em;
}
body.experience_cont .bl_section .flow .Under_2blocks_innerText li, body.facility .bl_section .flow .Under_2blocks_innerText li {
  width: 100%;
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
}
body.experience_cont .bl_section .flow .notes, body.facility .bl_section .flow .notes {
  font-size: 12px;
  margin-top: 25px;
}

body.experience_cont .bl_section .flow_txt, body.facility .bl_section .flow_txt {
  margin: 30px auto 50px;
  padding: 0 10px;
}
body.experience_cont .bl_section .flow_title, body.facility .bl_section .flow_title {
  margin: 80px auto 0;
}
body.experience_cont .bl_section .Under_2blocks_content:nth-of-type(odd), body.facility .bl_section .Under_2blocks_content:nth-of-type(odd) {
  background: #F0F0F0;
}
body.experience_cont .bl_section .Under_2blocks_inner, body.facility .bl_section .Under_2blocks_inner {
  justify-content: left;
}
body.experience_cont .bl_section .btn_area, body.facility .bl_section .btn_area {
  background-color: #F04F6E;
  min-height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.experience_cont .bl_section .btn_area img, body.facility .bl_section .btn_area img {
  display: block;
  margin: 0 auto;
}
body.experience_cont .bl_section .btn_area a, body.facility .bl_section .btn_area a {
  margin: 20px auto 0;
  width: 300px;
}
body.experience_cont .bl_section .flow_chart, body.facility .bl_section .flow_chart {
  max-width: 1240px;
  margin: 50px auto 0;
}
body.experience_cont .bl_section .flow_chart ul, body.facility .bl_section .flow_chart ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 0;
}
body.experience_cont .bl_section .flow_chart li, body.facility .bl_section .flow_chart li {
  background: #000;
  color: #FFF;
  width: 216px;
  height: 270px;
}
body.experience_cont .bl_section .flow_chart li img, body.facility .bl_section .flow_chart li img {
  width: 100%;
}
body.experience_cont .bl_section .flow_chart li .txt_box, body.facility .bl_section .flow_chart li .txt_box {
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
body.experience_cont .bl_section .flow_chart li .txt_box small, body.facility .bl_section .flow_chart li .txt_box small {
  margin: 0 0 0 0;
}
body.experience_cont .bl_section .flow_chart small, body.facility .bl_section .flow_chart small {
  display: block;
  font-size: 13px;
  margin: 30px 0 0 0;
  text-align: center;
}
body.experience_cont .bl_section .flow_chart .dli-caret-right, body.facility .bl_section .flow_chart .dli-caret-right {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #D0D0D0;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 11px 16px;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 5px;
}
body.experience_cont .joyplusUnder_kengakutaiken a, body.facility .joyplusUnder_kengakutaiken a {
  position: relative;
  height: 55px;
  font-size: 18px;
  display: block;
  background-color: #FFF;
  border: 1px solid #000000;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
body.experience_cont .joyplusUnder_kengakutaiken a:after, body.facility .joyplusUnder_kengakutaiken a:after {
  content: "";
  display: block;
  position: absolute;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  right: 24px;
}

body.experience_cont .bl_section .belongings_inner, body.facility .bl_section .belongings_inner {
  border: 1px #007880 solid;
}
body.experience_cont .bl_section .belongings_inner .txt, body.facility .bl_section .belongings_inner .txt {
  background: #007880;
}
body.experience_cont .bl_section .flow_title, body.facility .bl_section .flow_title {
  margin: 100px auto 0;
}
body.experience_cont .bl_section .flow .round, body.facility .bl_section .flow .round {
  background: #D04D42;
  color: #FFF;
}
body.experience_cont .bl_section .flow .round:after, body.facility .bl_section .flow .round:after {
  color: #D04D42;
}
body.experience_cont .bl_section .flow h3, body.facility .bl_section .flow h3 {
  font-size: 16px;
  margin-top: 100px;
}
body.experience_cont .bl_section .flow p, body.facility .bl_section .flow p {
  text-align: left;
}
body.experience_cont .bl_section .flow img, body.facility .bl_section .flow img {
  width: 100%;
  max-width: 272px;
  margin-left: auto;
}
body.experience_cont .bl_section .flow .Under_2blocks_content:nth-of-type(odd), body.facility .bl_section .flow .Under_2blocks_content:nth-of-type(odd) {
  background: #F8EDE7;
}

@media (max-width: 768px) {
  body.experience_cont .bl_section .belongings, body.facility .bl_section .belongings {
    margin: 0 auto 0;
    padding: 0 0;
    width: 89.33vw;
  }
  body.experience_cont .bl_section .belongings_inner, body.facility .bl_section .belongings_inner {
    margin: 0 auto 0;
    display: block;
    min-height: auto;
  }
  body.experience_cont .bl_section .belongings_inner .txt, body.facility .bl_section .belongings_inner .txt {
    width: 100%;
    min-height: auto;
    display: block;
  }
  body.experience_cont .bl_section .belongings_inner .txt .cat_title, body.facility .bl_section .belongings_inner .txt .cat_title {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
  }
  body.experience_cont .bl_section .belongings_inner span, body.facility .bl_section .belongings_inner span {
    display: block;
    font-size: 12px;
    text-indent: 0;
    line-height: 2.25;
  }
  body.experience_cont .bl_section .belongings_inner .txt_box, body.facility .bl_section .belongings_inner .txt_box {
    justify-content: center;
  }
  body.experience_cont .bl_section .belongings_inner ul, body.facility .bl_section .belongings_inner ul {
    margin: 0;
    font-size: 12px;
    padding: 10px;
  }
  body.experience_cont .bl_section .flow, body.facility .bl_section .flow {
    margin: 30px auto 0;
  }
  body.experience_cont .bl_section .flow .Under_2blocks, body.facility .bl_section .flow .Under_2blocks {
    padding: 30px 0;
  }
  body.experience_cont .bl_section .flow .Under_2blocks + .Under_2blocks, body.facility .bl_section .flow .Under_2blocks + .Under_2blocks {
    margin-top: 0;
  }
  body.experience_cont .bl_section .flow .Under_2blocks h3, body.facility .bl_section .flow .Under_2blocks h3 {
    font-size: 16px;
    margin-top: 100px;
  }
  body.experience_cont .bl_section .flow .Under_2blocks h4, body.facility .bl_section .flow .Under_2blocks h4 {
    font-size: 16px;
  }
  body.experience_cont .bl_section .flow .Under_2blocks_inner, body.facility .bl_section .flow .Under_2blocks_inner {
    display: block;
  }
  body.experience_cont .bl_section .flow .Under_2blocks_inner Pic, body.facility .bl_section .flow .Under_2blocks_inner Pic {
    width: 28.19%;
  }
  body.experience_cont .bl_section .flow .Under_2blocks_inner Ico, body.facility .bl_section .flow .Under_2blocks_inner Ico {
    position: absolute;
    width: 10.37%;
    left: 0;
    top: -20px;
  }
  body.experience_cont .bl_section .flow .Under_2blocks_innerText, body.facility .bl_section .flow .Under_2blocks_innerText {
    width: 100%;
    padding: 15% 0 0 0;
  }
  body.experience_cont .bl_section .flow .Under_2blocks_innerText p, body.experience_cont .bl_section .flow .Under_2blocks_innerText .note, body.facility .bl_section .flow .Under_2blocks_innerText p, body.facility .bl_section .flow .Under_2blocks_innerText .note {
    font-size: 12px;
  }
  body.experience_cont .bl_section .flow .notes, body.facility .bl_section .flow .notes {
    font-size: 12px;
    margin-top: 25px;
  }

  body.experience_cont .bl_section .flow_txt, body.facility .bl_section .flow_txt {
    font-size: 12px;
    width: 89.33vw;
    display: block;
    margin: 20px auto 30px;
    text-align: center;
  }
  body.experience_cont .bl_section .flow_title, body.facility .bl_section .flow_title {
    margin: 30px auto 0;
    font-size: 20px;
  }
  body.experience_cont .bl_section .Under_2blocks_content:nth-of-type(odd), body.facility .bl_section .Under_2blocks_content:nth-of-type(odd) {
    background: #F0F0F0;
  }
  body.experience_cont .bl_section .Under_2blocks_inner, body.facility .bl_section .Under_2blocks_inner {
    justify-content: left;
  }
  body.experience_cont .bl_section .btn_area, body.facility .bl_section .btn_area {
    min-height: auto;
    padding: 40px 0;
  }
  body.experience_cont .bl_section .btn_area img, body.facility .bl_section .btn_area img {
    width: 80%;
  }
  body.experience_cont .bl_section .btn_area a, body.facility .bl_section .btn_area a {
    margin: 20px auto 0;
  }
  body.experience_cont .bl_section .flow_chart ul, body.facility .bl_section .flow_chart ul {
    display: block;
  }
  body.experience_cont .bl_section .flow_chart li, body.facility .bl_section .flow_chart li {
    background: #000;
    color: #FFF;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  body.experience_cont .bl_section .flow_chart li .txt_box, body.facility .bl_section .flow_chart li .txt_box {
    font-size: 12px;
  }
  body.experience_cont .bl_section .flow_chart .dli-caret-right, body.facility .bl_section .flow_chart .dli-caret-right {
    transform: rotate(90deg);
    display: block;
    margin: 10px auto;
  }
  body.experience_cont .joyplusUnder_kengakutaiken a, body.facility .joyplusUnder_kengakutaiken a {
    position: relative;
    height: 55px;
    font-size: 18px;
    display: block;
    background-color: #FFF;
    border: 1px solid #000000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.16);
  }
  body.experience_cont .joyplusUnder_kengakutaiken a:after, body.facility .joyplusUnder_kengakutaiken a:after {
    content: "";
    display: block;
    position: absolute;
    color: #000;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
    right: 24px;
  }

  body.experience_cont .bl_section .belongings_inner, body.facility .bl_section .belongings_inner {
    border: 1px #007880 solid;
  }
  body.experience_cont .bl_section .belongings_inner .txt, body.facility .bl_section .belongings_inner .txt {
    background: #007880;
  }
  body.experience_cont .bl_section .flow_title, body.facility .bl_section .flow_title {
    margin: 30px auto 0;
    font-size: 20px;
  }
  body.experience_cont .bl_section .flow img, body.facility .bl_section .flow img {
    position: absolute;
    width: 37.33%;
    right: 0;
    top: 0;
  }
}
.scheduleMonth .scheduleMonth-now .bl_btn, .scheduleMonth .scheduleMonth-next .bl_btn {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.scheduleMonth .scheduleMonth-now .bl_btn:hover, .scheduleMonth .scheduleMonth-next .bl_btn:hover {
  color: #fff;
}
.scheduleMonth .scheduleMonth-now .bl_btn:hover:after, .scheduleMonth .scheduleMonth-next .bl_btn:hover:after {
  border-color: #fff;
}
.scheduleMonth .scheduleMonth-now .js_none_btn, .scheduleMonth .scheduleMonth-next .js_none_btn {
  pointer-events: none;
  opacity: 0.3;
}

.program_bnrs li img {
  height: 100%;
}

body.js_schedule-now .scheduleMonth .scheduleMonth-now .bl_btn {
  color: #fff;
}
body.js_schedule-next .scheduleMonth .scheduleMonth-next .bl_btn {
  color: #fff;
}

body.akajoy.js_schedule-now .scheduleMonth .scheduleMonth-now .bl_btn {
  background-color: #C21632;
}
body.akajoy.new-shop .js_schedule-now .scheduleMonth .scheduleMonth-now .bl_btn {
  background-color: #9c3643;
}
body.akajoy.js_schedule-next .scheduleMonth .scheduleMonth-next .bl_btn {
  background-color: #C21632;
}
body.akajoy.new-shop.js_schedule-next .scheduleMonth .scheduleMonth-next .bl_btn {
  background-color: #9c3643;
}

body.aojoy.js_schedule-now .scheduleMonth .scheduleMonth-now .bl_btn {
  background-color: #002059;
}
body.aojoy.js_schedule-next .scheduleMonth .scheduleMonth-next .bl_btn {
  background-color: #002059;
}

body.yoga.js_schedule-now .scheduleMonth .scheduleMonth-now .bl_btn {
  background-color: #007880;
}
body.yoga.js_schedule-next .scheduleMonth .scheduleMonth-next .bl_btn {
  background-color: #007880;
}

body.joyplus.js_schedule-now .scheduleMonth-now .bl_btn {
  background-color: #111111;
}
body.joyplus.js_schedule-next .scheduleMonth-next .bl_btn {
  background-color: #111111;
}

body.lesson_program_schedule .bl_header_btm-contents .bl_btn {
  color: #000;
}
body.lesson_program_schedule .bl_header_btm-contents .bl_btn:hover {
  color: #fff;
}
body.lesson_program_schedule #bl_hero h2 {
  font-weight: 500;
}

.program_icon img.side_icon_lp_style {
  height: 9px;
}

@media (max-width: 767px) {
  .program_icon img.side_icon_lp_style {
    height: 6px;
  }
}
p.holiday_desc {
  margin-top: 60px;
  color: #dc3545;
}

body.admission .bl_admission_btns {
  margin-top: 30px;
}
body.admission .bl_admission_btns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.admission .bl_admission_btns li {
  margin: auto 5px;
}
body.admission .bl_admission_btns li .bl_btn {
  height: 60px;
}
body.admission .bl_admission_btns li .bl_btn:hover:before {
  border-color: #fff;
}
body.admission .bl_section + .bl_section {
  margin-top: 100px;
}

@media (max-width: 769px) {
  body.admission .bl_admission_btns ul {
    display: block;
  }
  body.admission .bl_admission_btns li {
    margin: auto;
  }
}
body.suspension .bl_program_content-box ul li .bl_btn {
  line-height: 1.25;
}

#sc_content_wrap {
  display: flex;
  max-width: 1240px;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sc_content_wrap h3 {
  font-size: 30px;
  color: #041c5c;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1;
}
#sc_content_wrap img {
  max-width: 100%;
}
#sc_content_wrap .left_column {
  width: 44.11%;
}
#sc_content_wrap .left_column * {
  word-break: break-all;
}
#sc_content_wrap .right_column {
  width: 50.98%;
}
#sc_content_wrap .period {
  font-weight: bold;
  color: #041c5c;
}
#sc_content_wrap .btn_group_2_column {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
#sc_content_wrap .float_left:first-child {
  margin-right: 20px;
}

@media (max-width: 769px) {
  #sc_content_wrap {
    flex-direction: column;
  }
  #sc_content_wrap .left_column {
    width: 100%;
  }
  #sc_content_wrap .right_column {
    display: none;
  }
  #sc_content_wrap .btn_group_2_column {
    flex-direction: column;
    align-items: center;
  }
  #sc_content_wrap .float_left:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #sc_content_wrap .gotoform {
    display: flex;
    justify-content: center;
  }
}


/* home heroのスライドサイズ */
/* .bl_home_hero_slide { height: 51.407vw; } */
.bl_home_hero_slide { height: 46.9vw; }
body.joyplus .bl_home_hero_slide { height: 46.5vw; }
.bl_home_hero_slide .splide__slide { height: 100%; object-fit: contain; }
.bl_home_hero_slide img { width: 100%; height: 100%; margin: auto; display: block; object-fit: scale-down; object-fit: contain; }
@media (max-width: 769px) {
  .bl_home_hero_slide { height: 104vw; }
  body.joyplus .bl_home_hero_slide { height: 104vw; }
}

/* shop_table */
.shop_table { table-layout: fixed; width: 100%; border-collapse: collapse; table-layout: auto; margin: 20px 0; }
.shop_table th, .shop_table td { padding: 10px; border: 1px solid #ddd; }
.shop_table th { background-color: #f5f5f5; font-weight: bold; }
.shop_table a { letter-spacing: 0; }
.shop_table a:hover { text-decoration: underline; }
.area_name { background-color: #f0f0f0; font-weight: bold; font-size: 16px; width: 88px; text-align: center; vertical-align: middle; }
.area_name[colspan="2"] { width: 237px; }
.prefecture_name { background-color: #f8f8f8; font-weight: bold; font-size: 14px; width: 107px; text-align: center; vertical-align: middle; }
.ddwrap ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.ddwrap li { margin-right: 5px; line-height: 1; }
.ddwrap li a { line-height: 1; font-size: 14px; font-weight: normal; }
.ddwrap li a:before { content: ''; font-size: 10px; border-left: 14px solid #000000; margin-right: 0.25em; }
.ddwrap li a:hover { text-decoration: underline; }
.ddwrap li.midori a:before { border-color: #049098; }
.ddwrap li.aka a:before { border-color: #c21632; }
/* .ddwrap li.aka.new-shop a:before { border-color: #9c3643; } */
.ddwrap li.ao a:before { border-color: #002588; }
.ddwrap li.kuro a:before { border-color: #000000; }


/* 250718 土屋追記 ここから */
.bl_home_hero_sp .splide__slide {
  overflow: hidden;
}

.thumbnail_carousel_sp .splide__slide {
  overflow-x: clip;
  overflow-y: inherit;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home_hero_slide_sp .video-wrapper {
  position: relative;
  width: 200vw;
  width: 100%;
  height: 100%;
  padding-top: 100%; /* 16:9 アスペクト比 */
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_hero_slide_sp .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 100%;
  border: 0;
}
/* 250718 土屋追記 ここまで */

.app_bnts { margin-top: 1em; }
.app_bnts a { display: inline-block; }
.app_bnts a + a { margin-left: 10px; }

@media (max-width: 769px) {
  .app_bnts a + a { margin-left: 0; margin-top: 10px; }
}