@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 0.1.2
*/

/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */

:root{
	--vk-color-text-link-hover:var(--vk-color-primary);
	--en:"Oswald", sans-serif;
	--boxshadow:0px 5px 20px rgba(0, 0, 0, 0.2);
	--bgc:rgba(232, 123, 43,.1);
	--vk-color-text-body:#000;
}

li a, p a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
	transition: .3s;
}

.fw-bold{
	font-weight:bold;
}
.fw-bolder {
	font-weight:900;
}
.ml-unset {
	margin-left:unset;
}
.w-fit {
	width:fit-content!important;
}
.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

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

.txtshadow {
	text-shadow:0px 4px 0px rgba(0, 0, 0, 0.5);
}
.boxshadow {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.bgc {
	background:var(--bgc);
}
.wp-block-separator {
    border-top: 1px solid;
}

/*テーブル*/
.table-center table {
	margin-inline:auto;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	padding:1rem;
}
:where(:not(.wp-block-table))>table,
:where(:not(.wp-block-table))>table :is(thead,tbody,tfoot,th,td) {
	border-color:#ccc;
}

/*ボタンのリセット（下線消しとか）*/
.vk_button .vk_button_link.btn {border-radius: 0}
.vk_button .vk_button_link.btn:hover {box-shadow:none; opacity:1;}
.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;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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>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);
}
/* ヘッダーボタン */
.header_nav_search_container {
    padding: 0;
}
.site-header-container.container {
	max-width:100%;
	padding-right:0;
}

/*ヘッダーカートボタン*/
.header-cart-button {
	gap:0;
}
.header-cart-button .vk_button_link_caption {
	flex-direction:column;
	gap:8px;
}
.header-cart-button .vk_button_link_before {
	margin-right:0;
	font-size:1.3rem;
}
.header-cart-button .vk_button_link_txt {
	font-size:12px;
}
.header-cart-button .vk_button .vk_button_link.btn {
	padding:.9rem;
	transition:.5s;
}
.header-cart-button .vk_button .vk_button_link.btn:hover {
	opacity:.8;
}

.vk_button_badge.cart_num {
	top:.8em!important;
	right:1em!important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */

.site-footer {
	border-top:none;
}
.footer-nav {
	border-bottom:none;
	padding:1.5rem 0 0;
}
.footer-nav a:not([class]):hover {
	color:var(--wp--preset--color--vk-color-custom-2);
}

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

/**Teaser**/
.teaser-inr {
	width:90%;
	margin-inline:auto;
}
.teaser-gallery .wp-block-image {
	border:5px solid #444;
}
.teaser-gallery .wp-block-image figcaption.wp-element-caption {
	background:#444!important;
	padding:.5rem!important;
}

.teaser-area {
	position:relative;	
}
.teaser-area .vk_outer_container {
	position:static!important;
}
.scroll-text-wrap {
	overflow: hidden;
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
}
.scroll-text {
	display:flex;
	animation: marquee-scroll 80s linear infinite;
	width:max-content;
}
.scroll-text p{
	font-size:150px;
	opacity:.3;
	line-height:1;
	flex-shrink: 0;
	white-space: nowrap;
	padding-right: 1em; 
	display:inline-block;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*ヒーローエリアnews*/
.heronews .wp-block-heading {
	border-right:1px solid var(--vk-color-primary);
	padding-inline:1em;
}
.heronews .vk_post {
	padding:1rem!important;
}
.heronews .postListText {
	border-bottom:none;
}

/*スライダー*/
.wp-block-vk-blocks-slider {
	padding-bottom:15px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:0!important;
}

/*カテゴリーボタン*/
.cate-btn {
	position:relative;	
	background:#fff;	
	padding:1rem;
	height:100%;
}
.cate-btn a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	box-shadow:var(--boxshadow);
	transition:.5s;
	border:3px solid transparent;
}
.cate-btn a:hover:before {
	box-shadow:none;
	border-color:var(--vk-color-primary);
}
.cate-btn .vk_button_link_caption {
	font-size:18px;
	font-weight:700;
}
.cate-btn .vk_button_link_after {
	position:absolute;
	right:1rem;
	top:50%;
	transform:translateY(-50%);
	color:var(--vk-color-primary);
}
.cate-btn .wp-block-image figure {
	width:100%;
}
.cate-btn figure img {
	aspect-ratio:3/4;
	object-fit:contain;
	width:100%;
}


/*カテゴリーリスト*/
.wp-block-categories-list {
	list-style:none;
	padding-left:0;
	margin:0;
}
.wp-block-categories-list .cat-item > a {
	display:block;
	padding:.8rem;
	background:var(--wp--preset--color--vk-color-custom-2);
	color:#fff;
	text-decoration:none;
}
.wp-block-categories-list .cat-item > a:hover {
	text-decoration:underline;
}
.wp-block-categories-list ul.children {
	padding:.8rem;
	list-style:none;
}
.wp-block-categories-list ul.children .cat-item > a {
	display:block;
	background:unset;
	color:unset;
	padding:0;	
}
.wp-block-categories-list ul.children .cat-item > a:before {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right:5px;
}

.wp-block-categories-list ul.children ul.children {
	margin-bottom:0;
	padding:.2rem .8rem;
}
.wp-block-categories-list ul.children ul.children li a:before {
	content:none;
}

/*******レイアウト調整***/
.wp-block-categories-list > li > ul.children {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	column-gap:2rem;
}
.wp-block-categories-list > li > ul.children > li {
	width:calc((100% / 3) - 2rem);
}
.wp-block-categories-list > li > ul.children ul.children {
	width:100%;
}


/****商品一覧****/
.ucart_search_body.ucart_widget_body {
	list-style:none;
	padding-left:0;
	margin:0;
}
.sub-section ul.ucart_widget_body li.cat-item.current-cat-parent a {
	padding-bottom:0;
}
.widget ul.children {
	margin-bottom:.8em;
	padding-left:1em;
}
.widget ul.children li.cat-item {
	border-bottom:none!important;
}
.widget ul.children li.cat-item.cat-item.current-cat {
	list-style-type:none!important;
}


/*商品一覧*/
.vk_post.vk_post-postType-post.card {
	border:none;
	box-shadow:var(--boxshadow);
	transition:.5s;
	border:3px solid transparent;
	background:#fff;
}
.vk_post.vk_post-postType-post.card:hover {
	border: 3px solid var(--vk-color-primary);
	box-shadow:none;
	background:#fff;
}
.card-noborder .card-body {
	padding-inline:1rem;
	display:flex;
	flex-direction:column;
}
.cart_archive_price {
	margin-top:auto;
}
.vk_post_title.card-title {
	margin-left:unset;
	font-size:16px;
}
.vk_post_title.card-title a {
	font-weight:900;
	text-decoration:none;
	border-bottom:none;
}
.vk_post_title.card-title a:before {
	content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	color:var(--vk-color-primary);
	margin-right:8px;
}
.vk_post_title.card-title a:hover {
	border-bottom:none;
}
.vk_post.vk_post-postType-post.card .vk_post_imgOuter_singleTermLabel {
	top:5px;
	right:5px;
}
.vk_post_imgOuter {
	background-size:contain;
	background-repeat: no-repeat;
	border:none!important;
	aspect-ratio:4/3;
}

/*右カテゴリ*/
.sub-section .widget {
	background:var(--bgc);
	padding:1rem;
}
.sub-section .widget h4 {
	color:var(--vk-color-primary);
	border-bottom:1px solid var(--vk-color-primary);
	padding-bottom:.5em;
	margin-bottom:0;
}
.sub-section ul.ucart_widget_body {
	list-style:none;
	padding-left:0;
	margin:0;
}
.sub-section ul.ucart_widget_body li.cat-item {
	border-bottom: 1px solid var(--vk-color-border-hr);
	margin:0;
}
.sub-section ul.ucart_widget_body li.cat-item a {
	font-size:.8rem;
	padding:1em 0;
	display:block;
	text-decoration:none;
}
.sub-section ul.ucart_widget_body li.cat-item a:hover {
	text-decoration:underline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.breadcrumb {
	border-top:none;
	border-bottom:none;
	padding:.5rem 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * EC アーカイブページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * EC 詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#itempage .itemsubimg li:only-child {
/* イメージが1枚しかない場合は、サムネイルを表示しない */
    display: none;
}

/* 「カートに入れる」ボタンを下ぞろえ　※複数SKUを設定する場合はコメントアウト */

/* .archive_cart {
 margin-top: 80px;
}

.archive_cart .price {
 position: absolute;
 bottom: 40px;
 left: 20px;
}

.archive_cart input[type=submit] {
 position: absolute;
 bottom: 12px;
 right: 20px;
}
 */


/*item詳細*/

#itempage .itemimg img {
	object-fit:contain;
}
table.item-detail {
  width: 100% !important;
}
table.item-detail th {
	width:20%  !important;
	background:#f2f2f2;
	padding:1rem;
}
table.item-detail td {
	width:80%  !important;
	padding:1rem;
}


.item_content h2 {
	text-align:left;
	display:flex;
	gap:.5em;
	width: fit-content;
    align-items: center;
    margin-left: unset;
}
.item_content h2:before {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:var(--vk-color-primary);
}

/*戻るボタン*/
.backbtn a {
	font-size: 1rem;
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: 1em 2em;
    border-radius: var(--vk-size-radius);
	text-decoration:none;
}
.backbtn a:before {
	margin-right:.5em;
	content: "\f137";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.backbtn a:hover {
	color:#fff;
	background: var(--welcart-color-nextbutton-hover);
}


/*カートの中*/
div.usccart_navi li.ucart {
	text-align:center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 規約関係など、幅狭ページ */
.terms {
	max-width: 900px;
	margin-inline: auto;
}
.terms h2 {
    font-size: 1.2rem;
	text-align:left;
}
.terms h3 {
    font-size: 1rem;
}

.contactform-table th {
    background: none;
}

/* 問い合わせフォーム用 */
table.contactform-table,
.contactform-table th,
.contactform-table td {
    border-left: none;
    border-right: none;
}
.device-pc .contactform-table th,
.device-pc .contactform-table td {
    padding:1em;
}

/*数字リスト*/
.list-count > div {	
	row-gap:3rem;
}
.list-count .wp-block-group {
	position:relative;
	border:1px solid var(--vk-color-primary);
	padding:3rem 2rem 2rem;
	height:100%;
}
.list-count p.en {
	position:absolute;
	top:-25px;
	left:0;
	right:0;
	color:#fff;
	font-size:1.5rem;
	width:50px;
	height:50px;
	border-radius:100%;
	background:var(--vk-color-primary);
	line-height:50px;
	padding:0;
	margin:0 auto;
	text-align:center;
}

/**動画**/
.yt {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yt iframe {
  width: 100%;
  height: 100%;
}



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



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



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

/* ナビ右側　カート用ボタン */
.header-cart-button .vk_button{
	position:relative;
}
.header-cart-button span.vk_button_link_txt {
    white-space: nowrap;
}
@media (max-width: 1200px) { /*1200以下の場合*/ 
	.header-cart-button .vk_button .vk_button_link_before {
		margin-right: 0;
	}
	.header-cart-button .vk_button .vk_button_link {
		min-width: unset;
	}
	.header-cart-button .vk_button .vk_button_link_txt {
		font-size: 0;
	}
}
/* カート内　アイテム数バッジ */
.vk_button_badge.cart_num {
    background: #dd3333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 99px;
    min-width: 24px;
    display: inline-block;
    padding: 0 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%,-30%);
}




/* VKステップ横並び */
.vk_step-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.vk_step-horizontal .vk_step_item {
    display: flex;
    flex-direction: column;
    padding: 0;
	width:100%;
}
.vk_step.vk_step-horizontal .vk_step_item_dot {
	position: unset;
	order: 1;
	margin: auto;
	z-index: 3;
}
.vk_step-horizontal p {
    padding: 0 1rem;
}
.vk_step-horizontal .vk_step_item_dot.vk_step_item_style-outlined {
    background: #fff;
}
.vk_step.vk_step-horizontal .vk_step_item_content {
    order: 2;
    text-align: center;
}
.vk_step-horizontal .vk_step_item_lineStyle-default::before {
    z-index: 0;
    width: 100%;
    height: 5px;
    top: 25px;
    left: auto;
    right: -50%;
}

/* 商品オプション必須表示 */
.iopt_label.required::after {
	display: inline-block;
	content: "（必須）";
	color: red;
}

.single_option .option_form .iopt_label.required::after,
table.item_option td .iopt_label.required::after {
	display: none;
}

/* 営業日カレンダー */
.widget_welcart_calendar h2 {
  display: none;
}
ul.ucart_calendar_body {
  padding: 0;
}
ul.ucart_calendar_body li {
  overflow: hidden;
  display: block;
  font-size: .8rem;
}
.this-month {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.next-month {
  width: 50%;
  float: right;
  margin-bottom: 10px;
}
.this-month table {
  width: 90%;
  float: left;
  margin-bottom: 10px;
}
.next-month table {
  width: 90%;
  float: right;
  margin-bottom: 10px;
}
.usces_calendar {
  border: medium none;
}
.usces_calendar caption {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: .8rem;
}
.usces_calendar th {
  background-color: #efefef;
}
.usces_calendar th, .usces_calendar td {
  padding: .5rem 0.1rem !important;
  text-align: center;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  border-bottom: 1px solid #ddd;
  font-size: .7rem;
}
.businessday {
  background-color: #ffe8e8 !important;
  color: #ff0000;
}

/* カレンダー調整 */
.usces_calendar th, 
.usces_calendar td { 
    padding: 0.2rem; 
} 


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * DL Seller 購入完了画面
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.dllist {
    list-style: none;
    padding-left: 0;
}

table.dlseller {
    margin-bottom: 32px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　
 * Snow Monckey　
 * reCAPTCHAの準備ができるまでボタンクリック不可
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 
 .snow-monkey-form.smf-page-loading {
  pointer-events: none;
  opacity: 0.5;
}*/