/*
Theme Name: 株式会社 FEAT.
Template: lightning
Author: 株式会社 FEAT.
Version: 0.6.1
*/

/*************************
 * 共通
 ************************/
/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

@font-face {
  font-family: "impact";
  src: url("../../../wp-content/themes/lightning-child/font/impact.ttf") format("truetype");
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.noto-cjk {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-style: normal;
}
.zen-kaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.zen-antique {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.toppan {
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.impact {
	font-family: 'impact';
}

:root {
	--orenge-color: #fe4800;
	--red-color: #e81515;
	--green-color: #108226;
	--yerrow-color: #d2f725;
	--page-color: #2f2f2f;
}
html {
	scroll-behavior: smooth;
}
body {
	overflow: visible;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #292929;
}
.site-body-container {
	max-width: 100%;
	padding: 0;
/* 	margin-right: 270px; */
}

.content .vk_outer_container,
footer.site-footer .container,
.single .main-section,
.archive .main-section,
.douji_product_content {
	max-width: 1540px !important;
/*     width: calc(100% - 300px); */
	width: calc(100% - clamp(11.25rem, 6.2608rem + 10.4076vw, 18.75rem));
/*     margin-right: 280px !important; */
	margin-right: clamp(9.375rem, 3.9701rem + 11.2749vw, 17.5rem) !important;
	margin-left: auto !important;
}

.min_content,
.archive .main-section .post-list,
.single.single-products .entry-body,
.single.single-post .main-section article,
.douji_product_content .vk_outer_container {
	max-width: 1320px !important;
/* 	margin: 0 60px 0 auto; */
	margin: 0 clamp(0rem, -4.2857rem + 6.6964vw, 3.75rem) 0 auto;
}

.single.single-post .site-body {
	min-height: 80vh;
    padding-top: 6rem;
}
.single.single-post .breadcrumb {
	display: none;
}
.single.single-post .page-header {
	box-shadow: 0 6px 35px rgba(59, 59, 59, 0.21);
}
.single.single-post .page-header-inner {
	position: relative;
}
.single.single-post .page-header-inner::before {
	content: '';
	width: 163.5px;
	height: 54.5px;
	background: url('../../../wp-content/uploads/2024/08/お知らせ.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: calc(50% - 120px);
	transform: translate(-50%, -50%);
}
.single.single-post .page-header-inner .page-header-title {
	display: none;
}
.single.single-post .entry-body {
	padding-top: 0 !important;
}
.products_img img {
	width: 100%;
}

.sp_pop {
	display: none;
}
.mobile-fix-nav {
	background-color: transparent !important;
}
.mobile-fix-nav .mobile-fix-nav-menu {
	padding: 0 !important;
	justify-content: center !important;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
	width: calc(100% / 4);
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-fix-nav .mobile-fix-nav-menu li + li {
	border-left: 1.5px solid #fff;
}
.mobile-fix-nav .mobile-fix-nav-menu li:first-child {
	background-color: #000;
}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2) {
	background-color: #30c2e7;
}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(3) {
	background-color: #06c755;
}
.mobile-fix-nav .mobile-fix-nav-menu li:last-child {
	background-color: #feea10;
}
.mobile-fix-nav .mobile-fix-nav-menu li a {
	width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 992px) {
	.content .vk_outer_container,
	footer.site-footer .container,
	.single .main-section,
	.archive .main-section,
	.douji_product_content {
		width: 90%;
		margin-right: auto !important;
	}
	.min_content,
	.archive .main-section .post-list,
	.single.single-products .entry-body {
		margin: 0 auto;
	}
	
	.single.single-post .site-body {
		min-height: auto;
		padding-top: 4rem;
	}
	.single.single-post .page-header {
		height: 110px;
	}
	.single.single-post .page-header-inner::before {
		left: 50%;
		width: 129px;
		height: 43px;
	}
	.sp_pop {
		display: block;
		position: fixed;
		bottom: 65px;
        right: 10px;
		z-index: 4;
		width: 100px;
		height: 100px;
	}
	.sp_pop img {
		filter: drop-shadow(2px 4px 3px rgba(0,0,0,0.2));
	}
}
@media screen and (max-width: 767px) {
	.single.single-post .entry-title {
		font-size: 22px;
	}
	.single.single-post .page-header-inner::before {
		width: 105px;
		height: 35px;
	}
}

/* タイトル */
.title_box {
	position: relative;
	width: max-content;
	margin: 0 auto 2.1rem;
}
.title_box .wp-block-group__inner-container {
	max-width: 100% !important;
}
.title_box .title figure img {
/* 	height: 112px !important; */
/* 	height: clamp(4.0625rem, 2.1084rem + 4.0763vw, 7rem) !important; */
	height: clamp(3.125rem, 1.462rem + 3.47vw, 5.625rem) !important;
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
	will-change: filter;
}
.sub_title {
	position: absolute;
	top: 12px;
	left: -280px;
	max-width: 250px;
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
	will-change: filter;
	pointer-events: none;
}

@media screen and (max-width: 1700px) {
	.sub_title {
		left: -250px;
		max-width: 225px;
	}
}
@media screen and (max-width: 1700px) {
	.sub_title {
        left: -230px;
        max-width: 200px;
    }
}
@media screen and (max-width: 1300px) {
	.sub_title {
        left: -200px;
        max-width: 180px;
    }
}
@media screen and (max-width: 1300px) {
	.sub_title {
        left: -160px;
        max-width: 140px;
    }
}
@media screen and (max-width: 1024px) {
	.sub_title {
		max-width: 125px;
		left: -135px;
	}
}
@media screen and (max-width: 767px) {
	.title_box > .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.title_box:has(.sub_title) .title {
		order: 2;
	}
	.sub_title {
		position: static;
		max-width: 100px;
		margin-bottom: 0.3rem;
		filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.23));
	}
}
/* ボタン */
.arrow_btn > a {
	position: relative;
	background: url('../../../wp-content/uploads/2024/07/btn_bg.png') center / cover no-repeat;
	background-color: transparent !important;
	width: 686px;
	padding: 45px 0 !important;
	font-weight: bold;
}
.arrow_btn > a:hover {
	box-shadow: none !important;
	opacity: 1 !important;
}
.arrow_btn > a .vk_button_link_caption {
	position: relative;
	padding-right: 85px;
}
.arrow_btn > a .vk_button_link_caption::before {
	content: '';
	width: 71px;
	height: 53px;
	background: url('../../../wp-content/uploads/2024/07/arrow.png') center / cover no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: right .3s;
}
.arrow_btn > a:hover .vk_button_link_caption::before {
	right: -20px;
}
.arrow_btn > a .vk_button_link_txt {
	font-size: 50px;
	letter-spacing: -0.07em;
}
.arrow_btn_box .arrow_btn {
	display: flex;
	justify-content: center;
}
.arrow_btn_box .arrow_btn > a {
	width: 600px;
	padding: 34px 0 !important;
	filter: drop-shadow(0px 6px 24px rgba(75, 75, 75, 0.47));
	will-change: filter;
}
.arrow_btn_box .arrow_btn:first-child > a {
	background: url('../../../wp-content/uploads/2024/07/green_btn_bg.png') center / cover no-repeat;
}

@media screen and (max-width: 1024px) {
	.arrow_btn.min_content {
		margin: 0 auto;
	}
	.arrow_btn > a {
		width: 470px;
		padding: 26px 0 !important;
	}
	.arrow_btn > a .vk_button_link_caption::before {
		width: 61px;
		height: 43px;
	}
	.arrow_btn > a:hover .vk_button_link_caption::before {
		right: -10px;
	}
	.arrow_btn > a .vk_button_link_txt {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.arrow_btn_box > .vk_buttons_col {
		gap: 1.5rem;
	}
}

/* ページFV */
.fv_content figure {
	margin-bottom: 0;
}
.fv_content img {
	width: 100%;
}
.page_fv_content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 136px;
	z-index: 2;
	box-shadow: 0 6px 35px rgba(59, 59, 59, 0.21);
}
.page_fv_title figure {
	margin-bottom: 0 !important;
}
.page_fv_content .page_fv_title img {
	height: 54.5px !important;
}
.page_fv_content.reason_fv_content .page_fv_title img {
	height: auto !important;
}

@media screen and (max-width: 1024px) {
	.reason_fv_content.page_fv_content.reason_fv_content .page_fv_title figure {
		max-width: 400px;
		width: 90%;
	}
	.page_fv_content {
		height: 110px;
	}
	.page_fv_content .page_fv_title img {
		height: 43px !important;
	}
}
@media screen and (max-width: 767px) {
	.page_fv_content {
		box-shadow: 0 3px 15px rgba(59, 59, 59, 0.21);
	}
	.page_fv_content .page_fv_title img {
		height: 35px !important;
	}
}


/*************************
 * ヘッダー
 ************************/
header {
	position: relative;
	z-index: 3;
}
.header_box {
	gap: 0;
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: 0 6px 13px #cd6830;
	position: relative;
	z-index: 1;
}
body.home .header_box{
	box-shadow: 0 6px 13px rgba(0, 0, 0, 0.53);
}
.header_box .wp-block-columns,
.header_box .widget_nav_menu {
	margin-bottom: 0;
}
.header_box p {
	line-height: 1;
}
.header_text_box {
	padding-right: 2.5rem;
}
.header_text_box > .wp-block-group {
	height: 100%;
	gap: 1.2rem;
}
.header_box > .wp-block-column:first-child {
	flex-basis: calc(100% - 240px) !important;
}
.header_logo {
	margin: 0.8rem 0 0.5rem 4.8rem;
}
.header_logo a {
	display: block;
	width: max-content;
}
.header_logo img {
	max-height: 50px;
}
.header_text {
	font-size: 22px;
	font-weight: bold;
	color: var(--green-color);
	letter-spacing: -0.095em;
}
.header_phone_num {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-family: 'impact';
	font-size: 50px;
	color: var(--orenge-color);
	letter-spacing: 0.04em;
	text-shadow: 4px 4px 0px #FFF, -4px -4px 0px #FFF,
	  -4px 4px 0px #FFF,  4px -4px 0px #FFF,
	  4px 0 0px #FFF, -4px  0 0px #FFF,
	  0 4px 0px #FFF,  0 -4px 0px #FFF;
	filter: drop-shadow(0 6px 6px rgba(135, 135, 135, 0.58));
}
.header_phone_num img {
	pointer-events: none;
}
.header_voice_btn {
	background: url('../../../wp-content/uploads/2024/08/voice_bg.png') center / cover no-repeat;
/* 	background-color: var(--yerrow-color);
	box-shadow: inset 0px -6px 30px rgba(135, 135, 135, 0.58),inset 0px -6px 10px rgba(0, 0, 0, 0.58); */
	filter: drop-shadow(-3px 0px 6px rgba(135, 135, 135, 0.58));
	will-change: filter;
	cursor: pointer;
}
.header_voice_btn figure {
	margin: 6px auto 12px !important;
}
.header_voice_btn img {
	width: 72px;
	pointer-events: none;
}
.header_voice_btn p {
	font-size: 28px;
	color: var(--red-color);
	font-weight: 900;
	letter-spacing: -0.18em;
	text-shadow: 4px 4px 4px #FFF, -4px -4px 4px #FFF,
	  -4px 4px 4px #FFF,  4px -4px 4px #FFF,
	  4px 0 4px #FFF, -4px  0 4px #FFF,
	  0 4px 4px #FFF,  0 -4px 4px #FFF;
	margin-bottom: 0;
}
.header_box .widget_nav_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--orenge-color);
	padding-left: 7.8rem;
	gap: 0;
}
.header_box .widget_nav_menu ul li a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #fff !important;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 0.63em 24px !important;
}
.header_box > .wp-block-column > .wp-block-columns > .wp-block-column:first-child {
	max-width: max-content !important;
}

.vk-mobile-nav-menu-btn {
	width: 40px;
	height: 40px;
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg') center 50% no-repeat var(--orenge-color);
	border: none;
	border-radius: 5px;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url('../../../wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg') center 50% no-repeat var(--orenge-color);
	border: none;
}
.vk-mobile-nav {
	left: 0 !important;
	opacity: 0;
	pointer-events: none;
	background-color: transparent;
	padding-top: 0;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	opacity: 1;
	pointer-events: auto;
}
.vk-mobile-nav::before {
	content: '';
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.vk-mobile-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2px;
	border-top: none !important;
}
.vk-mobile-nav li {
	width: calc(50% - 2px);
	border-radius: 5px;
    overflow: hidden;
	opacity: 0;
   transform: translateX(-30px);
	transition: all 0.3s ease calc(0.05s * var(--index) + 0.2s);
/* 	transition-delay: calc(var(--index) + .25s); */
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in li {
	opacity: 1;
    transform: translateX(0);
}
.vk-mobile-nav li a {
	position: relative;
	background-color: var(--orenge-color);
	color: #fff !important;
	font-weight: 900;
    padding: 1.7rem 1.5rem !important;
	font-size: 16px !important;
	border-bottom: none !important;
}
.vk-mobile-nav li a::before {
	content: '';
    width: 15px;
    height: 24px;
    background: url(../../../wp-content/uploads/2024/07/blog_arrow.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}
.vk-mobile-nav-widget:has(.nav_logo) {
	margin-bottom: 4px;
}
.nav_logo {
	    max-width: 250px;
    margin-bottom: 0;
    padding: 8px 0;
}

.mobile-fix-nav_enable .page_top_btn {
	background: rgba(254,72,0,.8);
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(254,72,0,.8);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1850px) {
	.header_box .widget_nav_menu ul {
		padding-left: 0;
	}
	.header_box .widget_nav_menu ul li a {
		font-size: 20px;
		padding: 0.63em 18px !important;
	}
	.header_voice_btn img {
		width: 60px;
	}
}
@media screen and (max-width: 1550px) {
	.header_box .widget_nav_menu ul li a {
		font-size: 17px;
		padding: 0.63em 14px !important;
	}
}
@media screen and (max-width: 1400px) {
	.header_logo {
		margin: 0.8rem 0 0.5rem 1.8rem;
	}
	.header_logo img {
		max-height: 45px;
	}
	.header_text {
		font-size: 18px;
	}
	.header_phone_num {
		font-size: 42px;
	}
	.header_phone_num > img {
		width: 45px !important;
	}
	.header_box > .wp-block-column:first-child {
		flex-basis: calc(100% - 190px) !important;
	}
	.header_voice_btn {
		flex-basis: 190px !important;
	}
	.header_voice_btn img {
		width: 55px;
	}
	.header_voice_btn p {
		font-size: 24px;
	}	
}
@media screen and (max-width: 1275px) {
	.header_box .widget_nav_menu ul li a {
		font-size: 15px;
		padding: 0.63em 10px !important;
	}
	.header_text {
		font-size: 16px;
	}
	.header_phone_num {
		font-size: 38px;
	}
	.header_phone_num > img {
		width: 40px !important;
	}
	.header_box > .wp-block-column:first-child {
		flex-basis: calc(100% - 150px) !important;
	}
	.header_voice_btn {
		flex-basis: 150px !important;
	}
	.header_voice_btn figure {
		margin: 10px auto 12px !important;
	}
	.header_voice_btn img {
		width: 45px;
	}
	.header_voice_btn p {
		font-size: 19px;
	}	
}
@media screen and (max-width: 1060px) {
	.header_logo img {
		max-height: 40px;
	}
	.header_phone_num {
		font-size: 35px;
	}
	.header_phone_num > img {
		width: 35px !important;
	}
	.header_box .widget_nav_menu ul li a {
		font-size: 14px;
		padding: 0.63em 5px !important;
	}
}
@media screen and (max-width: 992px) {
	header .widget_nav_menu,
	header .header_text_box,
	header .header_voice_btn {
		display: none;
	}
	header {
		z-index: 6;
	}
	.header_box {
		justify-content: center;
		box-shadow: none;
	}
	.header_box > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
	.header_box > .wp-block-column:first-child > .wp-block-columns {
		justify-content: center;
	}
	.header_logo {
		margin: 0.5rem 0;
	}
	.header_logo a {
		display: block;
		width: max-content;
		margin: 0 auto;
	}
	.header_logo img {
		max-height: 45px;
	}
}
@media screen and (max-width: 767px) {
	.header_logo img {
		max-height: 40px;
	}
	.vk-mobile-nav {
		padding-bottom: 0 !important;
		background-color: rgba(255,255,255,0.8);
	}
	.vk-mobile-nav ul {
		gap: 3px;
	}
	.vk-mobile-nav li {
		width: 100%;
	}
	.vk-mobile-nav li a {
		font-size: 15px !important;
		padding: 1.4rem 1.5rem !important;
	}
	.vk-mobile-nav li a::before {
		width: 12px;
		height: 21px;
	}
	
	.vk-mobile-nav .vk-mobile-nav-menu-outer {
		margin-bottom: 0;
	}
}

/* サイドメニュー */
.page_content {
	padding-top: 85px;
}
.main-section {
	margin-top: -85px !important;
}
body:has(.page_fv_content) .page_content {
	padding-top: 20px;
}
body:has(.page_fv_content) .main-section {
	margin-top: -20px !important;
}
.single.single-post .page_content {
	padding-top: 0;
}
.single.single-post .main-section {
	margin-top: 0 !important;
}
.side_icon_content {
/* 	width: 230px; */
	width: clamp(6.875rem, 1.8858rem + 10.4076vw, 14.375rem);
	position: sticky;
	top: 10px;
	left: calc(100% + 250px);
	z-index: 10;
}
.side_icon_box {
	position: absolute;
	top: 0;
    right: 15px;
    height: 100%;
    width: 100%;
}
.side_icon_box a {
	display: block;
}
.side_icon_box a + a {
	margin-top: 10px;
}

body.search-no-results:has(.page_fv_content) .page_content {
	padding-top: 0;
}
body.post-type-archive.search-no-results .site-body {
	padding-bottom: 12.5rem;
}
body.search-no-results:has(.page_fv_content) .main-section {
	margin-top: 0 !important;
}

@media screen and (max-width: 992px) {
	.side_icon_content {
		display: none;
	}
	body.post-type-archive.search-no-results .site-body {
		padding-bottom: 6rem;
	}
}

/*************************
 * フッター
 ************************/
footer.site-footer {
	border-top: none;
	background: url('../../../wp-content/uploads/2024/07/footer_bg-scaled.webp') center / cover no-repeat;
}
footer.site-footer .site-footer-content {
	padding-top: 3.6rem;
	padding-bottom: 5.33rem;
}
footer.site-footer .container > .row {
	max-width: 1320px;
/* 	margin: 0 70px 0 auto; */
	margin: 0 clamp(0rem, -5rem + 7.8125vw, 4.375rem) 0 auto;
}
footer.site-footer .container > .row > div {
	padding: 0;
	max-width: unset !important;
}
footer.site-footer .container > .row > div:first-child {
	display: flex;
	flex-direction: column;
	flex: 0 0 41%;
}
footer.site-footer .container > .row > div:last-child {
	flex: 0 0 59%;
}
.footer_logo {
	background-color: #fff;
	border-radius: 9999px;
	max-width: 330px;
}
.footer_logo a {
	display: block;
	padding: 0.84rem 1rem;
}
.site-footer aside:has(.footer_table),
.site-footer aside:has(.copy_text),
.footer_table {
	margin-bottom: 0;
}
.footer_table tr,
.footer_table td {
	border: none;
}
.footer_table td {
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	padding: 9px 0;
	line-height: 1.7;
}
.footer_table td:first-child {
	font-weight: bold;
	width: 105px;
}
.footer_table tr:last-child td {
	padding-bottom: 0;
}
.site-footer aside:has(.copy_text) {
	margin-top: auto;
}
.copy_text,
.site-footer-copyright p {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.01em;
	margin-bottom: 0;
	gap: 0 1rem;
}
.copy_text a,
.site-footer-copyright a {
	text-decoration: none;
}
.copy_text a:hover,
.site-footer-copyright a:hover {
	color: var(--page-color);
}
.copy_text p {
	width: 100%;
}
.site-footer-copyright {
	display: none !important;
}
.site-footer-copyright p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 1140px) {
	.footer_logo {
		max-width: 300px;
	}
}
@media screen and (max-width: 1024px) {
	footer.site-footer .site-footer-content {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 2rem;
	}
	footer.site-footer .container > .row > div {
		flex: 0 0 100% !important;
	}
	.footer_logo  {
		max-width: 280px;
	}
	footer .widget_block:has(.footer_logo) {
		margin-bottom: 1rem;
	}
	footer .widget_block:has(.copy_text) {
		display: none;
	}
	.footer_table td {
		padding: 5px 0;
	}
	.site-footer-copyright {
		display: block !important;
	}
	.site-footer-copyright p {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.footer_logo {
		max-width: 250px;
	}
	.footer_table tr,
	.footer_table td {
		display: block;
		width: 100%;
	}
	.footer_table td {
		font-size: 15px;
		padding: 10px 0;
		line-height: 1.4;
	}
	.footer_table td:first-child {
		padding-bottom: 2px;
	}
	.footer_table td:last-child {
		padding-top: 2px;
	}
	.site-footer-copyright p {
		font-size: 13px;
	}
}


/*************************
 * トップページ
 ************************/
/* FV */
.fv_img {
	margin-bottom: 0;
}
.fv_img img {
	width: 100%;
}

/* 現金特価キャンペーン */
.campaign_content {
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
	background-position: bottom !important;
	filter: drop-shadow(0px 6px 35px #c5c5c5);
	will-change: filter;
	z-index: 2;
}
.campagin_text {
	font-size: 28px;
	color: #fff;
   color: white;
   text-shadow: 4px 4px 4px #b71313, -4px -4px 4px #b71313,
	  -4px 4px 4px #b71313,  4px -4px 4px #b71313,
	  4px 0 4px #b71313, -4px  0 4px #b71313,
	  0 4px 4px #b71313,  0 -4px 4px #b71313;
	font-weight: 900;
	margin: 5rem 0 2.6rem;
}
.campagin_text strong {
	font-weight: 900 !important;
	font-size: 40px;
}
.campaign_content .title_box {
/* 	margin: 0 220px 2.1rem auto; */
	margin: 0 23% 2.1rem auto;
}
.campaign_content .arrow_btn a {
	filter: drop-shadow(0 6px 14px rgba(217,215,213,1));
}
.campaign_content .title_box .title figure img {
	height: 90px !important;
}

@media screen and (max-width: 1700px) {
	.campaign_content .title_box .title figure img {
		height: 80px !important;
	}
}
@media screen and (max-width: 1500px) {
	.campaign_content .title_box .title figure img {
		height: 70px !important;
	}
}
@media screen and (max-width: 1300px) {
	.campaign_content .title_box .title figure img {
		height: 65px !important;
	}
}
@media screen and (max-width: 1200px) {
	.campaign_content .title_box .title figure img {
		height: 50px !important;
	}
}
@media screen and (max-width: 1024px) {
	.campaign_content .title_box .title figure img {
		height: 45px !important;
	}
	.campagin_text {
		font-size: 22px;
	}
	.campagin_text strong {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.campaign_content {
		filter: drop-shadow(0px 6px 15px #c5c5c5);
		padding-bottom: 4rem;
		padding-top: 1.5rem;
	}
	.campaign_content .title_box {
		margin: 0 auto 1rem;
	}
	.campagin_text {
		font-size: 16px;
		text-shadow: 2px 2px 2px #b71313, -2px -2px 2px #b71313,
	  -2px 2px 2px #b71313,  2px -2px 2px #b71313,
	  2px 0 2px #b71313, -2px  0 2px #b71313,
	  0 2px 2px #b71313,  0 -2px 2px #b71313;
	}
	.campagin_text strong {
		font-size: 24px
	}
	.arrow_btn > a {
		width: 333px;
        padding: 19px 0 !important;
	}
	.arrow_btn > a .vk_button_link_txt {
		font-size: 27px;
	}
	.arrow_btn > a .vk_button_link_caption {
		padding-right: 50px;
	}
	.arrow_btn > a .vk_button_link_caption::before {
		width: 41px;
        height: 23px;
        right: -3px;
	}
}
@media screen and (max-width: 500px) {
	.campaign_content .title_box .title figure img {
		height: 40px !important;
	}
}

/* バナー */
.top_banner_content {
	padding-top: 7.5rem;
	padding-bottom: 8.8rem;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.23);
	z-index: 2;
}
.banner_img + .banner_img {
	margin-top: 2.7rem;
}
.banner_img.campaign_banner {
	margin-top: 7.2rem;
	margin-bottom: 0;
	filter: drop-shadow(0px 0px 40px rgba(135, 135, 135, 0.58));
	will-change: filter;
}
.banner_img > a {
	transition: opacity .3s;
}
.banner_img > a:hover {
	opacity: .7;
}

@media screen and (max-width: 1024px) {
	.top_banner_content {
		padding-bottom: 5.6rem;
	}
	.banner_img.campaign_banner {
		margin-top: 4.2rem;
		filter: drop-shadow(0px 0px 20px rgba(135, 135, 135, 0.58));
	}
}
@media screen and (max-width: 767px) {
	.top_banner_content {
		padding-top: 4rem;
		padding-bottom: 5rem;
	}
	.banner_img + .banner_img {
		margin-top: 1.5rem;
	}
	.banner_img.campaign_banner {
		margin-top: 2.2rem;
		filter: drop-shadow(0px 0px 10px rgba(135, 135, 135, 0.58));
	}
}

/* おすすめ商品 */
.recommend_content {
	position: relative;
/* 	padding-top: 4.2rem; */
	padding-top: 13vw;
	padding-bottom: 6.6rem;
	margin-top: -8vw;
    background-position: bottom !important;
	z-index: 1;
}
.recommend_content::before {
	content: '';
	width: 100%;
	height: 18.4vw;
	background: url('../../../wp-content/uploads/2024/07/recommend_bg_item.webp') center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}
.top_product_banner {
/* 	width: 23.8%;*/
	width: 100%;
/*	background: url('../../../wp-content/uploads/2024/09/recommend_banner_bg@2x.png') center / cover no-repeat;*/
	border-radius: 50px;
	filter: drop-shadow(12px 10px 0 #179c79);
	will-change: filter;
}
.top_product_banner img {
	display: flex;
	height: 100% !important;
	width: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1430px) {
	.top_product_banner {
		border-radius: 40px;
		filter: drop-shadow(9px 7px 0 #179c79);
	}
}
@media screen and (max-width: 1024px) {
	.recommend_content {
		padding-bottom: 9rem;
	}
	.top_product_banner {
		width: 47%;
		border-radius: 35px;
		filter: drop-shadow(7px 5px 0 #179c79);
	}
}
@media screen and (max-width: 767px) {
	.recommend_content {
		padding-top: 17vw;
	}
	.recommend_content::before {
		height: 35vw;
	}
	.top_product_banner {
		/* width: 48%; border-radius: 30px; おススメ1商品の場合のサイズに変更モバイル*/
		width: 100%;
		border-radius: 0px;
		filter: drop-shadow(5px 5px 0 #179c79);
	}
}


/* アクアクリエイトが選ばれる理由 */
.top_points_content {
	padding-top: 10.4rem;
	padding-bottom: 4rem;
}
.points_items {
	margin: -0.4rem 60px 0 auto;
}
.points_items > .row {
	margin: 0;
	gap: 2.6%;
}
.points_items > .row > .wp-block-vk-blocks-grid-column-item {
	padding: 0;
	flex: 0 0 31.6%;
	max-width: 31.6%;
}
.points_title figure {
	max-width: clamp(16.875rem, 5.234rem + 24.28vw, 34.375rem);
	margin-bottom: 0.4rem !important;
}

@media screen and (max-width: 1024px) {
	.top_points_content {
		padding-top: 6rem;
	}
}
@media screen and (max-width: 992px) {
	.points_items {
		max-width: 700px;
        width: 90%;
		margin: -0.4rem auto 0;
	}
}
@media screen and (max-width: 767px) {
	.top_points_content {
		padding-top: 4.5rem;
	}
	.points_title figure {
		max-width: 220px;
	}
	.points_items > .row > .wp-block-vk-blocks-grid-column-item {
		flex: 0 0 48.6%;
    	max-width: 50%;
	}
}

/* 水回りリフォームバナー */
.reform_banner_content {
	padding-top: 2.3rem;
	padding-bottom: 0.9rem;
}

@media screen and (max-width: 767px) {
	.reform_banner_content {
		padding-top: 3rem;
		padding-bottom: 2.5rem;
	}
}

/* 施工エリア */
.area_content {
	padding-top: 7.5rem;
	padding-bottom: 6.4rem;
	box-shadow: 0 6px 46px rgba(90, 90, 90, 0.6);
	z-index: 1;
}
.area_content::before {
	content: '';
    width: 100%;
    height: 67vw;
    background: url(../../../wp-content/uploads/2024/07/area_bg_item.webp) center / cover no-repeat;
    position: absolute;
    top: -40vw;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
}
.area_title_box {
	position: relative;
	width: max-content;
	margin: 0 auto;
}
.area_title {
	margin-bottom: 3.26rem;
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
}
.area_title figure {
/* 	max-width: clamp(18.75rem, 10.4347rem + 17.3461vw, 31.25rem); */
	max-width: clamp(15.625rem, 7.31rem + 17.35vw, 28.125rem);
}
.area_title_item {
/* 	width: 167px; */
	width: clamp(7.25rem, 5.1296rem + 4.4232vw, 10.4375rem);
    position: absolute;
    top: -4.3rem;
    left: -6.5rem;
    z-index: -1;
}
.area_items {
	position: relative;
	gap: 0;
	border-radius: 70px;
	overflow: hidden;
	border: 10px solid #fe4902;
  	box-sizing: border-box;
	box-shadow: 0 12px 13px rgba(59, 59, 59, 0.4);
}
.area_items::before {
	content: '';
	width: 16px;
	height: 100%;
	background-color: #fe4902;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.area_items > .wp-block-column {
	position: relative;
	background-color: #def6fd;
}
.area_items figure {
	margin-bottom: 0;
}
.area_text_box {
	position: absolute;
	bottom: 5.8rem;
	left: 0;
	width: 100%;
}
.area_name img {
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
	height: 84px !important;
	object-fit: contain !important;
}
.area_text {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.17;
	letter-spacing: -0.1em;
	color: #292929;
	padding: 0 20px;
}

@media screen and (max-width: 1500px) {
	.area_name img {
		height: 65px !important;
	}
	.area_text {
		font-size: 32px;
	}
}
@media screen and (max-width: 1230px) {
	.area_text_box {
		bottom: 3rem;
	}
	.area_name img {
		height: 55px !important;
	}
	.area_text {
		font-size: 26px;
		padding: 0 10px;
	}
	.area_items .area_map.wp-block-image img {
		height: 400px !important;
		object-fit: cover;
		object-position: center top;
	}
}
@media screen and (max-width: 1024px) {
	.area_content {
		padding-top: 5rem;
	}
	.area_content .area_items {
		flex-wrap: wrap !important;
		border-width: 8px;
	}
	.area_items::before {
		width: 8px;
	}
	.area_text_box {
		bottom: 3rem;
	}
	.area_name img {
		height: 45px !important;
	}
	.area_text {
		font-size: 22px;
	}
	.area_items .area_map.wp-block-image img {
		height: 350px !important;
	}
}
@media screen and (max-width: 767px) {
	.area_title figure {
		max-width: 200px;
	}
	.area_title_item {
		width: 80px;
		top: -3.3rem;
		left: -3.5rem;
	}
	.area_items {
		border-radius: 40px;
		max-width: 400px;
	}
	.area_content .area_items {
		border-width: 5px;
	}
	.area_items::before {
		width: 100%;
		height: 5px;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}
	.area_content .area_items > .wp-block-column {
		width: 100%;
		flex-basis: unset;
		flex-grow: unset;
	}
	.area_text_box {
		bottom: 1rem;
	}
	.area_name img {
		height: 35px !important;
		filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.23));
	}
	.area_text {
		font-size: 20px;
	}
	.area_items .area_map.wp-block-image img {
		height: 300px !important;
	}
}

/* ブログ */
.blog_content {
	padding-top: 6.4rem;
	padding-bottom: 7rem;
}
.blog_content::before {
	content: '';
    width: 100%;
    height: 67vw;
    background: url(../../../wp-content/uploads/2024/07/area_bg_item.webp) center / cover no-repeat;
    position: absolute;
    top: -40vw;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
}
.blog_title_box {
	position: relative;
	width: max-content;
	margin: 0 auto;
}
.blog_title {
	margin-bottom: 3.26rem;
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
}
.blog_title figure {
	max-width: clamp(10rem, 3.722rem + 13.1vw, 19.438rem);
}
.blog_title_item {
/* 	width: 132px; */
	width: clamp(6.875rem, 5.9603rem + 1.9081vw, 8.25rem);
    position: absolute;
    top: -4rem;
    left: -4.5rem;
    z-index: -1;
}
.blog_items {
	position: relative;
	gap: 40px;
}
.blog_items .vk_post {
	border: none;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
	width: calc(50% - 20px);
	padding: 25px;
	box-shadow: 0 6px 8px rgba(135, 135, 135, 0.53);
}
.blog_items .vk_post_imgOuter {
	border: none;
	height: 100%;
	aspect-ratio: 1 / 1.02;
}
.blog_items .vk_post_body.media-body,
.blog_items .vk_post_imgOuter {
	width: 50%;
}
.blog_items .vk_post_body.media-body {
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}
.blog_items .vk_post_date {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
    margin: 0 0 1.3rem;
	color: var(--orenge-color);
	order: 1;
}
.blog_items .vk_post_title {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	order: 2;
}
.blog_items .vk_post_excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 1.1rem 0 0.7rem !important;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	order: 3;
}
.blog_items .vk_post_btnOuter {
	position: static;
	order: 4;
	margin-top: auto;
}
.blog_items .vk_post_btnOuter a {
	position: relative;
	display: block;
	width: 100%;
	background: url('../../../wp-content/uploads/2024/07/blog_btn.png') center / cover no-repeat;
	border-radius: 9999px;
	border: none;
	padding: 1.13rem 0.5rem;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.09;
}
.blog_items .vk_post_btnOuter a::before {
	content: '';
	width: 14px;
	height: 22px;
	background: url('../../../wp-content/uploads/2024/07/blog_arrow.png') center / cover no-repeat;
	position: absolute;
	top: 50%;
	right: 2.45rem;
	transform: translateY(-50%);
	transition: right .3s ease-in-out;
}
.blog_items .vk_post_btnOuter a:hover::before {
	right: calc(2.45rem - 10px);
}

@media screen and (max-width: 1300px) {
	.blog_items .vk_post {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 15px;
	}
	.blog_items .vk_post_body.media-body,
	.blog_items .vk_post_imgOuter {
		width: 100%;
	}
	.blog_items .vk_post_imgOuter {
		height: auto;
		margin-right: 0;
	}
	.blog_items .vk_post_date {
		margin: 0 0 0.5rem;
	}
	.blog_items .vk_post_excerpt {
		margin-bottom: 2rem !important;
	}
}
@media screen and (max-width: 1024px) {
	.blog_items .vk_post {
		padding: 25px 15px;
	}
	.blog_items .vk_post_date {
		font-size: 16px;
	}
	.blog_items .vk_post_title {
		font-size: 20px;
	}
	.blog_items .vk_post_btnOuter a {
		font-size: 18px;
	}
	.blog_items .vk_post_btnOuter a::before {
		width: 12px;
		height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.blog_items .vk_post_imgOuter {
		aspect-ratio: auto;
	}
	.blog_title figure {
		max-width: 139px;
	}
	.blog_title_item {
		max-width: 70px;
		top: -3rem;
		left: -2.5rem
	}
	.blog_items {
		max-width: 500px;
		gap: 50px;
	}
	.blog_items .vk_post {
		width: 100%;
	}
	.blog_items .vk_post_date,
	.blog_items .vk_post_excerpt {
		font-size: 15px;
	}
}


/*************************
 * アクアクリエイトが選ばれる理由
 ************************/
/* ポイント */
.reason_points_content {
	padding-bottom: 3.6rem;
}
/* .reason_points_content::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
} */
.reason_points_content .points_items {
	margin-top: 1.5rem;
}
.wp-block-image.page_title img:not([style*=object-fit]) {
	height: 68px !important;
	object-fit: contain !important;
}

@media screen and (max-width: 1024px) {
/* 	.reason_points_content .points_title figure {
		max-width: 300px;
	} */
	.reason_points_content .points_items {
		max-width: 560px;
	}
	.reason_points_content .points_items figure {
		margin-bottom: 0.5em;
	}
	.wp-block-image.page_title img:not([style*=object-fit]) {
		height: 50px !important;
	}
}
@media screen and (max-width: 767px) {
	.reason_points_content {
		padding-top: 4rem;
	}
	.reason_points_content .points_title figure {
		max-width: 220px;
	}
	.wp-block-image.page_title img:not([style*=object-fit]) {
		height: 40px !important;
	}
}

/* 安心の保証体制 */
.mind_content {
	padding-top: 5.7rem;
	padding-bottom: 6.8rem;
}
.mind_content::before,
.mind_content::after {
	content: '';
	width: 31vw;
    height: 40.3vw;
	background: url('../../../wp-content/uploads/2024/07/mind_bg_item1.png') center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.mind_content::after {
	background: url('../../../wp-content/uploads/2024/07/mind_bg_item2.png') center / cover no-repeat;
	top: unset;
	left: unset;
	bottom: 0;
	right: 0;
}
.page_title {
	margin-bottom: 5rem;
	filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.23));
	will-change: filter;
}
.mind_banner_items figure {
	filter: drop-shadow(0 6px 21px rgba(164, 164, 164, 0.53));
}

@media screen and (max-width: 1024px) {
	.page_title {
		margin-bottom: 3rem;
	}
	.mind_content {
		padding-top: 4rem;
    	padding-bottom: 5rem;
	}
}
@media screen and (max-width: 767px) {
	.page_title{
		filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.23));
	}
}

/* ご注文の流れ */
.flow_content {
	padding-bottom: 5rem;
}
.flow_items {
	margin-top: -0.4rem;
}
.flow_items > .wp-block-group__inner-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 45px;
	max-width: 1020px !important;
	margin: 0 auto;
}
.flow_item {
	position: relative;
	width: 220px;
	height: 220px;
	background-color: var(--orenge-color);
	border-radius: 50%;
}
.flow_item:last-of-type {
	background-color: transparent;
	border: 4px solid var(--orenge-color);
}
.flow_item.vk_flow.vk_flow-arrow-off {
	margin-bottom: 0;
}
.flow_item::before {
	content: '';
	width: 41px;
	height: 5px;
	background-color: #fcc226;
	position: absolute;
	top: 50%;
	right: -43px;
	transform: translateY(-50%);
}
.flow_item:nth-of-type(4)::before,
.flow_item:last-of-type::before {
	display: none;
}
.flow_item.vk_flow.vk_flow-arrow-on::after {
	display: none;
}
.flow_item .vk_flow_frame {
	position: relative;
	height: 100%;
	border: none;
}
.flow_item .vk_flow_frame_text {
	margin-right: 0;
}
.flow_item .vk_flow_frame_text_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #fddbcd;
	text-align: center;
	border: none;
}
.flow_item:last-of-type .vk_flow_frame_text_title {
	margin-top: 20px;
	color: #fac7b2;
}
.flow_item .vk_flow_frame_text_title strong {
	font-size: 40px;
}
.flow_item .vk_flow_frame_text_content {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: calc(50% + 10px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.flow_item:last-of-type .vk_flow_frame_text_content {
	color: var(--orenge-color);
}

@media screen and (max-width: 1285px) {
	.flow_items > .wp-block-group__inner-container {
		max-width: 750px !important;
		justify-content: flex-start;
		gap: 20px 45px;
	}
	.flow_item:nth-child(3n)::before {
		display: none;
	}
	.flow_item:nth-of-type(4)::before {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.flow_content {
		padding-top: 4rem;
	}
	.flow_items > .wp-block-group__inner-container {
		max-width: 630px !important;
	}
	.flow_item {
		width: 180px;
		height: 180px;
	}
	.flow_item .vk_flow_frame_text_title {
		font-size: 18px;
	}
	.flow_item .vk_flow_frame_text_title strong {
		font-size: 32px;
	}
	.flow_item .vk_flow_frame_text_content {
		font-size: 28px;
	}
	.flow_item:last-of-type .vk_flow_frame_text_title {
		margin-top: 10px;
	}
/* 	.flow_item:nth-of-type(4)::before {
		display: block;
	}
	.flow_item:nth-of-type(3n)::before {
		display: none;
	} */
}
@media screen and (max-width: 767px) {
	.flow_items > .wp-block-group__inner-container {
		max-width: 337px !important;
		gap: 20px 37px;
	}
	.flow_item {
        width: 150px;
        height: 150px;
    }
/* 	.flow_item:nth-of-type(3n)::before {
		display: block;
	}
	.flow_item:nth-of-type(2n)::before {
		display: none;
	} */
	.flow_item .vk_flow_frame_text_title {
		font-size: 16px;
	}
	.flow_item .vk_flow_frame_text_title strong {
		font-size: 28px;
	}
	.flow_item .vk_flow_frame_text_content {
		font-size: 24px;
	}
	.flow_item:last-of-type .vk_flow_frame_text_title {
		margin-top: 5px;
	}
	.flow_item:nth-of-type(2n)::before {
		display: none;
	}
	.flow_item:nth-of-type(3)::before {
		display: block;
	}
	.flow_item::before {
		height: 4px;
		right: -40px;
		z-index: -1;
	}
}
/* @media screen and (max-width: 582px) {
	.flow_item:nth-of-type(3n)::before {
		display: block;
	}
	.flow_item:nth-of-type(2n)::before {
		display: none;
	}
} */

/* 号数・機能について */
.function_content {
	padding-top: 4.3rem;
	padding-bottom: 3.7rem;
}
.function_items {
	margin-top: 7.4rem;
}
.function_items > .wp-block-group__inner-container {
	max-width: 1020px !important;
}
.function_item {
	position: relative;
}
.function_item + .function_item {
	margin-top: 5.2rem;
}
.function_item .vk_borderBox_title_container {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fdcc4b !important;
	border-radius: 9999px;
	padding: 8px 12px;
}
.function_item .vk_borderBox_title_container .vk_borderBox_title {
	font-size: 28px;
	font-weight: 900;
	color: var(--page-color);
	line-height: 1.214;
}
.function_item .vk_borderBox_body {
	border: none;
	border-radius: 98px;
	padding: 3rem 3rem 2.5rem;
}
.function_item:has(.function_text_box) .vk_borderBox_body {
	padding-top: 4.4rem;
	padding-bottom: 3.7rem;
}
.function_text_box {
	color: var(--page-color);
	margin-bottom: 0;
}
.function_text_box + .function_text_box {
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	border-top: 2px solid #def6fd;
}
.function_text_box figure {
	margin-bottom: 0;
}
.function_text_box h4 {
	font-size: 28px;
	line-height: 1.214;
	font-weight: 900;
	margin-bottom: 0.7rem;
}
.function_text_box p {
	font-size: 18px;
	line-height: 2;
	letter-spacing: -0.1em;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.function_items {
		margin-top: 6rem;
	}
	.function_item .vk_borderBox_title_container .vk_borderBox_title {
		font-size: 24px;
	}
	.function_item .vk_borderBox_body {
		border-radius: 60px;
		padding: 3rem 2rem 2.5rem;
	}
	.function_item:has(.function_text_box) .vk_borderBox_body {
		padding-top: 3.4rem;
		padding-bottom: 2.7rem;
	}
	.function_text_box + .function_text_box {
		padding-top: 2rem;
		margin-top: 2rem;
	}
	.function_text_box h4 {
		font-size: 24px;
		margin-bottom: 1rem;
	}
	.function_text_box p {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 767px) {
	.function_item .vk_borderBox_title_container {
		width: max-content;
		top: -19px;
	}
	.function_item .vk_borderBox_title_container .vk_borderBox_title {
		font-size: 18px;
	}
	.function_item .vk_borderBox_body {
		border-radius: 20px;
		padding: 3rem 1.5rem 2.5rem;
	}
	.function_items .function_text_box {
		flex-wrap: wrap !important;
		gap: 1.5rem;
	}
	.function_text_box > .wp-block-column {
		flex-basis: 100% !important;
	}
	.function_text_box > .wp-block-column:first-child figure {
		max-width: 400px;
		margin: 0 auto;
	}
	.function_text_box h4 {
		font-size: 20px;
		margin-bottom: 0.5rem;
	}
	.function_text_box p {
		font-size: 15px;
	}
}

/* よくある質問 */
.faq_content {
	padding-top: 5rem;
	padding-bottom: 6.7rem;
}
.faq_items {
	margin-top: -1.5rem;
}
.faq_items > .wp-block-group__inner-container {
	max-width: 1020px !important;
}
.faq_items .vk_faq {
	border-bottom: 1px solid #ccc;
}
.faq_items .vk_faq.vk_faq-accordion .vk_faq_title::after {
	content: '';
	width: 24px;
	height: 14px;
	background: url('../../../wp-content/uploads/2024/07/faq_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	border: none !important;
}
.faq_items .vk_faq.vk_faq-accordion.vk_faq-accordion-open .vk_faq_title::after {
	transform: translate(19px, -3px) rotate(0);
}
.faq_items .vk_faq.vk_faq-accordion.vk_faq-accordion-close .vk_faq_title::after {
	transform: translate(19px, -3px) rotate(180deg);
}
.faq_items .vk_faq .vk_faq_title:before,
.faq_items .vk_faq .vk_faq_content:before {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-size: 40px;
	color: #47cb66;
	left: 2rem;
}
.faq_items .vk_faq .vk_faq_content:before {
	color: var(--orenge-color);
	top: 1rem;
}
.faq_items .vk_faq .vk_faq_title {
	font-size: 20px;
	font-weight: 500;
	color: var(--page-color);
	line-height: 1.7;
	padding: 1.2rem 3rem 1.2rem 4.8rem;
}
.faq_items .vk_faq.vk_faq-accordion.vk_faq-accordion-open .vk_faq_title {
	border-bottom: 1px solid #ccc !important;
}
.faq_items .vk_faq .vk_faq_content {
	padding: 1.2rem 3rem 1.2rem 4.8rem;
	background-color: #fef9eb;
	font-size: 20px;
	color: var(--page-color);
	font-weight: 500;
	line-height: 1.7;
}
.faq_items .vk_faq .vk_faq_content-accordion-close {
	padding: 0 3rem 0 4.8rem !important;
}
.faq_items .vk_faq .vk_faq_content-accordion-open {
	margin-bottom: 0;
}
.faq_items .arrow_btn {
	margin-top: 3.5rem;
	filter: drop-shadow(0 6px 14px rgba(75, 75, 75, 0.37));
	will-change: filter;
}
.faq_items .arrow_btn > a {
	width: 605px;
    padding: 35px 0 !important;
}
.faq_items .arrow_btn > a .vk_button_link_caption::before {
	right: -15px;
}
.faq_items .arrow_btn > a:hover .vk_button_link_caption::before {
	right: -30px;
}

/* @media screen and (max-width: 1600px) {
	.faq_items .arrow_btn > a {
		padding: 42px 0 !important;
	}
} */
@media screen and (max-width: 1024px) {
	.faq_items .vk_faq .vk_faq_title,
	.faq_items .vk_faq .vk_faq_content {
		font-size: 18px;
		padding: 1.2rem 3rem 1.2rem 3.8rem;
	}
	.faq_items .vk_faq .vk_faq_title:before,
	.faq_items .vk_faq .vk_faq_content:before {
		font-size: 32px;
		left: 1rem;
	}
	.faq_items .vk_faq .vk_faq_content-accordion-close {
		padding: 0 3rem 0 3.8rem !important;
	}
	.faq_items .arrow_btn {
		filter: drop-shadow(0 6px 30px rgba(75, 75, 75, 0.27));
	}
	.faq_items .arrow_btn > a {
		width: 470px;
		padding: 26px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.faq_items .vk_faq .vk_faq_title,
	.faq_items .vk_faq .vk_faq_content {
		font-size: 16px;
		padding: 1.2rem 3rem 1.2rem 0.5rem !important;
	}
	.faq_items .vk_faq .vk_faq_content-accordion-close {
		padding: 0 3rem 0 0.5rem !important;
	}
	.faq_items .vk_faq .vk_faq_content {
		padding-right: 0.5rem !important;
	}
	.faq_items .vk_faq .vk_faq_title:before,
	.faq_items .vk_faq .vk_faq_content:before {
		position: relative;
		top: -5px;
		left: 0;
		display: block;
	}
	.faq_items .vk_faq.vk_faq-accordion .vk_faq_title::after {
		right: 2rem;
	}
	.vk_faq .vk_faq_title p {
		line-height: 1.4;
		margin-top: 0.5rem !important;
	}
	.faq_items .vk_faq .vk_faq_content p {
		line-height: 1.4;
	}
	.faq_items .arrow_btn {
		filter: drop-shadow(0 6px 15px rgba(75, 75, 75, 0.27));
	}
	.faq_items .arrow_btn > a {
        width: 333px;
        padding: 17px 0 !important;
    }
}


/*************************
 * 水回りリフォーム
 ************************/
/* リフォームリンク */
.reform_link_content {
	padding-top: 2.5rem;
	padding-bottom: 6.3rem;
}
.reform_link_content.content .vk_outer_container,
.reform_content.content .vk_outer_container {
	max-width: 1450px !important;
}
.reform_link_items {
	max-width: 1320px;
	margin: 0 auto;
}
.reform_link_items > .row {
	margin: 0;
	gap: 2%;
}
.reform_link_items > .row > .wp-block-vk-blocks-grid-column-item {
	width: 23.5%;
	flex: 0 0 23.5%;
	max-width: 23.5%;
	padding: 0.7rem;
	background-color: var(--orenge-color);
	border-radius: 30px;
	box-shadow: 0 6px 6px rgba(59, 59, 59, 0.26);
	cursor: pointer;
}
.reform_link_items > .row > .wp-block-vk-blocks-grid-column-item > .vk_gridColumn_item_inner {
	position: static;
}
.reform_link_img {
	width: 90px;
	margin: 0 auto;
}
.reform_link_text {
	font-size: 34px;
	font-weight: 900;
	line-height: 1.176;
	color: #fff;
	margin: 0.8rem 0 2.3rem;
}
.reform_link_arrow {
	width: 64px;
	height: 64px;
	background-color: #fff;
	border: 4px solid var(--orenge-color);
	border-radius: 50%;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	transition: bottom .3s;
}
.reform_link_arrow figure {
	position: absolute;
	top: calc(50% + 3px);
	left: 50%;
	transform: translate(-50%, -50%);
	margin-bottom: 0 !important;
	width: 39px;
}
.reform_link_items > .row > .wp-block-vk-blocks-grid-column-item:hover .reform_link_arrow  {
	bottom: -35px;
}
.reform_title_bg img:not([style*=object-fit]) {
	object-fit: cover !important;
	height: 100% !important;
}

@media screen and (max-width: 1600px) {
	.reform_content .arrow_btn_box .arrow_btn > a {
		width: 450px;
		padding: 25px 0 !important;
	}
	.reform_content .arrow_btn > a .vk_button_link_txt {
		font-size: 38px;
	}
	.reform_content .arrow_btn > a .vk_button_link_caption::before {
		width: 51px;
    	height: 33px;
	}
}
@media screen and (max-width: 1260px) {
	.reform_content .arrow_btn_box .arrow_btn > a {
		width: 350px;
		padding: 21px 0 !important;
	}
	.reform_content .arrow_btn > a .vk_button_link_txt {
		font-size: 28px;
	}
	.reform_content .arrow_btn > a .vk_button_link_caption {
		padding-right: 55px;
	}
	.reform_content .arrow_btn > a .vk_button_link_caption::before {
		width: 41px;
		height: 23px;
	}
}
@media screen and (max-width: 1024px) {
	.reform_link_content {
		padding-top: 4rem;
		padding-bottom: 8rem;
	}
	.reform_link_img {
		width: 60px;
	}
	.reform_link_text {
		font-size: 24px;
	}
	.reform_link_arrow {
		width: 50px;
		height: 50px;
	}
	.reform_link_arrow figure {
		max-width: 30px;
	}
	.reform_content .arrow_btn_box .arrow_btn > a {
		width: 375px;
	}
}
@media screen and (max-width: 767px) {
	.reform_link_items > .row {
		gap: 35px 4%;
	}
	.reform_link_items > .row > .wp-block-vk-blocks-grid-column-item {
		width: 48%;
		flex: 0 0 48%;
    	max-width: 50%;
	}
	.reform_link_img {
		width: 50px;
	}
	.reform_link_text {
		font-size: 22px;
	}
	.reform_link_arrow figure,
	.reform_link_arrow figure img {
		max-width: 23px;
		margin: 0 auto;
	}
	.reform_link_arrow figure {
		top: calc(50% + 2px);
	}
	.reform_content .arrow_btn_box .arrow_btn > a {
		width: 310px;
		padding: 18px 0 !important;
	}
}

/* リフォームサービス */
.reform_content:last-of-type {
	padding-bottom: 5.6rem;
}
.reform_content {
	overflow: visible;
/* 	margin-bottom: 8.8rem; */
	margin-bottom: 0.5rem;
}
.reform_content:last-child {
	margin-bottom: 6.2rem;
}
.reform_content .vk_outer-background-area {
	background-color: transparent !important;
}
.reform_content .vk_outer_container {
	position: relative;
	background-color: #baee68;
	padding-bottom: 3.6rem;
}
.reform_content .vk_outer_container::before,
.reform_content .vk_outer_container::after {
	content: '';
	width: 36.7vw;
    height: 48.7vw;
	position: absolute;
	z-index: -1;
}
.reform_content .vk_outer_container::before {
	background: url('../../../wp-content/uploads/2024/07/reform_bg1.png') center / cover no-repeat;
	top: 0;
	left: 0;
}
.reform_content .vk_outer_container::after {
	background: url('../../../wp-content/uploads/2024/07/reform_bg2.png') center / cover no-repeat;
	bottom: 0;
	right: 0;
}
.reform_title_box {
	position: relative;
	top: -50px;
	margin-bottom: -0.8rem;
}
.reform_title_box > .wp-block-group__inner-container,
.reform_items,
.arrow_btn_box {
	max-width: 1320px !important;
	width: 90%;
	margin: 0 auto;
}
.reform_title_box > .wp-block-group__inner-container {
	position: relative;
	padding: 0.85rem 1rem;
}
.reform_title {
	margin-bottom: 0;
}
.reform_title.wp-block-image img:not([style*=object-fit]) {
	height: 72px !important;
	width: 100%;
	object-fit: contain;
}
.reform_title_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.reform_items {
	padding: 2.5rem 5.625rem 2.7rem 5.1rem;
	background-color: #def974;
	border-radius: 20px;
	border: 4px solid #fff;
	box-shadow: 12px -5px 10px 0px rgba(156,226,103,1) inset,-12px -15px 10px 0px rgba(156,226,103,1) inset;
}
.reform_items > .wp-block-column:last-child {
	padding-left: 30px;
    padding-top: 10px;
}
.reform_items figure {
	margin-bottom: 0;
}
.reform_lists {
	color: var(--page-color);
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	font-size: 34px;
	line-height: 1.47;
	letter-spacing: -2px;
	font-weight: 900;
	margin-bottom: 1.5rem;
}
.reform_text {
	font-size: 22px;
	font-weight: 900;
	color: #008f3d;
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	line-height: 1.818;
	letter-spacing: -0.03em;
	margin-bottom: 0;
}
.reform_img1_box {
	position: relative;
	max-width: 275px;
    width: 65%;
	rotate: -6deg;
}
.reform_img1,
.reform_img2 {
	border: 11px solid #fff;
}
.reform_img1_item1 {
	width: 88px;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.reform_img1_item2 {
	position: absolute;
    bottom: -30px;
    right: -36px;
    z-index: -1;
    rotate: 6deg;
    width: 250px;
}
.reform_img2_box {
	position: relative;
	max-width: 315px;
    width: 71%;
    margin-left: auto;
/*     margin-top: -6.7rem; */
	margin-top: -21%;
	margin-right: 0.5rem;
}
.reform_img2 {
	position: relative;
	z-index: 1;
}
.reform_img2_item1 {
	position: absolute;
    width: 90px;
    bottom: -36px;
    right: -33px;
	z-index: 1;
	
}
.reform_img2_item2 {
	position: absolute;
    width: 235px;
    bottom: -27px;
    left: -50px;
    z-index: 0;
}

.reform_works_box {
	margin: 3.7rem 0 4.6rem;
}
.reform_works_box > .wp-block-group__inner-container {
	max-width: 1140px !important;
	width: 90%;
}
.reform_works_title {
	margin-bottom: 3.76rem;
}
.reform_works_title strong {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	background-color: #fff;
	padding: 0.4rem 2.6rem;
	border-radius: 99999px;
	line-height: 1.133;
	box-shadow: 0px 6px 6px rgba(20, 170, 45, 26);
}
.reform_works_items.wp-block-columns {
	position: relative;
	gap: 7%;
}
.reform_works_items.wp-block-columns::before {
	display: none;
	content: '';
	width: 29%;
    height: 31%;
	background: url('../../../wp-content/uploads/2024/07/right-arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	filter: drop-shadow(0px 6px 21px rgba(78, 78, 78, 0.44));
}
.reform_works_items.wp-block-columns > .wp-block-column {
	position: relative;
	flex-basis: unset;
	flex-grow: unset;
	width: 46.5%;
}
.reform_works_items figure {
	margin-bottom: 0 !important;
}
.reform_works_items .reform_works_sub_title {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}
.reform_works_items .reform_works_sub_title img {
	width: 145px;
}
.reform_works_items.wp-block-columns > .after_box .reform_works_sub_title {
	top: -41px;
}
.reform_works_items.wp-block-columns > .after_box .reform_works_sub_title img {
	width: 194px;
}

@media screen and (max-width: 1580px) {
	.reform_items {
		padding: 2.5rem 3.5rem 2.7rem;
	}
}
@media screen and (max-width: 1400px) {
	.reform_lists {
		font-size: 28px;
	}
	.reform_text {
		font-size: 18px;
	}
}
@media screen and (max-width: 1190px) {
	.reform_content .reform_items.wp-block-columns {
		flex-wrap: wrap !important;
	}
	.reform_items > .wp-block-column {
		flex-basis: 100% !important;
	}
	.reform_items > .wp-block-column:last-child {
		max-width: 600px;
	}
}
@media screen and (max-width: 1024px) {
	.reform_items > .wp-block-column:last-child {
		max-width: 500px;
	}
	.reform_title.wp-block-image img:not([style*=object-fit]) {
		height: 50px !important;
	}
	.reform_items {
		padding: 2.5rem 2.5rem 5rem;
	}
	.reform_items > .wp-block-column:last-child {
		padding-left: 0;
	}
	.reform_works_title strong {
		font-size: 26px;
	}
	.reform_works_items .reform_works_sub_title {
		top: -20px;
	}
	.reform_works_items .reform_works_sub_title img,
	.reform_works_items.wp-block-columns > .after_box .reform_works_sub_title img {
		width: 120px;
	}
	.reform_works_items.wp-block-columns > .after_box .reform_works_sub_title {
		top: -30px;
	}
	.arrow_btn_box > .vk_buttons_col > .wp-block-vk-blocks-button {
		width: 100%;
	}
	.arrow_btn_box .arrow_btn > a {
		width: 400px;
		padding: 24px 0 !important;
	}
	.arrow_btn_box .arrow_btn > a .vk_button_link_txt {
		font-size: 32px;
	}
	.arrow_btn > a .vk_button_link_caption::before {
		width: 51px;
		height: 33px;
	}
	.reform_content {
		margin-bottom: 5rem;
	}
}
@media screen and (max-width: 767px) {
	.reform_items > .wp-block-column:last-child {
		max-width: 400px;
	}
	.reform_img1_box {
		width: 57%;
	}
	.reform_img2_box {
		width: 60%;
		margin-top: -3.5rem;
	}
	.reform_img1,
	.reform_img2 {
		border-width: 6px;
	}
	.reform_title.wp-block-image img:not([style*=object-fit]) {
		height: 33px !important;
	}
	.reform_lists {
		font-size: 20px;
		letter-spacing: -1px;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	}
	.reform_items {
		padding: 1.5rem 1rem 5rem;
	}
	.reform_text {
		font-size: 15px;
		line-height: 1.6;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	}
	.reform_works_title strong {
		font-size: 20px;
	}
	.reform_works_items.wp-block-columns {
		flex-wrap: wrap !important;
		gap: 5rem;
	}
	.reform_works_items.wp-block-columns::before {
		top: calc(50% - 1rem);
		transform: translate(-50%, -50%) rotate(90deg);
	}
	.reform_works_items.wp-block-columns > .wp-block-column {
		width: 100%;
	}
	.arrow_btn_box .arrow_btn > a {
		width: 295px;
		padding: 17px 0 !important;
	}
	.arrow_btn_box .arrow_btn > a .vk_button_link_txt {
		font-size: 24px;
	}
	.arrow_btn > a .vk_button_link_caption::before {
		width: 41px;
        height: 23px;
	}
	.reform_works_items .reform_works_sub_title {
		top: -25px;
	}
	.reform_works_box {
		margin: 4rem 0 3rem;
	}
	.reform_works_box > .wp-block-group__inner-container {
		max-width: 500px !important;
		margin: 0 auto;
	}
	.reform_works_items.wp-block-columns::before {
		max-width: 80px;
	}
	.reform_works_items.wp-block-columns > .after_box .reform_works_sub_title {
		top: -25px;
	}
}

/* 浴室リフォーム */
#bathroom.reform_content .vk_outer_container {
	background-color: #fdcc4b;
}
#bathroom .reform_items {
	background-color: #fde24b;
	box-shadow: 12px -5px 10px 0px rgba(251,178,52,1) inset,-12px -15px 10px 0px rgba(251,178,52,1) inset;
}
#bathroom .reform_text {
	color: #e6692c;
}
#bathroom .reform_works_title strong {
	box-shadow: 0px 6px 6px rgba(253, 166, 56, 1);
}
/* トイレリフォーム */
#toilet.reform_content .vk_outer_container {
	background-color: #cca7fa;
}
#toilet .reform_items {
	background-color: #e4adfe;
	box-shadow: 12px -5px 10px 0px rgba(206,126,252,1) inset,-12px -15px 10px 0px rgba(206,126,252,1) inset;
}
#toilet .reform_text {
	color: #7f2ce6;
}
#toilet .reform_works_title strong {
	box-shadow: 0px 6px 6px rgba(151, 141, 250, 1);
}
/* 洗面所リフォーム */
#washroom.reform_content .vk_outer_container {
	background-color: #97e0fb;
}
#washroom .reform_items {
	background-color: #a4dbfa;
	box-shadow: 12px -5px 10px 0px rgba(113,196,248,1) inset,-12px -15px 10px 0px rgba(113,196,248,1) inset;
}
#washroom .reform_text {
	color: #057bbe;
}
#washroom .reform_works_title strong {
	box-shadow: 0px 6px 6px rgba(112, 189, 251, 1);
}


/*************************
 * 商品一覧
 ************************/
body.post-type-archive .site-body {
	padding-bottom: 6.5rem;
}
.archive.post-type-products .page-header,
.archive.post-type-products .breadcrumb,
.archive.post-type-products .archive-header {
	display: none;
}
.archive_fv_content {
	display: none;
}
.archive.post-type-products:not(.search-results) .page_fv_content.archive_fv_content {
	display: block;
	height: 220px;
}
.archive.post-type-products .page_fv_content.archive_fv_content > div {
	height: 100%;
}
.archive.post-type-products .page_fv_content.archive_fv_content .vk_outer_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	width: 90%;
	margin-right: 220px !important;
	margin-left: auto !important;
	height: 100%;
	padding: 0;
}
.page_fv_content.archive_fv_content .page_fv_title img {
	height: 85.5px !important;
	pointer-events: none;
}
.archive_fv_items figure {
	pointer-events: none;
}
.archive_fv_items.left {
	gap: 4.2rem;
}
.archive_fv_items.right {
	gap: 5.2rem;
}
.archive_fv_items figure {
	max-width: 120px;
	margin-bottom: 0;
}
.archive_product_item {
	width: 100%;
}
.archive_product_item + .archive_product_item {
	margin-top: 1.8rem;
}
.archive_product_title_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 1rem;
	flex-wrap: wrap;
	background-color: var(--orenge-color);
	padding: 0.94rem 5rem;
	border-radius: 100px 100px 0 0;
}
.archive_product_logo {
	max-width: 190px;
}
.archive_product_title {
	color: #fff;
}
.archive_product_title h3 {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
    gap: 0 1rem;
	font-size: 2.125rem;
	font-weight: 900;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.4;
}
.archive_product_title h3::after {
	display: none;
}
.archive_product_title h3 strong {
	font-size: 1.5rem;
	padding-top: 3px;
}
.archive_product_title h3 span {
	font-size: 1.375rem;
}
.product_label {
	font-size: 1.375rem;
	font-weight: 900;
	margin-bottom: 0;
}
.archive_prodocut_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
	padding: 1.5rem 2.5rem 1.5rem 4rem;
	border-radius: 0 0 100px 100px;
	border: 8px solid #dfdfdf;
    border-top: none;
}
.archive_prodocut_content .product_img {
	width: 17%;
}
.archive_prodocut_content .product_img img {
	width: 100%;
}
.archive_prodocut_content .product_text_box {
	width: 79%;
}
.product_point_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem 2rem;
}
.product_points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.product_points img {
	width: 82px;
}
.function_title {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: bold;
	color: var(--orenge-color);
}
.function_text {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 400;
}
.archive_product_text {
	font-size: 1.125rem;
	line-height: 1.666;
	background-color: #fff38c;
	border-radius: 10px;
	margin: 1.3rem 0;
    padding: 1.3rem 1.8rem;
}
.archive_price_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}
.off_icon {
	position: relative;
	font-size: 1.9375rem;
	text-align: center;
	color: #fff;
	z-index: 1;
	line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 110px;
	margin-bottom: 0;
}
.off_icon::before {
	content: '';
	width: 110px;
	height: 110px;
	background: url('../../../wp-content/uploads/2024/07/off_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.off_icon span {
	display: block;
	font-size: 1.625rem;
}
.archive_price_wrap .arrow_btn {
	margin: auto;
	margin-right: 0;
}
.archive_price_wrap .arrow_btn a {
	width: 380px;
	height: 92px;
	padding: 25px 0 !important;
	filter: drop-shadow(0 6px 6px rgba(217,217,217,1));
	will-change: filter;
}
.archive_price_wrap .arrow_btn > a .vk_button_link_txt {
	font-size: 29px;
}
.archive_price_wrap .arrow_btn > a .vk_button_link_caption {
	padding-right: 70px;
}
.archive_price_wrap .arrow_btn > a .vk_button_link_caption::before {
	width: 41px;
	height: 31px;
}
.archive_price_wrap .original_price {
	font-size: 18px;
	margin-bottom: 0;
	color: #2f2f2f;
}
.archive_price_wrap .original_price strong {
	margin-right: 5px;
}
.archive_price_wrap .original_price span {
	position: relative;
}
.archive_price_wrap .original_price span::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #2f2f2f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.archive_price_wrap .off_price {
	position: relative;
	font-size: 5rem;
	line-height: 1.2;
	text-stroke: 8px white;
  -webkit-text-stroke: 8px white;
	font-style: italic;
	filter: drop-shadow(0 3px 3px rgba(59,59,59,0.3));
	will-change: filter;
	margin-bottom: 0;
}
.archive_price_wrap .off_price::after,
.archive_price_wrap .off_price span::after {
	position: absolute;
    left: 0px;
    top: 0;
    content: attr(data-txt);
    background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-stroke: .5px #dd4444;
    -webkit-text-stroke: .5px #dd4444;
    font-style: italic;
    padding-right: 10px;
}
.archive_price_wrap .off_price span::after {
	top: -5px;
}
.archive_price_wrap .off_price span {
	position: relative;
	font-size: 3.125rem;
}

ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
	border: none;
}
ul.page-numbers li {
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 40px;
	height: 40px;
}
ul.page-numbers li span.current,
ul.page-numbers li a {
	display: block;
	height: 100%;
	padding: 6px 6px;
}
ul.page-numbers li span.page-numbers.current {
	background-color: var(--orenge-color);
}

@media screen and (max-width: 1750px) {
	.archive.post-type-products .page_fv_content.archive_fv_content .vk_outer_container {
		margin-right: auto !important;
	}
	.archive_fv_items.left,
	.archive_fv_items.right {
		gap: 3rem;
	}
	.archive_fv_items figure {
		max-width: 100px;
	}
}
@media screen and (max-width: 1480px) {
	.archive_prodocut_content {
		padding: 1.5rem 2.5rem;
	}
	.archive_prodocut_content .product_img {
		width: 20%;
	}
	.archive_prodocut_content .product_text_box {
		width: 78%;
	}
	.archive_price_wrap .arrow_btn {
		margin-right: auto;
		margin-left: 0;
		margin-top: 1rem;
	}
}
@media screen and (max-width: 1250px) {
	.page_fv_content.archive_fv_content .page_fv_title img {
		height: 70.5px !important;
	}
	.archive_fv_items.left,
	.archive_fv_items.right {
		gap: 2rem;
	}
	.archive_fv_items figure {
		max-width: 70px;
	}
}
@media screen and (max-width: 1024px) {
	.archive.post-type-products .page_fv_content.archive_fv_content {
		height: 150px;
	}
	.page_fv_content.archive_fv_content .page_fv_title img {
		height: clamp(4.375rem, 3.7306rem + 1.3443vw, 5.34375rem) !important;
	}
	.archive_fv_items.left,
	.archive_fv_items.right {
		gap: 1.2rem
	}
	.archive_fv_items figure {
		max-width: 50px;
	}
	.archive_product_title_box  {
		padding: 0.84rem 3rem;
		gap: 0.2rem;
	}
	.archive_product_logo {
		max-width: 150px;
	}
	.archive_product_title h3 {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
		font-size: 1.9rem;
	}
	.archive_product_title h3 strong {
		font-size: 1.3rem;
		margin-bottom: -0.5rem;
		padding-top: 0;
	}
	.archive_product_title h3 span {
		font-size: 1.125rem;
		padding-bottom: 0;
	}
	.archive_prodocut_content .product_img,
	.archive_prodocut_content .product_text_box {
		width: 100%;
	}
	.archive_prodocut_content .product_img {
		max-width: 250px;
		margin: 0 auto 1rem;
	}
	.product_point_box {
		gap: 1rem;
		justify-content: space-between;
	}
	.product_points {
		gap: 0.3rem;
	}
	.product_points img {
		width: 60px;
	}
	.archive_price_wrap {
		justify-content: center;
	}
	.off_icon {
		width: 90px;
		height: 90px;
	}
	.off_icon::before {
		width: 100%;
		height: 100%;
	}
	.archive_price_wrap .arrow_btn {
		margin: 1.5rem auto 0;
	}
	.archive_price_wrap .arrow_btn a {
		width: 308px;
		height: 76px;
		padding: 20px 0 !important;
	}
	.archive_price_wrap .arrow_btn > a .vk_button_link_txt {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.archive.post-type-products:not(.search-results) .page_fv_content.archive_fv_content {
		height: 150px;
	}
	.page_fv_content.archive_fv_content .page_fv_title img {
		height: 50px !important;
	}
	.archive_product_title_box {
		border-radius: 50px 50px 0 0;
		padding: 0.84rem 1rem;
	}
	.archive_product_title h3 {
		font-size: 1.6rem;
	}
	.archive_product_title h3 strong {
		margin-bottom: -0.2rem;
		font-size: 1.125rem;
	}
	.archive_product_title h3 span {
		font-size: 14px;
	}
	.archive_prodocut_content {
		padding: 1.5rem 1rem;
		border-width: 4px;
		border-radius: 0 0 50px 50px;
	}
	.archive_prodocut_content .product_img {
		max-width: 200px;
	}
	.function_text {
		font-size: 1rem;
	}
	.archive_product_text {
		font-size: 1rem;
		padding: 1rem;
	}
	.archive_price_wrap {
		justify-content: flex-start;
	}
	.archive_price_wrap .original_price {
		font-size: 16px;
	}
	.archive_price_wrap .off_price {
		font-size: 4rem;
	}
	.archive_price_wrap .off_price span {
		font-size: 2.5rem;
	}
	.archive_price_wrap .off_price span::after {
		top: -3px;
	}
	.off_icon {
		width: 70px;
		height: 70px;
		font-size: 1.5rem;
	}
	.off_icon span {
		font-size:1.2rem;
	}
	ul.page-numbers li {
		width: 33px;
		height: 33px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	ul.page-numbers li span.current,
	ul.page-numbers li a {
		padding: 4px;
		width: 100%;
	}
}
@media screen and (max-width: 620px) {
	.archive_fv_items figure:nth-child(n + 3) {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.archive_fv_items figure:nth-child(n + 2) {
		display: none;
	}
}


/* トップページ商品一覧 */
.top_product_items {
	display: flex;
	justify-content: flex-start;
/* 	justify-content: space-between; */
	flex-wrap: wrap;
	gap: 53px 1.5%;
}
.top_product_item {
	width: 23.8%;
	background-color: #fff;
	border-radius: 50px;
	border: 10px solid #dfdfdf;
	filter: drop-shadow(12px 10px 0 var(--orenge-color));
}
.top_product_item > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1rem 10px 2rem 15px;
}
.top_product_tags {
	display: flex;
    justify-content: flex-start;
    align-items: center;
/*     flex-wrap: wrap; */
    gap: 15px;
}
.top_product_tags img {
	max-width: 130px;
	filter: drop-shadow(0 6px 5px #c3c3c3);
	will-change: filter;
}
.top_product_tags p {
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 1.1;
	color: #2f2f2f;
}
.top_price_box {
	display: flex;
/* 	justify-content: flex-start; */
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.top_off_icon {
	position: relative;
	font-size: 1.25rem;
	color: #e60214;
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	font-style: italic;
	margin: 0 -8px 0 -10px;
	padding: 19px 0;
}
.top_off_icon span {
	filter: drop-shadow(0 6px 13px rgba(248, 198, 33, 1));
	transform: rotate(-8deg);
    display: inline-block;
}
.top_off_icon::before {
	content: '';
	width: 112.5px;
	height: 72.5px;
	background: url('../../../wp-content/uploads/2024/07/top_off_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 6px 9px rgba(59,59,59,0.5));
}
.top_product_price {
	position: relative;
	font-size: 3.5rem;
	line-height: 1.2;
	text-stroke: 7px white;
  -webkit-text-stroke: 7px white;
	font-style: italic;
	filter: drop-shadow(0 6px 9px rgba(59,59,59,0.3));
	margin: 0 auto;
	letter-spacing: -4px;
}
/* .top_price_box:has(.top_off_icon) .top_product_price {
	font-size: 3.5rem;
} */
.top_product_price span {
	position: relative;
	font-size: 2.3rem;
	background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
	-webkit-background-clip: text;
}
.top_price_text {
	font-size: 1.5rem;
	color: #292929;
	text-align: right;
	font-style: italic;
	margin-bottom: 1rem;
	width: 100%;
}
.top_product_price::after,
.top_product_price span::after {
	position: absolute;
    left: 0px;
    top: 0;
    content: attr(data-txt);
    background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-stroke: 0.5px #bb4444;
    -webkit-text-stroke: 0.5px #bb4444;
    font-style: italic;
    padding-right: 15px;
	letter-spacing: -4px;
}
.top_product_price span::after {
	top: -4px;
}
.top_img_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 4%;
	margin-bottom: 2rem;
}
.top_img_box > img {
	width: 52%;
	aspect-ratio: 1/1.3;
	object-fit: contain;
}
.top_img_box > .top_img_right {
	width: 44%;
}
.top_img_box .product_points {
	gap: 7px 4.8%;
}
.top_img_box .product_points img {
	width: 47.6%;
}
.top_product_type {
	margin-top: 1rem;
}
.top_product_type_sp {
	display: none;
}
.top_product_type img {
	max-width: 186px;
	width: 100%;
}
.top_product_text {
	font-size: 1.25rem;
	font-weight: 900;
	color: #e85115;
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	filter: drop-shadow(0 6px 4px rgba(254, 72, 0, 0.33));
	line-height: 1.3;
	margin-bottom: 0;
/* 	margin-top: auto; */
    padding: 0 1rem;
}
@media screen and (max-width: 1700px) {
	.top_product_item {
		position: relative;
	}
	.top_product_tags {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.top_off_icon {
		position: absolute;
		top: 0;
		right: 15px;
	}
	.top_product_price {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1430px) {
	.top_product_item {
		border-radius: 40px;
		border-width: 7px;
		filter: drop-shadow(9px 7px 0 var(--orenge-color));
	}
	.top_product_price {
		font-size: 3rem;
	}
	.top_price_text {
		font-size: 1.2rem;
	}
	.top_product_text {
		padding: 0;
		font-size: 1rem;
	}
}
@media screen and (max-width: 1250px) {
	.top_product_tags img {
		max-width: 100px;
	}
	.top_product_tags p {
		font-size: 14px;
	}
	.top_off_icon {
		font-size: 1rem;
		padding: 13px 0;
	}
	.top_off_icon::before {
		width: 92.5px;
    	height: 52.5px;
	}
	.top_product_price {
		font-size: 2.5rem;
		text-stroke: 4px white;
    	-webkit-text-stroke: 4px white;
	}
	.top_product_price span {
		font-size: 1.5rem;
	}
	.top_product_price span::after {
		top: -2px;
	}
	.top_price_text {
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }
}
@media screen and (max-width: 1024px) {
	.top_product_items {
		max-width: 550px;
		gap: 20px 5.5%;
		margin: 0 auto;
	}
	.top_product_item {
		width: 47%;
		border-radius: 35px;
		border-width: 5px;
		filter: drop-shadow(7px 5px 0 var(--orenge-color));
	}
	.top_product_item > a {
		padding: 1rem 10px 2rem;
	}
	.top_product_tags {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.top_product_tags img {
		max-width: 130px;
	}
	.top_product_price {
		font-size: 3.5rem;
/* 		font-size: clamp(3.125rem, -0.6055rem + 7.7821vw, 4.375rem);
		text-stroke: 6px white;
    	-webkit-text-stroke: 6px white; */
	}
	.top_off_icon {
		font-size: 1.25rem;
		padding: 19px 0;
		margin: 0 -8px 0 -5px;
		top: 10px;
        right: 25px;
	}
	.top_off_icon::before {
		width: 100.5px;
    	height: 70.5px;
	}
	.top_price_text {
		font-size: 1.45rem;
	}
	.top_img_box {
		gap: 1.2rem;
		margin-bottom: 1.5rem;
	}
	.top_img_box > img {
		width: 48%;
		margin: 0 auto;
	}
	.top_product_type {
		margin-top: 1rem;
	}
	.top_product_type img {
		max-width: 160px;
	}
}
@media screen and (max-width: 900px) {
	.top_img_box .product_points {
		gap: 7px 2.5%;
	}
}
@media screen and (max-width: 767px) {
	.top_product_items {
		max-width: 400px;
		margin: 0 auto;
		gap: 20px 3%;
		justify-content: center;
	}
	.top_product_item {
		border-radius: 30px;
		border-width: 5px;
		filter: drop-shadow(5px 5px 0 var(--orenge-color));
		width: 48%;
	}
	.top_product_item > a {
		padding: 1rem 10px;
	}
	.top_product_tags img {
		max-width: 80px;
		filter: drop-shadow(0 3px 2px #c3c3c3);
	}
	.top_product_tags p {
		font-size: 11px;
		line-height: 1.2;
	}
	.top_product_price {
		font-size: 28px;
		letter-spacing: 0;
/* 		filter: drop-shadow(0 6px 5px rgba(59,59,59,0.3)); */
		filter: drop-shadow(0 3px 3px rgba(59,59,59,0.3));
		text-stroke: 3px white;
        -webkit-text-stroke: 3px white;
		margin-top: 0;
	}
	.top_price_box {
		margin-top: 0.2rem;
	}
	.top_product_price span {
		font-size: 16px;
	}
	.top_product_price span::after {
		top: -1px;
	}
	.top_product_price::after,
	.top_product_price span::after {
		letter-spacing: 0;
	}
	.top_price_text {
		font-size: 13px;
	}
	.top_off_icon {
		font-size: 14px;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
/* 		position: relative;
		top: 0;
		left: 0;
		right: unset; */
		top: 0px;
		right: 14px;
		padding: 11px 0;
	}
	.top_off_icon::before {
		filter: drop-shadow(0 4px 4px rgba(59,59,59,0.2));
		width: 75.5px;
        height: 45.5px;
	}
	.top_img_box {
		gap: 5%;
		margin-bottom: 0;
	}
	.top_img_box > img {
		width: 65%;
	}
	.top_img_box > .top_img_right {
		width: 30%;
	}
	.top_img_box .product_points {
		gap: 2px 2%;
	}
	.top_img_box .product_points img {
		width: 100%;
	}
	.top_product_type img {
		max-width: 100px;
	}
	.top_product_type_sp {
		display: block;
		max-width: 150px;
		width: 65%;
		margin-top: 0.5rem;
	}
	.top_product_text,
	.top_img_right .top_product_type {
		display: none;
	}
}

/* おすすめ商品 */
.top_product_items.recommend {
	margin-top: 4.3rem;
	margin-bottom: 5.2rem;
}
.top_product_items.recommend .top_product_item {
	filter: drop-shadow(12px 10px 0 #2ca9f1);
}
.single .top_product_items.recommend .top_product_banner {
	display: none;
}
.top_product_items.recommend .top_product_text {
	color: #e81515;
	filter: drop-shadow(0 6px 4px rgba(254, 72, 0, 0.53));
}
.recommend_content .arrow_btn a {
	filter: drop-shadow(0 6px 14px rgba(217,215,213,1));
}

@media screen and (max-width: 1430px) {
	.top_product_items.recommend .top_product_item {
		filter: drop-shadow(9px 7px 0 #2ca9f1);
	}
}
@media screen and (max-width: 1024px) {
	.top_product_items.recommend {
		margin-top: 2.3rem;
	}
	.top_product_items.recommend .top_product_item {
		filter: drop-shadow(7px 5px 0 #2ca9f1);
	}
}
@media screen and (max-width: 767px) {
	.top_product_items.recommend .top_product_item {
		filter: drop-shadow(5px 5px 0 #2ca9f1);
	}
}

/*************************
 * お問い合わせ
 ************************/
/* 入力画面 */
.page_fv_content.contact_fv_content .vk_outer_container,
.page_fv_content.company_fv_content .vk_outer_container,
.page_fv_content.reason_fv_content .vk_outer_container,
.page_fv_content.reform_fv_content .vk_outer_container {
	margin-right: 120px !important;
}
.contact_content  {
	padding-top: 4.7rem;
	padding-bottom: 4.7rem;
}
.contact_content h4,
.kakaku_content h4 {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 1.6rem;
}
.contact_content .contact_text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.888;
	letter-spacing: 0.008em;
}
.contact_box > .wp-block-group__inner-container,
.conpany_box > .wp-block-group__inner-container,
.kakaku_wrap > .wp-block-group__inner-container,
.kakaku_contact_box > .wp-block-group__inner-container,
.main-section-no-posts {
	max-width: 1020px !important;
/* 	margin-right: 220px !important; */
	margin-right: clamp(1.5625rem, -11.4655rem + 21.0129vw, 13.75rem) !important;
	margin-left: auto;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	padding: .44rem 1rem;
	border-radius: 10px;
	background-color: #f9f9f9;
	border: 1px solid #4e4e4e;
	margin-bottom: 0;
	font-family: "Noto Sans JP", sans-serif;
}
.contact_item.hidden_item {
	display: none;
}
.contact_table select {
	max-width: 210px;
}
.contact_table input[type=text],
.contact_table input[type=email] {
	max-width: 300px;
}
.contact_table input[type=file] {
	margin: 0;
	margin-top: 9px;
}
.contact_table .wpcf7-form-control-wrap:first-child input[type=file] {
	margin-top: 0;
}
.contact_table .wpcf7-form-control-wrap:last-child input[type=file] {
	margin-bottom: 1.2rem;
}
.contact_table input[type=file]::file-selector-button {
	height: 40px;
	width: 150px;
	border: 1px solid #4e4e4e;
	border-radius: 10px;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
}
.contact_table textarea {
	max-width: 520px;
	height: 200px;
}
.contact_table {
	margin-top: 2.9rem;
}
.contact_table,
.contact_table td {
	border: none;
}
.contact_table td {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.222;
	letter-spacing: 0.008em;
	padding: 10px 0rem;
	vertical-align: top;
}
.contact_left {
	width: 185px;
	color: var(--orenge-color);
}
.contact_left p {
	padding-top: 3px;
}
.confirm_btn_box {
	margin-left: 185px;
	margin-top: 0.6rem;
}
.confirm_btn_box > .confirm_btn > p {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.confirm_btn_box input[type=submit],
.confirm_btn_box input[type=button] {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 320px;
	padding: .67em 2em;
	letter-spacing: 1px;
	background: url('../../../wp-content/uploads/2024/07/長方形-1927.png') center / cover no-repeat;
	border: none;
	transition: opacity .3s;
}
.confirm_btn_box input[type=submit]:not(:disabled):hover,
.confirm_btn_box input[type=button]:not(:disabled):hover{
	background-color: transparent !important;
	opacity: 0.6;
}
.confirm_btn_box .wpcf7-spinner {
	display: none;
}
.contact_content .map {
	margin: 5.2rem 0 .5rem;
	width: 100%;
	height: 210px;
}
.contact_addr_box {
	gap: 25px;
}
.contact_addr_box p {
	font-size: 18px;
}
.contact_addr_box p a {
	color: var(--orenge-color);
	text-decoration: none;
}

.search-no-results .kakaku_contact_box > .wp-block-group__inner-container {
	margin-right: auto !important;
	margin-top: 6rem;
}
.search-no-results .kakaku_contact_box > .wp-block-group__inner-container > p {
	margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
	.contact_content .contact_text {
		font-size: 16px;
		line-height: 1.6;
	}
	.contact_table td {
		font-size: 16px;
		line-height: 1.8;
		padding: 8px 0;
	}
	.confirm_btn_box input[type=submit],
	.confirm_btn_box input[type=button] {
		font-size: 16px;
		width: 300px;
	}
	.contact_addr_box {
		gap: 15px;
	}
	.contact_addr_box p {
		font-size: 16px;
	}
	.contact_table input[type=file]::file-selector-button {
		font-size: 14px;
	}
}
@media screen and (max-width: 992px) {
	.page_fv_content.contact_fv_content .vk_outer_container,
	.page_fv_content.company_fv_content .vk_outer_container,
	.page_fv_content.reason_fv_content .vk_outer_container,
	.page_fv_content.reform_fv_content .vk_outer_container,
	.main-section-no-posts {
		margin-right: auto !important;
	}
	.contact_box > .wp-block-group__inner-container,
	.conpany_box > .wp-block-group__inner-container,
	.kakaku_wrap > .wp-block-group__inner-container,
	.kakaku_contact_box > .wp-block-group__inner-container {
		margin-right: auto !important;
	}
}
@media screen and (max-width: 767px) {
	.contact_content h4,
	.kakaku_content h4 {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	.contact_content .contact_text {
		font-size: 15px;
	}
	.contact_table tr,
	.contact_table td {
		display: block;
		width: 100% !important;
	}
	.contact_table td {
		font-size: 15px;
	}
	.contact_table td:first-child {
		padding-bottom: 2px;
	}
	.contact_table td:last-child {
		padding-top: 2px;
	}
	.contact_table input[type=text],
	.contact_table input[type=email] {
		max-width: 400px;
		width: 100%;
	}
	.contact_table input[type=file]::file-selector-button {
		height: 35px;
	}
	.contact_table .wpcf7-form-control-wrap:last-child input[type=file] {
		margin-bottom: 0;
	}
	.contact_table textarea {
		height: 150px;
	}
	.confirm_btn_box {
		margin-left: auto;
		margin-right: auto;
	}
	.confirm_btn_box > .confirm_btn > p {
		justify-content: center;
	}
}

/*************************
 * 会社概要
 ************************/
.company_table_content {
	padding-top: 2.1rem;
	padding-bottom: 0.7rem;
}
.company_table {
	margin-bottom: 3.3rem;
}
.company_table table,
.company_table td {
	border: none;
}
.company_table tr {
	border-bottom: 1px solid #696969;
}
.company_table td {
	font-size: 18px;
	line-height: 1.222;
	letter-spacing: 0.008em;
	padding: 1.5em 0;
}
.company_table td p {
	line-height: 1.222;
}
.company_table td:first-child {
	width: 120px;
	line-height: 1.6;
}
.company_table td:first-child strong {
	display: inline-block;
	color: #fff;
	background-color: var(--orenge-color);
	min-width: 75px;
	border-radius: 9999px;
	text-align: center;
	padding: 1px 13px;
}
.company_table_content .map {
	width: 100%;
	height: 300px;
	margin-top: 0.4rem;
}

@media screen and (max-width: 1024px) {
	.company_table_content {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}
	.company_table td {
		font-size: 16px;
		padding: 1.2rem 0;
	}
	.company_table td:first-child strong {
		padding: 1px 13px 4px;
	}
	.company_table td p {
		margin-bottom: 1rem;
	}
	.contact_addr_box p a {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.company_table tr,
	.company_table td {
		display: block;
		width: 100% !important;
	}
	.company_table td {
		font-size: 15px;
		padding: 15px 0;
	}
	.company_table td:first-child {
		padding-bottom: 3px;
	}
	.company_table td:last-child {
		padding-top: 3px;
	}
	.company_table td:first-child strong {
		padding: 1px 13px 2px;
	}
	.contact_addr_box p a {
		font-size: 15px;
	}
	.company_table_content .map {
		height: 200px;
	}
}

/* 施工エリア */
.company_area_content {
	padding-top: 2.5rem;
	padding-bottom: 5.9rem;
}
.area_map_box >  .wp-block-group__inner-container {
	position: relative;
	max-width: unset !important;
	border: 8px solid #fe4902;
	border-radius: 70px 80px 80px 80px;
	overflow: hidden;
	filter: drop-shadow(0px 12px 6px rgba(178, 178, 178, 1));
	margin-bottom: 2rem;
}
.company_area_wrap + .company_area_wrap {
	margin-top: 3.3rem;
}
.area_map_box figure {
	margin-bottom: 0;
}
.company_area_title {
	position: absolute;
	top: 1.6rem;
    left: 2rem;
	filter: drop-shadow(0 6px 20px rgba(205, 221, 225, 1));
}
.company_area_content .page_title {
	margin-bottom: 2.5rem;
}
.company_area_title img {
	width: auto;
	max-height: 57.5px !important;
	object-fit: contain !important;
}
.company_area_place {
	position: absolute;
	bottom: 1.2rem;
    right: 3.2rem;
	font-size: 1.5rem;
	line-height: 1.416rem;
	letter-spacing: -2px;
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	font-weight: 900;
	filter: drop-shadow(0 6px 21px rgba(185, 205, 221, 1));
	will-change: filter;
}
.company_area_content .page_title.wp-block-image.page_title img:not([style*=object-fit]) {
	height: 58.5px !important;
}
.company_area_item + .company_area_item {
	margin-top: 2rem;
}
.company_area_item h3 {
	font-size: 1.875rem;
	line-height: 1.1333;
	margin-bottom: 0.5rem !important;
}
.company_area_item p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.888;
	letter-spacing: -2px;
}
.company_area_content .arrow_btn {
	margin-top: 6.1rem;
}
.company_area_content .arrow_btn > a {
	width: 580px;
	padding: 31px 0 !important;
	filter: drop-shadow(0 6px 14px rgba(75, 75, 75, 0.37));
	will-change: filter;
}

@media screen and (max-width: 1024px) {
	.area_map_box > .wp-block-group__inner-container  {
		border-width: 6px;
		border-radius: 50px;
		margin-bottom: 3rem;
	}
	.company_area_title img {
		max-height: 45px !important;
	}
	.company_area_item h3 {
		font-size: 1.6rem;
	}
	.company_area_item p {
		line-height: 1.6;
	}
	.company_area_wrap + .company_area_wrap {
		margin-top: 5rem;
	}
	.company_area_content .arrow_btn > a {
		width: 470px;
		padding: 26px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.area_map_box > .wp-block-group__inner-container {
		border-width: 4px;
		border-radius: 30px;
		filter: drop-shadow(0px 7px 7px rgba(178, 178, 178, 0.6));
	}
	.area_map.wp-block-image img {
		height: 225px !important;
		object-fit: cover;
	}
	.company_area_title {
		top:1rem;
		left: 1rem;
	}
	.company_area_place {
		font-size: 20px;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	   -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	   1px 0 0px #FFF, -1px  0 0px #FFF,
	   0 1px 0px #FFF,  0 -1px 0px #FFF;
		right: 1.2rem;
	}
	.company_area_title img {
		max-height: 35px !important;
	}
	.company_area_item p {
		font-size: 15px;
	}
	.company_area_content .arrow_btn {
		margin-top: 4rem;
	}
	.company_area_content .arrow_btn > a {
		width: 333px;
		padding: 17px 0 !important;
	}
}


/*************************
 * WEB簡単見積もり
 ************************/
.kakaku_content {
	padding-top: 4.7rem;
	padding-bottom: 4.1rem;
}
.kakaku_content h4 {
	margin-bottom: 1.8rem;
}
.kakaku_content .contact_text {
	line-height: 1.888;
	font-size: 18px;
}
.kakaku_box {
	border: 8px solid var(--orenge-color);
	border-radius: 0 0 40px 40px;
	overflow: hidden;
	padding: 1.9rem 1.9rem 2.5rem;
	display: none;
	opacity: 0;
	transition: opacity .3s;
}
.kakaku_box.active {
	display: block;
	opacity: 1;
}
/* ステップ */
.step_tag_items {
	gap: 1.3%;
	margin-top: 5rem;
    margin-bottom: 0;
	align-items: flex-end !important;
}
.step_tag_items > .wp-block-column {
	flex-basis: unset !important;
	flex-grow: unset !important;
	width: 25%;
	background-color: #fcc020;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	padding: 0.24rem;
}
.step_tag_items > .wp-block-column.active {
	background-color: var(--orenge-color);
}
.step_tag_items .step_text_box {
	width: max-content;
}
.step_tag_items .step_en {
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	margin-left: -11px;
	line-height: 1;
}
.step_tag_items > .wp-block-column.active .step_en {
	margin-bottom: 0.3rem !important;
	margin-left: -13px;
}
.step_tag_items > .wp-block-column.active .step_en {
	font-size: 1.125rem;
}
.step_tag_items .step_text {
	position: relative;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
}
.step_tag_items > .wp-block-column.active .step_text {
/* 	font-size: 1.75rem; */
	font-size: 1.5rem;
}
.step_tag_items .step_text strong {
	position: relative;
	display: inline-block;
	color: #fcc020;
	margin-right: 15px;
}
.step_tag_items > .wp-block-column.active .step_text strong {
/* 	font-size: 2.5rem; */
	font-size: 2rem;
	color: var(--orenge-color);
	padding-bottom: 3px;
}
.step_tag_items .step_text strong::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url('../../../wp-content/uploads/2024/07/step_sercle2.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.step_tag_items > .wp-block-column.active .step_text strong::before {
	background: url('../../../wp-content/uploads/2024/07/step_sercle.png') center / contain no-repeat;
	width: 42px;
	height: 42px;
}

@media screen and (max-width: 1400px) {
	.step_tag_items > .wp-block-column.active .step_text {
		font-size: 1.5rem;
	}
	.step_tag_items > .wp-block-column.active .step_text strong {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1320px) {
	.step_tag_items > .wp-block-column.active .step_en {
		font-size: 1.15rem;
	}
	.step_tag_items > .wp-block-column.active .step_text {
		font-size: 1.3rem;
	}
	.step_tag_items > .wp-block-column.active .step_text strong {
		font-size: 1.8rem;
	}
	.step_tag_items > .wp-block-column.active .step_text strong::before {
		width: 40px;
		height: 40px;
	}
	.step_tag_items .step_text {
		font-size: 18px;
	}
}
@media screen and (max-width: 1150px) {
	.step_tag_items > .wp-block-column {
		padding: 0.5rem 0.24rem;
	}
	.step_tag_items .step_text,
	.kakaku_content .contact_text {
		font-size: 16px;
	}
	.step_tag_items .step_text strong::before {
		width: 25px;
		height: 25px;
	}
	.step_tag_items > .wp-block-column.active .step_text {
		font-size: 17px;
	}
	.step_tag_items > .wp-block-column.active .step_en {
		font-size: 16px;
		margin-left: -8px;
		margin-bottom: 5px !important;
	}
	.step_tag_items > .wp-block-column.active .step_text strong {
		font-size: 1.6rem;
	}
	.step_tag_items > .wp-block-column.active .step_text strong::before {
		width: 30px;
		height: 30px;
	}
	.step_tag_items .step_text strong {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.step_tag_items > .wp-block-column {
		padding: 0.5rem 0.24rem;
	}
	.step_tag_items .step_text,
	.kakaku_content .contact_text {
		font-size: 16px;
	}
	.step_tag_items .step_text strong::before {
		width: 25px;
		height: 25px;
	}
	.step_tag_items > .wp-block-column.active .step_text {
		font-size: 17px;
	}
	.step_tag_items > .wp-block-column.active .step_en {
		font-size: 16px;
		margin-left: -8px;
		margin-bottom: 5px !important;
	}
	.step_tag_items > .wp-block-column.active .step_text strong {
		font-size: 1.6rem;
	}
	.step_tag_items > .wp-block-column.active .step_text strong::before {
		width: 30px;
		height: 30px;
	}
	.step_tag_items .step_text strong {
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.kakaku_content {
		padding-bottom: 6rem;
	}
	.kakaku_content .contact_text {
		font-size: 15px;
	}
	.step_tag_items.wp-block-columns.is-not-stacked-on-mobile {
		flex-wrap: wrap !important;
		gap: 10px 4%;
		margin-bottom: 2rem;
	}
	.step_tag_items > .wp-block-column {
		width: 48%;
		border-radius: 15px;
	}
	.step_tag_items .step_text,
	.step_tag_items > .wp-block-column.active .step_text,
	.step_tag_items > .wp-block-column.active .step_text strong {
		font-size: 16px;
	}
	.step_tag_items .step_text strong::before,
	.step_tag_items > .wp-block-column.active .step_text strong::before {
		width: 25px;
		height: 25px;
	}
	.step_tag_items > .wp-block-column.active .step_en,
	.step_tag_items > .wp-block-column .step_en {
		font-size: 14px;
		margin-bottom: 3px !important;
		margin-left: -11px;
	}
	.kakaku_content h4 {
		margin-bottom: 1rem;
	}
}
/* 号数（step1） */
.kakaku_title {
	font-size: 2.125rem;
	font-weight: 900;
	margin-bottom: 1.7rem;
	margin-top: 0;
}
.kakaku_items > .row {
	margin: 0 !important;
	gap: 12px 0.8% !important;
	justify-content: center;
}
.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
	display: flex;
	flex-direction: column;
	padding: 0;
	max-width: 32.8% !important;
	padding: 11px;
	border: 4px solid transparent;
	border-radius: 20px;
	cursor: pointer;
	transition: all .3s;
}
.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item:hover {
	border-color: var(--orenge-color);
	box-shadow: 3px 3px 16px rgba(255,223,211,1);
}
.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item.active {
	border: 4px solid var(--orenge-color);
	box-shadow: 3px 3px 16px rgba(255,223,211,1);
}
.kakaku_item_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1.1rem !important;
}
#step1 .kakaku_items > .row {
	justify-content: flex-start;
}
#step1 .kakaku_item_img {
	height: 200px;
	background-color: #f3f2f2;
}
#step1 .kakaku_items > .row > .wp-block-vk-blocks-grid-column-item:hover .kakaku_item_img,
#step1 .kakaku_items > .row > .wp-block-vk-blocks-grid-column-item.active .kakaku_item_img {
	background-color: #ffef82;
}
#step1 .kakaku_item_img.wp-block-image img:not([style*=object-fit]) {
	height: 100px !important;
	object-fit: contain !important;
}
.kakaku_item_text {
	letter-spacing: -0.5px;
}
.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item:has(.kakaku_item_text) .kakaku_item_img {
	margin-bottom: 0.4rem !important;
}
.kakaku_item_btn {
	font-size: 18px;
	font-weight: 900;
	border-radius: 9999px;
	border: 4px solid #fff;
	box-shadow: 0px 5px 10px rgba(208,208,208,1);
	padding: 0.6rem 0.5rem;
	line-height: 1;
	margin-top: auto;
	cursor: pointer;
}
.kakaku_item_btn strong {
	font-size: 34px;
	font-weight: 900 !important;
}
.kakaku_about_box {
	margin-top: 1.1rem;
	margin-bottom: 2.7rem;
}
.kakaku_about_box > .wp-block-group__inner-container {
	max-width: 710px !important;
}
.simulate_item_box {
	border-radius: 9999px;
	overflow: hidden;
	font-weight: 900;
	border: 3px solid #108226;
	margin-bottom: 1.3rem;
}
.simulate_title {
	padding: 0.5em 1.3em 0.5em 1em;
	font-size: 1.125rem;
	line-height: 2.222;
	letter-spacing: 0.008em;
}
.simulate_text {
	font-size: 1.375rem;
	line-height: 1.818;
	letter-spacing: 0.008em;
}
.simulate_img {
	max-width: 690px;
	margin: 0 auto;
}
.kakaku_arrow_box > .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 3rem;
}
.kakaku_arrow_btn {
	position: relative;
	font-size: 1.875rem !important;
	padding: 1.8rem 1rem;
	font-weight: 900;
	line-height: 1.333;
	letter-spacing: 0.008em;
	text-align: center;
	max-width: 316px;
	width: 100%;
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	margin-bottom: 0;
	background: url('../../../wp-content/uploads/2024/07/kakaku_arrow_btn.png') center / contain no-repeat !important;
	filter: drop-shadow(0 6px 21px rgba(222,222,222,1));
	cursor: pointer;
}
.kakaku_arrow_btn.next {
	pointer-events: none;
	opacity: 0.6;
}
.kakaku_arrow_btn.next.active {
	pointer-events: auto;
	opacity: 1;
}
.kakaku_arrow_btn a {
	text-decoration: none;
	color: var(--page-color);
}
#step1 .kakaku_arrow_btn {
	margin: 0 auto;
}
.kakaku_arrow_btn::before {
	content: '';
	width: 50px;
	height: 44px;
	background: url('../../../wp-content/uploads/2024/07/kakaku_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translateY(-50%);
}
.kakaku_arrow_btn.preve {
	background: url('../../../wp-content/uploads/2024/07/kakaku_arrow_btn2.png') center / contain no-repeat !important;
}
.kakaku_arrow_btn.preve::before {
	right: unset;
	left: 29px;
	transform: translateY(-50%) rotate(-180deg);
}
.kakaku_arrow_btn.preve.kakaku_top_btn {
	margin: 0 auto 2rem;
}

.main-section-no-posts p {
	font-size: 2rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 3rem;
}
.main-section-no-posts .kakaku_arrow_btn.preve {
	margin: 0 auto;
}
.main-section-no-posts .kakaku_arrow_btn.preve a {
	padding-left: 20px;
}

@media screen and (max-width: 1360px) {
	.kakaku_item_btn strong {
		font-size: 28px;
	}
}
@media screen and (max-width: 1024px) {
	.kakaku_box {
		border-width: 5px;
	}
	.kakaku_title {
		font-size: 1.9rem;
		margin-bottom: 1rem;
	}
	.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
		max-width: 45% !important;
		flex: 0 0 45% !important;
	}
	#step1 .kakaku_item_img {
		height: 180px;
	}
	#step1 .kakaku_item_img.wp-block-image img:not([style*=object-fit]) {
		height: 80px !important;
	}
	.kakaku_item_text {
		margin-bottom: 1.2rem;
		line-height: 1.6;
	}
	.kakaku_item_btn strong {
		font-size: 28px;
	}
	.kakaku_about_box {
		margin-top: 3rem;
	}
	.kakaku_arrow_btn {
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	   -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	   1px 0 0px #FFF, -1px  0 0px #FFF,
	   0 1px 0px #FFF,  0 -1px 0px #FFF;
	}
	.kakaku_arrow_btn::before {
		width: 40px;
		height: 34px;
	}
	.main-section-no-posts p {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.main-section-no-posts .kakaku_arrow_btn.preve::before {
		left: 45px;
	}
}
@media screen and (max-width: 767px) {
	.kakaku_box {
		border-width: 3px;
		border-radius: 20px;
		padding: 20px 10px;
	}
	.kakaku_title {
		font-size: 23px;
	}
	.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
		max-width: 350px !important;
		flex: 0 0 100% !important;
	}
	.kakaku_items > .row > .wp-block-vk-blocks-grid-column-item.active {
		border-width: 3px;
	}
	#step1 .kakaku_item_img {
		height: 150px !important;
	}
	#step1 .kakaku_item_img.wp-block-image img:not([style*=object-fit]) {
		height: 70px !important;
	}
	.kakaku_about_box .simulate_item_box {
		flex-wrap: wrap !important;
		gap: 0;
		border-radius: 20px;
		margin-top: 4rem;
	}
	.simulate_title,
	.simulate_text {
		width: 100%;
	}
	.simulate_title {
		text-align: center;
    	padding: 0.2rem;
	}
	.simulate_text {
		font-size: 1rem;
		padding: 0.7rem 0.3rem;
		text-align: center;
		letter-spacing: normal;
	}
	.kakaku_arrow_box > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.kakaku_arrow_btn {
		font-size: 1.5rem !important;
		padding: 1.3rem 0.5rem;
		max-width: 210px;
	}
	.kakaku_arrow_btn::before {
		width: 30px;
		height: 24px;
	}
/* 	.kakaku_arrow_box .kakaku_arrow_btn {
		font-size: 1.2rem;
	}
	.kakaku_arrow_box .kakaku_arrow_btn::before {
		width: 20px;
        height: 18px;
	} */
	.kakaku_item_btn {
		font-size: 14px;
		padding: 0.8rem 0.5rem;
	}
	.kakaku_item_btn strong {
		font-size: 22px;
	}
	.main-section-no-posts p {
		font-size: 1.3rem;
	}
	.main-section-no-posts .kakaku_arrow_btn.preve::before {
		left: 22px;
	}
}

/* 設置場所（step3） */
#step3 .kakaku_items > .row {
	justify-content: flex-start;
}
#step3 .kakaku_item_btn {
	font-size: 0.875rem;
	min-height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.3;
}
#step3 .kakaku_item_btn strong {
	font-size: 1.625rem;
}
#step3 .kakaku_item_btn.long_text strong {
	font-size: 1.25rem;
}

@media screen and (max-width: 1360px) {
	#step3 .kakaku_item_btn strong {
		font-size: 1.4rem;
	}
	#step3 .kakaku_item_btn.long_text strong {
		font-size: 1.15rem;
	}
}
@media screen and (max-width: 1080px) {
	#step3 .kakaku_item_btn strong {
		font-size: 1.15rem;
	}
}
@media screen and (max-width: 1024px) {
	#step3 .kakaku_items > .row {
		justify-content: center;
	}
	#step3 .kakaku_item_btn strong {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px) {
	#step3 .kakaku_item_btn strong {
		font-size: 22px;
	}
	#step3 .kakaku_item_btn.long_text strong {
		font-size: 20px;
	}
	#step3 .kakaku_item_btn {
		font-size: 14px;
	}
}

/* 設置場所（step4） */
#step4.kakaku_box {
	padding-left: 18px;
	padding-right: 18px;
}
#step4 .kakaku_items > .row {
	gap: 12px 0 !important;
}
#step4 .kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
	max-width: 25% !important;
}
#step4 .kakaku_item_btn strong {
	font-size: 1.5rem;
}
.kakaku_function_box {
	max-width: 920px;
	margin: 2.9rem auto 0;
}
#step4 .kakaku_arrow_box > .wp-block-group__inner-container {
	margin-top: 1.4rem;
}

@media screen and (max-width: 1024px) {
	#step4 .kakaku_items > .row {
		gap: 12px 0.8% !important;
	}
	#step4 .kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
		max-width: 45% !important;
	}
}
@media screen and (max-width: 767px) {
	#step4 .kakaku_items > .row > .wp-block-vk-blocks-grid-column-item {
		max-width: 350px !important;
	}
}

/* お問い合わせボタン */
.kakaku_contact_box {
	margin-top: 3.5rem;
	display: none;
}
.kakaku_contact_box.active {
	display: block;
}
.kakaku_contact_title {
	font-size: 1.75rem;
	line-height: 1.214;
	font-weight: 900;
	margin-bottom: 1.3rem;
}
.kakaku_contact_box .arrow_btn {
	margin-right: auto;
}
.kakaku_contact_box .arrow_btn a {
	max-width: 461px;
	padding: 25px 0 !important;
	filter: drop-shadow(0 6px 6px rgba(217,217,217,1));
}
.kakaku_contact_box .arrow_btn > a .vk_button_link_txt {
	font-size: 2.5rem;
}
.kakaku_contact_box .arrow_btn > a .vk_button_link_caption::before {
	width: 57px;
	height: 41px;
}
.kakaku_contact_box.function_contact {
	margin-top: 2.5rem;
}
.kakaku_contact_box.function_contact .kakaku_contact_title {
	font-size: 1.375rem;
	line-height: 1.818;
	letter-spacing: 0.008em;
	margin-bottom: 0.5rem;
}
.kakaku_contact_box.function_contact .kakaku_contact_text {
	color: #2f2f2f;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.555;
	letter-spacing: 0.008em;
}
.kakaku_contact_arrow figure {
	max-width: 49px;
}
.vkfs__call-filter-search:has(.products_filter_box) {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.kakaku_contact_arrow figure {
		max-width: 35px;
	}
	.kakaku_contact_box .arrow_btn a {
		max-width: 350px;
		padding: 18px 0 !important;
	}
	.kakaku_contact_box .arrow_btn > a .vk_button_link_caption::before {
		width: 47px;
		height: 31px;
	}
	.kakaku_contact_box .arrow_btn > a .vk_button_link_txt {
		font-size: 2rem;
	}
}
@media screen and (max-width: 992px) {
	.kakaku_contact_box .arrow_btn a {
		padding: 21px 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.kakaku_contact_title {
		font-size: 1.5rem;
	}
	.kakaku_contact_box .arrow_btn > a {
		max-width: 333px;
		padding: 17px 0 !important;
		filter: drop-shadow(0 4px 15px rgba(217,217,217,1));
	}
	.kakaku_contact_box .arrow_btn > a .vk_button_link_txt {
		font-size: 27px;
	}
	.kakaku_contact_box .arrow_btn > a .vk_button_link_caption::before {
		width: 41px;
		height: 23px;
	}
	.kakaku_contact_box.function_contact .kakaku_contact_title {
		line-height: 1.3;
		margin-bottom: 1rem;
		
	}
	.kakaku_contact_box.function_contact .kakaku_contact_text {
		font-size: 15px;
	}
	.kakaku_contact_arrow figure {
		margin-bottom: 1.5rem;
		max-width: 30px;
	}
}

/*************************
 * 検索結果
 ************************/
.archive.search-results .page-header,
.archive.search-results .breadcrumb {
	display: none;
}
.archive.search-results .site-body {
	padding: 0 0 3.8rem !important;
}
.search_content {
	display: none;
}
.archive.search-results .search_content {
	display: block;
}
.search_content > div {
	height: 100%;
}
.search_content .vk_outer_container {
	max-width: unset !important;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.search_result_box {
	text-align: center;
	margin-top: 3.95rem;
	margin-bottom: 3.4rem;
	pointer-events: none;
}
.search_result_box h2 {
	font-size: 3.125rem;
	color: var(--orenge-color);
	font-weight: 900;
	border: none;
	padding: 0;
	margin-bottom: 1.2rem;
}
.search_tag_lists {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.search_tag {
	border: 6px solid #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 6px 16px #dcdcdc;
}
.search_tag > a {
	display: block;
	font-size: 1.812rem;
	font-weight: 900;
	color: #fff;
	background-color: #faab00;
	padding: 0.9rem 1.9rem;
	line-height: 1;
	box-shadow: 6px -6px 16px 0px #c89422 inset,-6px -6px 16px 0px #c89422 inset;
}
.search_result_text {
	font-size: 2.5rem;
	color: #137cf3;
	font-weight: 900;
	margin: 0.35rem 0 0;
}
.vk_posts:has(.search_item) {
	gap: 3rem 3%;
}
.search_item {
	padding: 0;
	max-width: 48.5% !important;
	display: flex;
	flex-direction: column;
}
.search_item .products_maker {
	font-size: 3.125rem;
	font-weight: 900;
	color: #fff;
	background-color: var(--orenge-color);
	max-width: 390px;
	width: 80%;
	margin: 0 auto;
	border-radius: 20px 20px 0 0;
	text-align: center;
	border: none;
	line-height: 1;
    padding: 0.95rem 1rem;
}
.search_item .products_maker::after {
	display: none;
}
.search_item .products_box {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 2.5rem 3.2rem;
	border: 8px solid var(--orenge-color);
	border-radius: 6.25rem;
}
.products_price_name {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.008em;
	text-align: center;
	color: var(--page-color);
	background-color: #faab00;
	border-radius: 10px;
	box-shadow: 0 5px 9px #cccccc;
	text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF,
	  -2px 2px 0px #FFF,  2px -2px 0px #FFF,
	  2px 0 0px #FFF, -2px  0 0px #FFF,
	  0 2px 0px #FFF,  0 -2px 0px #FFF;
	padding: 0.75rem;
}
.products_option_box {
/* 	max-width: 90%; */
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.products_option {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 5px 10px;
}
.products_option + .products_option {
	margin-top: 1.4rem;
}
.option_title {
	width: 153px;
	padding: 3.5px 5px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.008em;
	background-color: #fbf3b2;
	border: 1px solid var(--page-color);
	border-radius: 9999px;
	text-align: center;
	margin-bottom: 0;
}
.option_text {
	font-weight: bold;
	font-size: 1.875rem;
	line-height: 1;
	margin-bottom: 0;
}
.option_text.price {
	font-size: 3.125rem;
	color: #f60303;
}
.option_text.price span {
	font-size: 1.125rem;
}
.search_item .products_info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 2.8rem 0 2.25rem;
}
.search_item .products_img {
	width: 34%;
}
.search_item .products_info_right {
	width: 61%;
}
.search_item .archive_product_logo {
	max-width: unset;
}
.search_item .archive_product_logo img {
	max-height: 45px;
    margin-top: 4px;
}
.search_item .products_label {
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 1.7rem;
}
.products_cat_items {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 0.5rem;
}
.products_cat_items + .products_cat_items {
	margin-top: 0.6rem;
}
 .products_cat_items > p {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.008em;
	line-height: 1.3;
	padding: 0.54rem 0;
}
.products_cat_title {
	font-weight: bold !important;
	width: 102px;
	background-color: #dfdfdf;
	text-align: center;
	padding: 0.54rem 0.5rem !important;
}
.products_cat {
	width: calc(100% - 0.5rem - 102px);
}
.products_cat_items a {
	color: var(--page-color);
	text-decoration: none;
	transition: color .3s;
}
.products_cat_items a:hover {
	color: var(--orenge-color);
}
.search_item .products_about_text {
	font-size: 1.125rem;
	line-height: 1.777;
	letter-spacing: -1px;
	margin-bottom: 1.1rem;
}
.products_guarantee_items {
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 2.4rem;
}
.guarantee_icon {
	position: relative;
	width: 140px;
	margin-bottom: 0;
	z-index: 1;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #fff44b;
	text-align: center;
	line-height: 0.95;
	padding: 29.7px 0;
}
.guarantee_icon strong {
	font-family: 'impact';
	font-size: 3.5625rem;
	font-weight: 400 !important;
}
.guarantee_icon::before {
	content: '';
	width: 140px;
	height: 140px;
	background: url('../../../wp-content/uploads/2024/07/gurantee_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	filter: drop-shadow(0 4px 3px #c3c3c3);
}
.gurantee_text {
	width: calc(100% - 150px);
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.008em;
	color: #ea2929;
	font-weight: 900;
	margin-bottom: 0;
}
.products_btn {
	position: relative;
	display: block;
    font-size: 2rem;
    color: var(--page-color);
    text-decoration: none;
    letter-spacing: 0.01em;
    text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 2px 0 0px #FFF, -2px 0 0px #FFF, 0 2px 0px #FFF, 0 -2px 0px #FFF;
    width: 100%;
    padding: 41px 77px 41px 40px;
    background: url(../../../wp-content/uploads/2024/07/search_btn_bg.png) center / contain no-repeat;
    margin-top: auto;
}
.search_item .products_btn {
	padding-right: 92px;
}
.search_item .products_btn:hover {
	color: var(--page-color);
}
.products_btn::before {
	content: '';
	width: 50px;
	height: 41px;
	background: url(../../../wp-content/uploads/2024/07/search_btn_arrow.png) center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

.products_option:has(.search_controller_table) {
	align-items: flex-start;
}
.search_controller_table {
	max-width: 380px;
	width: 100%;
	margin-top: 5px;
}
.search_controller_table,
.search_controller_table tr,
.search_controller_table td {
	border: none;
}
.search_controller_table td {
	position: relative;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
	padding: 1px 0;
}
.search_controller_table td:first-child {
	padding-left: 14px;
	width: 270px;
}
.search_controller_table td:last-child {
	text-align: right;
}
.search_controller_table td:first-child::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: var(--orenge-color);
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}

@media screen and (max-width: 1550px) {
	.search_item .products_btn {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 1500px) {
	.search_item .products_box {
		border-radius: 4rem;
	}
	.search_item .products_maker {
		font-size: 2.5rem;
		width: 70%;
	}
}
@media screen and (max-width: 1435px) {
	.search_item .products_btn {
		padding: 38px 70px 38px 20px;
	}
	.search_item .products_btn::before {
		width: 40px;
		height: 31px;
		right: 20px;
	}
}
@media screen and (max-width: 1320px) {
	.search_item .products_btn {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 1230px) {
	.search_item .products_btn {
		font-size: 18px;
		padding: 33px 40px 33px 10px;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	}
	.guarantee_icon {
		width: 110px;
		padding: 24.4px 0;
	}
	.guarantee_icon::before {
		width: 110px;
		height: 110px;
	}
	.guarantee_icon strong {
		font-size: 40px;
	}
	.gurantee_text {
		width: calc(100% - 120px);
		font-size: 18px;
	}
	.search_item .products_img,
	.search_item .products_info_right {
		width: 100%;
	}
	.search_item .products_img {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.search_controller_table td {
		font-size: 18px;
	}
	.search_controller_table td:first-child {
		width: 240px;
	}
	.search_controller_table td:first-child::before {
		width: 7px;
		height: 7px;
		top: 10px;
	}
}
@media screen and (max-width: 1100px) {
	.search_item .products_box {
		padding: 2rem 1.5rem 2.2rem;
	}
}
@media screen and (max-width: 1024px) {
	.archive.search-results .site-body {
		padding: 0 0 9rem !important;
	}
	.search_result_box h2 {
		font-size: 34px;
	}
	.search_tag {
		border-width: 3px;
		border-radius: 13px;
	}
	.search_tag > a {
		font-size: 18px;
		padding: 0.7rem 1.2rem;
	}
	.search_result_text {
		font-size: 28px;
	}
	.search_item .products_box {
/* 		padding: 2rem 1.5rem 2.2rem; */
		border-width: 5px;
		border-radius: 30px;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.search_item .products_maker {
		font-size: 28px;
		width: 70%;
		border-radius: 12px 12px 0 0;
		padding: 0.7rem 1rem;
	}
	.products_option_box {
		max-width: 100%;
	}
	.products_price_name {
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
		padding: 0.6rem;
	}
	.option_title {
		font-size: 16px;
	}
	.search_item .products_info_box {
		gap: 10px;
	}
/* 	.search_item .products_img,
	.search_item .products_info_right {
		width: 100%;
	}
	.search_item .products_img {
		max-width: 200px;
		margin: 0 auto;
	} */
	.search_item .products_label {
		font-size: 18px;
	}
	.products_cat_items > p,
	.search_item .products_about_text {
		font-size: 16px;
	}
	.products_guarantee_items {
		flex-wrap: wrap;
	}
	.gurantee_text {
		width: 100%;
	}
	.products_btn {
		margin-top: auto;
		text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	}
	.search_item .products_btn::before {
		width: 30px;
		height: 21px;
		right: 10px;
	}
	.products_btn::before {
		width: 40px;
		height: 31px;
		right: 10px;
	}
	
	.search_controller_table td {
		font-size: 15px;
	}
	.search_controller_table td:first-child {
		width: 200px;
	}
	.search_controller_table td:first-child::before {
		width: 5px;
		height: 5px;
		top: 9px;
	}
}
@media screen and (max-width: 767px) {
	.archive.search-results .site-body {
		padding: 0 0 5rem !important;
	}
	.vk_posts:has(.search_item) {
		gap: 5rem;
		max-width: 500px !important;
	}
	.search_item {
		max-width: 100% !important;
	}
	.search_item .products_box {
		height: auto;
		border-width: 3px;
		padding: 2rem 15px 2.2rem;
	}
	.search_result_box h2 {
		font-size: 28px;
	}
	.search_tag_lists {
		gap: 6px;
	}
	.search_tag {
		box-shadow: 0 3px 6px #dcdcdc;
	}
	.search_tag > a {
		font-size: 16px;
	}
	.search_result_text {
		font-size: 21px;
		margin-top: 1rem;
	}
	.search_item .products_maker {
		font-size: 22px;
	}
	.products_price_name {
		font-size: 18px;
	}
	.option_title {
		font-size: 15px;
		width: 135px;
	}
	.search_item .archive_product_logo img {
		max-height: 35px;
	}
	.search_item .products_label {
		font-size: 16px;
	}
	.search_item .products_info_box {
		margin: 2.2rem 0 1.25rem;
	}
	.products_cat_items > p,
	.search_item .products_about_text {
		font-size: 15px;
	}
	.products_cat_title {
		width: 80px;
	}
	.products_cat {
		width: calc(100% - 0.5rem - 80px);	
	}
	.guarantee_icon {
        width: 90px;
        padding: 18px;
    }
	.guarantee_icon::before {
		width: 90px;
		height: 90px;
	}
	.guarantee_icon strong {
		font-size: 32px;
	}
	.gurantee_text {
		font-size: 16px;
	}
	.search_item .products_btn {
		max-width: 300px;
		margin: 0 auto;
	}
	.products_btn  {
		margin-top: 2rem;
		padding: 25px 40px 25px 20px;
	}
	.products_btn::before {
        width: 35px;
        height: 26px;
        right: 19px;
    }
}

/*************************
 * 商品詳細ページ
 ************************/
.single.single-products .page-header,
.single.single-products .breadcrumb,
.single.single-products .entry-header {
	display: none;
}
.single.single-products .site-body,
.single.single-post .site-body {
	position: relative;
}
.single.single-products .site-body::before {
	content: '';
	width: 100%;
	height: 24vw;
	background: url('../../../wp-content/uploads/2024/08/products_single_bg-scaled.webp') center / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.single .entry-body {
	padding-top: 1.5rem;
	color: var(--page-color);
}
.products_single_title_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 15px;
	color: #fff;
	font-weight: 900;
	background-color: var(--orenge-color);
	padding: 2.13rem;
	border-radius: 100px 100px 0 0;
}
.products_single_type {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.products_single_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 15px;
	font-size: 2.125rem;
	font-weight: 900;
	padding: 0;
	margin: 0;
	border: none;
}
.products_single_title span {
	font-size: 22px;
}
.products_single_wrap {
	border: 8px solid #dfdfdf;
	border-top: unset;
	border-radius: 0 0 100px 100px;
	background-color: #fff;
}
.products_single_text_content {
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
	padding: 2.8rem 0 1.7rem;
}
.products_single_text_content > div + div {
	border-top: 1px solid #dfdfdf;
}
.products_single_about_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5%;
	margin-bottom: 2rem;
}
.products_single_about_box .product_img {
	max-width: 23.6%;
	width: 100%;
}
.products_single_about_box .product_img img {
	width: 100%;
}
.products_single_about_right {
	max-width: 68%;
}
.products_single_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 2rem;
}
.products_single_info .archive_product_logo {
	max-width: unset;
	max-height: 46px;
}
.products_single_info .archive_product_logo img {
	max-height: 46px;
	object-fit: contain !important;
}
.products_single_info .products_label {
	font-size: 1.75rem;
	font-weight: 900;
	margin-bottom: 0;
}
.products_single_about_right .products_cat_items {
	gap: 0 1.4rem;
}
.products_single_about_right .products_cat_items + .products_cat_items {
	margin-top: 0.5rem;
}
.products_single_about_right .products_cat_title {
	font-size: 1.25rem;
	font-weight: 400;
}
.products_single_about_right .products_cat_items > p {
	font-size: 1.125rem;
	line-height: 1.777;
	padding: 0.2rem 0 !important;
}
.products_single_price_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 2.4rem;
}
.products_price_item {
	width: 47.1%;
}
.products_price_item .products_price_name {
	font-size: 1.375rem;
	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF,
	  -1px 1px 0px #FFF,  1px -1px 0px #FFF,
	  1px 0 0px #FFF, -1px  0 0px #FFF,
	  0 1px 0px #FFF,  0 -1px 0px #FFF;
	padding: 0.85rem;
	margin-bottom: 1.6rem;
}
.products_price_item.maker_price .products_price_name {
	margin-bottom: 2.15rem;
}
.products_price_item.maker_price .products_price_name {
	background-color: #137cf3;
}
.products_price_item .products_option_box {
	max-width: 100%;
}
.products_price_item .products_option + .products_option {
	margin-top: 0.9rem;
}
.products_price_item.maker_price .option_title {
	width: 202px;
	background-color: #d0f2fc;
}
.products_price_item.maker_price .option_text.price {
	font-size: 2.125rem;
	color: var(--page-color);
}
.products_price_item.maker_price .option_text.price span {
	font-size: 1.125rem;
}
.maker_price_text {
	margin-top: 1.2rem;
    font-size: 1.125rem;
    line-height: 1.2;
}
.products_price_item .option_title {
	width: 175px;
}
.products_single_wrap .products_guarantee_items {
	max-width: 735px;
	margin: 0.9rem auto 1.4rem;
}
.products_single_wrap .guarantee_icon {
	font-size: 1.625rem;
	width: 130px;
}
.products_single_wrap .guarantee_icon::before {
	width: 130px;
	height: 130px;
}
.products_single_wrap .guarantee_icon strong {
	font-size: 3.25rem;
}
.products_single_wrap .gurantee_text {
	font-size: 1.875rem;
	line-height: 1.333;
}
.products_main_price_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 1rem;
	gap: 1rem;
}
.products_main_price_box .products_price_title {
	position: relative;
	font-size: 3.125rem;
	font-weight: bold;
	font-style: italic;
	text-stroke: 8px white;
    -webkit-text-stroke: 8px white;
	filter: drop-shadow(0 6px 9px rgba(59, 59, 59, 0.5));
	line-height: 1.2;
	letter-spacing: 1px;
	max-width: 220px;
	width: 100%;
	will-change: filter;
}
.products_main_price_box .products_price {
	position: relative;
	font-size: 6.875rem;
	font-style: italic;
	text-stroke: 8px white;
    -webkit-text-stroke: 8px white;
	filter: drop-shadow(0 6px 9px rgba(59, 59, 59, 0.5));
	line-height: 1.2;
	letter-spacing: -2px;
}
.products_main_price_box .products_price_title::after,
.products_main_price_box .products_price::after,
.products_main_price_box .products_price span::after {
	position: absolute;
    left: 0px;
    top: 0;
    content: attr(data-txt);
    background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-stroke: .5px #dd4444;
    -webkit-text-stroke: .5px #dd4444;
    font-style: italic;
    padding-right: 15px;
    letter-spacing: -2px;
}
.products_main_price_box .products_price_title::after {
	letter-spacing: 1px;
}
.products_main_price_box .products_price span::after {
	top: -6px;
}
.products_main_price_box .products_price span {
	position: relative;
	font-size: 3.75rem;
	background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
    -webkit-background-clip: text;
}
.products_single_wrap .products_btn {
	max-width: 503px;
	margin: 0.3rem auto 0;
	font-size: 1.5rem;
}
.products_single_wrap .products_btn:hover {
	color: var(--page-color);
}
.products_single_wrap .products_btn::before {
	background: url('../../../wp-content/uploads/2024/08/single_btn_arrow.png') center / contain no-repeat;
	width: 61px;
	height: 47px;
	right: 30px;
}
.single .title_box {
	margin-top: 5.4rem;
}
.single.title_box .title figure img {
	height: 80px !important;
}
.single .top_product_items {
	gap: 53px 5.5%;
	margin-top: 2.8rem;
	margin-bottom: 4.9rem;
}
.single .top_product_item {
	width: 29.2%;
}
.single .top_product_item > a {
	padding: 1.4rem 10px 3.3rem 26px;
}
.single .top_product_tags img {
	max-width: 145px;
}
.single .top_product_tags p {
	font-size: 15px;
}
.single .top_price_box {
	margin-top: 9px;
}
.single .top_off_icon {
	font-size: 1.375rem;
	padding: 19px 0;
}
.single .top_off_icon::before {
	width: 106px;
	height: 75px;
}
.single .top_product_price {
	font-size: 3.375rem !important;
	letter-spacing: 0;
	text-stroke: 5px white;
    -webkit-text-stroke: 5px white;
}
.single .top_product_price::after,
.single .top_product_price span::after {
	letter-spacing: 0;
}
.single .top_product_price span {
	font-size: 1.75rem;
}
.single .top_product_price span::after {
	top: -2px;
}
.single .top_price_text {
	font-size: 1.125rem;
	margin-top: -0.5rem;
	margin-bottom: 2rem;
}
.single .top_img_box {
	margin-bottom: 1.5rem;
}
.single .top_img_box > img {
	width: 44%;
}
.single .top_img_box .product_points {
	gap: 8px 3%;
}
.single .top_img_box .product_points img {
	width: 48%;
}
.single .top_product_type {
	margin-top: 1rem;
}
.single .top_product_type img {
	max-width: 143px;
}
.single .top_product_items.recommend .top_product_text {
	font-size: 1.125rem;
}
.single .entry-footer {
	display: none;
}

.products_option.controller_box .option_text {
	font-size: 18px;
	color: #f60303;
}
.controller_btns {
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 40px;
}
.controller_btns li + li {
	margin-top: 12px;
}
.controller_btns li {
	color: #fff;
	background-color: var(--orenge-color);
	border-radius: 9999px;
	cursor: pointer;
	max-width: 311px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px 10px;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 5px;
	box-shadow: inset 0 5px 5px rgba(255,255,255,0.7),
				inset 0 -5px 5px rgba(0,0,0,0.3);
	transition: opacity .3s;
}
.controller_btns li:hover {
	opacity: 0.7;
}
.controller_btns li img {
	width: 26px;
}

@media screen and (max-width: 1250px) {
	.single .top_product_items {
		justify-content: center;
	}
	.single .top_product_item {
		border-radius: 70px;
		max-width: 385px;
		width: 100%;
	}
	.single .top_product_item:nth-child(3) {
		display: none;
	}
	.single .top_img_box .product_points img {
		width: 45%;
	}
}
@media screen and (max-width: 1100px) {
	.single .top_off_icon {
		position: relative;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 1024px) {
	.single .top_product_items {
		max-width: 100%;
	}
	.single .top_off_icon {
		position: absolute;
        top: 10px;
        right: 25px;
	}
	.products_single_wrap {
		border-radius: 0 0 60px 60px;
		border-width: 5px;
	}
	.products_single_title_box {
		border-radius: 60px 60px 0 0;
		padding: 1.3rem 2rem;
	}
	.products_single_title {
		font-size: 28px;
	}
	.products_single_info {
		gap: 0 10px;
		margin-bottom: 1.5rem;
	}
	.products_single_info .archive_product_logo img {
		max-height: 35px;
	}
	.products_single_info .products_label {
		font-size: 20px;
	}
	.products_single_about_right .products_cat_items > p {
		font-size: 16px;
	}
	.products_single_about_right .products_cat_items {
		gap: 0 8px;
	}
	.products_single_about_box .product_img {
		max-width: 26.6%;
	}
	.products_single_about_box {
		gap: 2%;
	}
	.products_price_item .products_price_name {
		padding: 0.5rem;
/* 		margin-bottom: 1.5rem; */
	}
	.products_price_item.maker_price .products_price_name {
		margin-bottom: 1.6rem;
	}
	.maker_price_text {
		font-size: 15px;
	}
	.products_single_wrap .guarantee_icon {
		width: 110px;
	}
	.products_single_wrap .guarantee_icon::before {
		width: 110px;
		height: 110px;
	}
	.products_single_wrap .guarantee_icon strong {
		font-size: 38px;
	}
	.products_single_wrap .gurantee_text {
		width: calc(100% - 120px);
		font-size: 22px;
	}
/* 	.products_main_price_box .products_price_title {
		text-stroke: 5px white;
    	-webkit-text-stroke: 5px white;
	}
	.products_main_price_box .products_price {
		font-size: 5rem;
		text-stroke: 5px white;
    	-webkit-text-stroke: 5px white;
	} */
	.products_main_price_box .products_price span {
		font-size: 3rem;
	}
	.products_main_price_box .products_price span::after {
		top: -5.5px;
	}
	.products_single_wrap .products_btn {
		max-width: 325px;
		font-size: 18px;
		line-height: 1.5;
	}
	.products_single_wrap .products_btn::before {
		width: 35px;
		height: 26px;
		right: 6px;
	}
	
	.single .top_product_item {
		width: 47%;
		border-radius: 50px;
	}
	.single .top_product_item > a {
		padding: 2rem 10px 3rem;
	}
	.single .top_product_price {
		font-size: 4.3rem !important;
/* 		text-stroke: 3px white;
    	-webkit-text-stroke: 3px white; */
	}
	.single .top_product_price span {
		font-size: 2rem;
	}
	.single .top_price_text {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.single .top_img_box > img {
		width: 48%;
	}
	.single .top_img_box .product_points img {
		width: 48%;
	}
	.single .top_product_items.recommend .top_product_text {
		font-size: 1.3rem;
	}
	.products_single_title span {
		font-size: 18px;
	}
	
	.products_option.controller_box .option_text {
		font-size: 15px;
	}
	.controller_btns {
		margin-top: 12px;
		margin-bottom: 25px;
	}
	.controller_btns li + li {
		margin-top: 8px;
	}
	.controller_btns li {
		font-size: 15px;
		gap: 5px;
	}
	.controller_btns li img {
		width: 20px;
	}
}

@media screen and (max-width: 767px) {
	.products_single_wrap {
		border-radius: 0 0 30px 30px;
		border-width: 4px;
	}
	.products_single_title_box {
		border-radius: 30px 30px 0 0;	
		padding: 1.3rem 1rem;
		justify-content: flex-start;
	}
	.products_single_title {
		font-size: 22px;
	}
	.products_single_type {
		font-size: 16px;
	}
	.products_single_about_box .product_img,
	.products_single_about_right {
		max-width: 100%;
	}
	.products_single_about_box .product_img {
		max-width: 200px;
		margin: 0 auto 10px;
	}
	.products_single_info .products_label {
		font-size: 16px;
	}
	.products_single_about_right .products_cat_items > p {
		font-size: 15px;
	}
	.products_price_item {
		width: 100%;
	}
	.products_price_item  + .products_price_item  {
		margin-top: 2rem;
	}
	
	.single .top_product_items {
		flex-wrap: wrap;
		gap: 30px 3%;
	}
	.single .top_product_item {
		width: 48%;
		border-radius: 30px;
	}
	.single .top_product_item > a {
		padding: 1rem 10px;
	}
	.single .top_product_tags img {
		max-width: 80px;
	}
	.single .top_product_type img {
		max-width: 100px;
	}
	.single .top_product_tags p {
		font-size: 11px;
	}
	.single .top_off_icon {
/* 		position: relative;
		top: 0;
		left: 0;
		right: unset; */
		top: 0px;
		right: 14px;
		font-size: 14px;
		padding: 11px 0;
	}
	.single .top_off_icon::before {
		width: 75.5px;
        height: 45.5px;
	}
	.products_single_price_box {
		padding-bottom: 2.4rem;
	}
	.single .top_price_box {
		margin-top: 0.2rem;
	}
	.single .top_product_price {
		font-size: 27px !important;
		text-stroke: 3px white;
    	-webkit-text-stroke: 3px white;
	}
	.single .top_product_price span {
		font-size: 20px;
	}
	.single .top_price_text {
		margin-top: 0;
		font-size: 13px;
	}
	.single .top_img_box {
		margin-bottom: 0rem;
		gap: 5%;
	}
	.single .top_img_box > img {
		width: 65%;
	}
	.single .top_img_right {
		width: 30%;
	}
	.single .top_img_box .product_points {
		gap: 2px 2%;
	}
	.single .top_img_box .product_points img {
		width: 100%;
	}
	.products_price_item .products_option + .products_option {
		margin-top: 2rem;
	}
	.products_price_item.maker_price .products_price_name {
		font-size: 18px;
	}
	.products_option {
		gap: 10px;
	}
	.single .option_text {
		width: 100%;
	}
	.products_guarantee_box {
		padding: 2.4rem 0;
	}
	.products_single_wrap .products_guarantee_items {
		margin: 0 auto;
	}
	.products_single_wrap .guarantee_icon {
		width: 80px;
		font-size: 18px;
	}
	.products_single_wrap .guarantee_icon::before {
		width: 80px;
		height: 80px;
	}
	.products_single_wrap .guarantee_icon strong {
		font-size: 28px;
	}
	.products_single_wrap .gurantee_text {
		width: 100%;
		font-size: 18px;
	}
	.products_main_price_box {
		padding-top: 2.4rem;
		gap: 0;
	}
	.products_main_price_box .products_price_title {
		font-size: 2.8rem;
		max-width: 172px;
		margin-bottom: 0;
		filter: drop-shadow(0 3px 5px rgba(59, 59, 59, 0.3));
	}
	.products_main_price_box .products_price {
		font-size: 4.3rem;
		filter: drop-shadow(0 3px 5px rgba(59, 59, 59, 0.3));
	}
	.products_main_price_box .products_price span {
		font-size: 2.6rem;
	}
	.products_main_price_box .products_price_title::after,
	.products_main_price_box .products_price::after,
	.products_main_price_box .products_price span::after {
		padding-right: 10px;
	}
	.products_main_price_box .products_price span::after {
		top: -3.5px;
	}
	.products_single_wrap .products_btn {
		max-width: 300px;
		padding: 13px 50px 13px 10px;
		line-height: 1.5;
	}
	
	.single .top_product_items.recommend .top_product_text {
		font-size: 13px;
	}
	.products_single_title span {
		font-size: 15px;
	}
	
	.controller_btns {
		margin-bottom: 0;
	}
	.controller_btns li {
		padding: 7px 5px;
		box-shadow: inset 0 3px 5px rgba(255,255,255,0.7),
    				inset 0 -3px 5px rgba(0,0,0,0.3);
	}
}


/*************************
 * 特価販売・施工商品
 ************************/
.douji_product_content {
	overflow: visible;
	padding-top: 4rem;
	padding-bottom: 8rem;
}
.douji_product_items > .row {
	margin: 0 !important;
}
.douji_product_items > .row > .wp-block-vk-blocks-grid-column-item {
	position: relative;
	padding: 0 !important;
}
.douji_item {
	padding: 40px;
	border: 8px solid #DFDFDF;
	border-radius: 25px;
	gap: 3%;
	background-color: #fff;
	filter: drop-shadow(9px 7px 0 var(--orenge-color));
	margin-bottom: 0;
}
.douji_product_items > .row > .wp-block-vk-blocks-grid-column-item + .wp-block-vk-blocks-grid-column-item {
	margin-top: 2.5rem;
}
.douji_item figure {
	margin-bottom: 0 !important;
}
.douji_item > .wp-block-column:first-child {
	position: relative;
	flex-basis: 31.5% !important;
}
.douji_item > .wp-block-column:last-child {
	flex-basis: 65.5% !important;
}
.douji_icon {
	width: 200px;
    position: absolute;
    top: -30px;
    left: -30px;
    margin-bottom: 0;
}
.douji_name_box {
	gap: 10px 20px;
	align-items: center;
	margin-bottom: 16px;
}
.douji_name_logo {
	width: 180px;
}
.douji_name_logo img {
	width: 100%;
}
.douji_name_box h2 {
	font-size: 32px;
	width: calc(100% - 200px);
}
.douji_about_box {
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.douji_about_box h3 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.douji_about_lists {
	gap: 2px 20px;
}
.douji_about_box p {
	font-size: 18px;
	line-height: 1.5;
}
.douji_price_text {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.douji_price {
	font-size: 5rem;
	font-style: italic;
	position: relative;
    line-height: 1.2;
    text-stroke: 8px white;
    -webkit-text-stroke: 8px white;
    font-style: italic;
    filter: drop-shadow(0 3px 3px rgba(59, 59, 59, 0.3));
    will-change: filter;
    margin-bottom: 0;
}
.douji_price::after,
.douji_price strong::after {
	position: absolute;
    left: 0px;
    top: 0;
    content: attr(data-txt);
    background: linear-gradient(0deg, #ac1414 0%, #ff0000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-stroke: 1px #bb4444;
    -webkit-text-stroke: 1px #bb4444;
    font-style: italic;
    padding-right: 10px;
}
.douji_price strong::after {
	top: -5px;
}
.douji_price strong {
	position: relative;
	font-size: 3.125rem;
}
.douji_product_content .douji_price_items {
	margin-bottom: 0;
}
.douji_product_btn a {
	position: relative;
	width: 100%;
	font-size: 1.5rem !important;
	background: url(../../../wp-content/uploads/2024/07/search_btn_bg.png) center / contain no-repeat !important;
	color: var(--page-color) !important;
	font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.01em;
    text-shadow: 2px 2px 0px #FFF, -2px -2px 0px #FFF, -2px 2px 0px #FFF, 2px -2px 0px #FFF, 2px 0 0px #FFF, -2px 0 0px #FFF, 0 2px 0px #FFF, 0 -2px 0px #FFF;
	padding: 28px 10px !important;
}
.douji_product_btn a:hover {
	box-shadow: unset !important;
	opacity: 1 !important;
}
.douji_product_btn a:hover::before {
	right: 20px;
}
.douji_product_btn a::before {
	content: '';
	background: url(../../../wp-content/uploads/2024/08/single_btn_arrow.png) center / contain no-repeat;
    width: 41px;
    height: 27px;
	position: absolute;
    right: 30px;
    top: 50%;
	transform: translateY(-50%);
	transition: right .3s;
}
.douji_price_items > .wp-block-column:first-child {
	flex-basis: calc(100% - 350px) !important;
}
.douji_price_items > .wp-block-column:last-child {
	flex-basis: 350px !important;
}

@media screen and (max-width: 1500px) {
	.douji_item > .wp-block-column:first-child {
		flex-basis: 40% !important;
	}
	.douji_item > .wp-block-column:last-child {
		flex-basis: 57% !important;
	}
	.douji_product_content .douji_price_items {
		flex-wrap: wrap !important;
		gap: 16px;
	}
	.douji_price_items > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}
	.douji_name_logo {
		width: 155px;
	}
	.douji_name_box h2 {
		font-size: 24px;
	}
}
@media screen and (max-width: 1230px) {
	.douji_name_box {
		flex-wrap: wrap;
		gap: 5px;
	}
	.douji_name_box h2 {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.douji_product_content .douji_item {
		flex-wrap: wrap !important;
		padding: 25px;
	}
	.douji_item > .wp-block-column:first-child,
	.douji_item > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.douji_item > .wp-block-column:first-child figure {
		max-width: 450px;
		margin: 0 auto 1.5rem !important;
	}
	.douji_about_box {
		padding: 1rem;
		border-radius: 7px;
	}
	.douji_about_box h3,
	.douji_about_box p,
	.douji_price_text {
		font-size: 16px;
	}
	.douji_product_content .douji_price_items {
		justify-content: space-between;
	}
	.douji_price_items > .wp-block-column:first-child {
		flex-basis: max-content !important;
	}
	.douji_price_items > .wp-block-column:last-child {
		flex-basis: 300px !important;
	}
}
@media screen and (max-width: 767px) {
	body:has(.douji_product_content) .page_fv_content.reason_fv_content .page_fv_title img {
		height: 57px !important;
		object-fit: contain !important;
	}
	.douji_product_content .douji_item {
		padding: 1.5rem 1rem;
		border-radius: 15px;
		border-width: 4px;
		filter: drop-shadow(5px 5px 0 var(--orenge-color));
	}
	.douji_name_box h2 {
		font-size: 20px;
	}
	.douji_name_logo {
		max-width: 130px;
	}
	.douji_about_box h3,
	.douji_about_box p,
	.douji_price_text {
		font-size: 15px;
	}
	.douji_about_box p {
		width: 100%;
	}
	.douji_price {
		font-size: 4.3rem;
		filter: drop-shadow(0 3px 5px rgba(59, 59, 59, 0.3));
	}
	.products_main_price_box .products_price span {
		font-size: 2.6rem;
	}
	.douji_price_items > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}
	.douji_product_btn a {
		display: block;
		max-width: 300px;
		margin: 0 auto;
		padding: 13px 50px 13px 10px;
		font-size: 18px;
	}
	.douji_product_content .douji_price_items {
		justify-content: center;
	}
	.douji_icon {
		width: 130px;
	}
}