/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

body>#site-header {
	background-color: rgba(0, 0, 0, 1);
}

#post-7>div>div.wp-block-cover.alignfull.is-light.pc>div>h2>em {
	text-shadow: 3px 3px 1px rgba(207, 207, 207, 1);
}

/* fvボタン（pc用） */
a.btn_26 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 450px;
	margin: 0;
	padding: 1.8rem 4rem;
	border-radius: 5px;
	color: #fff;
	background: #000000;
}
a.btn_26:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: rgba(238, 249, 6, 1);
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #dc143c;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}

.entry .btn_26 {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
}

/* お知らせ欄 */
.news-wrapper{
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

.entry-body .vk_borderBox_title_container {
	border-radius: 10px 10px 0px 0px !important;
	background-image: url();
}

.entry-body .vk_borderBox_body {
	border-radius: 0px 0px 10px 10px !important;
}
.scroll01 {
    margin: 0;
    overflow-y: scroll;
    height: 100px;
    width: 100%;
}

#compressor-cards .card:hover {
  transform: scale(1.02);
  transition: 0.3s ease;
}
.test{
	display: none;
}
body > #vk-mobile-nav-menu-btn{
    display: none;
}

body>#trp-floater-ls {
	transform: translate(30px, 0);
}

body > .site-footer{
display: none;
}



@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（pc用） */
	.sp{
		display: none;
	}
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	.sp{
		display: none;
	}
}
@media screen and (max-width: 680px) {
	/* 680px以下に適用されるCSS（スマホ用） */
	.sp{
		display: block;
	}
	.pc{
		display: none!important;
	}
	
	/* fvボタン（sp用） */
a.btn_26 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 90%;
	margin: auto;
	padding: 1.8rem 4rem;
	border-radius: 5px;
	color: #fff;
	background: #0000009e;
}
a.btn_26:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: rgba(238, 249, 6, 1);
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #dc143c;}
	70% {box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);}
}

.entry .btn_26 {
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
}
}