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


/* =========================
基本
========================= */

body > header#site-header.site-header--layout--nav-float{
  display:none !important;
}

body{
  font-family:'Noto Sans JP', sans-serif;
  font-size:16px;
  line-height:2;
  letter-spacing:0.03em;
  color:#232323;
  background:#fff;
  margin:0;
}

body p{
  line-height:2;
  margin:0;
}

h1,
h2,
h3,
h4{
  line-height:1.6;
  margin:0;
}

img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}

.site-body{
  overflow-x:hidden;
}


/* =========================
Lightning Header
========================= */

#custom-site-header.site-header{
  position:relative;
  z-index:1000;
  width:100%;
  background:#fff;
  border-bottom:1px solid #e5e5e5;
  margin-bottom:0 !important;
  transition:box-shadow .25s ease, transform .25s ease;
}

#custom-site-header.site-header.is-fixed{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,0.06);
}

#custom-site-header.site-header.is-fixed .site-header-container{
  position:relative;
  z-index:10001;
}

/* 固定時の本文のズレ防止 */
body.has-fixed-header{
  padding-top:104px;
}

#custom-site-header .site-header-container{
  max-width:1440px;
  min-height:104px;
  margin:0 auto;
  padding:0 0 0 40px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
}

#custom-site-header .site-header-logo{
  margin:0;
  padding:0;
  flex:0 0 auto;
  flex-shrink:0;
  line-height:1;
  position:relative;
  z-index:10002;
  display:flex;
  align-items:center;
}

#custom-site-header .site-header-logo h1,
#custom-site-header .site-header-logo div{
  margin:0;
  padding:0;
  line-height:1;
}

#custom-site-header .site-header-logo,
#custom-site-header .site-header-logo a,
#custom-site-header .site-header-logo img{
  opacity:1 !important;
  visibility:visible !important;
}

#custom-site-header .site-header-logo .custom-logo-link{
  display:flex;
  align-items:center;
  height:104px;
}

#custom-site-header .site-header-logo .custom-logo{
  display:block;
  width:auto;
  height:60px;
  max-width:none;
}

#custom-site-header.site-header.is-fixed .site-header-logo .custom-logo-link{
  height:104px;
}

#custom-site-header.site-header.is-fixed .site-header-logo .custom-logo{
  height:60px;
}

/* ナビ */
#custom-site-header nav.global-nav{
  flex:1 1 auto;
  min-width:0;
  margin-left:auto;
  margin-right:16px;
  display:flex;
  justify-content:flex-end;
}

#custom-site-header nav.global-nav ul.global-nav-list{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  align-items:center;
  justify-content:flex-end !important;
  align-content:flex-end;
  gap:8px 16px;
  margin:0 0 0 auto;
  padding:0;
  list-style:none;
  width:auto;
  max-width:620px;
}

#custom-site-header nav.global-nav ul.global-nav-list > li{
  display:block;
  margin:0;
  padding:0;
  flex:0 0 auto;
}

#custom-site-header nav.global-nav ul.global-nav-list > li > a{
  display:block;
  padding:0;
  font-size:14px;
  line-height:1;
  font-weight:500;
  color:#232323;
  text-decoration:none;
  white-space:nowrap;
}

#custom-site-header nav.global-nav ul.global-nav-list > li > a:hover{
  color:#007429;
}

/* 右側 */
#custom-site-header .site-header-right{
  display:flex;
  align-items:stretch;
  flex:0 0 auto;
  margin-left:auto;
}

#custom-site-header .site-header-contact{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  padding:0 20px 0 12px;
}

#custom-site-header .site-header-tel{
  margin:0;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:0;
}

#custom-site-header .site-header-tel a{
  color:#232323;
  text-decoration:none;
}

#custom-site-header .site-header-time{
  margin:4px 0 0;
  font-size:12px;
  line-height:1.3;
  color:#555;
  letter-spacing:0.03em;
  white-space:nowrap;
}

#custom-site-header .site-header-mail{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:140px;
  min-height:104px;
  padding:16px 20px;
  margin-right:0;
  background:#007429;
  color:#fff;
  text-decoration:none;
}

#custom-site-header .site-header-mail:hover{
  color:#fff;
  opacity:.92;
}

#custom-site-header .site-header-mail-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

#custom-site-header .site-header-mail-icon i{
  font-size:24px;
  line-height:1;
  color:#fff;
}

#custom-site-header .site-header-mail-text{
  margin-top:6px;
  font-size:14px;
  line-height:1.2;
  font-weight:500;
}

/* 管理バー */
.admin-bar #custom-site-header.site-header.is-fixed{
  top:32px;
}

@media screen and (max-width:782px){
  .admin-bar #custom-site-header.site-header.is-fixed{
    top:46px;
  }
}

/* モバイルメニューボタン位置調整 */
#vk-mobile-nav-menu-btn{
  display:none !important;
  position:fixed;
  top:34px;
  right:40px;
  margin:0;
  z-index:10001;
}

@media (max-width:1199px){
  body.has-fixed-header{
    padding-top:88px;
  }
}

@media (max-width:767px){
  #vk-mobile-nav-menu-btn{
    display:flex !important;
    align-items:center;
    justify-content:center;
    right:16px;
    top:19px;
  }

  body.has-fixed-header{
    padding-top:72px;
  }
}


/* =========================
ヘッダー直下の余白除去
========================= */

.site-body-container,
.site-body,
.main-section,
.entry-body,
.home .site-content,
.home .post,
.home .entry,
.home .wp-site-blocks{
  margin-top:0 !important;
  padding-top:0 !important;
}


/* =========================
FV
========================= */

.fv{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0 !important;
  padding-top:0 !important;
  overflow:hidden;
  background:#fff;
}

.fv-inner{
  position:relative;
  width:100%;
  min-height:720px;
}

.fv-left{
  position:absolute;
  top:50%;
  left:128px;
  transform:translateY(-50%);
  z-index:10;
  width:820px;
  max-width:calc(100vw - 220px);
}

.fv-title{
  margin:0;
  font-size:54px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:0;
  color:#232323;
}

.fv-title span{
  display:block;
  width:max-content;
  max-width:none;
  white-space:nowrap;
  background:#fff;
  padding:8px 12px 10px;
  margin-bottom:8px;
}

.fv-title span:last-child{
  margin-bottom:0;
}

.fv-lead{
  margin:28px 0 0;
  font-size:18px;
  font-weight:400;
  line-height:1.55;
  letter-spacing:0.01em;
  color:#232323;
}

.fv-lead span{
  display:block;
  width:max-content;
  max-width:none;
  white-space:nowrap;
  background:rgba(255,255,255,0.96);
  padding:6px 8px 7px;
  margin-bottom:8px;
}

.fv-lead span:last-child{
  margin-bottom:0;
}

.fv-cta{
  margin-top:44px;
}

.fv-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:272px;
  min-height:72px;
  padding:0 28px;
  background:#007429;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:500;
  line-height:1;
  transition:opacity .2s ease;
}

.fv-cta a:hover{
  opacity:.9;
  color:#fff;
}

.fv-right{
  width:calc(100vw - 208px);
  height:670px;
  margin-left:208px;
}

.fv-right img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:72% center;
}


/* =========================
ブログタグ
========================= */

.taxonomy-category a{
  text-decoration:none !important;
  border-bottom:none !important;
}

.taxonomy-category a:hover{
  text-decoration:none !important;
  border-bottom:none !important;
}


/* =========================
Footer Copy
========================= */

.site-footer-copyright p{
  display:none !important;
}

.site-footer-copyright::before{
  content:"© 2026 NATORIA Co., Ltd.";
  display:block;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  color:#666;
  letter-spacing:0.05em;
  padding:24px 0;
}


/* =========================
Tablet
========================= */

@media (max-width:1199px){

  #custom-site-header .site-header-container{
    min-height:88px;
    padding:0 0 0 24px;
    gap:16px;
  }

  #custom-site-header .site-header-logo .custom-logo-link{
    height:88px;
  }

  #custom-site-header .site-header-logo .custom-logo{
    height:48px;
  }

  #custom-site-header.site-header.is-fixed .site-header-logo .custom-logo-link{
    height:88px;
  }

  #custom-site-header.site-header.is-fixed .site-header-logo .custom-logo{
    height:48px;
  }

  #custom-site-header .site-header-mail{
    min-height:88px;
  }

  .fv-inner{
    min-height:560px;
  }

  .fv-left{
    left:48px;
    width:700px;
    max-width:calc(100vw - 96px);
  }

  .fv-title{
    font-size:42px;
    line-height:1.1;
  }

  .fv-title span{
    width:max-content;
    max-width:none;
    white-space:nowrap;
    padding:6px 10px 8px;
    margin-bottom:8px;
  }

  .fv-lead{
    margin-top:24px;
    font-size:16px;
    line-height:1.65;
  }

  .fv-lead span{
    width:max-content;
    max-width:none;
    white-space:nowrap;
    margin-bottom:8px;
  }

  .fv-cta{
    margin-top:32px;
  }

  .fv-cta a{
    min-width:240px;
    min-height:64px;
    font-size:15px;
  }

  .fv-right{
    width:calc(100vw - 120px);
    height:560px;
    margin-left:120px;
  }
}


/* =========================
1100px以下
========================= */

@media (max-width:1100px){
	#custom-site-header .site-header-container{
    padding:0 24px 0 24px;
    gap:16px;
  }

  #custom-site-header .site-header-right{
    display:none;
  }

  #custom-site-header nav.global-nav{
    flex:1 1 auto;
    margin-left:20px;
    margin-right:0;
    justify-content:flex-end;
  }

  #custom-site-header nav.global-nav ul.global-nav-list{
    max-width:none;
    gap:8px 14px;
  }

  #custom-site-header nav.global-nav ul.global-nav-list > li > a{
    font-size:13px;
  }
}


/* =========================
SP
========================= */

@media (max-width:767px){

  body{
    font-size:14px;
    line-height:1.8;
    letter-spacing:0.02em;
  }

  #custom-site-header .site-header-container{
    min-height:72px;
    padding:0 16px;
  }

  #custom-site-header .site-header-logo .custom-logo-link{
    height:72px;
  }

  #custom-site-header .site-header-logo .custom-logo{
    height:36px;
  }

  #custom-site-header.site-header.is-fixed .site-header-logo .custom-logo-link{
    height:72px;
  }

  #custom-site-header.site-header.is-fixed .site-header-logo .custom-logo{
    height:36px;
  }

  #custom-site-header nav.global-nav{
    display:none;
  }

  #custom-site-header .site-header-right{
    display:none;
  }

  .fv{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    overflow:hidden;
  }

  .fv-inner{
    position:relative;
    width:100%;
    min-height:520px;
  }

  .fv-right{
    position:relative;
    width:100vw;
    height:520px;
    margin-left:0;
    overflow:hidden;
  }

  .fv-right img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:62% 28%;
    transform:none;
  }

  .fv-left{
    position:absolute;
    left:16px;
    right:16px;
    bottom:24px;
    top:auto;
    transform:none;
    z-index:10;
    width:auto;
    max-width:none;
    text-align:left;
  }

  .fv-title{
    font-size:24px;
    line-height:1.18;
    text-align:left;
  }

  .fv-title span{
    display:block;
    width:fit-content;
    max-width:100%;
    white-space:normal;
    background:#fff;
    padding:4px 8px 5px;
    margin-bottom:6px;
  }

  .fv-lead{
    margin-top:14px;
    font-size:12px;
    line-height:1.55;
    letter-spacing:0.01em;
    text-align:left;
  }

  .fv-lead span{
    display:block;
    width:fit-content;
    max-width:100%;
    white-space:normal;
    background:rgba(255,255,255,0.96);
    padding:3px 6px 5px;
    margin-bottom:6px;
  }

  .fv-cta{
    margin-top:20px;
  }

  .fv-cta a{
    min-width:220px;
    min-height:40px;
    padding:0 20px;
    font-size:14px;
  }
}
	
	/* =========================
お知らせ：新着表示を非表示
========================= */
.vk_post_title_new,
.subSection-title-label-new,
.new-label,
.vew-postList-new,
.entry-meta_item-new,
.archive .new,
.single .new{
  display:none !important;
}

/* =========================
記事メタ情報整理
========================= */

/* 更新日非表示 */
.updated{
  display:none !important;
}

/* 作成者非表示 */
.author,
.vk_post_author,
.fn{
  display:none !important;
}

/* 更新日アイコン削除 */
.entry-meta_item-modified{
  display:none !important;
}

/* 時計アイコン削除 */
.fa-clock-rotate-left{
  display:none !important;
}

/* 
前後記事ナビ削除 */
.vk_posts.next-prev{
  display:none !important;
}
/* 記事下カテゴリー削除 */
.entry-footer{
  display:none !important;
}