@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');

/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 0.1.2
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * アートフレアユーティリティCSS
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* お問い合わせフォームの調整　タブレット以下 */
@media (max-width:991px) {
.contactform table, .contactform tbody, .contactform th, .contactform td, .contactform tr {
	display: block;
}
.contactform th, .contactform td {
	width: 100% !important;
}
.contactform th {
	border-bottom: none !important;
}
.contactform td {
	border-top: none !important;
}
.list12 li {
	width: 100% !important;
}
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  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 h4 {
	text-align: center;
}
.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%;
}

/* パソコン版ではtel:～をクリッカブルにしない */
@media screen and (min-width:767px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
/* フロー図へ自動連番 */
body {
	counter-reset: flow 0;  /* numberのカウンタを0に指定 */
}
.wp-block-vk-blocks-flow {
	position: relative;
}
.wp-block-vk-blocks-flow::before {
	counter-increment: flow 1;  /* numberのカウンタを1ずつ増加 */
	content: "0" counter(flow);  /* 番号の後ろに0 */
	font-size: 100px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
	right: 30px;
}
.wp-block-vk-blocks-flow * {
	z-index: 2;
}
/* アニメーションを一回で固定する場合。*/
.vk_animation-active-fixed {
	left: 0 !important;
	right: 0 !important;
	opacity: 1 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * メールフォーム 
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.contactform-entext {
	display: block;
	font-size: var(--vk-size-text-xs);
	font-weight: normal;
}
.contactform-table th {
	font-size: var(--vk-size-text);
	text-align: left;
	position: relative;
	background: #f9f9f9;
	width: 30%;
}
th.contactform-required::after, th.contactform-unrequired::after {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	line-height: 1;
	border-radius: 3px;
}
th.contactform-required::after {
	content: '必須';
	background: #f55555;
	color: #fff;
}
th.contactform-unrequired::after {
	content: '任意';
	background: #eee;
	color: #888;
}
dl.contactform-addlist {
	margin: 0;
}
dl.contactform-addlist dt:not(:first-child) {
	margin-top: 1em;
}
dl.contactform-addlist dt {
	font-size: var(--vk-size-text-sm);
	color: #333;
	font-weight: normal;
}
span.mwform-file-delete {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #eee;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	font-size: 22px;
	vertical-align: revert;
	margin-left: 3rem;
	transition: .1s;
}
span.mwform-file-delete:hover {
	background: #aaa;
	color: #fff;
}
input[type="file"] {
	font-size: 1rem;
}
p.contactform-note {
	font-size: var(--vk-size-text-sm);
	color: #777;
	margin: 0;
}
/*バリデーション＆エラー＆確認画面*/
.form-errored input, .form-errored select {
	border: solid 1px #f22 !important;
	background: #fbeeee;
}
.mw_wp_form .error::before {
	content: '\f06a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	padding-right: .5em;
}
.mw_wp_form_preview .contactform-preview-hidden {
	display: none;
}
input[name=submitBack] {/* 送信ボタン */
	background: transparent;
	color: var(--vk-color-primary);
	margin-right: 2em;
}
.sec3_box {
	position: relative;
}
.sec3_txt {
	width: 60%;
	position: absolute;
	z-index: 2;
	max-width: 60% !important;
	background-color: rgba(255,255,255,0.87);
	padding: 55px !important;
}
.sec3_ph {
	width: 60%;
	position: relative;
	z-index: 1;
	margin-left: auto;
	flex: 0 0 70% !important;
	max-width: 60% !important;
}
.order1 {
	margin-right: auto;
	margin-left: 0;
	left: 0;
}
.order2 {
	right: 0;
	top: 50px;
}
.event-single__youtube {
	padding-top: 30px;
	padding-bottom: 30px;
}
.event-single__youtube iframe {
	display: block;
	margin: 0 auto 40px;
}
.testtest {
	position: sticky;
	top: 0;
}
body, html {
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, .page-header-title {
	font-family: 'Jost', "Noto Serif JP", sans-serif;
	color: #000;
}
a {
	text-decoration: none !important;
}
a:hover {
	color: #999;
}
p {
	line-height: 2em;
}
.site-header .container {
	width: 100%;
	max-width: 100%;
	height: 80px;
}
.head-botan {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.head-botan>div {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0 !important;
	font-family: 'Jost', sans-serif;
}
.head-botan .vk_button a {
	border-radius: 50px !important;
	padding: 6px 30px!important;
	color: #fff !important;
	margin-left: 30px;
	font-size: 1rem !important;
}
.head-botan ul {
	padding: 0;
	margin: 0;
}
.head-botan .lang li {
	position: relative;
	display: inline-block;
	color: #CBCBCB;
	font-family: 'Jost', sans-serif;
	font-size: .9rem;
	padding: 0 2px;
}
.head-botan .lang li::before {
	content: "/";
	margin-right: 10px;
}
.head-botan .lang li:first-child::before {
	display: none;
}
.head-botan .lang li.active {
	color: #fff;
	position: relative;
}
.head-botan .lang li.active::before {
	content: "●";
	position: absolute;
	display: initial;
	font-size: .3rem;
	left: 40%;
	margin: 0 auto;
	top: -8px;
}
.header_nav_search_container {
	width: 500px !important;
	padding-top: 20px;
	margin: 0 30px !important;
	position: absolute;
	right: 0;
}
.header_scrolled .header_nav_search_container {
	width: 250px !important;
	padding-top: 10px;
}
.header_scrolled .site-header .container {
	height: 60px;
}
.global-nav {
	margin-right: 300px;
}
.header_scrolled .global-nav {
	margin-right: 300px !important;
}
.home .site-header-logo a {
	display: none;
}
.site-header-logo img{
	width: 18%;
	height: auto;
}
.header_scrolled .site-header-logo a{
	display: inherit;
}
.header_scrolled .site-header-logo a span img{
	width: 80px;
	height: auto;
}
.device-pc .global-nav-list > li > a {
	color: #fff;
	font-family: 'Jost', sans-serif;
}
.page-header-inner {
	margin: 5em auto 0 auto;
}
.page-header-title, h1.page-header-title {
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 2.6rem;
}
.ltg-slide picture {
	width: 100vw;
	height: 100vh;
}
.ltg-slide-text-set .container {
	max-width: 90%;
}
.ltg-slide picture img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	display: block;
}
.ltg-slide-text-title {
	font-size: 4rem;
	font-weight: 500;
}
.ltg-slide-text-title img {
	width: 20%;
	height: auto;
}
.ltg-slide-text-title + .ltg-slide-text-caption {
	margin-top: 1.2em;
}
.ltg-slide-text-caption {
	font-size: 1em;
	line-height: 2.2em;
}
.more-btn {
	font-size: .9rem;
	font-family: 'just';
	position: relative;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	background-image: url("../../../wp-content/uploads/link_arrow_white.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	width: 100px;
}
.hover-move {
	transform: scale(1);
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.postListText {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #ccc;
}
.postListText_singleTermLabel {
	min-width: 100px;
}
.postListText_singleTermLabel_inner {
	background: none !important;
	color: #000 !important;
	font-size: .9rem !important;
	width: 100px;
	white-space: nowrap;
}
.postListText_date {
	font-family: 'Robot';
	font-weight: 600;
}
.postListText_title a:hover {
	text-decoration: none;
}
.vk_posts .postListText_title a {
	text-decoration: none;
}
.contact-btn .is-style-outline {
	border: 2px solid #fff !important;
}
.contact-btn .vk_button_link {
	width: 400px;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.contact-tel h2 {
	padding-left: 50px;
	background-image: url("http://artflair16.xsrv.jp/yd08/fbd/wp-content/uploads/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0 0 5px 0 !important;
	line-height: .8em;
}
.breadcrumb {
	border: medium none;
	display: none;
}
.breadcrumb-list {
	margin: 20px 0;
}
.entry-header h1 {
	display: none;
}
.concept-text p {
	line-height: 2.2em;
}
.check-center {
	text-align: center;
	margin: 20px 0;
}
.privacy {
	border: 1px solid #ddd;
	padding: 40px;
	margin: 60px 0 40px 0;
}
.privacy p {
	font-size: .8rem;
	margin: 0;
}
table td, table th {
	border-bottom: 1px solid #eee;
	padding: 2rem;
	font-size: var(--vk-size-text-sm)
}
.products-table td, .products-table th {
	padding: 15px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
}
.products-table th {
	background-color: #f5f5f5;
}
.wp-block-columns {
	gap: 5em !important;
}
.widget {
ß margin-bottom: 50px;
}
.widget-title {
	color: #000;
	margin: 20px 0 10px 0 !important;
	font-family: 'Robot';
	letter-spacing: 0.05em;
}
.localNavi > div > ul li a, .localNavi > ul li a, .widget .localNavi > div > ul li a, .widget .localNavi > ul li a, .widget_archive > div > ul li a, .widget_archive > ul li a, .widget_nav_menu > div > ul li a, .widget_nav_menu > ul li a {
	padding-left: 10px;
}
.postList_meta_items a {
	color: #000;
}
.site-footer {
	background-size: cover;
	border: medium none;
	margin-top: 5rem;
}
.footer-sitemap p {
	margin: 0 0 10px 0 !important;
	padding: 0;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-family: 'Jost', sans-serif;
}
.footer-sitemap p a {
	color: #fff;
	text-decoration: none;
}
.footer-sitemap p a:hover {
	color: #999;
	text-decoration: none;
}
.footer-sitemap ul {
	margin: 10px 0 0 0;
	padding: 0;
	border: medium none !important;
	font-family: 'Jost', sans-serif;
}
.footer-sitemap ul li {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	list-style: none;
	position: relative;
}
.footer-sitemap ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}
.site-footer-copyright p {
	text-align: right;
	font-family: 'Jost', sans-serif;
	margin: 20px 0 40px 0;
}
.veu_postList .postList_meta_items a {
	color: #000 !important;
}
.jost {
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.heading-vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	text-indent: -3em;
	padding-left: 2em;
	margin-top: 8rem;
}
.grayscale img {
	filter: grayscale(100%);
	transition: all 0.3s ease-in;
}
.grayscale:hover img {
	filter: grayscale(0%);
}
.product-bn p {
	font-family: 'Jost';
}
.news-btn {
	font-size: .8rem;
	font-family: 'Jost', sans-serif;
	padding: 0 100px 0 0;
	margin: 40px 0;
	position: relative;
}
.news-btn::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 5px;
	background-image: url("../../../wp-content/uploads/link_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	position: absolute;
	right: 0;
	top: 45%;
}
.contact-btn a {
	font-size: 1.6rem;
	font-family: 'Jost', sans-serif;
	padding: 0 140px 0 0;
	margin: 40px 0;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #000;
	transition: all 0.3s ease-in;
}
.contact-btn a:hover {
	padding-left: 20px;
	color: #999;
	transition: all 0.3s ease-in;
}
.contact-btn a::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 30px;
	background-image: url("../../../wp-content/uploads/link_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	position: absolute;
	right: 0;
	top: 40%;
}
.site-footer {
	background-size: cover;
}
.profile-table {
	border-top: 1px solid #ddd !important;
}
.profile-table td {
	padding: 20px !important;
	border-bottom: 1px solid #ddd !important;
}
.profile-table td:first-child {
	width: 10%;
	white-space: nowrap;
	font-weight: 400;
}
.page-id-2599 .site-body-bottom {
	display: none;
}
.widget ul {
	border-top: 1px solid #999;
}
.entry-meta-data-list {
	display: none;
}
.shop-btn .btn {
	border-radius: 50px !important;
	padding: 4x 20px !important;
	color: #fff !important;
	font-size: .8rem !important;
}
.site-footer-content ul {
	border: medium none !important;
}
.ft-contents {
	gap: 0 !important;
}

.full-content{
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	margin-bottom: 80px;
}
.slider img{
	width: 100%;
	height: auto;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *お問い合わせフォーム　確認画面
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.page-id-2600 .mw_wp_form .privacy{
display: none!important;
}

.page-id-2600 .mw_wp_form .check-center{
display: none!important;
}


.contactform-table th,.contactform-table td{
border: none;
}

body, html {
 overflow-x: hidden;
 overflow-y: visible;
}
/************************
  products
************************* */
.post-type-product .specification th,
.post-type-product .specification td,
.post-type-product .specification p,
.post-type-product .specification a{
    font-family: "Noto Serif JP";
    font-weight: 200!important;
    font-display: swap;
}
/************************
     スライド
************************* */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:300px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:300px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*ヘッダー言語切替ボタン*/
.head-botan .lang li:first-child::after {
  content: "/";
  margin-left: 10px;
}