/*
Theme Name: Noah ピックルボールLPサイト（Lightning子テーマ）
Theme URI: 
Template: lightning
Description:
Author: タロスカイ株式会社

/*
 * 
 * サイト全体設定
 * 
 */

/*
 * レイアウト関連
 */

/* フォント */
body{
  font-style: normal;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* レイアウト */
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.l-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.l-inner.--narrow {
  max-width: 870px;
  margin: auto;
}

.l-inner.--narrow02 {
  max-width: 756px;
  margin: auto;
}

@media (max-width: 768px) {
  .tunagi-parents {
    position: relative;
  }
  .tunagi {
    position: absolute;
    top: -8px;
    z-index: 2;
  }
}

/* 見出し */
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading{
  border: initial;
  letter-spacing: 0;
}

h3.wp-block-heading::after{
	display: none;
}

/* リンク */
a {
  text-decoration: none;
}

/*
 * ボトム固定バナー
 */

.page-top__fixed {
  position: fixed;
  bottom: -98px;
  left: 0;
  width: 100%;
  transition: bottom 0.3s ease;
  z-index: 999;
}

.page-top__fixed.is-visible {
  bottom: -8px;
  z-index: 999;
}

/*
 * トップへ戻るボタン
 */
.page_top_btn {
  position: fixed;
  right: 1%;
  bottom: 2%;
  z-index: 99999;
  width: 42px;
  height: 42px;
  color: transparent;
  border-radius:100em;
  border: 2px solid #fff;
  background: var(--vk-color-primary);
  box-shadow: none;
  background-image: var(--ver_page_top_button_url);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 30%;
  opacity: 0;
  transition: opacity .3s;
  text-decoration: none;
}

@media (max-width: 768px) {
  .page_top_btn {
    bottom: 8%;
  }
}



/*
 * FV
 */

/* 背景 */
.page-top__fv {
  background-color: #E4F1FF;
  opacity: 1;
  background-image:
    linear-gradient(135deg, #b0c4de 5%, transparent 5%),
    linear-gradient(225deg, #b0c4de 5%, transparent 5%),
    linear-gradient(45deg, #b0c4de 5%, transparent 5%),
    linear-gradient(315deg, #b0c4de 5%, #E4F1FF 5%);
  background-position: 20px 0, 20px 0, 0 0, 0 0;
  background-size: 20px 20px;
  background-repeat: repeat;
}

.page-top__fv-right-image img {
  border-radius: 32px 0 0 32px;
}

@media (max-width: 768px) {
  .page-top__fv-right-image{
    margin-left:20px;
  }
}


/*
 * aboutセクション
 */

h2.page-top__about-ttl {
  position: relative;
  z-index: 2;
  margin-block-end: 0 !important;
}

h2.page-top__about-ttl:after {
  content: '';
  display: inline-block;
  width: 96px;
  height: 172px;
  background: url(https://ts-noahpicklelp-staging.eek.jp/wp-content/uploads/2025/03/Introduce-Bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  right: 6%;
  top: 0;
  position: absolute;
  z-index: -1;
}

.page-top__about-subttl {
  margin-block-end: 0 !important;
}

.page-top__about-image img {
  border-radius: 32px;
}


/*
 * ピックルボールの特徴セクション
 */
.page-top__feature-container-list-item-right-text {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .page-top__feature-container-list-item-right-text {
    font-size: 18px;
    white-space: inherit;
    flex: 1;
  }
	.page-top__feature-container-list02-item-ttl {
    font-size: 20px !important;
  }
}

/*
 * レッスン紹介セクション
 */
.page-top__introduce-container {
  column-gap: 48px;
}

.page-top__introduce-container.--reverse {
  flex-direction: row-reverse;
}


/*
 * 体験レッスンの流れ
 */
.page-top__flow-list-item-left-step {
  font-family: Readex Pro;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .page-top__flow-list-item-left-step {
    text-align: left;
  }
}

.page-top__flow-list-item-left-number {
  font-family: Readex Pro;
  font-weight: 600;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: 0%;
  text-align: center;
}


/*
 * 利用者の声
 */
@media (max-width: 768px) {
  .page-top__voice-list-item-ttl {
    font-size: 20px !important;
  }
}


/*
 * スクールリスト
 */
.page-top__contact-list-item-container {
  text-align: center;
}

.page-top__contact-list-item-tag {
  display: inline-block;
  background-color: #D5E6F8;
  border-radius: 99px;
  padding: 4px 16px;
}

.wp-block-column-vk-link:hover .wp-block-button__link {
  filter: brightness(1.1) saturate(2);
}

.page-top__contact-list-accordion .page-top__contact-list-accordion-ttl {
  margin-block-end: 0 !important;
}
