/*
Theme Name: Lightning
Text Domain: lightning
Theme URI: https://lightning.vektor-inc.co.jp/en/
Description: Lightning is a very simple & 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.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version: 14.22.1
Requires at least: 5.3
Tested up to: 6.0.0
Requires PHP: 5.6.0
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
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


Lightning WordPress theme, Copyright (C) 2015-2022 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.

Lightning WordPress Theme bundles the following third-party resources:

Font Awesome icon font, Copyright 2012 Fonticons, Inc.
its fonts are licensed under the terms of the SIL OFL License 1.1, and its code is licensed under the terms of the MIT license
Source: https://fontawesome.com/

Bootstrap framework, Copyright 2011 Bootstrap Authors and Twitter, Inc.
Bootstrap is licensed under the terms of the MIT license
Source: https://getbootstrap.com/

CSS Simple Tree Shaking
CSS Simple Tree Shaking is licensed under the terms of the GNU General Public License v2 license
Source: https://celtislab.net/
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&family=Noto+Serif+JP:wght@200;500&display=swap');

html, body {
	font-family: 'Cormorant','Noto Serif JP', serif;
    background: #000;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

.site-header {
    background-color: #000;
}

h1 {
	font-family: 'Cormorant','Noto Serif JP', serif;
}

.site-body {
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}

.device-pc .global-nav-list>li>a {
    color: #fff;
}

a img {
	transition: all 0.6s ease;
}

a img:hover {
	opacity: 0.7;
}


.site-footer-copyright p:nth-child(2) {
	display: none;
}

.ltg-slide-text-set {
	bottom: 30px;
	top: unset;
	transform: translateY(0%) translateX(-50%)
}

.page-header {
	background-color: rgba(255, 255, 255, 0.2);
}

.block_grp {
    display: flex;
    text-align: center;
	justify-content: space-around;
}

.block_grp .block_info {
	width: 300px;
}

.block_grp img{
	border: 1px solid goldenrod;
}

.block_grp a {
	display: block;
}

section.new {
	margin-top: 100px;
}

.site-body h1 {
    border-bottom: 1px dotted #32373c;
    color: #dabd59;
	padding-bottom: 10px;
}

ul.cat_list {
    list-style: none;
	padding-left: 0;
}

ul.cat_list li {
	border-bottom: 1px dotted #32373c;
	display: flex;
	padding-bottom: 20px;
	padding-top: 12px;
}

ul.cat_list li span:first-child {
	min-width: 150px;
}

.block_info .text {
	margin-top: 10px;
	font-size: 14px;
}

dt {
	margin-top: 30px;
	color: goldenrod;
}

.veu_adminEdit {
	display: none;
}

ul.about_us {
    padding-left: 0;
    list-style: none;
}

ul.about_us li{
    padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	display: flex;
}

.about_title {
	font-size: 1.1em;
	color: goldenrod;
	min-width: 150px;
}

.policy {
	text-align: center;
    line-height: 2.3;
}

.global-nav-list>li .global-nav-name {
    color: #fff;
}

.header_scrolled .site-header {
    background-color: #000;
}

.nav li a, nav li a {
    color: #fff;
}

.site-footer-copyright p {
    color: #fff;
}

ul.cat_list li {
    color: #fff;
}

.site-header-logo img {
    max-width: 200px;
}

.about_title,
.vk_post .vk_post_title a,
dt {
    color: #dabd59;
}

ul.about_us li {
    border-bottom: 1px dotted #32373c;
}

.policy_logo {
    text-align: center;
    margin-bottom: 30px;
}

.policy_title {
    text-align: center;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 30px;
}

.policy_logo img{
    max-width: 200px;
}

body.page-id-60 {
    /* 一番下（bottom）から、さらに下に 50px ずらす */
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), 
                url('imgs/bg.svg') center bottom -50px / cover no-repeat fixed;
    min-height: 100vh;
}

.page-header {
    min-height: unset;
}

.page-header-inner {
    margin: 10px auto;
}

@media (max-width: 740px) {
	.block_grp {
		flex-direction: column;
		align-items: center;
	}
	
	.block_info {
		margin-bottom: 30px;
	}
	
	ul.cat_list li {
		display: inherit;
	}
	
	ul.cat_list li span {
		display: block;
		text-align: center;
	}
}
