@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
:root{
	--min: "Shippori Mincho B1", serif;
	--en: "Gloock", serif;
	--mc: "Marcellus", serif;
	--vk-size-radius:0;
}
.min{	font-family: var(--min);}
.en{	font-family: var(--en);  font-weight: 400;}
.mc{	font-family: var(--mc);  font-weight: 400;}

/*見出しと.serifは明朝にする場合*/
h1, h2, h3, h4, h5, h6,.serif{
/* 	font-family: var(--serif); */
	font-weight: 700;
	letter-spacing: 0;
	color: #2B2B2B;
}

/* Lightning Container Size */
@media (min-width: 992px){
	:root{--vk-width-container : 700px;}
	.container {max-width: 700px;}
}

/* Lightning Container Size */

@media (min-width: 992px) {
    .site-body {
        min-height: 100vh;
    }
}
@media (min-width: 1200px){
	:root{--vk-width-container : 900px;}
	.container {max-width: 900px;}
}

/* Lightning Container Size */
@media (min-width: 1450px){
	:root{--vk-width-container : 1100px;}
	.container {max-width: 1100px;}
}


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

/* 全体レイアウト変更・左メニュー */
@media (min-width: 992px) {/*PC時だけにブラウザ幅を指定しておくほうが楽。*/

	#site-header {
		transition:1s ease .5s;
	    width: 300px;
	    height: 100vh;
	    position: fixed;
	    top: 0;
	    left: 0;
	    margin: 0;
	    padding: 20px;
/* 	    border-right: 1px solid rgb(180 180 180 / 20%); */
		background: linear-gradient(90deg, rgb(100 100 100 / 30%), rgb(100 100 100 / 0%));
		backdrop-filter: blur(7px) brightness(0.7);
		box-shadow:none;
	}
	.home:not(.scrolled) #site-header {
		background: none;
		backdrop-filter: none;
		border: none;
	}
	
	@media (max-height: 800px) {
.home:not(.scrolled) nav#global-nav {
    opacity:0;
    display:none;
}

.home:not(.scrolled) div#site-header-container {
    display: flex;
    justify-content: center;
}

.home:not(.scrolled) h1.site-header-logo {
    margin-bottom: 0 !important;
}

nav#global-nav,
div#site-header-container,
h1.site-header-logo {
    transition:1s;
}
}
	
	#site-header-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        justify-content: flex-end;
        height: 100%;
	}
	#site-header-container .site-header-logo {
		align-self: flex-start;
		margin-bottom: 80px;
        margin-left: 18px;
	}
	/*.site-header-logo img {
	    max-height: unset;
	}*/
	nav#global-nav {
    	width: 100%;
	}
	ul#menu-headernavigation {
		display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: auto;
        width: 100%;
	}
	.page-header, #breadcrumb, .site-body, .site-footer, .swiper-container {
/* 		padding-left: calc(300px + 30px); */
	}
.scrolled .page_top_btn { /*トップへ戻るボタン*/
    display: none;
}
	/* コンテナ幅・余白調整 */
	.vk_outer-width-full.vk_outer-paddingLR-none	{
   		 padding-left: calc( (50svw - 50% - 150px) + 300px);
   		 padding-right: calc(50svw - 50% - 150px);
	}
	#breadcrumb,
	.page-header,
	.site-footer,
	:where(.single , .archive,.blog ) .site-body{
		padding-left: 300px;
	}
}

/*ボタン*/
.btn-more.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
    text-decoration: none !important;
}
.btn-more a:hover {
    text-decoration: none;
	color: #2B2B2B;
}
.btn-more {
    font-size: 1.875rem;
    padding: 0.3em;
	width: fit-content;
}
.btn-more.mini,
.btn-more .vk_button_link.btn-sm {
    font-size: 1rem;
}
.btn-more a {
    display: inline-flex;
    align-items: center;
    position: relative;
	white-space: nowrap;
    transition: color .3s;
}
.btn-more a:not(.has-background)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25em;
    width: 100%;
    height: 1px;
    background: #9e9e9e;
	transform: scaleX(1);
    transform-origin: left;
    transition: transform .5s ease, background .3s;
}
.btn-more a:hover::before {
    transform: scaleX(1.15);
    background: #D9C890;
}
.btn-more.wht a {
    color: #fff!important;
}
.btn-more a:hover {
    color: #D9C890!important;
}
.btn-more.wht a:hover {
    color: #dbd1af!important;
}
.btn-more a::after {
    content: "\021C0";
    margin-left: 0.3em;
    display: inline-block;
    transition: transform .5s ease, color .3s;
}
.btn-more a:hover::after {
    transform: translateX(1em);
    color: #D9C890;
}
.btn-more.wht a:hover::after {
    color: #dbd1af!important;
}
.btn-more.reserv {
	font-size: 2rem;
	max-width: 420px;
    width: 100%;
	font-weight: 600;
}
.btn-more.reserv a:hover {
    color: #2B2B2B!important;
}
.btn-more.reserv a:hover::after {
    transform: translateX(1em);
    color: #2B2B2B!important;
}

.top-reserve:hover {
    background: var(--vk-color-custom-1) !important;
}
.top-reserve:hover .btn-more a::after {
    transform: translateX(10px);
}

/*固定CTA*/
.cta-bnr {
	position: fixed!important;
    right: 1.8em;
    bottom: 1.8em;
    z-index: 2001;
}
.cta-bnr_inner {
	width: 190px;
	max-width: 100%; 
	padding: 1rem;
	box-shadow: inset -5px 0px 0px #0000002b;
}
.cta-en {
	font-size: 1.44rem;
	letter-spacing: 0.08em;
	line-height: 1;
}
.cta-txt {
	font-size: 0.75rem;
	line-height: 1;
}
.cta-bnr{
    transition:.3s ease-out;
}
.cta-bnr:hover {
    transform: scale(1.1);
    filter:brightness(1.1);
}


.wp-block-column>p:last-child {
    margin-bottom: 0;
}
.wp-block-group.align-baseline {
    align-items: baseline;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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;
}
 */
/* グローバルナビ */
.header-top{
	border-bottom:none;
	background:none;
}
.global-nav-list>li{
	width: 100%;
}
.global-nav-list>li>a {
	color: #fff;
	font-family: var(--mc);
	transition: .3s;
	text-align:left !important;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.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 .global-nav-list>li>a{
	padding:.5em;
}
.global-nav-list>li>a strong.global-nav-name {
	font-size:1.2rem;
	font-family: var(--mc);
	font-weight: 400;
	width:fit-content;
}
.global-nav-list>li>a::after {
	content: '';
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    background: #fff;
	opacity:0;
	transition:.3s;
}
.global-nav-list>li>a:hover::after,
.global-nav-list>li.current-menu-item>a::after {
	opacity:1;
	transform: translateX(30px);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.block-site-footer .vk_outer-width-full.vk_outer-paddingLR-none {
	padding-left: 0;
	padding-right: 0;
}

.block-site-footer {
	position: relative;
    z-index: 2000;
	padding: 0;
}
.footer-logo {
	max-width: 380px;
}
ul.footer-navi {
    font-size: 1.375rem;
    column-gap: 3rem;
    margin-bottom: 2.5rem;
    /* justify-content: flex-end; */
    border-bottom: solid 1px #fff;
    padding-bottom: 2em;
}
ul.footer-navi li {
	margin-bottom: 0.5rem;
	letter-spacing: 0.04em;
}
ul.footer-navi li a.wp-block-navigation-item__content {
	transition : all 0.5s;
}
ul.footer-navi li a.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--vk-color-primary);
}
.footer-add-box, .footer-navi-box {
	color: #fff;
}
.footer-add-box {
	font-size: clamp(1.25rem, 4vw, 1.5rem);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/* MV */
#mv{
	position:relative;
}
div#mv-text {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}
.device-pc div#mv-text {
    padding-left: 300px;
}
.device-pc #mv-video1 video,
.device-pc #mv-video2 video {
    padding-left: 300px !important;
}
.main-ttl {
	font-size: 2.875rem;
	margin-bottom: 0;
	height: 6rem;
}
.main-ttl_txt {
	font-size: 6rem;
}

/* MVタテ */
div#mv-video-hor1,
div#mv-video-hor2 {
/*     aspect-ratio: 1; */
    width: 50vw;
	height:100vh;
	padding:0;
}
div#mv-video-hor1>video {
    filter: blur(10px) brightness(1.4);
    transform: scale(1.1);
}
div#mv-video-hor2>video {
    filter: blur(10px) brightness(0.7);
    transform: scale(1.1);
}
div#mv-video-hor2 {
    position: absolute;
    right: 0;
    top: 0;
}
div#mv-hor-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    max-height: 100vh;
}
div#mv-hor-text figure {
    margin: 0;
}
div#mv-hor-text img {
    height: 80vh !important;
    width: auto !important;
	filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 50%) );
}

div#mv-video-hor2-innner,
div#mv-video-hor1-innner {
    /* opacity: 0.1; */
    aspect-ratio: 4 / 3;
}

/*コンセプトエリア*/
.top-concept_area {
	position: relative;
	margin-top: -180px;
}
.top-concept-title-en {
	line-height: 1.2;
	margin-bottom: 3rem;
	font-size: clamp(3rem, 8vw, 4rem);
}
.top-concept-p {
	color: #808080;
	font-size: clamp(1.5rem, 3vw, 2rem);
}
.top-concept_area_und {
	margin-top: -3rem;
}
.top-concept_area_und figure{
	display: flex;
	justify-content: flex-end;
	opacity: 0.3;
}
/*マシンピラティス*/
.top-service-ttl-area {
	margin-top: 5em;
	margin-left: -7em;
    position: relative;
}
.top-service-no {
	font-size: 3rem;
}
.top-service-title-ja {
	font-size: 1.25rem;
}
.top-service-title-en {
	font-size: 8rem;
	line-height: 1;
	white-space: nowrap;
	font-size: clamp(4.5rem, 8vw, 8rem);
}
.top-service-title-en.und {
	padding-left: 2em;
	white-space: nowrap;
	margin-top: -1rem;
}
.top-sec_p {
	font-size: 1.125rem;
	line-height: 1.85;
}
/**/
.top-service-no_box {
	margin-left: 1rem;
}
.ttl-personal_area {
	white-space: nowrap;
	position: relative;
	width: 730px;
	margin-top: 1.5rem;
}
.ttl-personal_img {
    position: absolute;
    z-index: 2;
    top: -40px;
    width: 300px;
}
/* .ttl-personal_img {
	position: absolute;
	top: clamp(-65px, -6vw, -30px);
    left: clamp(140px, 30vw, 280px);
}
.ttl-personal_img img {
  width: clamp(200px, 30vw, 476px);
  height: auto;
} */
/*No.3カラダ分析*/

.no-3_area {
	position: relative;
	white-space: nowrap;
}
.top-service-no-3 {
	font-size: clamp(6rem, 15vw, 14rem);
	margin-bottom: 0;
	text-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
}
.no-3_ttl-area {
    max-width: 854px;
	margin-top: -168px;
}
.no-3_ttl-area .top-service-title-ja {
	font-size: clamp(1rem, 15vw, 2rem);
	margin-bottom: 0;
	padding-right: 10px;
}
.top-service-title-en-3 {
	font-size: 5.8rem;
	font-size: clamp(2.75rem, 7vw, 5.8rem);
	margin-top: -104px;
}
@media (max-width: 1199px) {
	.no-3_ttl-area {
		max-width: 100%;
		margin-top: 0;
	}
	.top-service-title-en-3 {
		margin-top: 1rem;
	}
	.no-3_ttl-area .top-service-title-ja {
		margin-top: -2em !important;
	}
}
/*カード*/
.top-service-cardlist {
	position: relative;
	row-gap: 0;
}
.top-service-card {
	border: 1px solid #E2E2E2;
	border-radius: 0.625rem;
	position: relative;
	background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(4px);
	padding: 2.5rem 3rem;
	column-gap: 1.5rem;
	margin-bottom: 2rem;
}
.top-service-card {
	font-size: 0.875rem;
}
.top-service-card figure {
	max-width: 150px;
    width: 100%;
}
.card-top {
	margin-top: 3.75rem!important;
}
@media (max-width: 1199px) {
	.top-concept_area {
		margin-top: -140px;
		line-height: 1.1;
	}
	.top-concept_area_und {
		margin-top: 0;
	}
	.top-service-cardlist {
		flex-direction: column;
	}
	.card-top {
		margin-top: 0!important;
	}
}
/*予約~*/
.logo-area {
	position: relative;
	overflow: visible;
}
.logo-area {
	position: relative;
	overflow: visible;
}
.logo-area .vk_outer-background-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.4) 0,
      rgba(255, 255, 255, 0.4) 0.5px,
      transparent 0.5px,
      transparent 140px
    );
  pointer-events: none;
}
.logo-area .vk_outer-background-area {
	background-image: url(../../uploads/info-area-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center 50%;
}
.logo-area_logo img {
	margin-top: -50%;
    transform: translateY(15%);
	width: clamp(150px, 30vw, 400px);
}
.top-reservation-ttl {
	font-size: clamp(2.75rem, 7vw, 5rem);
}
/*サロンインフォメーション*/
.top-access-box {
	padding: 5em;
}
.top-info-title {
	font-size: 3rem;
	font-size: clamp(2.75rem, 7vw, 3rem);
}
.top-info-add {
	font-size: clamp(1.2rem, 3vw, 1.5rem);
}
/*新着一覧*/
.news-area {
	margin-left: 8rem;
}
.top-news-title {
	font-size: 3rem;
	font-size: clamp(2.75rem, 7vw, 3rem);
}
.news-area .postListText_date {
	font-family: var(--en);  
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	color: #fff;
}
.news-area .postListText_singleTermLabel {
    min-width: 130px;
    margin-right: 1em;
    margin-top: 2px;
}
.news-area .postListText_singleTermLabel_inner {
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.5em 1rem;
    line-height: 1;
    border-radius: 0;
    text-align: center;
	background-color: #C19A5B!important;
}
.news-area .postListText_title {
    font-size: 0.875rem;
    padding-top: .2rem;
	text-decoration: none;
}
.news-area .postListText_title a {
    text-decoration: none !important;
}
.news-area .postListText {
    border-bottom: 1px solid #cccccc40;
}
.top-insta-title {
	color: #fff;
	font-size: 3.3rem;
}
@media (max-width: 1199px) {
	.news-area {
		margin-left: 6rem;
	}
	.news-area .postListText_date {
		font-size: 1.25rem;
	}
	.news-area .postListText_singleTermLabel {
		min-width: 110px;
	}
}

div#sb_instagram {
    padding: 20px !important;
    background: rgb(0 0 0 / 25%) !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header {
	min-height: 50vh!important;
	background-position: center 44%;
}
.page-header-title, h1.page-header-title {
    font-size: 0.875rem;
    color: #fff;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.page-header-subtext {
    line-height: 1.05;
    font-size: 3rem;
	font-family: var(--mc);
}
/*ぱんくず*/
div#breadcrumb {
/* 	background-color: #2b2827; */
/* 	color: #eaeaea; */
	letter-spacing: 0.06em;
	position: relative;
	z-index: 2000;
	letter-spacing: 0.06em;
	font-size:1rem;
}
ol.breadcrumb-list {
    padding: 1em;
}
div#breadcrumb a {
/* 	color: #eaeaea; */
}
#breadcrumb i.fas.fa-fw.fa-home {
    display: none;
}

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

/* 料金 */
.pricetable-price {
    letter-spacing: 0.05em;
}
.pricetable-price strong {
    font-size: 1.7rem;
    font-family: var(--min);
}

/* メニュー */

.menu-title {
    margin-bottom: 2rem;
}
.menu-title p.vk_heading_subtext {
    font-family: var(--en);
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.05em;
	line-height:1;
}
.menu-title .vk_heading_title {
    font-size: 1.25rem;
	color:#999;
}

.wp-block-group.menu-group {
    display: flex;
    align-items: baseline;
    margin-bottom: 3rem;
    gap: 2rem;
    justify-content: flex-start;
}
p.en.menu-num {
    font-size: 1.5rem;
    width: 8rem;
}
p.menu-content mark {
    display: inline-block;
    background: #f0e9d3;
    padding: 0.7em;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: bold;
    margin: 0.3em 0.8em;
	position: relative;
} 
.menu-content mark::after {
	content: "+";
	margin: auto;
	position: absolute;
	right: -1.25rem;
} 
.menu-content mark:last-child::after {
	content: unset;
} 

/* モニター */
p.monitor-before-title,
p.monitor-after-title {
	position: absolute;
    color: #fff;
    padding: 0 0.8em;
    font-family: var(--en);
    font-size: 1.3em;
}
p.monitor-before-title {
    background: #666;
    color: #fff;
}
p.monitor-after-title {
    background: var(--vk-color-primary);
    color: #fff;
}

.wp-block-columns.session-flow-cols {
    justify-content: center;
    gap: 3rem;
}
.session-flow-cols p {
    writing-mode: vertical-lr;
}
.session-flow-cols .wp-block-column {
    border: solid 1px #fff;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 1.5rem .5em;
    background: rgb(0 0 0 / 20%);
    letter-spacing: 0.1em;
    width: fit-content;
    flex: unset !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.blog .site-body {
/* 	background-color: #f5f5f0; */
}
.blog .vk_post {
    padding: 2.5rem 15px !important;
}
.postListText_date {
	font-family: var(--en);  
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.25rem;
	color: #707070;
}
.postListText_singleTermLabel {
    min-width: 130px;
    margin-right: 1.6em;
    margin-top: 0;
}
.postListText_singleTermLabel_inner {
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.4em 0.8rem;
    line-height: 1;
    border-radius: 0;
    text-align: center;
	background-color: #C19A5B!important;
}
.postListText_title {
    font-size: 1rem;
    padding-top: 0;
	text-decoration: none;
}
.postListText_title a {
    text-decoration: none !important;
}



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

.single .site-body {
	background-color: #f5f5f0;
}

.entry-meta {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    color: #777;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
}
.entry-meta-item.entry-meta-item-date {
    font-family: var(--en);
}
/* フッタータグ・カテゴリ */
.entry-footer {
    margin-top: var(--vk-margin-section-bottom);
}
.entry-meta-data-list dl {
    margin: 0 0 10px;
    display: flex;
    align-items: baseline;
}
.entry-meta-data-list dt {
    background: none;
    color: unset;
    font-size: 1rem;
    padding: 0;
    min-width: 5em;
    text-align: left;
    float: unset;
    margin-right: 1.5em;
}
.entry-meta-data-list dd.tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.entry-meta-data-list dd a {
    font-size: 14px !important;
    background: #eee;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #777;
    margin: 0;
    transition: .3s;
}
.entry-meta-data-list dd a:hover {
    text-decoration: none;
    color: #333;
    background: #ddd;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*Q&Aの装飾*/
.vk_faq .vk_faq_title:before {
    color: #c19a5b;
	font-family: var(--mc);
}
.vk_faq .vk_faq_content:before {
	color: #343778;
	font-family: var(--mc);
}
/*送信ボタン*/
/* .smf-button-control button[type="submit"] {
	font-size: 1.125rem;
    min-height: 60px;
    max-width: 500px;
	width: 100%;
} */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  マスクアニメーション
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.mask-wrap {
    overflow: hidden;
}
.mask {
    position: relative;
    left: -100%;
		opacity:0;
    transition: 1s cubic-bezier(0, 0, 0, 1);
}
.mask-bg {
		background: var(--vk-color-custom-1); /* 色や速度はココで変更 */
    top: 0;
    left: -130%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 300;
    transition: 1s cubic-bezier(0, 0, 0, 1);
}
.mask-animated .mask-bg {
    left: 100%;
}
.mask-animated .mask {
    left: 0;
	opacity:1;
}
