@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/

/* 標準データ最終更新日：2024/11/22  */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=RocknRoll+One&display=swap');

:root{
	    --vk-line-height: 2.0em;
	--en: "Lato", serif;
	--logos: "RocknRoll One", serif;
}
 a:not([class]) {
    text-decoration: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
a:not([class]):hover {
    color: var(--vk-color-text-link-hover);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:0;
}
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}

h2{
	font-size:80px;
}
.imagein_title{
	margin-top:4rem;
}
.imagein_title img{
	position:relative;
	top:9px;
	margin-right:8px;
}
.send_tel{
	justify-content:center !important;
}
.btn1 a{
	min-width:395px !important;
	padding:25px 7px !important;
	position:relative;

box-shadow: 0px 5px 0px #1876b1;

}
.btn1 a:hover{
	opacity:1;
	box-shadow: 0px 5px 0px #1876b1;
	background-color:#006CAF !important;
}
.btn1 i{
	position:absolute;
	right:10px;
}

.btn1-back i{
		left:10px;
		right:auto;
}
.swiper-pagination-bullet-active{
	background:var(--vk-color-primary) !important;
}

.logo_txt .has-inline-color{
font-family:var(--logos)
}


.waiwai_img_title{
	position:relative;
	z-index:4;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

	/* ヘッダーウィジェット・グローバルナビ */

/* ヘッダー固定 */
/* body  {
	overflow-x: unset !important;
    display: flex;
    flex-direction: column;
}
.device-pc #site-header {
    position: sticky;
    top: 0;
}
.logged-in #site-header {
    top: 32px;
} */

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 3px solid transparent;
}

.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
/*     border-bottom: 3px solid var(--vk-color-custom-1); */
}

#site-header-container{
	min-width:100%;
}
.header_nav_search_container{
	margin-left:auto;
}
.header_tel_hosoku{
	border:solid 2px var(--vk-color-primary);
	border-radius:70px;
	padding:2px 20px;
	display:inline-block;
	opacity:1;
	font-size:14px;
}
.header_tel {
	margin-right:10px;
	width:340px;
}
.header_tel .vk_button_link_caption{
	font-size:36px;
}
.header_tel .vk_button_link_caption i{
	font-size:27px;
	position:relative;
	top:3px;
	right:-5px;
}
.vk_button_link_subCaption{
	font-size:14px !important;
	color:#000;
	position:relative;
	top:-4px;
}
.header-top{
	margin-top:0;
}
.header_box{
	margin-top:10px;
}
.header_mail a{
	height:91px;
	min-width:252px;
	padding-top:45px !important;
	background-image:url(../../../wp-content/uploads/header_nyuuryoku.png);
	background-repeat:no-repeat;
	background-position:top 10px center;
	background-size:126px;
}
.header_mail i{
	font-size:30px;
}
.header_line a{
		height:91px;
	min-width:252px !important;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
flex-direction: column-reverse;
	position:relative;
	padding-top:46px !important;
}
.header_line .vk_button_link_subCaption{
	display:inline-block;
	padding:0px 10px;
	background-color:#fff;
	border-radius:70px;
	color:#06C755;
	font-weight:600;
	font-size:14px;
	width:126px;
	margin:auto;
	position:absolute;
	top:10px;
	left:50%;
	transform: translateX(-50%)
}
.header_line .vk_button_link_caption{
	width:100%
}

.header_line .vk_button_link_caption::before{
	 content: '';
  display: inline-block;
  width: 31px;/*画像の幅*/
  height:29px;/*画像の高さ*/
  background-image: url(../../../wp-content/uploads/line_image.png);
  background-size: 31px;
  vertical-align: middle;
	margin-right:10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer,footer p,.site-footer-copyright{
	font-size:1rem;
}
.site-footer-copyright p{ 
	font-size:0.8rem;
	color:#004193
}
.site-footer-copyright{
	padding-bottom:250px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

	/* 下層ページのページヘッダー、パンクズ設定 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* メインイメージ */
.teaser{
	position:relative;
	height:71vh;
	min-height:680px;
}
.teaser .vk_outer_container{
	height:100%
	min-height:680px;
		position:absolute !important;
	bottom:0;
	right:0;
	width:100%;
}
.teaser_ph{
	position:absolute;
	bottom:0;
	right:0;
	max-height:680px;
}
.teaser_ph img{
	min-width:660px !important;
	width:51vw !important;
}
.teaser_cp{
 font-family: "Noto Serif JP", san-serif;
	font-size:43px;
	line-height:1.3;
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.33);

}
.teaser_cp .vk_inline-font-size{
	font-size:74px !important;
}
.teaser_btm_bn{
	margin-top:-80px;
	position:relative;
	z-index:5;
}
.teaser_bz{
	background-image:url(../../../wp-content/uploads/teaser_maruwaku.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:215px;
	position:relative;
	font-weight:600;
	font-size:36px;
	 font-family: "Noto Serif JP", serif;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	padding-bottom:20px;
}
.teaser_bz p{
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.69);
}
.teaser_bz2{
	font-size:28px;
	line-height:1.3;
	text-align:center;
}
.teaser_bz2 p{
		line-height:1.2;
	margin-bottom:0 !important;
}
.teaser_bz2 .vk_inline-font-size{
	font-size:62px !important;
}
.teaser_bz_outer{
	width:780px;
}
.alignfull div[class*=__inner-container]{
	max-width:95%;
}
.teaser_cpbox{
	padding-left:3vw;
	padding-bottom:5vw;
	position:relative;
	z-index:3;
}

/* このような人形も買取します */
.section1_subtitle{
font-size:46px;
}
.section1_title{
font-size:75px;
	line-height:1.2;
	margin-top:0;
}
.kaitori_box{
	display:flex;
	flex-wrap:wrap;
	background-color:#FFFCED;
	border:solid 6px var(--vk-color-primary);
	border-radius:30px;
	padding:50px !important;
	padding-left: 150px!important;
}
.kaitori_box li{
	width:47%;
	font-size:30px;

	font-weight:600;
	margin:15px 0 !important;
	
}
.kaitori_box li:nth-child(odd){
margin-right:30px !important;	
}

.doushitara_ti{
	padding:22px !important;
	font-size:44px;
	margin-top:-30px;
}
.chotto_ic{
	position:relative;
	z-index:2;
	margin-left:7px;
}

.box_line_dou{
	border:solid 3px #D6D6D6;
	padding:30px;
}
.box_line_dou h2{
	font-size:35px;
}

.wp-block-vk-blocks-outer{
	position:relative;
}
.fix_txt{
	font-family:var(--en);
	font-weight:600;
	font-size:170px;
	line-height:1.2;
	position:absolute;
	top:-50px;
	right:50px;
	text-transform: uppercase;
}


/* こんなに高く買い取ります */
.kaitor_ibox{
	padding:50px;
	margin-bottom:2rem;
}
.kaitor_ibox img{
	max-height:354px;
	width:auto;
}
.logofont{
	font-family:var(--logos);
	color:var(--vk-color-primary)
}

.other p{
	font-size:36px !important;
	line-height:1.5 !important;
}
.other .vk_highlighter{
	font-size:45px !important;
}

/* スタッフ */
.box_staff{
	padding:30px;
	margin-bottom:2rem;
}
.box_staff h3{
	font-size:38px;
}
.box_staff img{
	border-radius:10px;
}


.cta .header_tel_hosoku{
	font-size:17px;
	padding:3px 20px;

}
.cta .header_tel {
	margin-right:10px;
	width:380px;
}
.cta .header_tel .vk_button_link_caption{
	font-size:47px;
}
.cta .header_tel .vk_button_link_caption i{
	font-size:37px;
}
.cta .vk_button_link_subCaption{
	font-size:16px;
}
.header-top{
	margin-top:0;
}
.header_box{
	margin-top:10px;
}
.cta .header_mail a{
	height:120px;
	min-width:333px;
	padding-top:60px !important;
	background-image:url(../../../wp-content/uploads/header_nyuuryoku.png);
	background-repeat:no-repeat;
	background-position:top 10px center;
	background-size:165px;
}
.header_mail i{
	font-size:30px;
}
.cta .header_line a{
		height:120px;
	min-width:333px !important;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
flex-direction: column-reverse;
	position:relative;
	padding-top:50px !important;
}
.cta .header_line .vk_button_link_subCaption{
	display:inline-block;
	padding:0px 10px;
	background-color:#fff;
	border-radius:70px;
	color:#06C755;
	font-weight:600;
	font-size:18px;
	width:146px;
	margin:auto;
	position:absolute;
	top:10px;
	left:50%;
	transform: translateX(-50%)
}



/* 選ばれる理由 */

.reason_img{
	position:relative;
}
.reason_img img{
	border-radius:10px;
}
.ribbon_ic{
	position:absolute;
	top:-3px;
	right:14px;
	background-image:url(../../../wp-content/uploads/bg_ribbon.png);
	color:#fff;
	width:64px;
	height:102px;
	font-weight:600;
	font-family:var(--en);
	background-repeat:no-repeat;
	background-size:64px 102px;
	font-size:37px;
	text-align:center;
	padding-top:10px;
}

.reason_txt h3{
	font-size:40px;
}

.flex_rev {
	flex-direction:row-reverse
}

/* ステップ */

.vk_step .vk_step_item .vk_step_item_dot{
	width:157px;
	height:157px;
	padding-top:30px;
}
.vk_step .vk_step_item .vk_step_item_dot_caption{
	font-size:24px;
	font-family:var(--en);
	line-height:1.2;
}
.vk_step .vk_step_item .vk_step_item_dot_num{
	font-size:55px;
	font-family:var(--en);
	line-height:1.2;
}
.vk_step .vk_step_item{
	padding-left:180px !important;
}
.vk_step img{
	border-radius:10px;
}
.vk_step_item_lineStyle-default::before{
	left:70px;
	width:11px;
}
.area_ti{
	background-color:var(--vk-color-primary);
	border-radius:70px;
	position:relative;
	padding:20px !important;
}
.area_ti:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--vk-color-primary);
}
.area_ti p{
	color:#fff !important;
	font-weight:600;
	font-size:36px !important;
}
.area_list{
	display:flex;
	flex-wrap:wrap;
	margin-top:20px !important;
	list-style:none;
	padding:0;}
.area_list li{
margin:5px !important;
	text-align:center;
	width:31%;
	padding:10px;

background-color:#E2F0F8;
font-size:30px;}


/* お客様の声 */
.voice_box .wp-block-group{
	padding:35px;
	height:100%;
}
.voice_box h3{
	margin-top:1.5rem;
}


/* よくある質問 */

.is-style-vk_faq-bgfill-circle .vk_faq_title:before{
	font-family:var(--en);
	font-size:30px;
	background-color:var(--vk-color-primary);
	width:60px;
	height:60px;
	line-height:58px;
}
.is-style-vk_faq-bgfill-circle .vk_faq_content:before{
	font-family:var(--en);
	font-size:30px;
	background-color:var(--vk-color-custom-3);
	width:60px;
	height:60px;
	line-height:58px;
}
    .vk_faq .vk_faq_title {
        font-size: 22px;
		padding:1.5rem .8rem 1.8rem 4.5rem;
    }
.vk_faq .vk_faq_content{
	padding-left:4.5rem;
}
.vk_faq{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

	/* 実績紹介 */
.vk_post_imgOuter {
    aspect-ratio: 1 / 1;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.sub-section-title{
	background-color:var(--vk-color-primary) !important;
	color:#fff !important;
	padding:10px !important;
	text-align:center !important;
	border-radius:4px !important;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  メモ用
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



