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

@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');

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

* {text-shadow: 0px 0px 0px #00000040 !important;}
body {line-height: 1.5;}
h1 {margin: 0; font-size: 1.75em; font-weight: normal;}
.site-header {background: none; box-shadow: none;}
.header_scrolled .site-header-logo, body:not(.home) .site-header-logo {
    display: flex;
    height: 50px;
    align-items: center;
    justify-self: center;
    box-sizing: content-box;
}
.ltg-slide picture img {height: 100vh; object-fit: cover;}
.ltg-slide-text-title {font-size: 3.5em;}
.swiper {margin-top: 0 !important;}

.site-body {padding: 4rem 0 0;}
.site-header {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.header_scrolled .site-header,
body:not(.home) .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0;
    transform: unset;
}
.header_scrolled .site-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    animation: header_drop .5s ease-out 0s 1 alternate none running;
}
.site-header-logo {margin-left: 90px;}
body:not(.home) .site-header,
body:not(.home) .header_scrolled .site-header {
    background-color: var(--vk-color-header-bg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    animation: none;
}
#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,
body:not(.home) .site-header .global-nav {
    display: none;
    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;
}
.vk-mobile-nav-menu-btn {
    top: 15px;
    left: 15px;
    border: none;
    border-radius: 50%;
}
.vk-mobile-nav-menu-btn.menu-open {border: none;}
.vk-mobile-nav {padding: 64px 10px;}
.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,
body:not(.home) .site-header-logo a img {
    width: auto;
    height: auto;
    max-height: 50px;
}
body:not(.home) .page-header {
    margin-top: 64px;
}
.page-header {
    min-height: 24rem;
    background-color: unset;
    isolation: isolate;
    overflow: hidden;
}
.page-header::after {
    position: absolute;
    top: 5rem;
    left: calc(50% - 7rem);
    content: '';
    width: 14rem;
    aspect-ratio: 1 / 1;
    background: var(--vk-color-primary-dark);
    mix-blend-mode: multiply;
    rotate: 45deg;
}
.ltg-slide-text-set {top: 30% !important;}
.home h2 {
    border: none;
    margin-bottom: .5em;
    padding: 0;
    font-size: 3.5em;
}
.wp-block-latest-posts li {
    padding: .75rem 0;
}
.j-type > div { position: relative;}
.j-type > div:not(:last-child)::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
    right: -1.3rem;
    top: calc(50% - 40px);
}
.cat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
}
.cat-icon img {
    width: 100px;
    height: auto;
    transform: scale(1);
    transition: transform 1s ease;
}
.cat-icon a:hover img {
    transform: scale(1.1);
}
.r-menu h2 {
    line-height: 1.25;
    margin-bottom: 0 !important;
}
.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);
}
.txt-center {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    line-height: 2;
}
.page-header-title, h1.page-header-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.7;
}
.jewelry .page-header-title::before {content: 'Jewelry';}
.bridal .page-header-title::before {content: 'Bridal';}
.watch .page-header-title::before {content: 'Watch';}
.renovation .page-header-title::before {content: 'Renovation';}
.company .page-header-title::before {content: 'Company';}
.showroom .page-header-title::before {content: 'Showroom';}
.contact .page-header-title::before, .thanks .page-header-title::before {content: 'Contact';}
.privacy-policy .page-header-title::before {content: 'Privacy Policy';}
.sitemap .page-header-title::before {content: 'Sitemap';}
.single .page-header-title::before, .category-information .page-header-title::before {content: 'Information';}
.page-header-title::before { font-size: 3em;}
.latest-post-section {margin-bottom: 80px;}
article.entry {
    max-width: 1000px;
    margin: 0 auto;
}
.company-table {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.company-table th {
    width: 25%;
    text-align: left;
}
.company-table th, .company-table td {
    padding: 1em;
}
.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;
}
.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 0;
}
.row > div:first-child {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row > div {max-width: unset;}
.row > div:first-child > * {width: fit-content;}
.row > div:not(:first-child) {display: none;}
.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;}

/* Renovation */
.renovation .wp-block-table.is-style-vk-table-border table:where(:not(.has-border-color)) th,
.renovation .wp-block-table.is-style-vk-table-border table:where(:not(.has-border-color)) td { border-color: #999;}
.renovation .wp-block-table.is-style-vk-table-border table:where(:not(.has-border-color)) th {
    background-color: #f5f5f5;
    font-weight: normal;
}
.renovation .wp-block-table.is-style-vk-table-border table:where(:not(.has-border-color)) thead th {
    background-color: #555;
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    padding: 1em;
}
.renovation .wp-block-table figcaption { text-align: left;}

/* Form */
.Form {
    margin-top: 80px;
}
.Form, .confirm-area {
    background: #f5f5f5;
    padding: 30px 20px;
}
.FormItem {
    margin-top: 25px;
}
.FormItemLabel {
    display: flex;
    align-items: center;
    gap: .8em;
    margin-bottom: 10px;
}
.FormItemRequired {
    display: flex;
    padding: 0 .5em;
    background: var(--vk-color-primary);
    color: #fff;
    font-size: .875em;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    padding: .75em 1.5em;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    transition: all .1s ease;
}
.wpcf7 select option {
    color: #000;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .wpcf7-list-item input[type="checkbox"]:focus {
    outline: none;
    border: 2px solid var(--vk-color-primary);
    background: #fff;
}
.wpcf7 textarea {
    height: 200px;
    resize: none;
}
.wpcf7-radio#inquiry {
    display: flex;
    gap: 20px;
}
input[type="text"], input[type="textarea"] {
    width: 100%;
}
.FormItem p {
    margin-top: .5em;
}
.FormItemLabel {
    margin-bottom: 0 !important;
}
.FormItem p:has(#zip)::after {
    content: '※入力後、自動で住所が表示されます';
    font-size: .875em;
}
input::placeholder {
    color: #aaa;
}
.confirm-area, .thanks-area {
    display: none;
}
.wpcf7-response-output {
    display: none;
}
#autozip {
    display: none !important;
}
.policy-check {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.policy-check label {
    display: flex;
}
.privacy-policy-block {
    width: 100%;
    height: 250px;
    border: 1px solid #aaa;
    margin-top: 70px;
    padding: 2em 2em 0;
    overflow-y: scroll;
}
.FormItem p {position: relative;}
.FormButtonWrap p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin: 50px auto 0;
    font-size: 1.25em;
}
.FormSubmit p {
    width: 100%;
    gap: 20px;
}
.wpcf7 input.confirm-button, .wpcf7 input.wpcf7-submit {
    flex-grow: 1;
    height: 100%;
    background-color: var(--vk-color-primary);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    transition: .5s;
}
.wpcf7 input.wpcf7-submit {
    flex-grow: unset;
    width: 400px;
}
.wpcf7 input.back-button {
    width: 120px;
    height: 50px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 1rem;
}
.wpcf7-spinner {
    display: none;
}
.wpcf7 input.confirm-button:disabled, .wpcf7 input.confirm-button.is-disabled {
    background: #ededed;
    color: #aaa;
}
.confirm-area h2 {
    text-align: center;
    font-size: 1.5em;
    border-top: none;
}
.confirm-text {
    margin: 20px 0 60px;
    text-align: center;
}
.ConfirmItem {
    display: grid;
    grid-template-columns: 9rem 1fr;
    border-bottom: 1px solid #ededed;
}
.ConfirmItem p {
    margin: 20px 0;
}
.ConfirmItem .FormItemLabel {
    font-weight: 700;
}
.thanks-text {
    max-width: 530px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ltg-slide-text-title {font-size: 6em;}
    .ltg-slide-text-set {top: 25% !important;}
    .cat-icon img {width: 150px;}
    .row > div:not(:first-child) {display: block;}
    .page-header::after {
        top: 3rem;
        left: 4rem;
        width: 18rem;
    }
    .page-header-inner {
        width: fit-content;
        margin-left: 0.8rem;
    }
    .page-header-title, h1.page-header-title {
        font-size: 1.5rem;
        width: 310px;
    }
    .photo-grid {grid-template-columns: 1fr 1fr 1fr 1fr !important;}
    .Form, .confirm-area {padding: 80px 100px;}
    input#your-name, input#your-furigana {width: 25em;}
    input#zip {width: 11em;}
    input#tel {width: 17.5em;}
    .FormItem p:has(#zip)::after {
        position: absolute;
        top: 50%;
        left: 14em;
        transform: translateY(-50%);
    }
    .FormButtonWrap p {width: 400px;}
    .FormSubmit p {gap: 60px;}
    .ConfirmItem {grid-template-columns: 12rem 1fr;}
}
@media (min-width: 992px) {
    .site-header {
        top: 30px;
        width: calc(100vw - 70px);
    }
    .header_scrolled .site-header,
    body:not(.home) .site-header {padding: 8px 40px;}
    .site-header-logo {margin: 0;}
    body.header_scrolled .site-header .global-nav, body:not(.home) .site-header .global-nav { display: block;}
    .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;}
    .j-type > div:not(:last-child)::after {
        height: 80px;
        right: -.8rem;
    }
    .cat-icon img {width: 200px;}
    body:not(.home) .page-header {margin-top: 66px;}
    .page-header::after {left: 8rem;}
    .page-header-inner {margin-left: 4.8rem;}
    .page-header-title, h1.page-header-title {width: 360px;}
    .row {display: flex; gap: 0;}
    .row > div:first-child {
        grid-column: 1 / 3;
        display: block;
        flex-direction: unset;
        align-items: unset;
    }
    .row > div {max-width: 50%;}
    .footer-nav-list {height: 9.5em;}
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .footer-content {max-width: 1280px;}
}
.banner-slide .swiper-pagination {bottom: -10px !important; background: none !important;}