@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD PILATES-HIGASHIOSAKA
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/* フローティングボタン */

.float-button__wrap {
  width: 100%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 10;
  text-align: center;
  font-size: 1.2vw;
}

.float-button__wrap__box {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.float-button__wrap h4 {
  color: #fff;
}

.float-button__wrap__box a {
  background-color: #00B900;
  display: block;
  width: 45%;
  color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px;
  border-radius: 50px;
}

.float-button__wrap__box a:nth-of-type(2) {
  background-color: #8a5db7;
}

.float-button__wrap__box a:last-of-type {
  background-color: #338df4;
}

/* spのみ改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .float-button__wrap__box a {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .float-button__wrap h4 {
    font-size: 2.5vw;
  }

  .float-button__wrap__box {
    width: 90%;
  }

  .float-button__wrap__box a {
    font-size: 2vw;
    line-height: 40px;
  }

  /* SPのみ改行 */
  .br-sp {
    display: block;
  }

}

@media screen and (max-width: 500px) {
  .float-button__wrap h4 {
    font-size: 3vw;
  }

  .float-button__wrap__box a {
    font-size: 2.5vw;
  }

}


/* フローティングボタンtotop */
.p-fixBtnWrap {
  bottom: 5em;
}



/* メインビジュアルH1 */
.p-mainVisual__textLayer {
  transform: none;
  left: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
  top: -1.75vw;
}


.main-bisual {
  position: absolute;
  top: -24.6vw;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}

.main-bisual h1 {
  font-size: 4.05vw;
  line-height: 6.08vw;
  color: #000;
  margin-bottom: 1.5vw;
  text-shadow:
    /* 白い縁取り（上下左右） */
    3px 0 0 #fff,
    -3px 0 0 #fff,
    0 3px 0 #fff,
    0 -3px 0 #fff,

    /* 斜め方向も足して縁をなめらかに */
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,

    /* 白い“にじみ”影 */
    0 0 6px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 20.2vw;
}

.main-bisual-no1 {
  background: #7eddd4;
  padding: 0.1%;
  color: #fff;
  text-shadow: 0 0 black;
}


.main-bisual h1 br:nth-of-type(1) {
  display: none;
}

.main-bisual-list {
  display: flow;
  color: #000;
  /* サイズ/余白は任意 */
  width: 32%;
  padding: 1.35vw 1.7%;

  /* 背景・枠線 */
  background: rgba(255, 255, 255, .7);
  border: 0.13vw solid #7ccfc3;
  border-top: 0.67vw solid #7ccfc3;

  /* 通常の角丸（右上・左下） */
  border-radius: 12px;

  /* 角を削る量（調整ポイント） */
  --cut: 2.7vw;

  /* 左上・右下だけ斜めにカット */
  clip-path: polygon(var(--cut) 0,
      /* 上辺：左上をカットして開始 */
      100% 0,
      /* 右上 */
      100% calc(100% - var(--cut)),
      /* 右辺：右下直前 */
      calc(100% - var(--cut)) 100%,
      /* 下辺：右下をカット */
      0 100%,
      /* 左下 */
      0 var(--cut)
      /* 左辺：左上直前 */
    );

  /* 影（任意） */
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}



.main-bisual-list-item {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 700;
  z-index: 1;
  width: 100%;
  font-size: 2.36vw;
  text-align: left;
  word-break: keep-all;
  margin-left: 2%;
}

.main-bisual-list-item i {
  color: #7eddd4;
  margin-right: 2%;
}

.main-bisual-list-item span {
  color: #7eddd4;
  font-size: 4.05vw;
}




/* ここからメインビジュアルのsp */


@media screen and (max-width: 959px) {
  .p-mainVisual__textLayer {
    margin-top: 4.25vw;
    height: unset;
  }

  .main-bisual h1 br:nth-of-type(1) {
    display: block;
  }

  .main-bisual {
    position: unset;
    text-align: center;
    color: black;
  }


  .main-bisual h1 {
    line-height: 8vw;
    color: black;
    margin-bottom: 75vw;

    text-shadow:
    /* 白い縁取り（上下左右） */
    1px 0 0 #fff,
    -1px 0 0 #fff,
    0 1px 0 #fff,
    0 -1px 0 #fff,

    /* 斜め方向も足して縁をなめらかに */
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,

    /* 白い“にじみ”影 */
    0 0 6px rgba(255, 255, 255, 0.9),
    0 0 12px rgba(255, 255, 255, 0.6);
  }

  .main-bisual-no1 {
    font-size: 6vw;
  }

  /* color: #97f44b; */
  .main-bisual-no2 {
    font-size: 6vw;
  }

  .main-bisual-no3 {
    font-size: 6vw;
  }

  .main-bisual-list-item {
    padding: 0;
  }

  .main-bisual-list {
    display: grid;
    width: 62%;
  }



  .main-bisual-list {
    display: grid;
    width: 62%;
    border: 0.13vw solid #7ccfc3;
    border-top: 1.56vw solid #7ccfc3;
    /* 角を削る量（調整ポイント） */
    --cut: 2.7vw;

  }






  .main-bisual-list-item {
    padding: 0;
    margin: 0;
    font-size: 3.8vw;
  }

  .main-bisual-list-item span {
    color: #7eddd4;
    font-size: 8vw;
  }




}






/* フェードイン */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform, opacity;
  transition-duration: 1.5s;
  transition-delay: 0s;
}

.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}