@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */
/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
:root {
  --en: 'futura-pt', "Noto Serif JP", serif;
  --vk-color-text-link-hover:#9a5c31;
  --vk-line-height:2em;
  --vk-color-text-body: #9a5c31;
}
body, html {
  font-family: 'Shippori Mincho', "Noto Serif JP", serif !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*英字フォント*/
.en {
  font-family: var(--en);
}
/*見出しサイズ*/
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.4rem;
}
/*見出し > 中央下線*/
.title-underline-center {
  position: relative;
  padding-bottom: .5em;
}
.title-underline-center::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
/*ボタン*/
.btn {
  border-radius: 0 !important;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
  text-decoration: none !important;
}
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  font-weight: 600;
  font-family: var(--en);
  padding-right: 40px;
}
.vk_button_link_txt {
  transition: 1s;
}
.vk_button_link {
  position: relative;
  transition: 1s;
}
.vk_button_link::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../../../wp-content/uploads/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -3px;
  transition: 1s;
}
.vk_button_link:hover::after {
  transform: scale(1.2);
}
/*ボタン下線あり*/
.btn-underline .vk_button_link {
  padding: 0 0 10px 0 !important;
  border-bottom: 1px solid
}
.btn-underline:hover .vk_button_link {
  padding: 0 0 10px 0 !important;
}
/*囲みボタン*/
.vk_button-color-custom a.vk_button_link:hover {
  box-shadow: none;
  opacity: 1;
}
.vk_button .is-style-outline .vk_button_link_caption{
  padding-right: 15px !important;
}
/*アイコン付きボタン*/
.btn-has-icon .vk_button_link {
  padding-right: 15px !important;
}
.btn-has-icon .vk_button_link::after {
  display: none;
}
.btn-has-icon .vk_button_link-type-text {
  padding: 0 !important;
}
.btn-has-icon .vk_button_link i {
  transition: 1s;
}
.btn-has-icon .vk_button_link:hover i {
  transform: scale(1.2);
}
.btn-has-icon .vk_button_link_caption{
  padding-right: 15px !important;
}
/*ボタン > アイコン白*/
.vk_button .has-white-color::after{
  filter: contrast(0) brightness(3);
}
.has-background::after{
  filter: contrast(0) brightness(3);
  right: 10px;
  top:6px;
}
/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: visible;
}
.hover-move:hover img {
  transform: scale(1.1);
  transition: transform .6s;
}
.hover-move img {
  transition: transform .6s;
}
/* リンクエリア拡大 */
.stretched-linkitem {
  position: relative !important;
}
.stretched-linkitem a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.stretched-linkitem h2, h3, h4, h5, h6 {
  position: unset !important;
}
.stretched-linkitem a {
  text-decoration: none;
  color: #111;
}
.stretched-linkitem img {
  transition: transform .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}
.stretched-linkitem a:hover {
  color: var(--vk-color-primary);
}
/*テーブルのフォントサイズリセット*/ 
:where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset !important;
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 4em;
}
.gap-3em {
  gap: 3em;
}
.gap-2em {
  gap: 2em;
}
.gap-1em {
  gap: 1em;
}
.padding-none {
  padding: 0 !important;
}
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 1em;
  }
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.site-header-logo img {
  max-height: 16px !important;
}
.site-header {
  padding: 1em;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
/* .logged-in #site-header {
  top: 32px;
} */
/* HOMEだけFVに透過にする */
.home header#site-header {
  position: fixed;
  transition: .5s;
  background-color: #fff;
}
.home:not(.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
body:not(.home) .site-header {
  background-color: #fff;
}
/* グローバルナビ */
.global-nav-list > li .global-nav-name{
  font-size: 1.2rem;
}
.global-nav-list > li > a {
  transition: .3s;
  border-bottom: 3px solid transparent;
  color: var(--vk-color-primary);
  font-family: var(--en);
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-primary);
  border-bottom: 3px solid var(--vk-color-primary);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer {
  font-size: .9rem !important;
}
.site-footer .widget{
  margin: 0;
}
.site-footer a{
  color: var(--vk-color-custom-1);
  text-decoration: none !important;
}
/*コピーライトを消す*/
.site-footer-copyright {
  display: none;
}
.site-footer {
  background-position: bottom !important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*ファーストビュー >ロゴの位置調整*/
.fv{
  align-items: flex-start !important;
}
/* ファンクラブセクションの画像調整 */
.funclub-column figure{
margin-bottom: 0!important;
}

/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
/*ページヘッダー > ページ名*/
.page-header .page-header-inner .page-header-subtext {
  font-size: 3rem;
  margin-bottom: 0.2em;
  font-weight: 400;
  font-family: var(--en);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-header .page-header-inner .page-header-title {
  font-size: 1rem;
  margin: 2em 0 0 0;
}
/*パンくず*/
.breadcrumb .container {
  padding: 1em 0 0 0;
  border-top: 1px solid #eee;
  margin-bottom: 0;
}
.breadcrumb-list {
  margin: 0;
  padding: 15px 0 !important;
  color: #999;
  font-weight: 600;
}
.breadcrumb-list a {
  color: var(--vk-color-primary);
  text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*ログイン*/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  margin: 0 auto;
}
/*お問い合わせ*/
input[type="submit"] {
  border-radius: 0;
}
/* プロフィール */
.profile_column{
	gap: 0!important;
}
/* 会員特典 */
.tokuten h3 {
    font-size: 1.1rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* カテゴリの横幅 */
.postListText_singleTermLabel {
    min-width: 90px;
}


/* パーツごとにコメントアウトで注釈を入れてください。 */
.postListText_title a {
  text-decoration: none !important;
}
/*投稿サイドメニュー*/
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  padding: 0 0 0.8em;
  border-bottom: 1px solid #ddd;
  color: var(--vk-color-custom-2);
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.veu_postList .postList a:hover {
  text-decoration: none;
}
.sub-section .widget_archive > ul li a, .sub-section .widget_nav_menu > ul li a {
  border: none;
  padding: 1em 0;
  color: unset;
}
.sub-section .widget_archive > ul li:not(:last-child), .sub-section .widget_nav_menu > ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.localNavi {
  border-bottom: 1px solid #eee;
}
.localNavi > li {
  position: relative;
  padding-left: 20px;
}
.localNavi li::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 0;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.localNavi li a:hover {
  text-decoration: none !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  text-decoration: underline;
  background: none;
}
.sub-section .widget_nav_menu ul.children {
  border-top: 1px solid #eee;
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover{
  color: var(--vk-color-primary) !important;
}
.entry-header .entry-title, .archive-header-title {
  font-size: 2rem;
  position: relative;
  z-index: 0;
  padding: .8em 0 0 0;
}
.entry-header .entry-title::before, .archive-header-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color:currentColor;
}
/* 特定商取引法に基づく表示 */
.page-id-31 .page-header .page-header-inner .page-header-title{
font-size: 2rem;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ログインページ > 「既存ユーザのログイン」を非表示 */
.page-id-5255 fieldset legend,
.category-members fieldset legend{
display: none;
}
/* ログインページ > パスワードを忘れた場合 パスワードリセット を非表示 */
.page-id-5255 .entry-body fieldset .link-text,
.category-members .entry-body fieldset .link-text{
	display: none;
}
/* ログインページ > ログイン文言*/
#wpmem_restricted_msg{
    margin-top: 100px!important;
}
/* ログイン時のログインページ */
.page-id-5023 .login_status{
    text-align: center;
}
/* パンクズ非表示 */
.breadcrumb-list{
	display: none;
}