/*Mv
=======================================================*/
.mv{
  position: relative;
  margin-top: 60px!important;
}
.mv-catch{
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 70vh;
}
.mv-bg{
  height: 100%;
}
.mv-bg img{
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  display: block;
}
.mv-catch-box{
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.mv-catch-box-catch1{
	font-family: "ZenOldMincho Bold";
  font-size: 37px;
  line-height: 1.3;
  width: fit-content;
}
.mv-catch-box-catch1 span{
  font-size: 65px;
  margin-right: 10px;
}
.mv-catch-box-sub{
  margin-top: 20px;
  line-height: 2;
  background: #696766;
  color:#fff;
  width: fit-content;
	font-family: "ZenOldMincho Bold";
  transform:skewX(-20deg);
  padding: 20px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.mv-catch-box-sub .mv-catch-box-sub-txt{
  transform: skewX(20deg);
  display: block;
  font-size: 22px;
  line-height: 1.2;
}
.mv-catch-box-sub span{
  transform: skewX(0deg);
}
.mv-catch-box-sub span.mv-catch-box-sub-txt1{
  font-size: 30px;
  line-height: 1.5;
}
.mv-catch-box-sub span.mv-catch-box-sub-txt2{
  font-size: 40px;
  line-height: 1;
}
.mv-catch-box-sub span.mv-catch-box-sub-txt3{
  font-size: 35px;
}
.mv-item1{
  position: absolute;
  top:0;
  left: 0;
  z-index: 0;
  width: 14%;
  object-fit: contain;
}
.mv-botom{
  background: #505050;
  position: relative;
  color: #fff;
  font-family: "ZenOldMincho Bold";
}
.mv-b-item{
  position: absolute;
  object-fit: contain;
  top: -110px;
  z-index: 1;
  left: -140px;
}
.mv-botom-box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.mv-botom-txt1{
  font-size: 20px;
  padding: 0 20px 0 0;
}
.mv-botom-txt1 span{
  font-size: 30px;
}
.mv-botom-txt2{
  background: #fff;
  color:#E60012;
  font-size: 40px;
  display: flex;
  position: relative;
}
.mv-botom-txt2::before{
  content: "";
  background: #505050;
  clip-path: polygon(0 0, 0% 100%, 38% 50%);
  width: 40px;
}
.mv-botom-txt2::after{
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 38% 50%);
  width: 40px;
  position: absolute;
  right: -39px;
  height: 100%;
}
.mv-botom-txt3{
  font-size: 30px;
  display: flex;
  padding-left: 40px;
}

@media screen and (max-width: 1350px){
  .mv-botom-box{
    width: 90%;
  }
  .mv-b-item{
    left: 0;
    top: -115px;
    width: 135px;
  }
}
@media screen and (max-width: 1200px){
  .mv-botom-txt1{
      font-size: 1.5vw;
  }
  .mv-botom-txt1 span{
    font-size: 2.5vw;
  }
  .mv-botom-txt2{
    font-size: 3vw;
  }
  .mv-botom-txt3{
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px){
  .mv-catch-box{
    width: 90%;
  }
}
@media screen and (max-width: 768px){
  .mv-catch{
    height: 75vh;
  }
  .mv-bg{
    position: relative;
  }
  .mv-bg::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mv-bg img{
    object-fit: cover;
    min-height: calc(70vh - 50px); /* Fallback */
    min-height: calc(var(--vh, 1vh) * 70 - 50px);
    /*height: calc(100vh - 50px);*/
    object-position: 77% 100%;
  }
  .mv-catch-box-catch1{
    font-size: 5vw;
    color: #fff;
    text-shadow: 2px 1px 2px #000;
  }
  .mv-catch-box-catch1 span{
    font-size: 11vw;
    line-height: 1.3;
  }
  .mv-catch-box-sub{
    padding: 10px 15px;
    transform: skewX(-10deg);
  }
  .mv-catch-box-sub .mv-catch-box-sub-txt{
    font-size: 5vw;
    transform: skewX(10deg);
  }
  .mv-catch-box-sub span.mv-catch-box-sub-txt1{
    font-size: 7vw;
  }
  .mv-catch-box-sub span.mv-catch-box-sub-txt2{
    font-size: 8vw;
  }
  .mv-catch-box-sub span.mv-catch-box-sub-txt3{
    font-size: 7vw;
    line-height: 1.3;
  }
  .mv-item1{
    width: 30%;
  }
  .mv-botom-box{
    width: 100%;
    flex-wrap: wrap;
  }
  .mv-botom-txt1{
    padding: 0 0 0 0;
    font-size: 3vw;
  }
  .mv-botom-txt1 span{
    font-size: 5vw;
  }
  .mv-botom-txt2::before{
    content: unset;
  }
  .mv-b-item{
    position: unset;
    width: 80px;
  }
  .mv-botom-txt2{
    width: 100%;
    font-size: 8vw;
    justify-content: center;
    padding-top: 5px;
    line-height: 1.5;
  }
  .mv-botom-txt2::after{
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100vw;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -19px;
  }
  .mv-botom-txt3{
    padding-left: 0;
    padding-top: 15px;
    font-size: 7vw;
    position: relative;
  }
  .mv-botom-txt3::after{
    content: "";
    bottom: -19px;
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #505050;
  }
}
@media screen and (max-width: 480px){
}

/*お問い合わせ
=======================================================*/
.contact{
  background: #F0F0F0;
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){
  .contact-txt{
    font-size: 4vw;
  }
}

/*今だけ限定特典
=======================================================*/
.benefit{
  background: #E3E1E1;
}
.benefit h2{
  font-size: 40px;
  text-align: center;
  font-family: "ZenOldMincho Bold";
}
.benefit-wrap{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 70px;
}
.benefit-box{
  width: 270px;
  aspect-ratio: 1 / 1;
  border-radius: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "ZenOldMincho Bold";
  box-shadow: 0 4px 0px #000;
  border: 1px solid #505050;
  position: relative;
}
.benefit-box-num{
  font-family: "Oswald Bold";
  font-size: 50px;
  position: absolute;
  top: -50px;
  color:#505050;
}
.benefit-box-txt{
  text-align: center;
}
.benefit-box-txt span{
  color:#E60012;
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 768px){
  .benefit h2{
    font-size: 8vw;
  }
  .benefit-wrap{
    flex-wrap: wrap;
    gap: 20px;
  }
  .benefit-box{
    width: 42vw;
  }
  .benefit-box-num{
    font-size: 12vw;
    line-height: 1.7;
  }
  .benefit-box-txt{
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .benefit-box-txt span{
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px){
}

/*実績紹介
=======================================================*/
.results{
  position: relative;
  z-index: 1;
}
.results .common{
  padding: 50px 0 0;
}
.results h2{
  font-family: "Oswald Bold";
  font-size: 60px;
  line-height: 1.3;
  position: relative;
  width: fit-content;
}
.results h2::before{
  content: "";
  display: block;
  background: #000;
  height: 30px;
  width: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 54%;
  top: 25%;
}
.results h2 span{
  font-family: "NotoSansJP Bold";
  display: block;
  font-size: 25px;
}
.results-item{
  position: absolute;
  top:0;
  right: 0;
}
.results-wrap{
  position: relative;
  color:#fff;
}
.results-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  transform: skewY(-10deg);
  z-index: -1;
}
.results-wrap::after{
  content: '';
  position: absolute;
  top: 200px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: #EFEFEF;
  z-index: -2;
}
.results-txt{
  margin-left: auto;
  width: fit-content;
  font-size: 18px;
}
.results-txt span{
  font-size: 23px;
  color:#EEFF00;
  line-height: 1;
}
.results-inner{
  display: flex;
  gap:20px;
  padding:30px 0 100px;
  margin-top: 50px;
}
.results-box{
  background:rgba(255,255,255,0.4);
  width: calc(100% / 3);
  padding: 20px;
}
.results-box-icon{
  margin: -50px auto 0;
  display: block;
}
.results-box-img{
  object-fit: contain;
  height: 250px;
  margin: 0 auto 10px;
  display: block;
}
.results-box-sex{
  margin-bottom: 10px;
}
.results-box-after{
  font-size: 35px;
  line-height: 1.2;
}
.results-box-after .fs-25{
  font-size: 25px;
}
.results-box-after .fs-35{
  font-size: 35px;
}
.results-box-after .fs-45{
  font-size: 45px;
}
.results-box-success{
  font-size: 25px;
}

@media screen and (max-width: 768px){
  .results h2{
    font-size: 8vw;
  }
  .results h2::before{
    height: 20px;
    width: 13px;
    left: 54%;
    top: 15%;
  }
  .results h2 span{
    font-size: 4vw;
  }
  .results-txt{
    font-size: 4vw;
    margin-left: 0;
  }
  .results-txt span{
    font-size: 6vw;
    display: block;
    line-height: 1.8;
  }
  .results-inner{
    flex-wrap: wrap;
    gap: 40px;
  }
  .results-box{
    width: 100%;
  }
  .results-box-sex{
    margin-bottom: 0;
  }
  .results-box-img{
    height: auto;
    width: 100%;
  }
  .results-box-after span{
    line-height: 1;
  }
}
@media screen and (max-width: 480px){
}

/*お悩み
=======================================================*/
.trouble{

}
.trouble h2{
  color:#fff;
  background: #434343;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  padding: 5px 20px;
}
.trouble h2::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #434343;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.trouble h2 span{
  color:#EEFF00;
}
.trouble-detail{
  background: #EFEFEF;
}
.trouble-detail .common{
  padding: 100px 0 50px;
}
.trouble-detail .common::before{
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #EFEFEF;
  width: 100%;
  height: 130px;
  display: block;
  position: absolute;
  bottom: -129px;
  z-index: -1;
}
.trouble-inner{
  display: flex;
  gap: 30px;
  width: fit-content;
  margin: 80px auto 0;
}
ul.trouble-box{ 
}
ul.trouble-box li{
  background: #fff;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .2);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-size: 20px;
  margin-bottom: 15px;
  width: fit-content;
  font-family: "NotoSansJP Medium";
}
ul.trouble-box li::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/check-b.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
ul.trouble-box li:last-child{
  margin-bottom: 0;
}
.trouble-solve .common{
  margin: -100px auto 0;
}
.trouble-solve-wrap{
  display: flex;
  align-items: center;
}
img.trouble-solve-img{
  width: 55%;
  object-fit: contain;
}
.trouble-solve-box img{
  object-fit: contain;
}
.trouble-solve-box-txt{
  font-size: 23px;
  width: fit-content;
  margin-left: auto;
  text-align: center;
}
.trouble-solve-box-txt span{
  background: #F6FF00;
}

@media screen and (max-width: 768px){
  .trouble h2{
    font-size: 5vw;
  }
  .trouble-inner{
    flex-wrap: wrap;
    margin: 50px auto 0;
    gap: 20px;
  }
  ul.trouble-box li{
    font-size: 4vw;
  }
  .trouble-detail .common::before{
    height: 80px;
    bottom: -79px;
  }
  .trouble-solve .common{
    margin: -50px auto 0;
  }
  .trouble-solve-wrap{
    flex-wrap: wrap;
    align-items: center;
  }
  .trouble-solve-box{
    width: 45%;
  }
  .trouble-solve-box-txt{
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px){
}

/*選ばれる理由
=======================================================*/
.reason{
  background: url(/wp-content/themes/blast_lp/img/reason-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.reason h2{
  font-family: "ZenOldMincho Bold";
  color: #fff;
  font-size: 45px;
  text-align: center;
}
.reason-wrap{
  width: 50%;
  margin-left: auto;
}
.reason-box{
  margin-top: 30px;
  background:rgba(255,255,255,0.8);
  padding: 30px;
}
.reason-box-detail{
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.reason-box-detail:last-child{
  margin-bottom: 0;
}
.reason-box-detail-num{
  font-family: "Oswald Bold";
  color:#fff;
  background: #434343;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}
.reason-box-detail-txt{
  width: calc(100% - 60px);
  font-size: 25px;
}
.reason-box-detail-txt span{
  display: block;
  font-size: 16px;
  font-family: "NotoSansJP Medium";
}
.reason-arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -25px;
}

@media screen and (max-width: 768px){
  .reason-wrap{
    width: 100%;
  }
  .reason h2{
    font-size: 7vw;
  }
  .reason-box{
    padding: 20px;
  }
  .reason-box-detail-num{
    font-size: 6vw;
    width: 10vw;
    height: 10vw;
  }
  .reason-box-detail-txt{
    font-size: 5vw;
  }
  .reason-box-detail-txt span{
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px){
}

/*こんな方におすすめ
=======================================================*/
.suggest h2{
	font-family: "NotoSansJP Black";
  font-size: 40px;
  text-align: center;
}
.suggest-wrap{
  margin: 50px auto 100px;
  display: flex;
}
.suggest-box2{
  margin-top: 40px;
}
.suggest-box3{
  margin-top: 80px;
}
.suggest-img{
  object-fit: contain;
}
.suggest-intro{
  background: #434343;
  color:#fff;
  font-family: "NotoSansJP Black";
  font-size: 18px;
  width: 60%;
  text-align: center;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  padding: 4px 0;
}
ul.suggest-check{
  margin: 20px auto 0;
  width: 85%;
}
ul.suggest-check li{
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  font-family: "NotoSansJP Black";
}
ul.suggest-check li::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/check-b.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
ul.suggest-check li:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  .suggest h2{
    font-size: 7vw;
  }
  .suggest-wrap{
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
  }
  .suggest-box2,
  .suggest-box3{
    margin-top: 0;
  }
}
@media screen and (max-width: 480px){
}

/*理想のカラダ
=======================================================*/
.ideal{
  background: #F0F0F0;
  position: relative;
}
.ideal::before{
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  width: 100%;
  height: 180px;
  display: block;
  position: absolute;
  top: 0;
}
.ideal-wrap{
  display: flex;
  align-items: center;
}
.ideal-box{
  width: 60%;
}
.ideal-box-ttl{
  font-family: "NotoSansJP Black";
  font-size: 40px;
  line-height: 1.5;
}
.ideal-box-txt-sub{
  font-size: 23px;
  margin: 50px 0;
}
.ideal-box-txt-main{
  font-size: 30px;
  margin-bottom: 50px;
}
img.ideal-img{
  object-fit: contain;
  margin-right: -280px;
}

@media screen and (max-width: 768px){
  .ideal::before{
    height: 80px;
  }
  .ideal-wrap{
    flex-wrap: wrap;
  }
  .ideal-box{
    width: 100%;
  }
  .ideal-box-ttl{
    font-size: 7vw;
    text-align: center;
    margin-bottom: 30px;
  }
  .ideal-box-txt-sub{
    font-size: 3.8vw;
    margin: 20px 0;
    text-align: center;
  }
  .ideal-box-txt-main{
    font-size: 4vw;
    text-align: center;
  }
}
@media screen and (max-width: 480px){
}

/*ストレスフリーな食事指導
=======================================================*/
.stressfree h2{
  text-align: center;
  font-family: "ZenOldMincho Bold";
  font-size: 40px;
  margin-bottom: 30px;
}
.stressfree-txt{
  text-align: center;
  font-family: "ZenOldMincho Bold";
  font-size: 30px;
}
.stressfree-txt span{
  background: #EEFF00;
}
img.stressfree-img{
  display: block;
  margin: 50px auto;
}
.stressfree-guid{
  background: #434343;
  position: relative;
}
.stressfree-guid::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #434343;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.stressfree-guid .common-sub{
  padding: 30px 0;
}
.stressfree-guid-txt{
  color: #fff;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px){
  .stressfree h2{
    font-size: 7vw;
    margin-bottom: 0px;
  }
  .stressfree-txt{
    font-size: 6vw;
  }
  .stressfree-txt span{
    display: block;
  }
  .stressfree-guid-txt{
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px){
}

/*管理栄養士のご紹介
=======================================================*/
.dietician h2{
  font-family: "ZenOldMincho Bold";
  text-align: center;
  font-size: 40px;
}
.dietician h2::after{
  content: "";
  height: 50px;
  width: 1px;
  background: #000;
  display: block;
  margin: 10px auto;
}
.dietician-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
img.dietician-img{
  object-fit: contain;
}
.dietician-box{
  width: 50%;
}
.dietician-box h3{
  font-family: "ZenOldMincho Bold";
  position: relative;
  font-size: 30px;
}
.dietician-box h3 span{
  position: absolute;
  color: #D9D9D9;
  font-size: 60px;
  left: 0;
  z-index: -1;
  line-height: 1;
  top: -30px;
}
.dietician-txt-sub{
  font-family: "NotoSansJP Medium";
  font-size: 15px;
  margin: 30px 0;
}
.dietician-txt-main{
  background: #505050;
  color: #fff;
  font-family: "NotoSansJP Medium";
  font-size: 18px;
  padding: 20px;
}

@media screen and (max-width: 1000px){
  .dietician-wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
  .dietician-box{
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px){
  .dietician h2{
    font-size: 7vw;
  }
  .dietician-box h3{
    font-size: 7vw;
  }
  .dietician-box h3 span{
    font-size: 10vw;
  }
  .dietician-txt-sub{
    font-size: 4vw;
    margin: 10px 0;
  }
  .dietician-txt-main{
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px){
}

/*理想のボディイメージ
=======================================================*/
.bodyimage-ttl{
  background: #434343;
  position: relative;
  font-family: "ZenOldMincho Bold";
  color:#fff;
  text-align: center;
}
.bodyimage-ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #434343;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.bodyimage-ttl .common-sub{
  padding: 30px 0;
}
.bodyimage-ttl h2{
  font-size: 40px;
}
.bodyimage-ttl .bodyimage-ttl-txt{
  font-size: 28px;
}
.bodyimage-wrap{
  background: #F0F0F0;
}
.bodyimage-inner{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  margin-bottom: 50px;
}
.bodyimage-box{
  width: calc(50% - 30px);
}
.bodyimage-box-txt{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
img.bodyimage-img{
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px){
  .bodyimage-ttl h2{
    font-size: 7vw;
  }
  .bodyimage-ttl .bodyimage-ttl-txt{
    font-size: 4vw;
  }
  .bodyimage-inner{
    justify-content: center;
  }
  .bodyimage-box-txt{
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px){
}

/*運動初心者でも安心
=======================================================*/
.beginner{
  padding-top: 100px;
}
.beginner h2{
  text-align: center;
  font-family: "ZenOldMincho Bold";
  font-size: 40px;
}
.beginner-intro{
  text-align: center;
  font-family: "ZenOldMincho Bold";
  font-size: 30px;
}
.beginner-wrap{
  display: flex;
  margin-top: 50px;
  position: relative;
}
.beginner-box{
  background: #434343;
  width: calc((1000px * 0.4) + ((100% - 1000px) / 2));
}
.beginner-box-detail{
  width: calc(1000px * 0.4);
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  padding-right: 40px;
}
ul.beginner-box-list{
  margin-bottom: 50px;
}
ul.beginner-box-list li{
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 18px;
}
ul.beginner-box-list li::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/check-w.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
ul.beginner-box-list li:last-child{
  margin-bottom: 0;
}
img.beginner-img{
  object-fit: cover;
  width: calc((1000px * 0.6) + ((100% - 1000px) / 2));
}
.beginner-box-txt{
  font-size: 18px;
  line-height: 2;
}
.beginner-btn{
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px){
  .beginner{
    padding-top: 50px;
  }
  .beginner h2{
    font-size: 7vw;
  }
  .beginner-intro{
    font-size: 5vw;
  }
  .beginner-wrap{
    flex-wrap: wrap;
  }
  .beginner-box{
    width: 100%;
    order: 2;
    padding: 50px 20px;
  }
  .beginner-box-detail{
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  ul.beginner-box-list {
    margin-bottom: 20px;
  }
  ul.beginner-box-list li{
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .beginner-box-txt{
    font-size: 4vw;
  }
  .beginner-btn{
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    margin-top: 20px;
  }
  img.beginner-img{
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 480px){
}

/*ジム卒業
=======================================================*/
.graduate{
  background: #F0F0F0;
}
.graduate h2{
  text-align: center;
  font-size: 40px;
  font-family: "ZenOldMincho Bold";
}
.graduate-wrap{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap:30px;
}
.graduate-box{
  border: 3px solid #505050;
  border-radius: 20px;
  padding: 20px;
  width: 250px;
}
.graduate-icon{
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.graduate-box-txt{
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.graduate-bottom-wrap{
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}
.graduate-bottom-box{
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background:rgba(67,67,67,0.8);
  padding: 30px 40px 30px 30px;
  color: #fff;
  width: fit-content;
  position: absolute;
  bottom: -30px;
  font-size: 23px;
  line-height: 2;
}
.graduate-bottom-box span{
  display: block;
  font-size: 29px;
}
img.graduate-img{
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 768px){
  .graduate h2{
    font-size: 7vw;
  }
  .graduate-wrap{
    flex-wrap: wrap;
    gap: 10px;
  }
  .graduate-box{
    width: calc(100% / 2 - 10px);
  }
  .graduate-icon{
    width: 50%;
  }
  .graduate-box-txt{
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .graduate-bottom-box{
    font-size: 4vw;
    padding: 20px 30px 20px 20px;
    left: -5%;
    width: 100%;
  }
  .graduate-bottom-box span{
    font-size: 5vw;
  }
  img.graduate-img{
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px){
}

/*無料体験実施中
=======================================================*/
.firstlimit-ttl{
  display: flex;
  font-family: "ZenOldMincho Bold";
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
}
.firstlimit-ttl-sub{
  background: #EEFF00;
  font-size: 47px;
  line-height: 1.1;
  aspect-ratio: 1 / 1;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.firstlimit-ttl-main{
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
}
.firstlimit-ttl-main span{
  display: block;
  font-size: 30px;
}
.firstlimit-intro-list{
  margin-top: 50px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.firstlimit-intro-list-txt{
  background: #434343;
  color:#fff;
  border-radius: 5px;
  font-size: 25px;
  display: flex;
  align-items: center;
}
.firstlimit-intro-list-txt::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/check-w.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 75px;
  height: 70px;
  margin-left: -3px;
  margin-top: -3px;
  margin-bottom: -3px;
}
.firstlimit-intro-list-txt span{
  padding: 0px 20px 0 5px;
}
.firstlimit-wrap{
  background: url(/wp-content/themes/blast_lp/img/firstlimit-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.firstlimit-wrap-txt{
  color:#fff;
  font-size: 30px;
}
.firstlimit-wrap-icon{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 60%;
  justify-content: center;
  margin-top: 50px;
}
img.firstlimit-icon{
  object-fit: contain;
  height: 247px;
}
img.firstlimit-icon:first-child{
  width: 100%;
}

@media screen and (max-width: 768px){
  .firstlimit-ttl-sub{
    font-size: 7vw;
    width: 20vw;
    height: 20vw;
  }
  .firstlimit-ttl-main{
    font-size: 7vw;
  }
  .firstlimit-ttl-main span{
    font-size: 5vw;
  }
  .firstlimit-intro-list{
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .firstlimit-intro-list-txt{
    font-size: 4vw;
  }
  .firstlimit-wrap-txt{
    font-size: 4vw;
  }
  .firstlimit-wrap-icon{
    width: 100%;
  }
  img.firstlimit-icon,
  img.firstlimit-icon:first-child{
    width: 44%;
    height: auto;
  }
}
@media screen and (max-width: 480px){
}

/*通常料金プラン
=======================================================*/
.plan{
  background: #D9D9D9;
}
.plan-wrap{
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
  gap:20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.plan-box{
  background: #fff;
  border-radius: 20px;
  width: calc(100% / 3 - 14px);
  text-align: center;
}
.plan-box h3{
  color:#fff;
  background: #696766;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
}
.plan-box-inner{
  padding: 20px;
}
.plan-box-num{
  font-size: 25px;
}
.plan-box-num span{
  font-size: 40px;
  font-family: "Oswald Bold";
  line-height: 1;
}
.plan-box-per{
  font-size: 20px;
  margin-top: 5px;
}
.plan-box-money{
  font-size: 25px;
}
.plan-box-money span{
  font-size: 40px;
  font-family: "Oswald Bold";
  line-height: 1;
}
.plan-box-all{
  font-size: 20px;
  margin-top: 10px;
}
.plan-box-all-money{
  font-family: "Oswald Bold";
  font-size: 30px;
  color:#E60012;
  line-height: 1;
}
.plan-box-all-unit{
  font-size: 20px;
  color:#E60012;
}

@media screen and (max-width: 768px){
  .plan-wrap{
    gap: 10px;
  }
  .plan-box{
    width: calc(50% - 5px);
  }
  .plan-box h3{
    font-size: 4vw;
    line-height: 1.5;
  }
  .plan-box-inner{
    padding: 10px;
  }
  .plan-box-num{
    font-size: 5vw;
  }
  .plan-box-num span{
    font-size: 8vw;
  }
  .plan-box-per{
    font-size: 4vw;
  }
  .plan-box-money{
    font-size: 6vw;
  }
  .plan-box-money span{
    font-size: 9vw;
  }
  .plan-box-all{
    font-size: 3vw;
  }
  .plan-box-all-money{
    font-size: 7vw;
  }
  .plan-box-all-unit{
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px){
}

/*無料体験の流れ
=======================================================*/
.flow-wrap{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow-box{
  width: 30%;
  text-align: center;
}
.flow-box-num{
  font-family: "Oswald Bold";
  font-size: 40px;
}
.flow-box-txt{
  font-family: "ZenOldMincho Bold";
  font-size: 20px;
  line-height: 1.3;
}
img.flow-icon{
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 30px auto 0;
  width: 100px;
}
.flow-btn-wrap{
  background: #434343;
  position: relative;
  color: #fff;
  text-align: center;
}
.flow-btn-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #434343;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow-btn-wrap .common-sub{
  font-size: 30px;
}

@media screen and (max-width: 768px){
  .flow-wrap{
    flex-wrap: wrap;
  }
  .flow-box{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .flow-box-num{
    width: 20%;
  }
  .flow-box-txt{
    font-size: 4vw;
    width: 50%;
    text-align: left;
  }
  img.flow-icon{
    margin: 0px auto;
    height: 100px;
    width: 20%;
  }
  .flow-btn-wrap .common-sub{
    font-size: 6vw;
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px){
}

/*店舗情報・アクセス
=======================================================*/
.access-wrap{
  margin-top: 50px;
  margin-bottom: 50px;
}
.access-box{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.access-box:last-child{
  margin-bottom: 0;
}
.access-box-detail{
  width: 50%;
}
.access-box-detail h3{
  font-size: 25px;
}
.access-box-detail-add{
  margin-top: 20px;
	font-family: "NotoSansJP Medium";
}
ul.access-box-detail-list{
  margin-top: 20px;
}
ul.access-box-detail-list li{
  display: flex;
  align-items: center;
  font-family: "NotoSansJP Medium";
}
ul.access-box-detail-list li::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/check-b.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.access-box-detail-time{
  margin-top: 20px;
	font-family: "NotoSansJP Medium";
}
.access-box-detail-map{
  width: 50%;
}
.access-box-detail-map iframe{
  height: 350px;
}
.access-box-detail-tel{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.access-box-detail-tel::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/tel-b.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 768px){
  .access-box{
    flex-wrap: wrap;
  }
  .access-box-detail{
    width: 100%;
  }
  .access-box-detail-map{
    width: 100%;
    margin-top: 20px;
  }
  .access-box-detail-map iframe{
    height: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 480px){
}

/*入会キャンペーン
=======================================================*/
.campaign-top{
  background: #FF620D;
  position: relative;
}
.campaign-top::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #FF620D;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.campaign-top-txt{
  color: #fff;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-top-txt::before{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/campaign-item.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 45px;
  margin-right: 5px;
}
.campaign-top-txt::after{
  content: "";
  background: url(/wp-content/themes/blast_lp/img/campaign-item.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 45px;
  transform: scale(-1, 1);
  margin-right: 5px;
}
.campaign-wrap{
  display: flex;
  gap:40px;
  align-items: center;
  justify-content: center;
}
.campaign-box{
  border-radius: 200px;
  border: 1px solid #000;
  width: 270px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
img.campaign-icon{
  display: block;
  object-fit: contain;
}
.campaign-box-txt{
  font-family: "ZenOldMincho Bold";
  font-size: 23px;
  text-align: center;
  margin-top: 5px;
}
.campaign-box-txt span{
  display: block;
  font-size: 35px;
  line-height: 1;
}
.campaign-bottom{
  background: url(/wp-content/themes/blast_lp/img/campaign-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.campaign-bottom-txt{
  color:#fff;
  font-size: 40px;
  margin-top: 150px;
  font-family: "ZenOldMincho Bold";
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
  .campaign-top .common-sub{
    padding: 30px 0;
  }
  .campaign-top-txt{
    font-size: 6vw;
    line-height: 1.5;
    text-align: center;
  }
  .campaign-wrap{
    flex-wrap: wrap;
    gap: 20px;
  }
  .campaign-box{
    width: calc(100% / 2 - 10px);
  }
  img.campaign-icon{
    width: 50%;
    height: 14vw;
  }
  .campaign-box-txt{
    font-size: 4vw;
  }
  .campaign-box-txt span{
    font-size: 8vw;
  }
  .campaign-bottom-txt{
    font-size: 5vw;
  }
  .campaign-bottom{
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 480px){
}