@charset "utf-8";
/*
Theme Name: Lightning Child
Template: lightning
Author:アートフレア株式会社
Version: 1.2
*/
/* 標準データ最終更新日：2025/04/14  */
/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
:root {
  --fontfamily: 'Barlow', "Noto Sans JP",sans-serif;
}
.fw-bold {
  font-weight: bold;
}
body {
  font-family: var(--fontfamily);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
h2 {
  font-size: 2.8rem;
}
/*マーク>ハイライト*/
.mark-highlight mark{
  background:linear-gradient(transparent 40%, #ff6 40%);
  font-weight: 700 !important;
}
/*見出し >下線*/
.title-bar{
  position: relative !important;
  padding: 0 0 .5em 0;
}
.title-bar::before{
  content: "";
  display: inline-block;
  width: 120px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--vk-color-primary);
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin: 0 auto;
}
/*見出し >リボン*/
.ribbon-custom-1,  .ribbon-custom-2, .ribbon-custom-3{
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: var(--vk-color-custom-1);
  color: #FFF;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
}
.ribbon-custom-1:before, .ribbon-custom-1:after, .ribbon-custom-2:before, .ribbon-custom-2:after, .ribbon-custom-3:before, .ribbon-custom-3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon-custom-1:before, .ribbon-custom-2:before, .ribbon-custom-3:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fdf8e9;
  border-style: solid;
}
.ribbon-custom-1:after, .ribbon-custom-2:after, .ribbon-custom-3:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fdf8e9 transparent transparent;
  border-style: solid;
}
.ribbon-custom-2{
  background-color: var(--vk-color-custom-2);
}
.ribbon-custom-3{
  background-color: var(--vk-color-custom-3);
}
/*見出し > 両サイドにスラッシュ*/
.title-slash{
  position: relative;
  width: fit-content;
  line-height: 1.2em !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.title-slash::before,.title-slash::after {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  color: currentColor;
}
.title-slash::before {
  border-left: solid 5px;
  left: 0;
  transform: rotate(-20deg);
}
.title-slash::after {
  border-right: solid 5px;
  right: 0;
  transform: rotate(20deg);
}
/*ボタン > フォントの太さ*/
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  font-weight: 600;
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding: 1em;
}
.site-header-logo img {
  max-height: 55px !important;
}
.header_nav_search_container {
  min-width: 60px !important;
  margin-left: 40px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
  box-shadow: none;
}
.logged-in #site-header {
  top: 32px;
}
/* グローバルナビ */
.global-nav {
  margin-top: 50px;
}
.global-nav-list li {
  font-size: 1.1rem;
}
.global-nav-list > li > a {
  transition: .3s;
  position: relative !important;
  padding: .5em 1em !important;
}
.global-nav-list > li > a:after{
  content: "/";
  position: absolute;
  right: 0;
}
.global-nav-list > li:last-child a::after{
  display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer .widget{
  margin-bottom: 0 !important;
}
.site-footer .widget_nav_menu ul{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.site-footer .widget_nav_menu ul li a::after{
  content: "／";
  margin: 0 10px;
}
.site-footer .widget_nav_menu ul li a{
  background: none !important;
  border: medium none !important;
  padding: 0;
}
.site-footer .widget_nav_menu ul li:last-child a::after{
  display: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*FV*/
.fv::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-image: url("../../../wp-content/uploads/wave.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fv .wp-block-cover {
  width: calc((100% + (100vw - 100%) / 2) - 28%) !important;
  overflow: visible;
}
.fv .tag{
  display: flex;
  gap: 0.4em;
  padding: 0;
  margin: 0;
}
.fv .tag li{
  padding:.2em 1em .4em 1em;
  margin: 0;
  list-style: none;
  line-height: 1em;
  color: #fff;
  background-color: var(--vk-color-primary);
  text-align: center;
  border-radius: 4px;
}
.fv .tag li:nth-child(2){
  background-color:  var(--vk-color-custom-1);
}
.fv .tag li:last-child{
  background-color:  var(--vk-color-custom-2);
}
.fv h2{
  font-size: 4rem !important;
  line-height: 1.2em !important;
  margin: .3em 0;
  padding: 0;
}
.fv .over-img {
  position: relative;
  left: 0;
  bottom: 0;
  min-width: 550px;
  margin: 0;
  z-index: 1;
}
.balloon-pop {
  position: absolute;
  z-index: 1;
  right: calc(10% - (100vw - 100%) / 2);
  bottom: 0;
  gap: 0;
}
.balloon-pop .wp-block-column {
  background-image: url("../../../wp-content/uploads/balloon01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 2em 1.5em 1.5em 1.5em;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 210px;
}
.balloon-pop .wp-block-column:nth-child(2){
  background-image: url("../../../wp-content/uploads/balloon02.png");
}
.balloon-pop .wp-block-column:last-child{
  background-image: url("../../../wp-content/uploads/balloon03.png");
}
.balloon-pop .wp-block-column p{
  color: #fff;
  margin: 0 !important;
  font-weight: 600;
}

/* 40年以上 の文字調整 */
.mv-jisseki-text{
    padding-top: 11px;
}

@media screen and (max-width: 990px) {
  .fv .wp-block-columns{gap: 1em !important;}
  .fv .tag li{font-size: .9rem;}
  .fv h2{font-size: 2.5rem !important;}
  .fv .balloon-pop{gap:0;width: 70%;bottom:1em;}
  .fv .over-img{margin-bottom: 10px;}
}
/*プラン*/
.plan-item{
  position: relative;
}
.plan-item::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 80%;
  background-color: var(--vk-color-custom-1);
  position: absolute;
  left: 16em;
  top: 0;
  z-index: -1;
}
.plan-item::after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 80%;
  background-color: var(--vk-color-custom-3);
  position: absolute;
  right: 16em;
  top: 0;
  z-index: -1;
}
.plan-item .plan01 .vk_gridColumn_item_inner, .plan-item .plan02 .vk_gridColumn_item_inner{
  border-radius: 10px;
  border: 5px solid var(--vk-color-custom-1);
  padding: 2em 15em 1em 2em;
  box-sizing: border-box;
}
.plan-item .plan01 .vk_gridColumn_item_inner{
  background-image: url("../../../wp-content/uploads/plan01_bg.png");
  background-repeat: no-repeat;
  background-position:right 20px;
}
.plan-item .plan02 .vk_gridColumn_item_inner{
  border-color: var(--vk-color-custom-3);
  background-image: url("../../../wp-content/uploads/plan02_bg.png");
  background-repeat: no-repeat;
  background-position:right 10px;
}
.plan-item .vk_gridColumn_item_inner{
  border-radius: 10px;
}
.plan-text-type1-1, .plan-text-type2-1{
  width: 100px; 
  max-width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 1.2em;
}
.plan-text-type1-1{
  color: var(--vk-color-custom-1);
}
.plan-text-type2-1{
  color: var(--vk-color-custom-3);
}
.plan-text-type1-2, .plan-text-type2-2{
  width: 150px; 
  max-width: 150px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color:#fff;
  padding-top: 2em;
  border: 10px double var(--vk-color-custom-1);
  color: var(--vk-color-custom-1);
}
.plan-text-type2-2{
  border-color: var(--vk-color-custom-3);
  color: var(--vk-color-custom-3);
}
.fukidashi{
  margin: 0 auto;
  background-image: url("../../../wp-content/uploads/fukifashi.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding: 1em 2em 2.2em 2em;
  font-weight: 700;
}
/*CTA*/
.cta .vk_outer-background-area{
  opacity: 0 !important;
}
.cta::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: repeating-linear-gradient(310deg, #eb5836, #eb5836 10px, #eb5836f0 10px, #eb5836f0 20px);
}
.cta-item{
  align-items: center;
}
.tel a{
  color:#333;
  text-decoration: none !important;
}
/*カメラマン撮影プラン*/
.point-item .vk_gridColumn_item_inner{
  border-radius: 10px;
  position: relative;
}
.point-item .vk_gridColumn_item_inner::before{
  content: "";
  display: inline-block;
  width: 200px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  background-image: url("../../../wp-content/uploads/part01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.point-item .point-text{
  background-color: var(--vk-color-custom-2);
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 15px auto;
  padding: .1em 1em;
}
.point-item h4{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
/*ご依頼の流れ*/
.flow-item .vk_gridColumn_item_inner{
  border-radius: 10px;
}
.flow-item .vk_gridColumn{
  position: relative;
  margin-bottom: 50px;
}
.flow-item .vk_gridColumn::before, .flow-item .vk_gridColumn::after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 50px;
  background-color: #ccc;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
}
.flow-item .vk_gridColumn::before{
  left: 18em
}
.flow-item .vk_gridColumn::after{
  right: 18em;
}
.has-flow-bar{
  position: relative;
  margin-bottom: 50px;
}
.has-flow-bar::after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 50px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
  margin: 0 auto;
}
/*お客様の声*/
#voice::before, #voice::after{
  content: "";
  display: inline-block;
  width: 30em;
  height: 100%;
  background-image: url("../../../wp-content/uploads/part02.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  opacity: 0.3;
}
#voice::before{
  left: -15em;
  top:0;
}
#voice::after{
  right: -15em;
  bottom: 0;
  background-position: left bottom;
}
/*よくあるご質問*/
.vk_faq {
  border-bottom: medium none;
}
.vk_faq.vk_faq-accordion .vk_faq_title {
  border: 3px solid var(--vk-color-primary);
  border-radius: 100px;
}
.vk_faq .vk_faq_title, .vk_faq .vk_faq_content {
  padding: 1rem 1rem 1rem 3.5rem !important;
}
.vk_faq .vk_faq_title::before {
  color: var(--vk-color-primary);
  font-size: 30px;
  left: .5em;
  top: .5em;
}
.vk_faq .vk_faq_content::before {
  color: var(--vk-color-custom-1);
  font-size: 30px;
  left: .5em;
  top: .5em;
}
.vk_faq.vk_faq-accordion-close .vk_faq_title::after, .vk_faq.vk_faq-accordion-open .vk_faq_title::after {
  right: 3.5rem;
  border-right: 2px solid var(--vk-color-primary);
  border-top: 2px solid var(--vk-color-primary);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/* 会社概要 */
/* 会社概要　＞　代表あいさつ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */