/* home-Hero
-----------------------------------*/
.home-Hero {
  height: 630px;
  background: url("../img/bg_home_01_sp.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}
.no-webp .home-Hero {
  background-image: url("../img/bg_home_01_sp.jpg");
}
.home-Hero_Catch {
  max-width: 318px;
  margin-inline: auto;
  position: absolute;
  left: 28px;
  right: 28px;
  top: 60px;
  z-index: 10;
}
.home-Hero_Catch_Image {
  width: 100%;
  height: auto;
}
.home-Hero_Image {
  width: 177px;
  height: auto;
  position: absolute;
  left: 14px;
  top: 294px;
}
.home-Hero_Point {
  max-width: 355px;
  margin-inline: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -45px;
  z-index: 10;
}
.home-Hero_Point_Image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .home-Hero_Catch {
    max-width: 418px;
  }
  .home-Hero_Image {
    width: 227px;
    left: 24px;
  }
  .home-Hero_Point {
    max-width: 405px;
  }
}
@media screen and (min-width: 850px) {
  .home-Hero_Image {
    left: 54px;
  }
}
@media screen and (min-width: 960px) {
  .home-Hero {
    background-image: url("../img/bg_home_01_pc.webp");
  }
  .no-webp .home-Hero {
    background-image: url("../img/bg_home_01_pc.jpg");
  }
  .home-Hero_Catch {
    text-align: right;
    max-width: 978px;
    left: 80px;
    right: 80px;
    top: 77px;
  }
  .home-Hero_Catch_Image {
    width: 549px;
    transform: translateX(-13px);
  }
  .home-Hero_Image {
    width: 330px;
    left: 10px;
    top: auto;
    bottom: -74px;
  }
  .home-Hero_Point {
    text-align: right;
    max-width: 978px;
    left: 80px;
    right: 80px;
    top: 435px;
  }
  .home-Hero_Point_Image {
    width: 558px;
  }
}
@media screen and (min-width: 1040px) {
  .home-Hero_Image {
    width: 370px;
    left: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .home-Hero_Image {
    left: calc(50% - 560px);
  }
}
/* home-Features
-----------------------------------*/
.home-Features {
  max-width: 910px;
  margin-top: 102px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-Features_En {
  font-family: "Orbitron", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.home-Features_Content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.home-Features_Content_Item-image {
  max-width: 250px;
  margin-inline: auto;
}
.home-Features_Catch {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #363435;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: -5px;
}
.home-Features_Catch_Item {
  display: block;
}
.home-Features_Catch_Sm {
  font-size: 1.1875rem;
}
.home-Features_Catch + .home-Features_Text {
  margin-top: 20px;
}
.home-Features_Text + .home-Features_Text {
  margin-top: 10px;
}
.home-Features_Btn {
  margin-top: 30px;
}
.home-Features_Btn .sw-Btn01 {
  width: 100%;
  max-width: 280px;
}
.home-Features_Image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 374px) {
  .home-Features_Catch_Item {
    display: inline;
  }
}
@media screen and (min-width: 700px) {
  .home-Features_Content {
    flex-direction: row;
    column-gap: 30px;
    align-items: center;
  }
  .home-Features_Content_Item-text {
    flex: 1;
  }
  .home-Features_Content_Item-image {
    width: 260px;
    max-width: inherit;
    margin-inline: 0;
  }
}
@media screen and (min-width: 960px) {
  .home-Features {
    margin-top: 132px;
    padding-inline: 40px;
  }
  .home-Features_En {
    font-size: 3.125rem;
  }
  .home-Features_Content {
    column-gap: 60px;
  }
  .home-Features_Content_Item-image {
    width: 300px;
  }
  .home-Features_Catch {
    font-size: 1.75rem;
  }
  .home-Features_Catch_Sm {
    font-size: 1.375rem;
  }
  .home-Features_Btn {
    margin-top: 40px;
  }
}
/* home-ItemBnr
-----------------------------------*/
.home-ItemBnr {
  max-width: 880px;
  margin-top: 40px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-ItemBnr_Image {
  width: 100%;
  max-width: 600px;
  height: auto;
}

@media screen and (min-width: 960px) {
  .home-ItemBnr {
    margin-top: 80px;
    padding-inline: 40px;
  }
}
@media (any-hover: hover) {
  .home-ItemBnr_Link {
    transition: all 0.2s ease;
  }
  .home-ItemBnr_Link:hover {
    opacity: 0.7;
  }
}
/* home-GymSupport
-----------------------------------*/
.home-GymSupport {
  background: url("../img/bg_home_02_sp.webp") no-repeat center center;
  background-size: cover;
  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.no-webp .home-GymSupport {
  background-image: url("../img/bg_home_02_sp.jpg");
}
.home-GymSupport_Inner {
  max-width: 640px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-GymSupport_Title {
  color: #fff;
  text-align: center;
}
.home-GymSupport_Title::before {
  margin-inline: auto;
  right: 0;
}
.home-GymSupport_Text {
  color: #fff;
}
.home-GymSupport_Title + .home-GymSupport_Text {
  margin-top: 30px;
}
.home-GymSupport_Text + .home-GymSupport_Text {
  margin-top: 10px;
}
.home-GymSupport_Btn {
  text-align: center;
  margin-top: 30px;
}
.home-GymSupport_Btn .sw-Btn01 {
  width: 100%;
  max-width: 280px;
}
.home-GymSupport_En {
  font-family: "Orbitron", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 4.375rem;
  font-weight: 700;
  width: 1000px;
  text-align: center;
  position: absolute;
  left: calc(50% - 500px);
  bottom: -26px;
}

@media screen and (min-width: 700px) {
  .home-GymSupport {
    background-image: url("../img/bg_home_02_pc.webp");
  }
  .no-webp .home-GymSupport {
    background-image: url("../img/bg_home_02_pc.jpg");
  }
}
@media screen and (min-width: 960px) {
  .home-GymSupport {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .home-GymSupport_Inner {
    padding-inline: 40px;
  }
  .home-GymSupport_Title + .home-GymSupport_Text {
    margin-top: 40px;
  }
  .home-GymSupport_Btn {
    margin-top: 40px;
  }
  .home-GymSupport_En {
    font-size: 9.375rem;
    bottom: -56px;
  }
}
/* home-Flow
-----------------------------------*/
.home-Flow {
  margin-top: 72px;
  padding-bottom: 340px;
  position: relative;
}
.home-Flow_Inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
.home-Flow_Intro {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}
.home-Flow_En {
  font-family: "Orbitron", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.home-Flow_Intro + .home-Flow_Text {
  margin-top: 30px;
}
.home-Flow_Text + .home-Flow_Text {
  margin-top: 10px;
}
.home-Flow_Btn {
  margin-top: 30px;
}
.home-Flow_Btn .sw-Btn01 {
  width: 100%;
  max-width: 280px;
}
.home-Flow_Image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 600px) {
  .home-Flow {
    padding-bottom: 440px;
  }
  .home-Flow_Image {
    height: 380px;
  }
}
@media screen and (min-width: 960px) {
  .home-Flow {
    margin-top: 0;
    padding-top: 102px;
    padding-bottom: 100px;
  }
  .home-Flow_Inner {
    padding-inline: 40px;
  }
  .home-Flow_Intro, .home-Flow_Text, .home-Flow_Btn {
    margin-left: calc(50% + 50px);
  }
  .home-Flow_En {
    font-size: 3.125rem;
  }
  .home-Flow_Intro + .home-Flow_Text {
    margin-top: 40px;
  }
  .home-Flow_Btn {
    margin-top: 40px;
  }
  .home-Flow_Image {
    width: 50%;
    height: 100%;
  }
}
/* home-Item
-----------------------------------*/
.home-Item {
  background-color: #363435;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.home-Item_Title {
  color: #fff;
  text-align: center;
}
.home-Item_Title::before {
  margin-inline: auto;
  right: 0;
}
.home-Item_List {
  margin-top: 40px;
}
.home-Item_Btn {
  text-align: center;
  margin-top: 60px;
}
.home-Item_Btn .sw-Btn01 {
  width: 100%;
  max-width: 280px;
}
.home-Item_En {
  font-family: "Orbitron", sans-serif;
  color: rgba(255, 255, 255, 0.1);
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 13px;
  top: 13px;
}

@media screen and (min-width: 960px) {
  .home-Item_Btn {
    margin-top: 80px;
  }
  .home-Item_En {
    font-size: 9.375rem;
    left: calc(50% - 572px);
    top: 33px;
  }
}
/* home-Contact
-----------------------------------*/
.home-Contact {
  margin-bottom: 115px;
  padding-top: 120px;
  padding-inline: 20px;
  position: relative;
  overflow: hidden;
}
.home-Contact::before, .home-Contact::after {
  content: "";
  width: 100%;
  height: 280px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.home-Contact::before {
  background: linear-gradient(to right, #e1007e 0%, #c200b5 26.92%, #0009b5 100%);
  z-index: -3;
}
.home-Contact::after {
  background: url("../img/bg_home_03_sp.webp") no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: -2;
}
.no-webp .home-Contact::after {
  background-image: url("../img/bg_home_03_sp.jpg");
}
.home-Contact_Inner {
  max-width: 1000px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 50px 20px;
}
.home-Contact_Content-btns {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
.home-Contact_Title {
  text-align: center;
}
.home-Contact_Title::before {
  margin-inline: auto;
  right: 0;
}
.home-Contact_SubTitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #363435;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
}
.home-Contact_Btn + .home-Contact_SubTitle {
  margin-top: 25px;
}
.home-Contact_Text {
  text-align: center;
}
.home-Contact_Title + .home-Contact_Text {
  margin-top: 40px;
}
.home-Contact_Btn {
  margin-top: 10px;
}
.home-Contact_Btn_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  height: 80px;
  background: linear-gradient(to right, #e1007e 0%, #c200b5 26.92%, #0009b5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-Contact_Btn_Text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.home-Contact_Btn_Text::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../common/img/ico_mail_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}
.home-Contact_Tel {
  margin-top: 10px;
}
.home-Contact_Tel .js-TelLink {
  text-decoration: none;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  box-sizing: border-box;
}
.home-Contact_Tel_Num {
  font-family: "Noto Sans JP", sans-serif;
  color: #e1007e;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.home-Contact_Tel_Num::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../common/img/ico_tel_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  transform: translateY(2px);
}
.home-Contact_Tel_Open {
  font-size: 0.8125rem;
  margin-top: 2px;
}
.home-Contact_En {
  font-family: "Orbitron", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: 4.375rem;
  font-weight: 700;
  width: 1000px;
  text-align: center;
  position: absolute;
  left: calc(50% - 500px);
  top: 41px;
  z-index: -1;
}

@media screen and (max-width: 359px) {
  .home-Contact {
    padding-inline: 10px;
  }
  .home-Contact_Inner {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 700px) {
  .home-Contact::after {
    background-image: url("../img/bg_home_03_pc.webp");
  }
  .no-webp .home-Contact::after {
    background-image: url("../img/bg_home_03_pc.jpg");
  }
  .home-Contact_Inner {
    flex-direction: row;
    column-gap: 30px;
    padding-inline: 30px;
  }
  .home-Contact_Content-text {
    flex: 1;
  }
  .home-Contact_Content-btns {
    width: 300px;
    max-width: inherit;
    margin-top: 30px;
  }
  .home-Contact_Title {
    text-align: left;
  }
  .home-Contact_Title::before {
    margin-inline: 0;
    right: auto;
  }
  .home-Contact_SubTitle {
    text-align: left;
  }
  .home-Contact_Text {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .home-Contact {
    margin-bottom: 140px;
    padding-top: 200px;
    padding-inline: 40px;
  }
  .home-Contact_Inner {
    padding: 70px 50px 60px;
  }
  .home-Contact_Content-btns {
    width: 360px;
  }
  .home-Contact_En {
    font-size: 7.5rem;
    top: 63px;
  }
}
@media screen and (min-width: 1080px) {
  .home-Contact_Inner {
    padding-inline: 90px;
  }
}
@media (any-hover: hover) {
  .home-Contact_Btn_Link {
    position: relative;
  }
  .home-Contact_Btn_Link::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e1007e;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .home-Contact_Btn_Link:hover::before {
    opacity: 1;
  }
  .home-Contact_Btn_Text {
    position: relative;
  }
}