@charset "utf-8";
/* CSS Document */

/*CSS打消し*/
body, tr, td, th, p, div, dd, dt {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-size: 16px;
}
h1,h2,h3,h4,h5 {
  font-family: 'Noto Sans JP', sans-serif!important;
}
.c-secTtl p {
  font-family: 'Montserrat', sans-serif!important;
}
.l-flexBox.ratio3-7 .l-flexBox__textSpc, .l-flexBox.ratio3-7 .l-flexBox__spc02 {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-inner {
    max-width: 1280px;
    padding: 50px 0;
  }
  .l-flexBox .l-flexBox__textSpc, .l-flexBox .l-flexBox__spc02 {
    padding-left: 0;
  }
}

/* 共通 */
.titSpc{
  text-align:center;
  color:#fff;
  background:#18150d;
  padding: 25px 10px;
  position:relative;
  background: url("../images/stripe-black.png");
  background-size: 8px;
}
.titSpc:after{
  content:"";
  width: 25px;
  height: 25px;
  background: url("../images/stripe-black2.png");
  background-size: 5px;
  position:absolute;
  bottom: -12px;
  left:0;
  right:0;
  margin:auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 10;
}
.titSpc h1{
color: #FFF;
}

/* top */


/* ABOUT */
@media print, screen and (min-width: 769px) {
  #METHOD {
    background: url(../images/bg-02.jpg) no-repeat bottom / cover;
  }
  #METHOD .l-secCont__box {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #METHOD {
    background: url(../images/bg-02-sp.jpg) no-repeat bottom / cover;
  }
  #METHOD .l-secCont__box {
    text-align: left;
  }
}

.c-ttlh3-2{
  border-bottom: solid 3px #E6E6E6;
  position: relative;
  border-top: 0; /* 元のライン打消し */
}
.c-ttlh3-2::before{
  position: absolute;
  left: 0;
  content: " ";
  border-bottom: solid 3px #fc674b;
  bottom: -3px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-ttlh3-2 img {
    width: 8%;
  }
}

#ABOUT .tokucho .col-item {
  background-image:none; /* 元のグラデ打消し */
}
#ABOUT .tokucho .col-item * {
  color: #161b3f;
}
#ABOUT .tokucho .col-item img {
  width: 100%;
}
#ABOUT .tokucho .col-item .mincho {
  color: #fc674b;
  border-bottom: solid 1px #fc674b;
  padding-bottom: 15px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #ABOUT .tokucho .col-item {
    padding: 0;
  }
  #ABOUT .tokucho .col-item span::before {
    top: 45%;
    transform: scale(0.7);
  }
}
@media print, screen and (min-width: 769px) {
  .l-floatBox__imgSpc {
    width: 40%;
  }
}



/* 
.p-about-item {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align:center;
  line-height: 180px;
  color: #fff;
}
.u-orange {
  background-color: #E57730;
  box-shadow: 0px 0px 10px 10px #E57730 inset;
}
.u-green {
  background-color: #006036;
}
.u-navy {
  background-color: #223670;
}
 */


/* MEDICELL */
.p-medicell {
  background: url(../images/medicell_bg.jpg) top center/contain no-repeat;
}

@media print, screen and (min-width: 769px) {
  .p-medicell .p-medicell__detail__text {
    width: 70%;
  }

  .p-medicell .p-medicell__detailWrap {
    background: url(../images/medicell_detail_bg.png) center right/contain no-repeat;
  }

  .p-medicell .p-medicell__detail__text__img {
    display: none;
  }
}

@media print, screen and (max-width: 770px) {
  .p-medicell {
    background-position: top left;
    background-size: 150%;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .p-medicell .p-medicell__detail__text__img {
    width: 50%;
    float: right;
    margin-left: 1rem;
    margin-bottom: .5rem;
  }

  .p-medicell .p-medicell__detail__text__img figcaption {

  }

  .p-medicell .p-medicell__detailWrap {
    background-position: center;
    background-size: 80%;
  }
}

.p-medicell .p-medicell__effect__list .col-item {
  margin-bottom: 0;
}

.p-medicell .p-medicell__effect__more a {
  display: block;
  position: relative;
  width: min(100%, 640px);
  padding: .5em 0;
  margin-inline: auto;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #F28E26;
}

.p-medicell .p-medicell__effect__more a:before {
  content: "";
  position: absolute;
	width: 1rem;
	height: 1rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	rotate: -45deg;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
}

.p-medicell .p-medicell__effect__more a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  background-image: linear-gradient(0deg, rgba(247, 166, 12, 1) 10%, rgba(228, 134, 36, 1) 90%);
}

.p-medicell .p-medicell__effect__more a span {
  display: block;
  position: relative;
  z-index: 1;
}

.p-medicell .p-medicell__effect__more a span .small {
  font-weight: normal;
  font-size: 1.7rem;
  margin-top: .5rem;
}

/* ↓↓コースページ↓↓ */
/* ↓↓見出し↓↓ */
.Label {
  display: block;
  color: #fff;
  background:#161B3F;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
/* 詳細はこちら */
.Label::before {
  content: "詳細はこちら！";
  position: absolute;
  left: 70px;
  bottom: 40px;
  margin: auto;
}
/* 開閉前の矢印 */
.Label::after {
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  left: 40px;
  bottom: 50px;
  margin: auto;
}
/* 開閉後の矢印 */
.Label.is-open::after {
  position: absolute;
  bottom: 45px;
  transform: rotate(-45deg) !important;
}
/* イメージ写真 */
.accordion .p-coursebox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-coursebox {
  display: flex;
}
.row-reverse {
  flex-direction: row-reverse;
}
/* タイトル */
.p-course {
  padding: 40px;
  width: 100%;
}
.p-course__ttl {
  display: flex;
}
.p-course__ttl__heading {/* リボン */
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  margin: 0 40px 15px -60px;
  width: 40%;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: #F28E26;
}
.p-course__ttl__heading::before {/* リボン折り返し */
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #E57730;
}
.p-course__ttl__detail {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}
.p-course__button {
  color: #fff;
}
.lh01 {
  line-height: 1;
  text-align: center;
}
.p-course__detail {
  color: #fff;
  width: 100%;
  margin-bottom: 50px!important;
}

@media screen and (max-width: 768px) {
  .p-course {
    padding: 20px;
  }
  .p-coursebox {
    text-align: left;
    display: block;
  }
  .p-course__ttl {
    display: block;
  }
  .p-course__ttl__heading {
    margin-left: -40px;
    width: 100%;
  }
}
/* ↑↑見出し↑↑ */

/* ↓↓本文↓↓ */
.is-accordion__item {
  display: none;
}
.content {
  padding: 20px;
  background-color: #fff;
}
.l-secCont__box__box .l-colWrap .col-item {
  margin-bottom: 0;
}
.priceWrap {
  max-width: none;
}
.detailsBanner p {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* ↓↓あしらい↓↓ */
.detailsBanner p::before,
.detailsBanner p::after {
  background-color: #FD644F;
  border-radius: 5px;
  content: "";
  height: 3px;
  width: 30px;
}
.detailsBanner p::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.detailsBanner p::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
/* ↑↑あしらい↑↑ */
/* ↑↑本文↑↑ */
/* ↑↑コースページ↑↑ */

/* ↓↓トレーナーページ↓↓ */
.slide img {
  transform: scale(.8);
  transition: transform .3s;
}
.slide.slick-center img {
  transform: scale(1);
}
#TRAINER .l-inner {
  max-width: none;
}

.c-ttlh4--sm h4 {
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.c-ttlh4--sm h4::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-ttlh4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  left: 0;
  top: 0;
}

.c-ttlh4--sm span {
  font-weight: 400;
  font-size: 14px;
  padding-left: 50px;
  color: #666;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  .c-ttlh4--sm {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #TRAINER .slide {
    width: 1000px;
    height: auto;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #TRAINER .slide {
  max-width: 300px;
  margin: 0 30px;
  }
}
#TRAINER .slick-slide img{
  width: 300px;
  height: auto;
  margin: 0px auto  50px auto;
}

@media screen and (max-width: 768px) {
  #TRAINER .slick-slide img{
    width: 160px;
    margin: auto;
    margin-bottom: 15px;
  }

  #TRAINER .slick-slide .l-flexBox__imgSpc {
    margin-bottom: 15px;
  }
  #TRAINER .slick-slide .l-flexBox__textSpc p {
    font-size: 14px;
  }
  
}
/* ↑↑トレーナーページ↑↑ */

.color-orange02 {
  color: #E57730;
}
.color-green02 {
  color: #006036;
}
.color-navy02 {
  color: #223670;
}

.p-about {
  display: flex;
  margin: 50px 0;
}

.p-about__inner {
  width: 50%;
  min-height: 500px;
  position: relative;
}
.p-about__inner--training {
  background-color: #E57730;
}
.p-about__inner--stretch {
  background-color: #006036;
}
.p-about__inner--fasting {
  background-color: #223670;
}
.p-about__container {
  margin-top: 10%;
}

.p-about__ttl {
  width: 95%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 20;
}
.p-about__ttl__inner {
  padding-left: 30%;
}
.p-about__ttl__inner h3 {
  font-size: 4rem;
  line-height: 1.3;
}

.p-about__content {
  width: 95%;
}
.p-about__content p {
  width: 85%;
  padding: 50px 0 50px 30%;
  color: #fff;
}

.p-about__image {
  margin-top: 50px;
  margin-left: -100px;
  z-index: 10;
  position: relative;
}
.p-about__image-item {
  width: 85%;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.p-about__image-text {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 960px) {
  #stretch .p-about__image-item {
    position: relative;
    left: 200px;
  }
  #stretch .p-about__ttl {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-about {
    flex-direction: column;
  }
  .p-about__inner {
    width: 80%;
    min-height: auto;
    order: 2;
    position: relative;
    background-color: transparent;
  }
  .p-about__inner::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    top: -20%;
    left: 0;
    z-index: -1;
  }
  .p-about__inner--training::before {
    background-color: #E57730;
  }
  .p-about__inner--stretch::before {
    background-color: #006036;
  }
  .p-about__inner--fasting::before {
    background-color: #223670;
  }
  .p-about__ttl {
    width: 100vw;
  }
  .p-about__ttl__inner {
    padding: 0 20px;
  }
  .p-about__ttl__inner h3 {
    font-size: 1.45em;
  }
  .p-about__ttl__inner p {
    font-size: 13px;
  }
  .p-about__content {
    width: 100%;
  }
  .p-about__content p {
    width: 100%;
    padding: 30px 20px;
  }
  .p-about__image {
    padding: 0 20px;
    margin-left: 0;
    text-align: right;
    order: 1;
  }
  .p-about__image-text {
    width: 50%;
    right: 20px;
    bottom: -10%;
  }
}




.p-lpTop {
  background: linear-gradient(70deg, rgba(253,100,79,0.7),rgba(242,142,38,0.7),rgba(229,119,48,0.7));
  padding-bottom: 2vw;
}
.p-lpTop__inner {
  padding: 0;
  margin-top: 80px;
}
.p-lpTop__inner {
  display: flex;
}

/*------ スライダーの横幅 ------*/
.top-slider{
  width: 50vw;
  background: url(../images/bg-top-01.png) no-repeat top / contain;
}

/*------ スライダー画像 ------*/
.top-slider img{
  width:100%;
}

/*-------- 高さ調整 ----------*/
.top-slider .slick-slide{
  height:auto!important;
}

.p-lpTop__rightarea {
  text-align: center;
  padding: 0 8vw;
}

.p-lpTop__title h2 {
  font-size: 3.6vw;
  color: #fff;
  margin-top: 25px;
}
.p-lpTop__title p {
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.p-lpTop__method h3,
.p-lpTop__method p {
  color: #fff;
  font-weight: bold;
}
.p-lpTop__method h3 {
  font-size: 1.4vw;
  margin-bottom: 30px;
}
.p-lpTop__method p {
  font-size: 0.8vw;
}
.p-lpTop__feature {
  padding-bottom: 50px;
  border-bottom: solid 2px #fff;
  justify-content: space-between;
}
.p-lpTop__feature p {
  width: 32%;
  min-height: 50px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.p-lpTop__feature--training {
  background: #E57730;
}
.p-lpTop__feature--stretch {
  background-color: #006036;
}
.p-lpTop__feature--fasting {
  background-color: #223670;
}

.p-lpTop__camp {
  position: static;
  width: 100%;
  margin-top: 50px;
}
.p-lpTop__campTitle h2 {
  position: static;
  line-height: 1;
  font-size: 3vw;
}
.p-lpTop__campTitle p {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
.p-lpTop__header {
  height: 50px;
}
.p-lpTop__inner {
  display: block;
  margin-top: 75px;
}
.top-slider {
  width: 100%;
}
.p-lpTop__rightarea {
  width: 100%;
  padding: 20px;
  margin: 0;
}
.p-lpTop__title h2 {
  font-size: 4rem;
}
.p-lpTop__title p {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.p-lpTop__method h3 {
  font-size: 5.6vw;
  margin-bottom: 10px;
}
.p-lpTop__method p {
  font-size: 4.3vw;
}
.p-lpTop__feature {
  display: flex;
  padding-bottom: 30px;
}
.p-lpTop__feature p {
  min-height: 40px;
  font-size: 0.8em;
}
.p-lpTop__camp {
  margin-top: 30px;
}
.p-lpTop__campTitle h2 {
  font-size: 8.3vw;
}
.p-lpTop__campTitle p {
  font-size: 3.7vw;
}
}




.p-lpTop__header {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 101;
}

.p-lpTop__header__inner {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lpTop__header__inner {
    padding: 0px 20px;
}
}

.p-lpTop__header__title {
  display: flex;
}

/* ヘッダーのロゴ部分 */
.header-title {
  width: 100px;
}
.header-shop {
  font-weight: bold;
  font-size: 1vw;
  margin-left: 1.56vw;
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 960px) {
  .header-title {
    width: 150px;
  }
}

.header-title img {
  display: block;
  width: 100%;
}

/* ヘッダーのナビ部分 */

.p-lpTop__header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .p-lpTop__header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 60%;
  }
  .nav__logo {
    display: none;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1vw;
  line-height: 1.5;
}
/* 擬似要素でテキストを表示 */
.nav-items__item a::after {
  font-size: 1.2rem;
  font-weight: lighter;
}


.nav-items__sub-txt {
  font-size: 10px;
  display: block;
}

.entry-btn-top .btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #fd644f;
}

a.btn--orange:hover {
  color: #fff;
  background: #F28E26;
}

a.btn-c {
  display: flex;
  justify-content:center;
  align-items:center;
  position: relative;
  padding: 1rem 3rem;
  border-radius: 0;
}

a.btn-c i.fa {
  display: grid;
  place-items: center;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .nav__logo {
    text-align: center;
    margin-top: 20vw;
  }
  .nav__items {
    margin-top: 15vw;
  }
  .nav__logo img {
    width: 40%;
  }
  .header-shop {
    font-size: 4vw;
    margin-left: 5vw;
  }
  .nav-items__txt {
    background: -webkit-linear-gradient(left,#f28e26 30%,#fd644f);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
  }
  .nav-items__sub-txt {
    font-size: 15px;
    line-height: 1;
  }
  .nav-items__item + .nav-items__item {
    margin-top: 8vw;
  }
  .entry-btn-top {
    width: 80%;
    margin: 15vw auto 0 auto;
  }
}

/*
.nav-items__item--about::after {
  content: "about";
}
.nav-items__item--course::after {
  content: "course";
}
.nav-items__item--trainer::after {
  content: "trainer";
}
.nav-items__item--campaign::after {
  content: "campaign";
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
*/

/* ハンバーガーメニュー */

.p-lpTop__header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.p-lpTop__header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

@media screen and (max-width:768px) {
  /*元のCSS打ち消し*/
  .c-ttlh3,.c-ttlh3-2 .ttl,.c-ttlh3-3 .ttl  {
    font-size: 1.25em;
  }
  .c-ttlh3-3 .c-bdSpc p {
    font-size: 1em;
    text-align: left;
  }

  .c-secTtl h2 .small {
    font-size: 5vw;
  }

  .content
  {
    padding: 0;
  }

  .campBox .tbdl dl dd {
    padding: 15px 0;
  }
}