@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への上書き、カラー変数設定など */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */

h2 {
	
}
h3 {
	font-size:1.8rem;
	font-weight:400;
}
h4 {
	font-size:1.5rem;
	font-weight:400;
}
.fs-1 {
	font-size:clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
}
.gap-0 {
	gap:0;
}
.w-fitcontent {
	width:fit-content;
}
.fw-normal {
	font-weight:400;
}
.fw-bold {
	font-weight:700;
}
.w-md-50 {
	width:50%;
}
.w-100 figure,
.w-100 figure img {
	width:100%;
}

/*リスト2カラム*/
ul.list2column {
	display:flex;
	flex-wrap:wrap;
	gap:0 1rem;
}
ul.list2column li {
	width:calc((100% / 2) - 1rem);
}

/*右側へ要素を広げる*/
.column-out-right{
    margin-right: calc(50% - 50vw);
}

/*左側へ要素を広げる*/
.column-out-left{
    margin-left: calc(50% - 50vw);
}

/*ボタンのリセット（下線消しとか）*/
.vk_button .vk_button_link.btn {border-radius: 0}
.vk_button .vk_button_link.btn:hover {box-shadow:none;}

.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption{
  text-decoration:none!important;
}

/*矢印ボタン白バージョン*/
.is-style-btn-arrow .vk_button_link.btn.has-white-color:after {
	border-color:#fff;
}


/*CTA 電話ボタン*/
.cta-callbtn .vk_button_link_txt {
	font-size:clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}
.cta-callbtn .vk_button_link_subCaption {
	font-size:clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}

/*CTA フォームボタン*/
.cta-formbtn .vk_button_link.btn {
	width:100%;
	font-size:1.2rem;
	font-weight:700;
	position:relative;
	padding:1.2em;
}
.cta-formbtn .has-text-color.is-style-outline {
	border:1px solid currentColor!important;
}
.cta-formbtn .vk_button_link_after {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:1rem;
	color:var(--wp--preset--color--vk-color-custom-2)!important;
}
.cta-formbtn .has-text-color.is-style-outline:hover.has-vk-color-custom-4-color {
	background-color:var(--wp--preset--color--vk-color-custom-3);
}
.cta-formbtn .vk_button_link.btn:hover .vk_button_link_txt {
	color:var(--wp--preset--color--vk-color-custom-2)!important;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
/*
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in.device-pc #site-header {
    top: 32px;
}
*/

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	/*border-bottom: 3px solid transparent;*/
}
.global-nav-list>li {	
	position:relative;
}
.global-nav-list>li:before {
    /*border-bottom: solid 3px translate;*/
	background:transparent;
	width:0;
	height:3px;
	content:"";
	position:absolute;
	left:0;
	bottom:0;
}
.global-nav-list>li:hover:before {
	transition: .5s;
	/*border-bottom: solid 3px #2E4DA7;*/
	background:#2E4DA7;
}
.global-nav-list>li:hover:before,
.global-nav-list>li.current-menu-item:before {
	background:#2E4DA7;
    width: 100%
}

.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    /*border-bottom: 3px solid var(--vk-color-custom-1);*/
}

.site-header-container.container {
	max-width:unset;
}

/*言語切り替え*/
.header_nav_search_container{
	min-width:unset;	
	position:absolute;
	top:3px;
	right:3px;
}
.lang {
	list-style:none;
	padding-left:0;
	display:flex;
	margin:0;
}
.lang li a {
	border:1px solid #2E4DA7;
	padding:2px 10px;
	text-decoration:none;
	transition:.5s;
	font-size:12px;
}
.lang li a:hover {
    color: #fff;
    background-color: #4360b3;
}
.lang li.on a {
	color: #fff;
    background-color: #2E4DA7;
}
.global-nav {
	padding-top:25px;
}
.scrolled .header_nav_search_container {
	display:none;
}
.scrolled .global-nav {
	padding-top:0;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content ul.menu {
	display:flex;
	justify-content:center;
	gap:1rem;
}
.site-footer-content .widget_nav_menu>div>ul li a {
	font-size:16px;
	border:none;
	padding:0;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*在庫情報 イメージバナー*/
.imgbnrwrap.vk_gridColumn [class*=col-] {
	padding-inline:0;	
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.imgbnrwrap.vk_gridColumn [class*=col-]:nth-child(3n) {
	border-right:none;
}

.imgbnr {
	position:relative;	
}
.imgbnr figure {
	margin:0!important;
	overflow:hidden;
}
.imgbnr figure img {	
	transition: .5s;
	width:100%;
	filter: grayscale(100%);
}
.imgbnr:hover figure img {
	filter: grayscale(0%);
}
.imgbnr .wp-block-vk-blocks-button {
	margin:0!important;
}

.imgbnr .vk_button_link_caption {
position: relative;
	line-height: 1.5;
	padding: 15px;
	text-align: center;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight: 600;
	color: #fff;
	margin: 0 auto !important;
	display: inline-block;
}
.imgbnr .vk_button_link_caption:before {
    content: "";
    display: block;
    background-color: #fff;
    width: 220px;
    left: 50%;
	top:-20px;
	margin-left: -110px;
    height: 1px;
    position: relative;
}
.imgbnr .vk_button_link_caption:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 220px;
    left: 50%;
	margin-left: -110px;
    height: 1px;
	bottom:-20px;
    position: relative;
}

.imgbnr .wp-block-vk-blocks-button a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.imgbnr .vk_button_link_caption {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */

.page-header-title, h1.page-header-title {
	font-weight:400;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */

/* 会社概要 */

/* 会社概要　＞　会社概要 */
.table-company table {
	border:none;
}
.table-company table th,
.table-company table td {
	border:none!important;
	font-size:1rem;
}
.table-company table th {
	border-right:2px solid #e5e5e5!important;
}

/*会社概要　＞　会社沿革*/
.table-stripes table tr:nth-child(even) {
	background-color:#f9f9f9;
}
.table-stripes table th,
.table-stripes table td {
	font-size:1rem;
	padding:1rem!important;
	font-weight:400;
	background:unset!important;
}

/*事業案内*/
.fltwhite {
	position: relative;
    z-index: 2;
    transform:translateY(-100px);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 3rem;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 0px 0px rgba(10, 10, 10, 0.02);
	margin-bottom:-100px;
}

/*販売・売買*/
.bus_box2_1{
	font-size: 88px;
	color: #dedede;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	margin-bottom:0;
}
.bus_box2_2{
	font-size: 34px;
	color: #2E4DA7;
	margin-bottom:0;
}
.bus_box2_3{
	margin-block:1rem;
}

/*サービス*/
.is-style-border-rows th,
.is-style-border-rows td {
	padding:1rem;
	font-size:1rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */


/*ステータス*/
.status-area {
	position: relative;
	height: 40px;
}

.sales-status {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #00796b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
}

.sales-status__new {
	background: #d32f2f;
}

.sales-status__pending {
	background: #f57c00;
}

.sales-status__sold {
	background: #616161;
}

.postNextPrev .sales-status {
	display: none;
}

/* カテゴリー */
.entry-meta_items_term {
	float: right;
	display: inline-block;
}

.entry-meta_items_term a {
	font-size: 12px;
	padding: 4px 8px;
}