@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: "Urbanist", sans-serif;
}

.fw-bold{
	font-weight:bold;
}

.en{
	font-family:var(--en);
}

h2{
	font-size:40px;
}
h3{
	font-size:28px;
}
.vk_post:hover {
    background: rgb(128 128 128 / 0%);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */


.midashi_en{
	font-family:var(--en);
}

.fz20{
	font-size:20px;
}

/* ボタン */

.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more {
  width: 14rem;
  height: auto;
}
.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 3.55rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.learn-more:hover .circle {
  width: 100%;
}
.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.learn-more:hover .button-text {
  color: #fff;
}
.btn1{
	margin-left:auto;
}
.btn-outer{
	text-align:right;
}
.btn-center{
	text-align:center;
}
.btn-center .learn-more{
	width:170px;
}
.btn-center-l .learn-more{
	width:200px;
}
.btn-left .learn-more{
	width:170px;
}
.btn-white.learn-more .circle {
	background-color:#fff;
}
.btn-white.learn-more .button-text{
	color:#fff;
}

.btn-white.learn-more .circle .icon {
  background: #000;
}

.btn-white.learn-more .circle .icon.arrow::before {
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
}
.btn-white.learn-more .circle .icon.arrow{
	background: #fff;
}
.btn-white.learn-more:hover .circle .icon.arrow {
  background: #000;
  transform: translate(1rem, 0);
}
.btn-white.learn-more:hover .button-text {
  color: #000;
}
#map-grayscale {
    filter: grayscale(100%);
}
.gap0{
	gap:0;
}



/* 逆向きボタン */
.learn-more-back {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more-back {
  width: 14rem;
  height: auto;
}
.learn-more-back .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.learn-more-back .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more-back .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more-back .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(-135deg);
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.learn-more-back .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 3.55rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.learn-more-back:hover .circle {
  width: 100%;
}
.learn-more-back:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.learn-more-back:hover .button-text {
  color: #fff;
}
.learn-more-back:hover .circle .icon.arrow::before{
left:0}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: fixed !important;
    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);
}

.device-pc .vk-mobile-nav-menu-btn {
	display: block !important;
}

.device-pc .vk-mobile-nav {
	display: block !important;
}
#vk-mobile-nav-menu-btn {
	right: 30px;
	left: auto;
	width: 60px;
	height: 60px;
	top:7px;
	border-radius: 999px;
	border: none;
	background-size: 40px;
	background-color: var(--vk-color-primary);
}
#vk-mobile-nav {
	overflow: auto;
}

nav#global-nav {
	display: none;
}


.vk-mobile-nav-menu-btn.menu-open {
    background: url(http://serveronly18.xsrv.jp/yd01/ker/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat rgba(255, 255, 255, .8);
}
.shop_box img{
	transition:0.3s;
}
.shop_box img:hover{
	transform: scale(1.05);
}


#site-header-container{
	max-width:100%;
	padding:22px 20px 15px;
}
.site-header-logo img{
	max-height:17px;
}
.header_nav_search_container{
	margin-left:auto;
	margin-right:120px;
}
.header_btn a{
	min-width:156px !important;
	border-color:#fff !important;
	color:#fff !important;
}
.header_btn1 a{
	background-image:url(../../../wp-content/uploads/header_ic1.png);
	background-repeat:no-repeat;
	background-size:17px;
	background-position:left 44px center;
	padding-left:42px !important;
}
.header_btn2 a{
	background-image:url(../../../wp-content/uploads/header_ic2.png);
	background-repeat:no-repeat;
	background-size:17px;
	background-position:left 34px center;
	padding-left:44px !important;
}

.vk-mobile-nav-menu-outer li{
	text-align:center;
	font-family:var(--en);
	font-weight:600;
	font-size:1.6rem;
	border:none !important;
}
.vk-mobile-nav-menu-outer ul ,.vk-mobile-nav-menu-outer li a{
	border:none !important;
}

.vk-mobile-nav nav ul li{
	    line-height: 1.15;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.contact_btn {
	text-align:center;
}
.contact_btn .learn-more .circle {
	background:var(--vk-color-custom-3);
}
.contact_btn1 .learn-more{
	width:320px;
}
.contact_btn2 .learn-more{
	width:220px;
}
.contact_btn3 .learn-more{
	width:285px;
}
.contact_innerbox{
	padding:10px 30px;
	border-right:solid 1px #ddd;
}
.contact_innerbox0{
	border-right:0;
}
.contact_innerbox h3,.contact_innerbox0 h3{
	font-size:21px;
} 
.contact_telbox{
	padding:20px 40px;
}
.contact_telbox h3{
	font-size:22px;
	margin-right:70px;
}
.contact_tel .vk_button_link_txt{
	font-size:46px;
	font-family:var(--en);
	font-weight:600;
	margin-right:70px !important;
}
.contact_tel_sub .vk_button_link_txt{
		margin-right:auto !important;
}
.contact_tel a i{
	position:relative;
	top:3px;
	font-size:38px;
}
.footer_txt h3{
	font-size:18px;
	color:#fff;
}
.footer_txt p{
	font-size:15px;
	color:#fff;
}
.footer_left{
	border-right:solid 1px #fff;
}
.footer_link{
	
	height:100%;
}
.footer_link ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
.footer_link li{
	width:50%;
	font-size:15px;
	color:#fff;
}
.footer_link li a{
	color:#fff;
	text-decoration:none;
}
.site-footer-copyright {
	padding-left:10px;
}
.site-footer-copyright p{
	font-size:16px;text-align:left !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.top-carslider{
	
	overflow-x: scroll;
	padding:0 50px 0px 0;
	margin-left:0;
	 cursor: grab;
  -webkit-overflow-scrolling: touch;
}
.top-carslider::-webkit-scrollbar {
  height: 6px; /* 横スクロールなので height */
}

.top-carslider::-webkit-scrollbar-track {
  background: #eee;
}

.top-carslider::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.top-carslider::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.top-carslider-inner{
	width:2500px !important;
}
.top-carslider  div[class*=__inner-container]{
	margin-left:0 !important;
}
.teaser_cp{
	padding-left:10%;

	text-align:left !important;

}
.teaser_cp_center{
	text-align:center !important;
	padding-left:0%;
	margin:auto;
}
.teaser_cp .wp-block-group__inner-container {
		max-width: 100vw;
  margin-left: 0% !important;
  margin-right: 0% !important;
}
.teaser_cp_center .wp-block-group__inner-container{
	margin-left: auto !important;
  margin-right: auto !important;
}
.teaser .vk_slider_item_container {
		 max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.teaser_cp p{
font-weight: 900;
font-size: 34px;
letter-spacing: 0.03em;
line-height: 49px;
text-shadow: 1px 1px 6px #000;
}
.teaser_cp strong{
font-weight: 900;
font-size: 53px;
letter-spacing: 0.03em;
line-height: 49px;
text-shadow: 1px 1px 6px #000;
}

.section1{
	position:relative;
}

.about_logo{
	margin-left:50px;
}
.pdl50{
	padding-left:50px;
}
/* スクロール文字 */

.p-index__thoughts--bg-wrapper {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

 .p-index__thoughts--bg {
    -webkit-animation: p-index__thoughts--anim 40s linear infinite;
    display: flex;
    position: absolute;
    top: -130%;
    left: 50%;

    white-space: nowrap;
    animation: p-index__thoughts--anim 40s linear infinite;
    opacity: 1
}

@media (max-width: 767px) {
.p-index__thoughts--bg {
        top:0%
    }
}

@media (max-width: 575px) {
  .p-index__thoughts--bg {
        top:0rem
    }
}

.p-index__thoughts--bg .p-index__thoughts--inline {
    -webkit-text-stroke: 1px #e0e0e0;
    display: block;
    padding-right: 1rem;
    color: transparent;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

@media (-ms-high-contrast:none) {
    .p-index__thoughts--bg .p-index__thoughts--inline {
        color: #111
    }
}

@media (max-width: 991px) {
   .p-index__thoughts--bg .p-index__thoughts--inline {
        font-size:8rem
    }
}

@media (max-width: 767px) {
    .p-index__thoughts--bg .p-index__thoughts--inline {
        font-size:6rem
    }
}

@media (max-width: 575px) {
   .p-index__thoughts--bg .p-index__thoughts--inline {
        font-size:4rem
    }
}

@keyframes p-index__thoughts--anim {
    0% {
        transform: translateX(-40%)
    }

    to {
        transform: translateX(-60%)
    }
}

@-webkit-keyframes p-index__thoughts--anim {
    0% {
        transform: translateX(-40%)
    }

    to {
        transform: translateX(-60%)
    }
}

.section1_inner{
	position:relative;
	z-index:2;
}
.slider1 .vk_slider_item_container{
	padding:0;
}
.slider2 .vk_slider_item_container{
	padding:0 5px;
}

/* 買取 */
.top_trade{
	padding-left:88% !important;
}

.top_bunner{
	position:relative;
	border:solid 1px #000;
}
.top_bunner .wp-block-cover__image-background{
	transition:0.3s;
}
.top_bunner:hover .wp-block-cover__image-background{
	height:110%;
}
.vk-cols--fitbnrs .vk_button .vk_button_link_txt{
	    top: 60%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    font-size: 25px;
	color:#000;
	font-weight:600;
	text-align:left;
    text-shadow: #000 0 0 0px;
	font-family:var(--en);
	padding-left:35px;
}
.vk-cols--fitbnrs .vk_button .vk_button_link_subCaption{
		color:#000;
	 font-size: 13px;
	font-weight:600;
	text-align:left;
    text-shadow: #000 0 0 0px;
	    top: 76%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
	padding-left:35px;
}
.top_bunner img{
	position:absolute;
	bottom:20px;
	right:15px;
	pointer-events: none;
}
.top_bunner .wp-block-cover__background.has-background-dim.has-background-dim-60{
	transition:0.3s;
}
/* .top_bunner:hover .wp-block-cover__background.has-background-dim.has-background-dim-60{
	opacity:0.9;
} */

/* マガジン */
.box_magazine{
	position:relative;
	padding:50px;
}
.magazine_image img{
	border:solid 1px #eee;
}
.mz_waku1{
	position:absolute;
	top:0;
	left:0;
}
.mz_waku2{
	position:absolute;
	top:0;
	right:0;
}
.mz_waku3{
	position:absolute;
	bottom:0;
	left:0;
}
.mz_waku4{
	position:absolute;
	bottom:0;
	right:0;
}
.pd30{
	padding-left:40px;
}
.top_magazine2{
	position:relative;
	padding:50px;
}
.mz_txt1{
	position:absolute;
	top:50%;
	left:-30px;
	transform: translateY(-50%);
}
.mz_txt2{
	position:absolute;
	top:50%;
	right:-30px;
	transform: translateY(-50%);
}
.insta_box{
	position:relative;
	top:-350px;
	margin-bottom:-200px;
}

.mv_70{
	width:70%;
	margin:auto;
}
.midashi_w50{
	width:40%;
	margin:auto;
}
.box_pd50{
	padding:70px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header-inner {
    display: flex;
    flex-direction: column-reverse;
}
.page-header-subtext{
	font-family:var(--en);
	font-size:2.8rem !important;
	letter-spacing:0.02em;
	font-weight:600;
}
.page-header-title{
	font-size:0.8rem !important;
}
.post-type-cars .page-header-title{
	padding-top:20px;
	margin-bottom:-20px;
}
.post-type-cars .page-header-title::before{
	display:block;
			font-family:"Material Symbols Outlined";
			content: 'CARS';
			font-family:var(--en);
	font-size:2.8rem !important;
	letter-spacing:0.02em;
	font-weight:600;
			position: relative;
			top: -17px;
}


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

/* ABOUT*/

.about_section1{
	width:75%;
	margin:auto;
}
.about_section1 p{
	line-height:2.2
}
.about_ti1{
	position:relative;
	z-index:2;
	top:-190px;
	margin-bottom:-70px !important;
}
.about_ti2{
	font-size:1.6rem;
}
.about_section2{
	width:75%;
	margin:auto;
}
.box_about{
	padding:25px;
}
.box_about ul{
	margin-left:20px;
}

[id] {
  scroll-margin-top: 110px; /* ヘッダーの高さ */
}

/* SHOP */
#main .shop_box_sub img{
	 height: 240px !important;
  width: 100%;
  object-fit: contain;
}

/* 予約 */
.smf-item__description{
	display:none;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  在庫車情報　一覧・詳細
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.vk_post.type-cars {
    background: #fff;
	transition:.3s;
}
.vk_post.type-cars:hover {
    background: #fff;	/* ホバー時の背景色は、お好みで */
    border-color: #aaa;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.vk_post.type-cars h5.vk_post_title {
    margin-bottom: 1rem;
}
.vk_post.type-cars h5.vk_post_title a {
    font-size: 1.2rem;
    font-weight: bold;
}
span.post_car-price-strike {
    text-decoration: line-through;
    color: #aaa;
    font-size: 14px;
	margin-right:1rem;
}
.post_car-price {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0.3em;
    padding-bottom: .3em;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.post_car-price-title {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: .2em 20px;
	margin-right: auto;
}
.post_car-price-large {
    font-size: 1.2em;
    font-weight: bold;
}
.post_car-price-num {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.post_car-price-notes {
    font-size: 12px;
    color: #555;
    text-align: right;
    margin-bottom: 1.5rem;
}

.post_car-spectable td {
    padding: .2em;
    text-align: center;
}
.post_car-spectable th {
    padding: .2em;
    background: #eee;
	font-size: 12px;
}
table.post_car-spectable {
    border-color: #eee;
}


p.car-price-title {
    padding: .3em;
    width: 100%;
    line-height: 1.2;
}
.car-price-wrap {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: 1em;
}
p.car-price {
    font-size: 1.5rem;
    font-weight: bold;
}
.car-strike {
    opacity: 0.7;
}
.car-price-numlarge {
    color: var(--vk-color-custom-4);
    font-size: 3rem;
    margin-right: 10px;
}
.price_L{
	font-size:2rem;
	font-weight:600;
}
.price_L strong{
	color: var(--vk-color-custom-4);
    font-size: 3rem;
    margin-right: 10px;
}
.car-spectable table,
.car-spectable table :is(thead,tbody,tfoot,th,td) {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
}
.car-spectable table tr th {
    background: var(--vk-color-custom-2);
    color: #777;
}
.car-detail-title {
    font-size: 1.2rem;
}
ul.car-checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5em;
}
ul.car-checkbox li {
    border: solid 1px #f1cd91;
    padding: .2em .5em;
	margin:0;
}

.car-notes,
.car-voice{

    margin-bottom: 3em;
}

h3.car-notes-title,
h3.car-voice-title {
    font-size: 1.7em;
  border-top:solid 1px #eee;
	padding-top:25px;
}
h3.car-title {
    font-size: 1.7em;
  border-top:solid 1px #eee;
	padding-top:25px;
}

.car-notes-content p:last-child,
.car-voice-content p:last-child {
    margin: 0;
}
.single-cars .entry-footer {
    display: none;
}

.grid-gallery {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 5px;
}
.grid-gallery figure.wp-block-image {
    width: 100% !important;
}

/* スクロール固定Column */
.position-sticky-wrap {
    overflow: visible !important;　/* 包含するouterに */
}
.device-pc .wp-block-column.position-sticky-column {
    position: sticky; /* PCにのみ反映。 */
    top: 120px;
    align-self: flex-start;
}
.pd30{
	padding:30px;
}
.lown_txt strong{
	font-size:28px;
}
.service_num{
	font-family:var(--en);
	padding:8px 15px;
	display:inline-block;
}

.option_list{
	background-color:var(--vk-color-custom-2);
	padding:30px 30px 30px 60px !important;
	display:flex;
	flex-wrap:wrap;
}
.option_list li{
	width:50%;
}

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

.postListText_title,.postListText_date{
	font-size:16px;
}
.postListText_title a{
	text-decoration:none;
}
.postListText_singleTermLabel{
	min-width:120px;
}
.postListText_singleTermLabel a{
	padding:5px;
}


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



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ファンシーボックスの位置 */
#fancybox-wrap {
/* 	margin-top: -120px; */
}
/* ファンシーボックスに疑似要素で拡大ボタン */
a.fancybox {
    position: relative;
}
a.fancybox::after {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    color: #333;
    background: rgb(239 239 239 / 50%);
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 0px;
    content: "\f065";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
a.fancybox:hover img {
/* transform: scale(1.03); */
    filter: brightness(0.6);
	transition: .3s;
}
a.fancybox img {
	transition: .3s;
}
/* ファンシーボックスの閉じる・矢印ボタン */
#fancybox-close:hover span,
#fancybox-next:hover span,
body.rtl #fancybox-prev:hover span {
    transform: scale(1.2) !important;
}

#fancybox-prev:hover span,
body.rtl #fancybox-next:hover span {
    transform: scale(1.2) !important;
}

.top-carslider {
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    scroll-behavior: auto; 
    touch-action: pan-y;
}

.top-carslider:active {
    cursor: grabbing;
}

.top-carslider img, 
.top-carslider a {
    pointer-events: auto;
    -webkit-user-drag: none;
}