@charset "UTF-8";

/* ------------------------------
共通設定
--------------------------------*/
html{
  font-size: 62.5%;
  color: #fff;
  background: #000;
}
body{
  font-size: 1.6rem;
  font-family: Arial, YuGothic, "Yu Gothic Medium", "Yu Gothic",Helvetica, sans-serif;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe{
  width: 100%;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
}
.frexB{
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
ul{
  list-style: none;
}
a:hover{
  opacity: 0.5;
  transition: .4s;
}
.sec_txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 5%;
}
.sec_txt h2{
  font-size: 3.8rem;
  text-transform: uppercase;
}
.sec_txt p{
  line-height: 1.5;
}
.button a{
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  color: #000;
}
address{
  font-style: normal;
}

/* ------------------------------
Header
--------------------------------*/
.bg{
  background: url("../images/main_vis.jpg") no-repeat center/cover;
  height: 1080px;
}
header ul{
  align-items: center;
}
header .nav{
  padding-top: 2rem;
}
header li{
  margin-left: 2.4rem;
}
header a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.main_txt{
  font-size: 8rem;
  text-transform: uppercase;
  position: relative;
  top: 350px;
}
.main_txt span{
  display: block;
  font-size: 3.6rem;
}
/* ------------------------------
Purpose
--------------------------------*/
.purpose{
  text-align: center;
  padding: 5rem 0;
}
.purpose h1{
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.purpose p{
  line-height: 1.5;
}
/* ------------------------------
Location
--------------------------------*/
.location{
  background: url("../images/location_bg.jpg") no-repeat center/cover;
  height: 680px;
  position: relative;
}
.location_bg{
  background: #000;
  width: 612px;
  height: 200px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

/* ------------------------------
Lounge
--------------------------------*/
.lounge{
  background: url(../images/lounge_bg.jpg) no-repeat center/cover;
  height: 680px;
  position: relative;
}
.lounge_bg{
  background: #000;
  width: 612px;
  height: 270px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lounge_bg .button a{
  width: 190px;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
/* ------------------------------
Machine
--------------------------------*/
.machine{
  background: url(../images/machine_bg.jpg) no-repeat center/cover;
  height: 680px;
  position: relative;
}
.machine_bg{
  background: #000;
  width: 612px;
  height: 250px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.machine_bg .button a{
  width: 190px;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
/* ------------------------------
Trainer
--------------------------------*/
.trainer_flex{
  display: flex;
}
.sec_ttl{
  font-size: 3.8rem;
  border-left: 1px solid #fff;
  padding-left: 2rem;
  margin: 5rem 0;
}
.sec_ttl span{
  display: block;
  font-size: 1.2rem;
}
.owner_pic{
  width: 50%;
}
.owner_info{
  width: 50%;
}
.owner_info .name{
  font-size: 3.8rem;
  margin-bottom: 1rem;
}
.name span{
  display: block;
  font-size: 2.4rem;
}
.explin{
  margin-bottom: 1rem;
}
.owner_info .button a{
  width: 200px;
  margin-left: auto;
  margin-top: 1rem;
}

/* ------------------------------
Dojo
--------------------------------*/
.sec_dojottl{
  font-size: 3.8rem;
  border-left: 1px solid #fff;
  padding-left: 2rem;
  margin: 3rem 0 1rem 0;
}
.sec_dojottl span{
  display: block;
  font-size: 1.2rem;
}
.sec_dojo .button a{
  width: 200px;
  margin-left: auto;
  margin-top: 1rem;
}
.sec_dojo{
  margin-bottom: 10rem;
}
/* ------------------------------
Plan
--------------------------------*/
.sec_planttl{
  font-size: 3.8rem;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.sec_planttl span{
  display: block;
  font-size: 1.2rem;
}
.flex_pic{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 4rem;
  margin-bottom: 10rem;
}
/* ------------------------------
Store
--------------------------------*/
.sec_storettl{
  font-size: 3.8rem;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.sec_storettl span{
  display: block;
  font-size: 1.2rem;
}
.sec_store .button{
  text-align: center;
}
.sec_store .button a{
  width: 230px;
  margin: 2rem auto 5rem;
}
/* ------------------------------
Access
--------------------------------*/
.access{
  position: relative;
}
.access_bg{
  background: #000;
  width: 490px;
  height: 500px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.access_info{
  padding: 4rem 2rem;
}
.ttl_access{
  font-size: 3rem;
  text-transform: uppercase;
}
/* ------------------------------
Footer
--------------------------------*/
.sec_footer{
  display: flex;
  align-items: center;
  margin: 5rem 0 5rem;
  gap: 12rem;
}
.inner .copy{
  text-align: center;
}