@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/
/* 標準データ最終更新日：2024/11/22  */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */ 
:root {
  --en: 'Montserrat', "Noto Sans JP", sans-serif;
}
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--vk-color-text-link-hover);
}
.site-body{
	padding-bottom:0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など */
.en {
  font-family: var(--en);
}
.tel {
  font-family: var(--en);
}
.is-style-af-heading-reverse .vk_heading_subtext {
  line-height: 1.4em;
  margin-bottom: 0 !important;
  font-family: var(--en);
}
/*アイコン付きタイトル*/
.heading-has-icon {
  position: relative;
  padding: 0 0 0 35px;
  line-height: 1.4em;
}
.heading-has-icon::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 24px;
  background-image: url("../../../wp-content/uploads/icon_cube.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
/*上部ボータータイトル*/
.heading-border-top {
  border-top: 5px solid #eeee;
  padding: 1em 0;
  position: relative;
}
.heading-border-top::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
  background-color: var(--vk-color-primary);
}
.heading-line-top {
  position: relative !important;
  padding-top: .8em;
}
.heading-line-top::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-color: var(--vk-color-primary);
}
/*右に線タイトル*/
.heading-border-left {
  border-left: solid 5px currentColor;
  padding-left: .5em;
}
/*ボタン*/
.btn {
  border-radius: 0 !important;
  padding-left: 1em !important;
  padding-right: 6em !important;
  position: relative;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.btn:hover::after {
  right: 15px;
  transition: all 0.3s ease-in-out;
}
.wp-block-vk-blocks-button .has-white-background-color::after {
  background-color: #111;
}
.btn-has-icon .btn {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}
.btn-has-icon .btn::after {
  display: 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, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption {
  text-decoration: none !important;
}
/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: hidden;
}
.hover-move:hover img {
  transform: scale(1.1);
  transition: .3s;
}
.hover-move img {
  transition: .3s;
}
/* リンクエリア拡大 */
.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: .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: .3s;
}
.stretched-linkitem a:hover {
  color: var(--vk-color-primary);
}
/*テーブルのフォントサイズリセット*/ :where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset;
}
/*余白調整*/
.gap-large {
  gap: 3em;
}
.gap-none {
  gap: 0;
}
.padding-none {
  padding: 0 !important;
}
/*テキスト中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: .8em 1em !important;
}
.site-header-logo img {
  max-height: 75px !important;
}
.header_nav_search_container {
  min-width: 60px !important;
  margin-left: 40px !important;
}
/* ヘッダー固定 */
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(.device-pc.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
body:not(.home) .site-header {
  background-color: #fff;
}
/* topのみスクロールしていない時は透過で文字反転 */
.home header#site-header {
  position: fixed !important;
  top: 0;
  transition: .3s;
}
.home.scrolled header#site-header {
  background: #fff;
}
.logged-in:not(.home) #site-header {
  top: 32px;
}
.home:not(.scrolled) #site-header {
  background: #fff;
  border: none;
}
.home:not(.scrolled) .global-nav-name, .home:not(.scrolled) .site-header-logo span, .home:not(.scrolled) .header-top-description {
  color: #fff;
  transition: .3s;
}
.home:not(.scrolled) h1.site-header-logo img {
  filter: contrast(0) brightness(3);
}
.home:not(.scrolled) .global-nav-list > li > a:hover, .home:not(.scrolled) .global-nav-list > li.current-menu-item > a {
  border-bottom: 3px solid #fff;
}
/* グローバルナビ */
.global-nav-list > li{
  font-size: 1.2rem;
}
.global-nav-list > li > a {
  transition: .3s;
  border-bottom: 3px solid transparent;
  color: #111;
  padding: 14px 1em  !important;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: #111;
  border-bottom: 3px solid var(--vk-color-primary);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.foot-sitemap {
  margin: 0;
  padding: 0;
}
.foot-sitemap p {
  font-size: .9rem;
  line-height: 1.4em;
  margin: 10px 0 0 0;
}
.foot-sitemap ul {
  margin: 0 !important;
  padding: 0 !important;
}
.foot-sitemap li {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: .8rem;
  line-height: 1.4em;
  margin: 5px 0 !important;
  gap: 0.5em;
}
.foot-sitemap li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.foot-sitemap a {
  text-decoration: none;
}
.foot-sitemap a:hover {
  text-decoration: underline;
}
/*ロゴを白にする*/
.white-img {
  filter: contrast(0) brightness(3);
}
/*コピーライト非表示*/
.site-footer-copyright {
  display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-title, h1.page-header-title {
  margin: 0;
}
.page-header-subtext {
  font-size: 1.4rem !important;
  font-family: var(--en);
  text-transform: uppercase;
}
/*パンくず*/
.breadcrumb {
  font-size: 12px;
  margin: 3em 0 0 0;
  padding: 0;
}
.breadcrumb .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.breadcrumb-list {
  margin: 0 !important;
  padding: 2em !important;
  border-top: 1px solid #ddd;
}
.breadcrumb-list li a {
  text-decoration: none;
  color: #999;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*FV*/
.fv {
  padding: 4em;
}
.fv .main-copy p {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.fv .main-copy .sub-txt {
  position: relative;
  padding-left: 60px;
}
.fv .main-copy .sub-txt::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 14px;
}
/*ホバーで表示*/
.top-buisiness {
  position: relative;
}
.top-buisiness .vk_outer_container {
  padding: 0 !important;
  margin: 0 !important;
}
.top-buisiness .wp-block-cover {
  padding: 2em !important;
  background-color: var(--vk-color-primary);
}
.top-buisiness .vk_gridcolcard_item_container img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.top-buisiness .vk_gridcolcard_item_container:hover img {
  opacity: .5;
}
.top-buisiness .vk_gridcolcard_item_container .hidden-item {
  display: block;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.top-buisiness .vk_gridcolcard_item_container .hidden-item .on-text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.top-buisiness .vk_gridcolcard_item_container .hidden-item .comment {
  opacity: 0;
  max-height: 0;
  overflow: hidden; 
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.top-buisiness .vk_gridcolcard_item_container:hover .hidden-item .comment {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  max-height: 1000px;
}
/*グリッドカラムのテキストボタン*/
.grid-btn-text-type p {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.grid-btn-text-type p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../../wp-content/uploads/icon_cube.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.grid-btn-text-type p:hover {
  padding-left: 1em;
  transition: all 0.3s ease-in-out;
}
/*TOP流れるスライダー >余白を消す*/
.top-slider .vk_slider_item_container{
  padding: 0 !important;
}
/*.cta*/
/*.cta .wp-block-group {
  gap: 2em;
}*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*テーブル*/
.table-type1 th, .table-type1 td {
  border: 1px solid #ddd;
  padding: 1em !important;
}
.table-type1 th {
  background-color: #ecf4ff;
  color: var(--vk-color-primary);
}
/*アンカーリンク*/
.anchor-link .vk_button_link {
  border-bottom: 2px solid currentColor;
  transition: all 0.3s ease-in-out;
  padding: 0 0 1em 0;
}
.anchor-link .vk_button_link:hover {
  border-bottom: 2px solid var(--vk-color-custom-1);
  transition: all 0.3s ease-in-out;
}
.anchor-link .vk_button_link .vk_button_link_caption {
  justify-content: space-between !important;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.anchor-link .vk_button_link:hover .vk_button_link_caption {
  color: var(--vk-color-custom-1);
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
}
/*アコーディオン*/
.vk_accordion-trigger .vk_accordion-toggle-open {
  border: medium none !important;
}
.vk_accordion-trigger {
  background-color: var(--vk-color-custom-1) !important;
  border: 1px solid var(--vk-color-custom-1) !important;
  color: #fff;
}
.vk_accordion-trigger .vk_accordion-toggle-close::after, .vk_accordion-trigger .vk_accordion-toggle-open::after {
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
}
.vk_accordion-trigger p {
  font-size: 1.2rem !important;
}
.vk_accordion-target {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*カラムスクロール固定*/
.position-sticky-wrap {
  overflow: visible !important;
}
.device-pc .wp-block-column.position-sticky-column {
  position: sticky;
  top: 130px;
  align-self: flex-start;
}
/*沿革*/
.history-item::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
}
.hidden-logo {
  position: relative;
  z-index: 0;
}
.hidden-logo::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../../../wp-content/uploads/logomark.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: .2;
  z-index: -1;
}
.history-table table {
  border: medium none !important;
}
.history-table th {
  padding: 1em 0 !important;
  width: 20%;
  text-align: center !important;
  font-family: var(--en);
  border: medium none !important;
}
.history-table td {
  border-top: medium none !important;
  border-right: medium none !important;
  border-left: 1px solid #ddd !important;
  border-bottom: medium none !important;
  padding: 1em 0em 1em 1em !important;
}
/*採用情報-２列のリスト*/
.box-list {
  margin: 2em 0;
  padding: 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.box-list li {
  list-style: none;
  width: 48%;
  background-color: #fff;
  padding: .4em;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  color: var(--vk-color-primary);
}
/*ステップ*/
.step {
  border-radius: 50px;
  padding: .2em 1em;
  background-color: var(--vk-color-custom-1);
  display: table;
  color: #fff;
  font-family: var(--en);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
}
.step-box {
  padding: 1.5em 1em 1em 1em;
  position: relative;
}
.step-box p {
  font-weight: 600;
  line-height: 1.4em;
}
/*グリッドカラム線ありホバー*/
.grid-border-item .wp-block-vk-blocks-gridcolcard-item {
  transition: .3s;
}
.grid-border-item .wp-block-vk-blocks-gridcolcard-item:hover {
  border-color: var(--vk-color-primary) !important;
  transition: .3s;
}
/*先輩の声目次*/
.voice-menu-list {
  margin: 0;
  padding: 0;
}
.voice-menu-list li {
  border-bottom: 1px solid #ddd;
  padding: .8em 0 .8em 1em;
  list-style: none;
  position: relative;
  margin: 0;
}
.voice-menu-list li a {
  color: #111;
  text-decoration: none;
}
.voice-menu-list li a:hover {
  color: var(--vk-color-custom-2);
  text-decoration: none;
}
.voice-menu-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: currentColor;
  position: absolute;
  left: 0;
  top: 15px;
  color: var(--vk-color-custom-2);
}
.is-style-vk_faq-bgfill-circle .vk_faq_title::before, .is-style-vk_faq-bgfill-square .vk_faq_title::before, .is-style-vk_faq-bgfill-rounded .vk_faq_title::before {
  background-color: var(--vk-color-primary) !important;
}
/*囲み枠*/
.point-text .wp-block-vk-blocks-gridcolcard-item{
  position: relative;
}
.point-text .wp-block-vk-blocks-gridcolcard-item:before, .point-text .wp-block-vk-blocks-gridcolcard-item:after{
  position: absolute;
  top: 0;
  content:'';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.point-text .wp-block-vk-blocks-gridcolcard-item:before{
  border-left: solid 4px var(--vk-color-custom-1);
  border-top: solid 4px var(--vk-color-custom-1);
  border-bottom: solid 4px var(--vk-color-custom-1);
  left: 0;
}
.point-text .wp-block-vk-blocks-gridcolcard-item:after{
  border-right: solid 4px var(--vk-color-custom-1);
  border-top:solid 4px var(--vk-color-custom-1);
  border-bottom: solid 4px var(--vk-color-custom-1);
  right: 0;
}
/*募集要項*/
.flow-item p {
  font-family: var(--en);
}
/*２列リスト*/
ul.list-col2 {
  column-count: 2;
  gap: 2em;
  margin: 0 !important;
  padding: 0 !important;
}
.list-col2 li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 20px;
  margin: 0;
  display: block;
  list-style: none;
  position: relative;
}
.list-col2 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 18px;
}

/*1列リスト*/
ul.list-col1 {
  gap: 2em;
  margin: 0 !important;
  padding: 0 !important;
}
.list-col1 li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 20px;
  margin: 0;
  display: block;
  list-style: none;
  position: relative;
}
.list-col1 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 18px;
}


/* 営業所・支店マップ */
div#officemap .wp-block-group__inner-container {
    width: fit-content;
    margin-inline: auto;
    position: relative;
}
ul.wp-block-list.officemap-list {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
	pointer-events: none;
}
.officemap-list li {
    margin: 0;
    padding: 0;
    position: absolute;
	pointer-events: auto;
}
.officemap-list li a {
    font-size: 23px;
    display: block;
    background: transparent;
    color: transparent;
	/* letter-spacing: -0.1em; */
}
.officemap-list li a:hover,
.officemap-list li a:focus,
.officemap-list li a:active{
    color: transparent;
    background: rgb(255 255 255 / 50%);
}
.officemap-list li a:focus,
.officemap-list li a:active{
    outline:solid 2px #333;
}
.officemap-list li:nth-child(1) {
    bottom: 7.3%;
    right: 20.6%;
}
.officemap-list li:nth-child(2) {
    bottom: 7.3%;
    right: 1.2%;
}
.officemap-list li:nth-child(3) {
    bottom: 61%;
    right: 1.2%;
}
.officemap-list li:nth-child(4) {
    bottom: 43.2%;
    right:1.2%;
}
.officemap-list li:nth-child(5) {
    bottom: 25.3%;
    right: 1.2%;
}
.officemap-list li:nth-child(6) {
    bottom: 67.7%;
    left: 1.6%
}
.officemap-list li:nth-child(7) {
    bottom: 61%;
    left: 1.6%;
}
.officemap-list li:nth-child(8) {
    bottom: 43.2%;
    left: 1.6%
}
.officemap-list li:nth-child(9) {
    bottom: 7.3%;
    left: 1.6%
}
.officemap-list li:nth-child(10) {
    bottom: 25.3%;
    left: 1.6%
}
.officemap-list li:nth-child(11) {
    bottom: 7.3%;
    right: 45.2%;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リスト*/
.postListText_singleTermLabel {
  min-width: 100px !important;
}
.postListText_singleTermLabel_inner {
  border-radius: 0 !important;
}
.postListText_title a {
  text-decoration: none !important;
}
.postListText_title a:hover {
  text-decoration: none !important;
}
/*投稿サイドメニュー*/
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  color: #fff !important;
  background-color: var(--vk-color-primary) !important;
  padding: .5em !important;
  text-align: center !important;
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.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 var(--vk-color-border-hr);
}
.localNavi {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.localNavi > li {
  position: relative;
  padding-left: 25px;
}
.localNavi li::before {
  position: absolute;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 10px;
  top: 18px;
  font-size: .9rem;
  color: #999;
}
.localNavi li:hover {
  background-color: #f5f5f5;
}
.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 var(--vk-color-border-hr);
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.entry-header .entry-title, .archive-header-title {
  margin-bottom: var(--vk-margin-meta);
  font-size: 1.6rem;
  position: relative;
  z-index: 0;
  padding: .8em 0;
}
.entry-header .entry-title::before, .archive-header-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
}
.entry-header .entry-title::after, .archive-header-title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 30px;
  top: 0;
  background-color: var(--vk-color-custom-4);
}
.entry-meta-data-list {
  display: none;
}

/* 	円グラフ自動生成 */
:root {
	--pie1: #ed724c;
	--pie2: #efa81c;
	--pie3: #f3e03b;
	--pie4: #94c45d;
	--pie5: #4fa7cf;
	--pie6: #6672b2;
	--pie8: #dd3f3b;
}
.piechart_legend p::before {content: '■ ';}
.piechart_legend p:nth-child(1)::before { color:var(--pie1) }
.piechart_legend p:nth-child(2)::before { color:var(--pie2) }
.piechart_legend p:nth-child(3)::before { color:var(--pie3) }
.piechart_legend p:nth-child(4)::before { color:var(--pie4) }
.piechart_legend p:nth-child(5)::before { color:var(--pie5) }
.piechart_legend p:nth-child(6)::before { color:var(--pie6) }
.piechart_legend p:nth-child(7)::before { color:var(--pie7) }
.piechart_legend p:nth-child(8)::before { color:var(--pie8) }

.piechart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.piechart_circle {
    aspect-ratio: 1;
    width: 120px;
    border-radius: 50%;
}
.piechart_legend {
    display: grid;
    grid-template: auto / 1fr 1fr;
	gap: 0 1em;
}
.piechart_legend p {
    line-height: 1.7;
	margin: 0;
}
.wrap2{
    container-type: inline-size;
}
/*取扱商品の画像マージンを消す*/
.product-fig figure{
  margin-bottom: 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  メモ用
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
nav a[href="#"] {
    pointer-events: none;
}