/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/en/
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 15.28.1.1732319448
Updated: 2024-11-23 08:50:48

*/



/*LP498用*/

html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
#ctwlpt-wrap a.totop {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    opacity: 0;
    transition: .4s all ease;
}
#ctwlpt-wrap a.totop::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}
#ctwlpt-wrap a.totop::after {
    content: "TOP";
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: auto;
}
#ctwlpt-wrap .ctwlpt-block-header-sticky{
    opacity: 0;
    position: fixed;
    transition: .4s all ease;
}
.scrolled #ctwlpt-wrap .ctwlpt-block-header-sticky,
.scrolled #ctwlpt-wrap a.totop{
    opacity: 100;
}

#ctwlpt-wrap .target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.pc{display: block;}
.sp{display: none;}
@media (max-width: 768px){
    .pc{display: none;}
    .sp{display: block;}
#ctwlpt-wrap a.totop {
    width: 50px;
	height: 50px;
	}
	#ctwlpt-wrap a.totop::before {
    width: 10px;
    height: 10px;
}
#ctwlpt-wrap a.totop::after {
    font-size: .8em;
    bottom: 8px;
}
}
@media (min-width: 769px){
#ctwlpt-wrap .ctwlpt-block-header-content {
    width: 80%;
}
}
#fv{
  position: relative;
}
.top-cta {
    position: absolute;
    bottom: -30px;
    right: 30px;
}
@media (max-width: 768px) {
    .top-cta {
        bottom: 30px;
		right: 10px;
    }
}

/*投稿ページ*/

.page-header, #breadcrumb,
.entry-meta-item-author, .entry-meta-item-updated,
.entry-meta-data-list--category,
.container.site-footer-copyright p:last-of-type{
    display: none;
}
.vk_post_imgOuter {
    background: #fff!important;
    height: 0;
    border: none;
}
.card-intext .card-intext-inner .vk_post_body {
    position: relative;
    height: auto;
    background: transparent;
}
.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card-intext.next-prev-next .card-intext-inner .vk_post_body {
    padding-right: 80px;
}
.card-intext.next-prev-prev .card-intext-inner .vk_post_body {
    padding-left: 80px;
}
.card-intext .card-intext-inner .vk_post_body .vk_post_title {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}
.card-intext .card-intext-inner .vk_post_body div, .card-intext .card-intext-inner .vk_post_body p {
    color: #333;
}
.entry-title {
    font-size: 1.5rem;
}
.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title {
    margin-bottom: 15px;
}
.vk_post a:hover {
    background: #fcfcfc;
}
li a, p a {
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: initial;
}