/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 15.34.1
*/
html {
  scroll-padding-top: 200px; /* 固定ヘッダーの高さ分、余白を空ける */
}
/*共通*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-col {
    flex-direction: column;
}

.items-end {
    align-items: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.grid {
    display: grid;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.mb-4 {
    margin-bottom: 1em;
}

.mb-6 {
    margin-bottom: 1.5em;
}

.gap-2 {
    gap: .5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.w-12 {
    width: 3rem;
}

.w-32 {
    width: 8rem;
}

.h-12 {
    height: 3rem;
}

.h-56 {
    height: 14rem;
}

.h-64 {
    height: 16rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.object-cover {
    object-fit: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.opacity-80 {
    opacity: 0.8;
}

.inset-0 {
    inset: 0px;
}

h2 {
    border-top: 0;
    border-bottom: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: .2em;
    color: rgb(154 127 54);
    margin: 0;
    font-weight: 700;
    padding: 0;
}

body:not(.page-id-29) h3,
h3::after {
    border-bottom: 0;
}

#white {
    color: #FFF;
}

span.title-en {
    color: rgb(219 183 95);
    letter-spacing: 0.2em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.title-en-border {
    background-color: rgb(219 183 95);
    width: 3rem;
    height: 2px;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-lg {
    font-size: 1rem;
    line-height: 1.75rem;
}

.text-gray-900 {
    color: rgb(17 24 39);
}

.leading-snug {
    line-height: 1.375;
}

.max-w-5xl {
    max-width: 64rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.btn {
    margin-top: 4rem;
    background-color: #D32F2F!important;
    color: #FFF!important;
}

/*グローバルメニュー*/
.site-header {
    position: absolute;
    background: unset;
    box-shadow: unset;
}

@media (min-width: 992px) {
    .device-pc .global-nav-list>li>a {
        padding: 14px 10px;
    }
}

.site-header-logo {
    padding-top: 0;
}

.site-header-logo a {
    color: #FFF;
    font-size: 34px;
}

.site-header-logo a img {
    width: 2rem;
    height: 2rem;
}

#producedby span {
    font-size: 0.75rem;
    font-weight: 700;
}

span.com {
    font-size: 30px;
}

.header-flex {
    display: flex;
    align-items: flex-end;
}

.header-info {
    display: flex;
    gap: 1.5rem;
    margin-right: 10px;
}

.header-info img {
    object-fit: contain;
    height: 1.5em;
    max-width: 100%;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-right span {
    color: #FFF;
    font-weight: 700;
}

.header-info svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.flex#producedby {
    gap: 0.5rem;
    align-items: center;
}

.flex#producedby img{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.flex#tell-fax {
    gap: 1rem;
}

.flex#tell,
.flex#fax {
    gap: 0.25rem;
    align-items: center;
}

header li.menu-item a {
    color: #FFF;
    transition: .4s;
}

header li.menu-item a:hover {
    color: #dbb75f;
}

/* .header_scrolled header li.menu-item a {
    color: rgb(75 85 99);
} */

.header_scrolled .site-header-logo {
    display: block;
    margin-top: .5em;
}

.header_scrolled .site-header-logo a {
    color: rgb(75 85 99);
}

/* .header_scrolled #logo-container span,
.header_scrolled .header-info,
.header_scrolled span.sub-title {
    display: none;
} */

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-logo a {
        display: flex;
        gap: 0.5rem;
    }
}

@media (max-width: 991px) {

    .header-info{
        display: none;
    }
    span.sub-title {
        display: none;
    }

    .site-header-logo {
        padding-top: .5rem;
    }

    .site-header-logo a {
        display: flex;
        justify-content: center;
        font-size: 16px;
    }
    span.com{
        font-size: 16px;
    }
    .site-header-logo img {
    margin-left: 10px;
    margin-right: 10px;
}
}

span.sub-title {
    color: rgb(255 255 255 / 0.8);
    font-size: 12px;
    margin-bottom: 1rem;
}

.nav li a,
nav li a {
    color: #FFF;
}
.ltg-slide picture img {
    height: 100%;
    object-fit: cover;
}
h3.ltg-slide-text-title {
    font-size: 4.5rem;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    line-height: 1;
    letter-spacing: .2em;
    font-weight: bold;
}

span.gold {
    color: rgb(219 183 95);
    filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.swiper-slide {
    height: 85vh;
}
@media (max-width: 1400px) {
    h3.ltg-slide-text-title {
    font-size: 3.5rem;
    padding-top: 3rem;
}
.swiper-slide {
    height: 80vh;
}
}
@media (max-width: 1199px) {
    .header-flex {
        display: block;
    }

    .header-right {
        justify-content: center;
    }

    .global-nav--layout--float-right {
        margin-right: auto;
    }
    h3.ltg-slide-text-title {
    font-size: 4rem;
    padding-top: 0;
}
}
@media (max-width: 768px) {
h3.ltg-slide-text-title {
    font-size: 2rem;
}
}
/*フッター*/
.site-footer {
    background-color: rgb(17 24 39);
    border-top: 4px solid rgb(219 183 95);
}

footer li.menu-item a {
    color: #FFF;
    transition: .4s;
}

footer li.menu-item a:hover {
    color: #dbb75f;
}

h4.widget-title.site-footer-title {
    color: #FFF;
    font-weight: 900;
}

h4.widget-title.site-footer-title::after {
    color: #FFF;
    border-bottom: 1px solid #dbb75f;
}
.site-footer-copyright p:nth-child(1) {
    color: rgb(255 255 255 / 0.6);
        font-size: 0.75rem;
    line-height: 1rem;
        letter-spacing: .2em;
}
.site-footer-copyright p:nth-child(2) {
    display: none;
}
/*選ばれる理由*/
section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
section#reason {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
section#reason h2 {
    font-size: 50px;
    letter-spacing: .2em;
    font-weight: 700;
    padding-bottom: 0.75rem;
    padding-top: 0;
    border-bottom: 10px solid #dbb75f;
    border-top: 0px;
    display: inline-block;
    margin-bottom: 2rem;
    color: #333;
}

section#reason p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.025em;
    font-weight: 700;
    margin-bottom: 4rem;
}

section#reason span#gold {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(154 127 54);
    border-bottom: 3px solid #dbb75f;
    font-weight: 700;
    padding-bottom: 0.25rem;
}

.gb-cover {
    background: linear-gradient(to right, rgb(255 255 255 / 0.85), rgb(255 255 255 / 0.3));
    background-color: rgb(255 255 255 / 0.5);
    inset: 0px;
}

section#reason .grid {
    gap: 1.5rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

section#reason h4 {
    line-height: 1.75rem;
    color: rgb(154 127 54);
    font-weight: 700;
    margin-right: 0.25rem;
    z-index: 10;
    background-color: unset;
    margin-bottom: 0;
}

section#reason .reason-box {
    padding: 1.5rem;
    background-color: rgb(255 255 255 / 0.95);
    border-color: rgb(243 244 246);
    border-width: 1px;
    border-radius: 0.75rem;
    flex-direction: column;
    --tw-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 4px 15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

section#reason .reason-box span {
    font-size: 4.5rem;
    line-height: 1;
    color: rgb(219 183 95 / 0.25);
    letter-spacing: -0.05em;
    font-weight: 900;
}
@media (max-width: 991px) {
section#reason .grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
section#reason .grid {
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
section#reason h2{
    font-size: 32px;    
}
}
/*対応可能範囲*/

section#services h3 {
    color: rgb(154 127 54);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0;
    font-size: inherit;
    border-bottom: 0;
    padding-bottom: 0;
    transition-duration: 150ms;
}

section#services a:hover h3 {
    color: rgb(219 183 95);
}

section#services h3::after {
    border-bottom: 0;
}

section#services svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    vertical-align: middle;
    color: rgb(154 127 54);
}

section#services img {
    transition-duration: 500ms;
}

section#services a:hover img {
    transform: scale(1.05);
}
@media (max-width: 768px) {
section#reason .grid {
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
section#reason h2{
    font-size: 32px;    
}
}
/*精密金型 設計・製作実績*/
section#works {
    background-color: rgb(154 127 54);
}

section#works .title-en-border {
    background-color: #FFF;
}

section#works .title-en {
    color: #FFF;
}

section#works h2,
section#works h3 {
    color: #FFF;
    border-bottom: 0;
}

section#works p {
    color: #FFF;
}


section#works h3::after {
    border-bottom: 0;
}

section#works .btn {
    border-radius: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-weight: 900;
}
/* section#works a.btn:hover {
        --tw-text-opacity: 1;
    color: rgb(154 127 54 / var(--tw-text-opacity, 1))!important;
} */
section#works span.cat {
    font-weight: 700;
    font-size: 10px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

section#works span.cat#class1 {
    background-color: #FFF;
    color: #dbb75f;
}

section#works span.cat#class2 {
    background-color: #dbb75f;
    color: #FFF;
}

section#works span.cat#class3 {
    background-color: rgb(55 65 81);
    color: #FFF;
}

.cat-list a {
    border: 2px solid rgb(255 255 255 / 0.4);
}

/*金型製作をご検討の皆様へ*/
section#information p {
    font-weight: 900;
}

section#information .circle {
    width: 12rem;
    height: 12rem;
    background-color: rgb(219 183 95);
    transition-duration: 300ms;
    border: 4px solid rgb(219 183 95);
    border-radius: 9999px;
}

section#information a:hover .circle {
    background-color: rgb(154 127 54);
}

section#information h3 {
    border-bottom: 0;
}

section#information h3::after {
    border-bottom: 0;
}

section#information .gb-cover {
    background-color: unset;
}

section#information .btn {
    border-radius: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-weight: 900;
    /* border: 1px solid rgb(219 183 95) !important; */
    color: rgb(154 127 54);
    background-color: rgb(255 255 255 / 0.5);
}

section#information a.btn:hover {
    background-color: rgb(154 127 54);
    color: rgb(255 255 255 / 1);
}

section#information .title-en{
        color: rgb(154 127 54 / var(--tw-text-opacity, 1));
}
section#information .title-en-border{
        background-color: rgb(154 127 54 / var(--tw-text-opacity, 1));
}

/*新着情報*/
.single-post .entry-meta,
.single-post .entry-meta-data-list--category{
    display: none;
}
body.single-post .breadcrumb-list>li:nth-child(3) {
    display: none;
}
.single-post .entry-title{
    display: none;
}
.max-w-4xl {
    max-width: 56rem;
}
.vk_post_imgOuter.media-img{
    display: none;
}
section#news .btn {
    border-radius: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-weight: 900;
    /* border: 1px solid rgb(219 183 95) !important; */
    color: rgb(154 127 54);
    background-color: rgb(255 255 255 / 0.5);
}
section#news a.btn:hover {
    background-color: rgb(154 127 54);
    color: rgb(255 255 255 / 1);
}
section#news ul {
    border-top: 1px solid rgb(229 231 235);
    padding-left: 0;
}

section#news ul li {
    /* border-bottom: 1px solid rgb(229 231 235); */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin: 0;
    list-style: none;
}

section#news ul li a {
    text-decoration: none;
}

section#news time {
    color: rgb(219 183 95);
    font-weight: 300;
}

section#news span {
    font-weight: 700;
}

.bg-khaki-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(154 127 54 / var(--tw-bg-opacity, 1));
}

.text-khaki-dark {
    --tw-bg-opacity: 1;
    color: rgb(154 127 54 / var(--tw-bg-opacity, 1));
}

.text-khaki-light {
    --tw-text-opacity: 1;
    color: rgb(232 210 152 / var(--tw-text-opacity, 1));
}

.text-khaki-accent {
    --tw-text-opacity: 1;
    color: rgb(219 183 95 / var(--tw-text-opacity, 1));
}

.bg-khaki-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(219 183 95 / var(--tw-bg-opacity, 1));
}

.bg-khaki-light\/30 {
    background-color: rgb(232 210 152 / 0.3);
}

.hover\:bg-khaki:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 183 95 / var(--tw-bg-opacity, 1));
}

.hover\:border-khaki:hover {
    --tw-border-opacity: 1;
    border-color: rgb(219 183 95 / var(--tw-border-opacity, 1));
}

.hover\:bg-khaki-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 127 54 / var(--tw-bg-opacity, 1));
}
.hover\:text-khaki-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(154 127 54 / var(--tw-text-opacity, 1));
}

.hover\:bg-khaki-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 210 152 / var(--tw-bg-opacity, 1));
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 2px;
    background-color: #e5e7eb;
    z-index: 0;
}

@media (min-width: 768px) {
    .timeline-line::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border-khaki-accent {
    --tw-border-opacity: 1;
    border-color: rgb(219 183 95 / var(--tw-border-opacity, 1));
}

.border-b-2 {
    border-bottom-width: 2px;
}

.bg-white-btn{
    background-color: #FFF;
}

a.bg-white-btn:hover{
    color: rgb(154 127 54);
}

.global-nav-list>li:hover:before{
    content: unset;
}
.global-nav-list>li.menu-item-has-children::after{
    content: unset;
}