/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
:root {
	--box-shadow-card: 0 0 2px .08rem rgba(171, 184, 195, .4);
	--box-shadow-card--hover: 0 2px 4px .2rem rgba(171, 184, 195, .4);
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
a {
	transition: color .15s ease-in-out;
}
a:hover {
	color: var(--vk-color-primary);
}
.breadcrumb-list__item:last-child span {
	color: var(--vk-color-primary);
}
.relative {
	position: relative;
}
.mxw-680px {
	max-width: 680px !important;
	margin-left: auto;
	margin-right: auto;
}
.mxw-510px {
	max-width: 510px !important;
	margin-left: auto;
	margin-right: auto;
}
.change-icon svg {
	display: none !important;
}
.change-icon.fa-line::before {
	font-size: 30px;
}

.fa-line::before {
	color: #4cc764;
}
.fa-instagram::before {
	color: rgb(240, 0, 117);
}
.fa-youtube::before {
	color: rgb(255, 0, 0);
}
.fa-facebook::before {
	color: rgb(8, 102, 255);
}
.text-shadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.box-shadow {
	box-shadow: 2px 2px 3px .08rem rgba(171, 184, 195, .4);
}
.flex-container {
    display: flex !important;
    justify-content: center;
}
.flex-conteiner > .post {
	box-shadow: var(--wp--preset--shadow--natural);
}

.main-section--margin-bottom--on {
	margin-bottom: 0;
}
h2:where(:not(.wp-block-post-title)) {
	padding-top: 1em;
	padding-bottom: 1em;
}
h4.wp-block-heading {
	background-color: var(--wp--preset--color--vk-color-custom-2);
	font-size: 1.5rem;
}
h3.wp-block-heading {
	font-size: 1.675rem;
}
h2.wp-block-heading {
	border-bottom-color: var(--wp--preset--color--vk-color-custom-2);
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.85rem;
	margin: 0;
}
a.page_top_btn {
	border-radius: 30px;
	width: 60px;
	height: 60px;
	box-shadow: var(--box-shadow-card);
	background-color: var(--vk-color-primary);
	transform: scale(1);
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
a.page_top_btn:hover {
	box-shadow: var(--box-shadow-card--hover);
	transform: scale(1.1);
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
.site-body {
	padding-bottom: 0!important;
}
.header_scrolled .site-header-logo {
	display: block;
}
.header_scrolled .global-nav-list {
	height: auto;
}
.site-header-container {
	align-items: center;
}
.site-header-logo {
	max-width: 200px;
}
.site-header {
	box-shadow: var(--box-shadow-card) !important;
}
.mv {
	height: 90vh;
	background-position: center right;
	position: relative;
}
.mv-text {
	position: absolute;
	left: 4em;
	bottom: 4em;
}
.mv-text h2 {
	padding: 0;
	margin-bottom: .5em !important;
}
.site-heder {
	position: fixed;
}
.site-body {
	padding-top: 0;
}
.section-profile {
	position: relative;
}
.section-profile::before {
	content: "OJIMA HIROKI";
	line-height: 1;
	font-size: 92px;
	font-weight: bold;
	position: absolute;
	right: -8px;
	top: -84px;
	color: #e4f3e5;
	text-shadow: 2px 2px 4px rgba(171, 184, 195, .4);
}

a.vk_button_link.btn,
.section-information .wp-block-post {
	box-shadow: var(--box-shadow-card);
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;	
}
a.vk_button_link.btn:hover {
	box-shadow: var(--box-shadow-card--hover);
	transform: translatey(-4px);
	transform: scale(1.02);
	opacity: 1;
}
.section-information .wp-block-post {
	box-shadow: var(--box-shadow-card);
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
	max-width: 30%;
}
.section-information .wp-block-post img {
	border-left: none;
	border-right: none;
	border-top: none;
}

.footer-before .is-layout-flex .btn {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: left;
	box-shadow: 0 0 2px .08rem rgba(171, 184, 195, .4);
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-before .is-layout-flex .btn:hover {
	box-shadow: 0 2px 4px .2rem rgba(171, 184, 195, .4);
	transform: translatey(-4px);
	transform: scale(1.02);
}

.footer-before .wp-block-image {
	text-align: center;
	border-radius: 8px;
}
.footer-before .wp-block-image a {
	border-radius: 8px;
}
.footer-bn {
	transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: 0 0 2px .08rem rgba(171, 184, 195, .4);
}
.footer-bn:hover {
	transform: translatey(-4px);
	transform: scale(1.02);
	box-shadow: 0 2px 4px .2rem rgba(171, 184, 195, .4);
	
}
.footer-nav-list {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

.site-footer-copyright p:last-child{
	display: none;
}

.concept2-wrapper {
	align-items: stretch;
}
.concept2-wrapper strong {
	font-size: 1.2rem;
}

.policy-label {
	color: #c5e7c7;
	font-size: 80px;
	line-height: 1;
	padding: 0  !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-width: 100%;
}
.policy-label strong {
	display: inline-block;
	background-color: #fff;
	position: relative;
	bottom: -14px;
	padding-left: 14px;
	padding-right: 14px;
	
}
