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

:root { --vk-color-text-link-hover: #a08829;}
h1, h2, .ltg-slide-text-set, .mincho {font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;}

body {line-height: 1.5;}
h1 {margin: 0; font-size: .875em; font-weight: normal;}
.site-header {background: none; box-shadow: none;}
.header_scrolled .site-header-logo {display: block;}
.ltg-slide picture img {height: 100vh; object-fit: cover;}
.ltg-slide-text-title {font-size: 4em;}
.swiper {margin-top: 0 !important;}

.site-body {padding: 4rem 0 0;}
.site-header {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 70px);
}
#site-header-container {
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    max-width: unset;
}
.site-header-logo a img, .site-header-logo a:hover img {
    transform: none;
}
body.header_scrolled .site-header .global-nav {
    display: block;
    width: min-content;
    margin: 0;
}
.global-nav ul {
    gap: 1px;
}
.global-nav ul li:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 70%;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    background-color: #333;
}
.header-append-widget {
    display: flex;
    align-items: center;
}
.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 30px;
    margin: 0;
}
.header_scrolled .site-header-logo a img {
    width: auto;
    height: 50px;
}
.swiper-pagination-bullet {
    outline: none;
}
.site-footer {
    padding: 30px 15px 0;
    border: none;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin: 0 auto;
    font-size: 14px;
}
.footer-logo {
    width: 250px;
    height: 63px;
    background: url(./img/logo.svg) no-repeat center center / contain;
}
.footer-nav {
    padding: 0;
    border-bottom: none;
    flex: 1;
}
.footer-nav-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 12.5em;
    gap: 0 20px;
}
.footer-nav-list li {
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    transition: background-color .3s ease;
}
.footer-nav-list li:first-child {border-left: none;}
.footer-nav-list li.current-menu-item {
    background-color: rgba(0, 0, 0, .07);
}
.footer-nav-list li:hover {
    background-color: rgba(194, 5, 19, .1);
}
.footer-nav-list li a {
    display: block;
    padding: 1em;
}
.site-footer-copyright p:last-child {display: none;}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .footer-content {max-width: 1280px;}
}
@media (min-width: 992px) {
    .header_scrolled .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        padding: 8px 40px;
        transform: unset;
    }
    .site-header--layout--nav-float .site-header-logo {
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    .device-pc .global-nav-list>li>a {
        padding: 10px 2em;
    }
    .footer-nav-list {
        height: 9.5em;
    }
}
.home h2 {
    border: none;
    padding: 0;
    font-size: 2em;
}
.wp-block-latest-posts li {
    padding: .75rem 0;
}
.cat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin-bottom: 1em;
}
.cat-icon img {
    width: 50%;
    height: auto;
    transform: scale(1);
    transition: transform 1s ease;
}
.cat-icon a:hover img {
    transform: scale(1.1);
}
.brand-grid {
    align-items: center;
}
.has-link, a:has(img) {
    overflow: hidden;
}
.cat-icon a:has(img) {
    overflow: unset;
}
a img {
    vertical-align: bottom;
}
a img, .has-link img {
    transform: scale(1);
    transition: transform 1s ease;
}
a:hover img, .has-link:hover img {
    transform: scale(1.1);
}
.grayscale {
    filter: grayscale(1);
}