@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@font-face {
  font-family: 'Local Noto Sans JP';
  src: local('Noto Sans JP');
}
body {
  width: 100%;
  margin: 0 auto;
  color: #4c4948;
  font-size: 1.4rem;
  font-family: 'Local Noto Sans JP', 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 !important;
}
@media (min-width: 600px) {
  body {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    background: linear-gradient(40deg, #7595cd, #f3f8ff, #f3f8ff, #7595cd);
    background-size: 200% 200%;
    background-attachment: fixed;  /* ← スクロール時に背景を固定 */
  }
  #back {
    position: relative;
    z-index: 0;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
main {
  display: block;
  background-color: #fff;
}
/* パソコンで見たときは"sp"のclassがついた要素が表示される */
.sp_hidden {
  display: none !important;
}
.sp {
  display: block !important;
}
/* パソコンで見たときは"pc"のclassがついた要素が表示される */
@media (min-width: 500px) {
  .pc {
    display: block !important;
  }
  .pc_hidden {
    display: none !important;
  }
}
.bold {
    font-weight: 500;
}
footer{
  padding: 0;
}

/*FVエリア*/
.scroll_txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.target {
  display: flex;
  margin: 1rem 1rem 2rem 1rem;
}
.target_ttl {
  font-size: 1rem;
  text-align: center;
  line-height: 40px;
  padding: 0.5rem 0;
  width: 14rem;
  font-weight: bold;
  border-top: 2px solid #4c4948;
  border-bottom: 2px solid #4c4948;
}
.target_txt {
  margin: 0 0 0 1rem;
  font-size: 0.9rem;
}
@media (min-width: 500px) {
  .target_txt {
    font-size: 1rem;
    letter-spacing: -0.02rem;
  }
}

/*CTAエリア ボタン*/
.button {
  width: 90%;
  margin: 1rem auto 0rem;
  border-radius: 36px;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer !important;
}
.cta_title_image {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.cta_btn {
  margin: 5% auto 0;
}
.shiny_btn {
  display: flex;
  justify-content: center;
}
.shiny_btn a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  -webkit-mask-image: url("../img/ctabutton.webp");
  mask-image: url(../img/ctabutton.webp);
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.shiny_btn a._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 5s ease-in-out infinite;
  overflow: hidden;
}
/*注釈*/
.fv_tx01{
  text-align: center;
  color: #2b5caa;
  filter: unset;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 3% 0 8%;
}
.cta_bg{
  background-color: #F2F2F2;
  padding: 1rem 0 4rem;
}

/*フローティング CTAエリア*/
/*フッターまでスクロールしたら消す*/
#ctaFloating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999; /* 重要 */
  width: 100%;
  background: #9aaacce6;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  visibility: visible;
  opacity: 1;
}
#ctaFloating .countdown-floating-wrap {
  max-width: 500px;
  margin: 0 auto;
  padding: 0.5rem 1rem 1rem;
}
/*カウントダウン*/
.limited_wrap {
  position: unset;
}
.countdown {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
}
.countdown .cdt_num {
  background: #fff;
  border-radius: 7px;
  background-clip: padding-box;
  padding: 0 1vw;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
  text-shadow: 0 1px 1px rgba(000, 000, 000, .3);
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 1vw;
}
.countdown-txt{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3;
}
#ctaFloating .btn-inner {
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem 1rem 1rem;
  align-items: flex-end;
}
#ctaFloating .floating-anchor-btn {
  margin-right: 1rem;
}
@media (min-width: 500px) {
#ctaFloating .btn-inner {
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .countdown {
    font-size: 2rem;
  }
  .countdown .cdt_num {
    font-size: 3rem;
    margin: 0 0.5rem;
    padding: 0 0.5vw;
  }
  .countdown-txt{
    font-size: 1.6rem;
  }
}
/*キャンペーンエリア*/
.blueBg {
  background: linear-gradient(
    185deg,
    #44a2b7 0%,
    #2b5ba8 100%
  );
  padding-bottom: 4rem;
}
.plan_inner,.try_inner{
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 0;
}
.plan_inner::before{
    position: absolute;
    content: "";
    top: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    width: 93%;
    height: 100%;
    z-index: -1;
}
.benefit {
    width: 93%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.timing_img{
  width: 95%;
  margin: 2rem auto 0; 
}
.s_tx {
    text-align: left;
    padding: 0 2rem;
    line-height: 1.4;
    font-size: 1.2rem;
      width: 95%;
      margin: 0 auto;
}
.s_tx ul li {
    position: relative;
}
.tryArea{
  padding: 2rem 0 0;
}
.try_inner::before{
    position: absolute;
    content: "";
    top: 8rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    width: 93%;
    height: 90%;
    z-index: -1;
}
/*無料体験会*/
.feature_r_area{
  position: relative;
}
.feature_lava_area_text {
  position: absolute;
  bottom: 17%;
  right: 0;
  color: #FFF;
  font-size: 1.2rem;
  padding: 1rem 2rem;
}
.feature_r_area .btn_lesson_rsv {
  position: absolute;
  bottom: 1%;
  right: 0;
  left: 0;
}

/*ご来店までの流れ・お持ち物*/
#flow {
  text-align: center;
  width: 100%;
  position: relative;
}
#flow .plan_acc_bg {
  background: #F2F2F2;
  border: none;
}
/*アコーディオン*/
.plan_acc .acc_ctrl {
    position: relative;
    cursor: pointer;
}
.plan_acc .acc_ctrl::before, .plan_acc .acc_ctrl::after {
    background: #FFF;
}
.plan_acc .acc_ctrl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 4px;
    transform: translateY(-50%);
}
.plan_acc .acc_ctrl::before, .plan_acc .acc_ctrl::after {
    background: #FFF;
}
.plan_acc .acc_ctrl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 4px;
    height: 24px;
    transform: translateY(-50%);
    transition: .3s;
}
.plan_acc .acc_ctrl::before, .plan_acc .acc_ctrl::after {
  background: #FFF;
}
.plan_acc .acc_ctrl.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
.plan_acc .acc_panel {
  padding: 0 0 1px;
}
.plan_acc .plan_02 {
  padding: 2rem 0 0;
}
.plan_acc .plan_detail {
  display: none;
}

/* 中身領域 */
#flow .plan_detail {
  background: transparent;
}
/* タイトル画像 */
#flow .plan_detail .flow_ttl {
  display: block;
  padding: 4rem 0 0;
  margin: 0 auto;
  width: 90%;
  height: auto;
}
/* 「Webまたは〜予約」ブロック */
#flow .flow_01, #flow .flow_02, #flow .flow_03{
  padding: 0 20px 20px;
}
#flow .flow_01 > div, #flow .flow_02 > div, #flow .flow_03 > div {
  font-size: 25px;
  margin: 20px 0 0;
}
/* マーカー（参照画像の黄色ハイライト） */
#flow .marker-P-blue {
  background: linear-gradient(transparent 55%, #FFEF3B 55%);
  padding: 0 2px;
}
#flow .medium_txt{
  font-size: 16px;
  margin: 20px 0 0;
}
/* 注意文 */
#flow .flow_01 .small_txt,#flow .flow_02 .small_txt,#flow .flow_03 .small_txt {
  font-size: 12px;
  margin: 20px 0 0;
}
.flow_02 .small_txt{
  padding: 0 2rem;
}
/* アイコン3つ */
#flow .icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 14px 0 0;
}
#flow .icon {
  width: 86px; /* 3つ並べた時のバランス用 */
  text-align: center;
}
#flow .icon a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
#flow .icon img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 6px;
}
#flow .icon_text {
  margin: 0;
  font-size: 14px;
}
/* 三角矢印 */
.flow_01,.flow_02 {
  position: relative;
  margin: 0 auto 4rem;
}
.flow_01::after,.flow_02::after{
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 30px solid #2B5CAA;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* 参照HTML内の <br class="pc"> はスマホでは出さない */
#flow br.pc {
  display: none;
}
/*「お持ちもの」ブロック */
#flow .belong {
  text-align: left;
  width: 100%;
  position: relative;
  font-size: 25px;
}
#flow .belong ul li {
  position: relative;
  padding-bottom: 20px;
}
#flow .belong ul li::before {
  content: '';
  position: absolute;
  background: url("../img/ico_check.png") center 0 no-repeat;
  background-size: 100%;
  width: 30px;
  height: 50px;
  top: 22px;
}
#flow .belong ul li .item_body {
  padding-left: 40px;
}
/* リスト全体 */
#flow .items_list {
  list-style: none;
  padding: 0 20px;
}
/* 各項目 */
#flow .item {
  display: flex;
  gap: 10px;
  padding: 14px 6px;
}
#flow .item_em {
  text-align: center;
  margin: 20px 0 0;
  position: relative;
  right: 2rem;
  color: #2B5CAA;
  font-weight: bold;
  font-size: 2.2rem;
}
#flow .belong .small_txt{
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  #flow .items_list {
    padding: 0 60px;
  }
}

/*============================
アニメーション
==============================*/
/*===　上下に動くアニメーション ====*/
.floatV a {
  -webkit-animation: floatV 2.5s ease-in-out infinite alternate;
  animation: floatV 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes floatV {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  /* -20pxを変えることで上下の動く幅を変えられる */
  100% {
    transform: translate(0, 0);
  }
}
@keyframes floatV {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  /* -20pxを変えることで上下の動く幅を変えられる */
  100% {
    transform: translate(0, 0);
  }
}
/*===　キラッと光るアニメーション ====*/
.shiny_btn img {
  animation: shinyshiny;
}
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
