@charset "UTF-8";
body {
  color: #000;
}
body.on-lock {
  overflow-y: hidden;
}
.ly_inner {
  width: 1000px;
  margin: 0 auto;
}
a {
  height: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.hp_pcNone {
  display: none !important;
}

.el_policy {
  text-align: center;
  margin: 30px 0 50px;
}

/*----------- slider -----------*/
.slick-arrow {
  position: absolute;
  top: 39%;
  z-index: 50;
  width: 86px;
  height: 86px;
  cursor: pointer;
  border: none;
  font-size: 0;
}
.slick-arrow.slick-prev {
  left: -70px;
  background: url(../img/pc_arrow_left.png) no-repeat center/contain;
}
.slick-arrow.slick-next {
  right: -70px;
  background: url(../img/pc_arrow_right.png) no-repeat center/contain;
}
.slick-dots {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  margin: 0 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b3434;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #e72091;
}

/*----------- header -----------*/
.ly_header {
  background: #000;
  padding: 6px 0;
}
.ly_header .ly_inner {
  width: 900px;
  margin: 0 auto;
  gap: 0 80px;
}
.ly_header .bl_reservation_btn li {
  width: 290px;
  height: auto;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  padding: 10px 0 10px 20px;
  margin: 0 auto;
  border-radius: 60px;
  box-shadow: none;
  background: #e71e90;
}
.ly_header .bl_reservation_btn li + li {
  margin-left: 15px;
}
.ly_header .bl_reservation_btn li a {
  color: #fff;
  font-size: 15px;
}
.ly_header .bl_reservation_subTxt {
  font-size: 22px;
}
.ly_header .bl_reservation_subTxt.__fs02 {
  font-size: 19px;
}
.ly_header .bl_reservation_txt.__ftpd02 {
  width: 250px;
}
.ly_header .bl_reservation_txt::after {
  right: 20px;
}

/*----------- reservation -----------*/
.bl_reservation_box {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-bottom: 20px;
}
.el_reservation_btn {
  width: 375px;
  background-color: #e71e90;
  border-radius: 40px;
  box-shadow: 0 8px 15px 0 #999;
  padding: 15px 20px;
}
.el_reservation_btn:hover {
  box-shadow: none;
  opacity: 0.7;
  transition: 0.5s;
  cursor: pointer;
}
.bl_reservation_txt {
  text-align: center;
  position: relative;
}
.bl_reservation_txt::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #fff;
  margin-top: -2px;
}
.bl_reservation_txt a {
  font-size: 20px;
  color: #fff;
}
.bl_reservation_subTxt {
  font-size: 30px;
}
.bl_reservation_subTxt.__fs02 {
  font-size: 26px;
}

/*----------- fv -----------*/
.ly_fv h2 {
  position: relative;
  text-align: center;
  background-color: #000;
}
.ly_fv h2 img {
  max-width: 100%;
}
.bl_fv_cp {
  position: absolute;
  margin-top: -315px;
  left: 0;
  right: 0;
  text-align: center;
}
.bl_fv_check {
  text-align: center;
  padding-bottom: 25px;
}
.ly_inner {
  display: flex;
  gap: 550px;
}

/*----------- fvinfo -----------*/
.bl_fv_info {
  padding: 180px 0 30px;
  background: url(../img/pc_info_background.jpg) no-repeat center/cover;
}
.bl_fv_infoBtn {
  text-align: center;
  margin-bottom: 10px;
}
.bl_fv_info .bl_campaign_popup {
  text-align: center;
  cursor: pointer;
}
.bl_fv_infoBubble {
  text-align: center;
  margin-bottom: 10px;
}
.bl_fv_infoPolicy{
  text-align: center;
}
.bl_fv_info .el_reservation_btn {
  box-shadow: 0 8px 15px 0 #111;
}

/*----------- program -----------*/
.ly_program {
  padding: 40px 0 50px;
  background: url(../img/pc_detail_catch_bg.png)no-repeat center top;
}
.el_program_title {
  text-align: center;
  margin-bottom: 90px;
}
.el_program_text {
  text-align: center;
  margin-bottom: 55px;
}
.el_program_more {
  text-align: center;
}

/*----------- service -----------*/
.ly_service {
  padding: 50px 0 70px;
  background: url(../img/pc_service_bg.jpg)no-repeat center bottom;
}
.el_service_title {
  text-align: center;
  margin-bottom: 50px;
}
.bl_service_slider {
  width: 890px;
  margin: 0 auto 55px;
}
.bl_service_slider .slick-arrow.slick-prev {
  left: calc(50% - 460px);
  background: url(../img/pc_arrow_left.png) no-repeat center / contain;
}
.bl_service_slider .slick-arrow.slick-next {
  right: calc(50% - 455px);
  background: url(../img/pc_arrow_right.png) no-repeat center / contain;
}
.bl_service_list {
  width: 895px;
  margin: 0 auto 20px;
  gap: 20px 30px;
}
.el_service_caution {
  text-align: center;
}

/*----------- point -----------*/
.ly_point {
  padding-top: 100px;
}
.bl_point_top {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6e88d7), to(#e25caf));
  background-image: linear-gradient(90deg, #6e88d7 0%, #e25caf 100%);
}
.bl_point_item {
  padding-bottom: 120px;
}
.bl_pointTop_slider {
  width: 700px;
  margin: 0 auto;
}
.bl_pointItem {
  width: 700px;
  height: 440px;
  border: solid 1px #000;
  background: #fff;
}
.bl_pointItem_ttl {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.1em;
  padding: 6px 0 2px;
}
.bl_pointItem_wrap {
  padding-top: 25px;
}
.bl_pointItem_img img {
  margin: 0 auto;
}
.bl_pointItem_subttl {
  margin: 18px 0 0 50px;
  color: #ff209f;
  font-size: 18px;
  line-height: 1.7777777778;
  padding: 0 15px;
}
.bl_pointItem_txt {
  margin: 0 50px;
  font-size: 17px;
  line-height: 1.7777777778;
  padding: 0 15px;
}
.el_pointItem_txt {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 30px;
}
.bl_pointItem_caution {
  width: 585px;
  font-size: 12px;
  line-height: 1.5;
  margin: 20px auto 0;
}
.bl_point_catch {
  text-align: center;
  margin-top: 73px;
}
.bl_bodymainte_bottom {
  position: relative;
  padding: 0 0 30px;
  background: linear-gradient(to bottom, transparent, transparent 170px, #e6e6e6 170px, #e6e6e6) ;
}
.bl_bodymainte_bottom::before {
  content: "";
  background: #e6e6e6;
  -webkit-clip-path: polygon(0 150px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 150px, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
.bl_bodymainte_catch {
  text-align: center;
  margin-bottom: 30px;
}
.bl_bodymainte_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.bl_bodymainte_btn {
  margin-top: 20px;
  display: block;
}
.bl_bodymainte_popup {
  margin-top: 12px;
}
.ly_point .bl_info {
  padding: 40px 0 30px;
  background: #e6e6e6;
}

/*----------- info -----------*/
.bl_info {
  padding: 20px 0 30px;
}
.el_info_bubble {
  text-align: center;
  margin-bottom: 10px;
}
.el_info_text {
  text-align: center;
  margin-bottom: 10px;
}
.bl_info .bl_campaign_popup {
  text-align: center;
  cursor: pointer;
}

.bl_infoPolicy{
  text-align: center;
}

/*----------- campaign -----------*/
.bl_campaign_wrapper img {
  width: 100%;
}
.ly_campaign {
  margin-top: 53px;
}
.bl_campaign_inner {
  max-width: 1000px;
  text-align: center;
  padding: 375px 0 20px;
  margin: 0 auto;
  border-radius: 20px;
  background: url(../img/pc_campaign_background.png) no-repeat top center / 100% auto;
}
.bl_campaign_ttl {
  margin-top: -86px;
}
.bl_campaign_img02 {
  margin-top: 30px;
}
.bl_campaign_img03 {
  margin-top: 40px;
}
.el_policy.el_policy__campaign {
  margin-top: 24px;
}
.bl_campaign_btn {
  margin-top: 15px;
  display: block;
}
.bl_fv_infoBtn.__02 a{
  margin-top: 50px;
}
.bl_campaign_popup {
  margin-top: 12px;
}
.el_campaign_annotation {
  margin-top: 30px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.bl_campaign_benefits,
.bl_campaign_image {
  margin-top: 45px;
}
.bl_bodymainte_bottom_wrapper {
  width: 1000px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding-bottom: 50px;
}
.bl_campaign_area {
  padding-bottom: 100px;
}
.bl_bodymainte_ttl {
  margin-top: 90px;
}

/*----------- campaign--point -----------*/
.ly_campaign.ly_campaign--point {
  margin-top: -15px;
}
.ly_campaign.ly_campaign--point .bl_campaign_inner {
  padding-top: 87px;
}
.ly_campaign.ly_campaign--point .bl_campaign_price {
  margin-top: 40px;
}
.ly_campaign.ly_campaign--point .bl_campaign_btn {
  margin-top: 20px;
}
.bl_campaign_catch {
  margin-top: 62px;
}
.ly_point + .ly_campaign {
  padding-bottom: 150px;
}

/*----------- beforeafter -----------*/
.ly_beforeafter {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgb(161, 52, 154)), to(rgb(0, 0, 0)));
  background-image: linear-gradient(180deg, rgb(161, 52, 154) 70%, rgb(0, 0, 0) 100%);
  position: relative;
  padding: 55px 0 45px;
}
.ly_beforeafter::before {
  content: "";
  background: url(../img/pc_beforeafter_background.jpg) no-repeat center top/cover;
  width: 100%;
  height: 380px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.ly_beforeafter::after {
  content: "";
  background: url(../img/pc_beforeafter_contain_background.png) no-repeat center/cover;
  width: 100%;
  height: 380px;
  display: inline-block;
  position: absolute;
  top: 113px;
  left: 0;
}
.bl_beforeafter_ttl {
  margin-left: 40px;
  z-index: 10;
  position: relative;
}
.bl_beforeafter_slider {
  position: relative;
  z-index: 10;
  margin: 50px 0 0 80px;
}
.bl_beforeafter_slider .slick-arrow {
  top: 30%;
  background: url(../img/pc_before_after_arrow.png) no-repeat center/contain;
}
.bl_beforeafter_slider .slick-arrow.slick-next {
  right: 0;
}
.bl_beforeafter_slider .slick-arrow.slick-prev {
  left: -95px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bl_beforeafter_slider .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0 0 15px;
}
.bl_beforeafter_slider .slick-dots li {
  background: #999;
  margin: 0 8px;
}
.bl_beforeafter_slider .slick-dots li.slick-active {
  background: #ff209f;
}
.bl_beforeafter_slider .slick-disabled {
  display: none !important;
}
.bl_beforeafter_item {
  width: 500px;
  height: 770px;
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
  padding: 9px 0;
}

.bl_beforeafter_img img {
  margin: 0 auto;
}

.bl_beforeafter_txt {
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  padding: 0 40px;
  word-break: break-word;
}
.bl_beforeafter_txt::before {
  content: "※";
}
.bl_beforeafter_txt:first-of-type {
  margin-top: 17px;
}

/*----------- reason -----------*/
.ly_reason {
  padding: 90px 0 77px;
}
.bl_reason_wrap {
  width: 1000px;
  padding: 55px 80px 80px;
  margin: 0 auto;
  background: url(../img/pc_reason_background.jpg) no-repeat top center / 100% auto;
}
.bl_reason_ttl {
  text-align: center;
  margin-bottom: 65px;
}
.bl_reasonList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bl_reasonList li + li {
  margin-top: 70px;
}
.bl_reasonList_txt {
  font-size: 18px;
  line-height: 1.5;
  width: 310px;
}
.bl_reasonList_img.bl_reasonList_img__trainer {
  margin: 0 5px;
}
.bl_reason_catch {
  text-align: center;
  margin-top: 75px;
}
.bl_reason_btn {
  text-align: center;
  margin-top: 20px;
}
.bl_reason_popup {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_reason_popup:hover {
  opacity: 0.8;
}

/*----------- price -----------*/
.ly_price {
  background: #e6e6e6;
  position: relative;
  padding: 145px 0 80px;
  overflow-x: hidden;
}
.ly_price::before {
  content: "";
  background: url(../img/pc_price_background.jpg) no-repeat top center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 160px, 0% 400px);
          clip-path: polygon(0 0, 100% 0, 100% 160px, 0% 400px);
  min-width: 1800px;
  width: 100%;
  height: 480px;
  display: inline-block;
  aspect-ratio: 1800/480;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_price_ttl {
  position: relative;
  z-index: 10;
  text-align: center;
}
.bl_price_catch {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 70px;
}
.bl_price_free {
  text-align: center;
  margin-top: 30px;
}
.bl_pricePlan {
  width: 1000px;
  margin: 50px auto 0;
  padding: 105px 0 78px;
  background: url(../img/pc_price_plan_background.png) no-repeat center/cover;
}
.bl_pricePlan_ttl {
  text-align: center;
}
.bl_pricePlan_subttl {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background: #657fdd;
  border-radius: 22px;
  padding: 11px 0;
  width: 350px;
  margin: 15px auto 0;
}
.bl_pricePlan_banner {
  text-align: center;
  margin-top: 50px;
}
.bl_pricePlan_list {
  margin-top: 30px;
  width: 950px;
  margin: 30px auto 0;
}
.bl_pricePlan_list li {
  background: #fff;
}
.bl_pricePlan_list li + li {
  margin-top: 20px;
}
.bl_pricePlan_listHead {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
}
.bl_pricePlan_listCont {
  text-align: center;
  padding: 20px 0;
}
.bl_pricePlan_listCont.bl_pricePlan_listCont__benefits {
  padding: 25px 0;
}
.bl_pricePlan_emphasis {
  text-align: center;
  margin-top: 50px;
}
.bl_pricePlan_catch {
  text-align: center;
  margin-top: 55px;
}
.bl_pricePlan_btn {
  text-align: center;
  margin-top: 20px;
}
.bl_pricePlan_popup {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pricePlan_popup:hover {
  opacity: 0.8;
}
.bl_price_detail {
  max-width: 1000px;
  text-align: center;
  margin: 50px auto 20px;
}
.bl_price_detail dl + dl {
  margin-top: 20px;
}
.bl_price_detail dl dt {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 17px 0;
  background: #000;
}
.bl_price_detail dl dd {
  padding: 20px 10px 10px;
  background: #fff;
}

.bl_price_detail dl dd .annotation {
  font-size: 12px;
  text-align: right;
}
.bl_price_detail dl dd span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.bl_price_detailWrapper {
  text-align: right;
}
.bl_price_detailWrapper span {
  margin: 8px 20px 0 0;
}
.bl_price_detail ul {
  margin-top: 25px;
}
.bl_price_detail ul li {
  width: 490px;
}
.bl_price_popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.el_price_popup_annotation {
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 2;
}
.el_plan_ttl{
  text-align: center;
  margin: 100px 0 50px;
}
.bl_price_list {
  background: url(../img/pc_price_planlist_backgroundImage.png) no-repeat center;
  width: 1000px;
  justify-content: space-around;
  margin: 0 auto;
}
.bl_price_list img{
  margin-bottom: 20px;
}
.el_plan_table {
  text-align: center;
  margin: 60px 0 20px;
}
.el_plan_menu{
  text-align: center;
}
.bl_plan_btn {
  text-align: center;
  margin-top: 20px;
}
.bl_plan_popup {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_plan_popup:hover {
  opacity: 0.8;
}
/*----------- campaign_price -----------*/
.ly_campaign.ly_campaign--price {
  margin-top: 90px;
  padding-bottom: 50px;
}
.ly_campaign.ly_campaign--price .bl_campaign_inner {
  padding-bottom: 20px;
}
.ly_campaign.ly_campaign--price .bl_campaign_catch {
  margin-top: 50px;
}
.ly_campaign.ly_campaign--price .bl_campaign_btn {
  margin-top: 20px;
}

/*----------- flow -----------*/
.ly_flow {
  background: #fff9fa;
  padding: 50px 0 135px;
  overflow-x: hidden;
}
.bl_flow_ttl {
  text-align: center;
}
.bl_flow_slider {
  margin-top: 48px;
  position: relative;
  z-index: 10;
  margin: 50px 0 0 80px;
}
.bl_flow_slider .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 18px 0 0 3px;
}
.bl_flow_slider .slick-dots li {
  margin: 0 7px;
}
.bl_flow_slider .slick-arrow {
  top: 30%;
  background: url(../img/pc_before_after_arrow.png) no-repeat center/contain;
}
.bl_flow_slider .slick-arrow.slick-next {
  right: -15px;
}
.bl_flow_slider .slick-arrow.slick-prev {
  left: -95px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.bl_flow_slider .slick-disabled {
  display: none !important;
}
.bl_flow_item {
  margin: 0 14px;
  width: 310px;
  height: 390px;
  background: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 17px 0;
}
.bl_flow_head img {
  margin: 0 auto;
}
.bl_flow_img {
  margin-top: 15px;
}
.bl_flow_img img {
  margin: 0 auto;
}
.bl_flow_txt {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  margin: 15px 19px;
}
.bl_flow_btn {
  text-align: center;
  margin-top: 20px;
}
.bl_flow_free {
  text-align: center;
  margin-top: 40px;
}

/*----------- faq -----------*/
.ly_faq {
  background: #e6e6e6;
  position: relative;
  padding: 68px 0 100px;
  overflow-x: hidden;
}
.ly_faq::before {
  content: "";
  background: url(../img/pc_faq_background.jpg) no-repeat top center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90px, 0% 330px);
          clip-path: polygon(0 0, 100% 0, 100% 90px, 0% 330px);
  min-width: 1800px;
  width: 100%;
  height: 480px;
  display: inline-block;
  aspect-ratio: 1800/480;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bl_faq_ttl {
  position: relative;
  z-index: 10;
  text-align: center;
}
.bl_faqList {
  margin: 66px auto 0;
  width: 1000px;
}
.bl_faqList li + li {
  margin-top: 20px;
}
.bl_faqList_ttl {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faqList_ttl:hover {
  opacity: 0.8;
}
.bl_faqList_ttl::before {
  content: "";
  background: url(../img/pc_faq_question.png) no-repeat center/contain;
  width: 100px;
  height: 80px;
  display: inline-block;
  margin-right: 50px;
}
.bl_faqList_ttl::after {
  content: "";
  background: url(../img/pc_faq_open.png) no-repeat center/contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_faqList_ttl.open::after {
  background: url(../img/pc_faq_close.png) no-repeat center/contain;
}
.bl_faqList_conts {
  display: none;
  background: #fff;
  padding: 15px 45px 23px 110px;
  position: relative;
}
.bl_faqList_conts::before {
  content: "";
  background: url(../img/pc_faq_answer.png) no-repeat center/contain;
  width: 20px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 40px;
}
.bl_faqList_txt {
  font-size: 14px;
  line-height: 1.6428571429;
}
.bl_faqList_txt a {
  color: #f00ccb;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.bl_faqList_txt.bl_faqList_txt__list {
  text-indent: -1em;
  padding-left: 1em;
}
.bl_faqList_txt.bl_faqList_txt__list::before {
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.bl_faqList_txt.bl_faqList_txt__mt {
  margin-top: 23px;
}
.bl_faqList_item:not(:first-of-type) {
  margin-top: 20px;
}
.bl_faqList_item.bl_faqList_item__list:first-of-type {
  margin-top: 22px;
}
.bl_faqList_item.bl_faqList_item__list:not(:first-of-type) {
  margin-top: 0;
}
.bl_faqList_item dt {
  font-size: 14px;
  line-height: 1.6428571429;
  font-weight: bold;
}
.bl_faqList_item dt::before {
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.bl_faqList_item dd {
  font-size: 14px;
  line-height: 1.6428571429;
  margin: 2px 0 0 15px;
}

/*----------- studios -----------*/
.ly_studios {
  margin-top: 60px;
  padding-bottom: 90px;
}
.bl_studios_ttl {
  text-align: center;
}
.bl_studios_subttl {
  text-align: center;
  margin-top: 65px;
}
.bl_studios_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 60px auto 0;
}
.bl_studios_list li {
  text-align: center;
  background: url(../img/);
  width: 240px;
  height: 60px;
  font-size: 0;
  cursor: pointer;
}
.bl_studios_list li.bl_studios_ginza {
  background: url(../img/pc_studios_button_ginza_close.png) no-repeat center/contain;
}
.bl_studios_list li.bl_studios_ikebukuro {
  background: url(../img/pc_studios_button_ikebukuro_close.png) no-repeat center/contain;
}
.bl_studios_list li.bl_studios_omori {
  background: url(../img/pc_studios_button_omori_close.png) no-repeat center/contain;
}
.bl_studios_list li.bl_studios_baba {
  background: url(../img/pc_studios_button_baba_close.png) no-repeat center/contain;
}
.bl_studios_list li.current {
  height: 68px;
}
.bl_studios_list li.current.bl_studios_ginza {
  background: url(../img/pc_studios_button_ginza_open.png) no-repeat center/contain;
}
.bl_studios_list li.current.bl_studios_ikebukuro {
  background: url(../img/pc_studios_button_ikebukuro_open.png) no-repeat center/contain;
}
.bl_studios_list li.current.bl_studios_omori {
  background: url(../img/pc_studios_button_omori_open.png) no-repeat center/contain;
}
.bl_studios_list li.current.bl_studios_baba {
  background: url(../img/pc_studios_button_baba_open.png) no-repeat center/contain;
}
.bl_studios_item {
  display: none;
  width: 1000px;
  margin: 12px auto 0;
  border: solid 1px #000;
}
.bl_studios_item:first-of-type {
  display: block;
}
.bl_studios_head {
  color: #fff;
  background: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-align: center;
  padding: 20px 0;
}
.bl_studios_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 38px 0 10px;
}
.bl_studios_wrapper iframe {
  display: block;
  margin: 40px auto 0;
}
.bl_studios_slider {
  width: 400px;
  margin-left: 65px;
}
.bl_studios_slider .slick-arrow {
  top: 130px;
  width: 76px;
  height: 75px;
}
.bl_studios_slider .slick-arrow.slick-prev {
  left: -40px;
}
.bl_studios_slider .slick-arrow.slick-next {
  right: -40px;
}
.bl_studios_slider .slick-dots {
  margin: 15px auto 0;
}
.bl_studios_info {
  width: 442px;
  margin-left: 60px;
}
.bl_studios_infoHead {
  width: 427px;
}
.bl_studios_infoHead dt {
  background: #ead6fe;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bd78d7;
}
.bl_studios_infoHead dd {
  padding: 13px 20px 33px;
  font-size: 15px;
  line-height: 1.6;
}
.el_studios_policy{
  text-align: center;
}
.bl_studioReservation_text {
  text-align: center;
  margin-bottom: 10px;
}
.bl_studioReservation_btn {
  display: flex;
  justify-content: center;
}
.bl_studioReservation_btn li {
  width: 200px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 0;
  border-radius: 60px;
  box-shadow: 0 8px 15px 0 #999;
  background: #e72091 url(../img/sp_fixed_arrow.png)no-repeat center right 10px;
}
.bl_studioReservation_btn li + li {
  margin-left: 15px;
}
.bl_studioReservation_btn li a {
  color: #fff;
}
.bl_studioReservation_btn .bl_reservation_subTxt {
  font-size: 24px;
}
.bl_studioReservation_btn .bl_reservation_subTxt {
  font-size: 24px;
}
.bl_studioReservation_btn .bl_reservation_subTxt.__fs02 {
  font-size: 20px;
}
.bl_studios_btn {
  margin: 7px 0 0 -7px;
}

/*----------- footer -----------*/
.ly_footer {
  background: #000;
  text-align: center;
  padding: 37px 0 14px;
}
.bl_footer_copyright {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 32px;
}

/*----------- fixed -----------*/
.ly_fixed {
  display: none;
  position: fixed;
  right: 23px;
  bottom: 50px;
  z-index: 90;
}
.el_policy_fixed {
  padding: 15px 0;
  height: inherit;
}
.el_fixed_text {
  margin-bottom: 10px;
}
.bl_reservation_btn li {
  width: 160px;
  height: 160px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 100%;
  box-shadow: none;
  background: #e71e90 url(../img/pc_fixed_arrow.png)no-repeat center bottom 10px;
}
.bl_reservation_btn li + li {
  margin-top: 10px;
}
.bl_reservation_btn li a {
  color: #fff;
}
.ly_fixed .bl_reservation_box {
  display: block;
}
.el_reservation_text {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}

/*----------- popup -----------*/
.ly_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 97;
  display: none;
}
.bl_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .75);
  z-index: 98;
}
.bl_popup_body {
  background: #fff;
  -webkit-box-shadow: 0px 20px 23px 0px rgba(82, 0, 47, .2);
          box-shadow: 0px 20px 23px 0px rgba(82, 0, 47, .2);
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1060px;
  height: calc(100vh - 100px);
  z-index: 99;
  padding: 50px 0;
  overflow: auto;
}
.bl_popup_close {
  position: absolute;
  top: 10px;
  right: 12px;
}
.bl_popupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 6px auto 0;
}
.bl_popupList li {
  width: 312px;
  height: 465px;
  padding: 30px 20px;
  background: url(../img/pc_popup_step_background.png) no-repeat center/contain;
}
.bl_popupList_ttl {
  text-align: center;
}
.bl_popupList_txt {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 14px;
}
.bl_popupList_txt.bl_popupList_txt__select {
  margin-top: 25px;
}
.bl_popupList_btn {
  width: 273px;
  margin: 30px auto 0;
}
.bl_popupList_btn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_popupList_img {
  margin-top: 28px;
}
.bl_popupLesson {
  background: #f2f2f2;
  width: 1000px;
  margin: 42px auto 0;
  padding: 36px 0 55px;
}
.bl_popup_ttl {
  text-align: center;
}
.bl_popupLesson_list {
  width: 700px;
  margin: 38px auto 0;
}
.bl_popupLesson_list li {
  width: 700px;
  border: solid 1px #000;
  background: #fff;
}
.bl_popupLesson_list li + li {
  margin-top: 8px;
}
.bl_popupLesson_ttl {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.1em;
  padding: 6px 0 2px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.bl_popupLesson_ttl:hover {
  opacity: 0.8;
}
.bl_popupLesson_ttl::after {
  content: "";
  background: url(../img/sp_program_close.png) no-repeat center/contain;
  width: 18px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_popupLesson_ttl.open::after {
  background: url(../img/sp_program_open.png) no-repeat center/contain;
}
.bl_popupLesson_wrap {
  padding: 25px 0;
  display: none;
}
.bl_popupLesson_img {
  text-align: center;
}
.bl_popupLesson_subttl {
  margin: 18px 0 0 50px;
  color: #ff209f;
  font-size: 18px;
  line-height: 1.7777777778;
}
.bl_popupLesson_txt {
  margin: 0 50px;
  font-size: 18px;
  line-height: 1.7777777778;
}
.bl_popup_btn {
  text-align: center;
  margin-top: 43px;
}
/* transfar_popup　pea_popup */
.bl_popup_campaign{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
.bl_popup_period{
  margin: 15px 0 4px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
}
.js_transfar_popup{
  cursor: pointer;
}
.js_pea_popup{
  cursor: pointer;
}
.bl_popup_campaign_btn{
  text-align: center;
  margin: 20px auto 40px;
  padding: 20px 0;
  max-width: 500px;
  background: #e6e6e6;
  font-size: 22px;
  text-decoration: underline;
  text-underline-offset: 12px;
  font-weight: bold;
}
.bl_transfar_content {
  background: #fff;
  -webkit-box-shadow: 0px 20px 23px 0px rgba(82, 0, 47, .2);
          box-shadow: 0px 20px 23px 0px rgba(82, 0, 47, .2);
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  z-index: 99;
}
.bl_popup_content_box{
  height: calc(100vh - 100px);
  overflow: auto;
}
.bl_popup_period.__popup_period{
  margin: 0;
}
.bl_popup_close.__popup_close{
  top: -33px;
  right: -35px;
  z-index: 999;
}
.bl_content_btn{
  background: #fef1f8;
  padding-bottom: 70px;
}
.bl_popup_copy{
  margin-top: 64px;
}
.bl_popup_period.__popup_period{
  margin: 0;
}
.bl_popup_text{
  width: 820px;
  line-height: 30px;
  text-align: left !important;
  margin: 0 auto;
  font-size: 18px;
  padding: 30px 0 50px;
}
.bl_popup_text .bl_mark{
  line-height: 30px;
  position: relative;
}
.bl_popup_text .bl_mark::before{
  position: absolute;
  content: "⚫️";
  top: 0;
  left: -25px;
}
.bl_pair_store {
  padding: 40px 0 25px;
  background: #fef1f8;
}
.bl_pair_store .bl_transfar_img {
  margin-bottom: 30px;
}
.bl_pair_store .el_pairStore_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.bl_pair_store .bl_pairStore_list li {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 15px;
}
