@charset "UTF-8";

/*
Theme Name: MY THEME 
Author: Zenshin
Description: オリジナルテーマ
Version: 1.0
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res {
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo {
	display: flex;
	justify-content: center;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 変数 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	--basecolor: #63a211;
	/* 基本色 */
	--gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

	--myfont: "Noto Sans JP", sans-serif;
	--myw: 720px;
	/*標準幅*/
}


/* フォント */
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L {
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p {
	font-size: 18px;
}

.text_img_double_R {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img {
	vertical-align: middle;
}

.title_wrapper {
	margin-right: 50%;
}

.title_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text {
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
		padding: 0;
	}

	.text_img_double_R {
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.title_img {
		width: 70%;
		margin: 20px 0 30px 0;
	}

	.text_item_double_L p {
		font-size: 14px;
	}

	.title_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		/* 要素を縦方向に並べる */
		justify-content: center;
		/* 横方向（左右方向）の中央揃え */
		align-items: center;
		/* 縦方向（上下方向）の中央揃え */
	}

	.osirase_img {
		width: 50%;
	}
}


/* 横幅 */
body {
	margin: 0;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*スマホ*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*配置*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* ポジション */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*リンク*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*色*/
.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*スマホ限定/PC限定*/
/*フッターの画像切替のみに使用 bootstrapのxlに対応*/

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----マージン共通-----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc {
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
	.margin_hanyo {
		margin-top: 50px;
	}

	.margin_hanyo_sub {
		margin-top: 10px;
	}

	.margin_hanyo_sub2 {
		margin-top: 50px;
	}

	.margin_top_res {
		margin-top: 15px;
	}

	.margin_right_pc {
		margin-right: 0;
	}
}

p {
	font-size: 21px;
}

/* ベーシックプラン用。汎用CSS */
/* width指定 */
.w-10 {
	width: 10%
}

.w-15 {
	width: 15%
}

.w-20 {
	width: 20%
}

.w-25 {
	width: 25%
}

.w-30 {
	width: 30%
}

.w-33 {
	width: 33%
}

/* flexの3等分用 */
.w-40 {
	width: 40%
}

.w-45 {
	width: 45%
}

.w-48 {
	width: 48%
}

/* flexの2等分用 */
.w-50 {
	width: 50%
}

.w-60 {
	width: 60%
}

.w-65 {
	width: 65%
}

/* flexの2:1の比率用 */
.w-70 {
	width: 70%
}

.w-75 {
	width: 75%
}

.w-80 {
	width: 80%
}

/* 基本のサイズ */
.w-90 {
	width: 90%
}

.w-95 {
	width: 95%
}

.w-100 {
	width: 100%
}

.w-fit {
	width: fit-content
}

/* 余白 */
.p-10 {
	padding: 10px
}

.p-15 {
	padding: 15px
}

.p-20 {
	padding: 20px
}

.p-30 {
	padding: 30px
}

.p-60 {
	padding: 60px
}

/* flexなど位置系 */
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2%
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.column {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2%
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 2%
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2%
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

/* font-size汎用 */
.font14 {
	font-size: 14px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font20 {
	font-size: 20px
}

.font24 {
	font-size: 24px
}

.font30 {
	font-size: 30px;
	font-weight: bold
}

.font40 {
	font-size: 40px;
	font-weight: bold
}

/* その他汎用 marginやpaddingそのほか */
.style-none {
	list-style: none;
	padding: 0;
}

.bold {
	font-weight: bold
}

.m-auto {
	margin: auto
}

.m-0 {
	margin: 0
}

.m-l-3 {
	margin-left: 3%
}

.m-l-5 {
	margin-left: 5%
}

.m-t-5 {
	margin-top: 5%;
}

.p-l-8 {
	padding: 0 0 0 8%;
}

.p-l-15px {
	padding-left: 15px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-t-5 {
	padding-top: 5px;
}

.vertical-top {
	vertical-align: top;
}

.p-y-10 {
	padding: 10px 0;
}

/* レスポ化用汎用 */
@media only screen and (min-width: 769px) {
	.sp {
		display: none
	}

	/* SP表示（769px未満で表示） */
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none
	}

	/* PC表示（768px以上で表示） */
	.sp-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.hamburger_menu_btn_wrap.sp {
		display: block;
	}

	.sp-w-70 {
		width: 70%;
	}
}

@media only screen and (min-width: 561px) {
	.sm {
		display: none
	}

	/* スマホ表示（561px未満で表示） */
}

@media only screen and (max-width: 560px) {
	.extra {
		display: none
	}

	/* それ以外表示（560px以上で表示） */
	.sm-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sm-w-90 {
		width: 90%;
	}
}

/* header */
.myhead {
	padding: 2% 0;
	background-color: #f0f8ff;
	box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.4)
}

/*-----ハンバーガーメニュー-----*/
.hamburger_menu_btn_wrap {
	display: none;
	margin-right: 1.4%;
	margin-left: auto;
	position: fixed;
	right: 0;
	top: 15%;
}

.hamburger_menu_btn {
	width: 30px;
	height: 24px;
	position: relative;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger_menu_btn span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #0a4bc1;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hamburger_menu_btn.active span:nth-child(1) {
	transform: translateY(10.5px) rotate(45deg);
}

.hamburger_menu_btn.active span:nth-child(2) {
	opacity: 0;
}

.hamburger_menu_btn.active span:nth-child(3) {
	transform: translateY(-10.5px) rotate(-45deg);
}

.hamburger_window {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100vh;
	background-color: rgba(30, 30, 30, 0.95);
	padding-top: 80px;
	box-sizing: border-box;
	transition: right 0.5s ease;
	z-index: 1000;
	visibility: hidden;
	overflow-y: auto;
}

.hamburger_window.open {
	right: 0;
	visibility: visible;
}

.hamburger_list_item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hamburger_list_item li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger_list_item li a {
	display: block;
	padding: 15px 20px;
	color: white;
	text-decoration: none;
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
}

.hamburger_list_item li a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.hamburger_background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
}

.hamburger_background.open {
	opacity: 1;
	visibility: visible;
}

/* footer */
.myfoot {
	background-color: #0071bc;
	padding: 20px 0 0;
}

.sp-li {
	background-color: #fff;
	color: #0071bc;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold
}

@media only screen and (max-width: 850px) {
	.c-width {
		width: 90% !important;
		margin: auto;
	}

	.pc-850 {
		display: none !important;
	}
}

@media only screen and (min-width: 851px) {
	.sp-850 {
		display: none !important;
	}
}

/* front-page */
.bg-sky {
	background-color: #f0f8ff
}

.bg-blue {
	background-color: #0071bc
}

.bg-white {
	background-color: #fff
}

.font-blue {
	color: #0071bc
}

.arrow-button {
	background-color: #3a75bb;
	color: #fff;
	width: fit-content;
	padding: 1px 6px;
	border-radius: 100%;
}

.arrow-button-wh {
	background-color: #fff;
	color: #3a75bb;
	width: fit-content;
	padding: 1px 6px;
	border-radius: 100%;
}

.b-tandb-wh {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* お知らせ欄 */
.l-font {
	font-size: 120px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	line-height: 1.0;
}

.s-font {
	font-size: 18px;
	color: white;
	text-align: right;
	margin-right: 115px;
}

@media only screen and (max-width: 900px) {
	.pc-900 {
		display: none !important;
	}

	.sp-900-column {
		flex-direction: column;
	}

	.sp-900-w-100 {
		width: 100%;
	}

	.sp-900-w-90 {
		width: 90%;
	}

	.l-font {
		font-size: 80px;
	}

	.s-font {
		text-align: center;
		margin-right: 0;
	}
}

@media only screen and (min-width: 901px) {
	.sp-900 {
		display: none !important;
	}
}

/* overview */
.font-pale {
	color: #2e3192;
}

.b-b-blue {
	border-bottom: 1px solid #29abe2;
	font-weight: normal
}

.b-b-ash {
	border-bottom: 1px solid #ccc
}

.normal {
	font-weight: normal
}

/* contact */
.cform {
	width: 100%
}

.cform tbody {
	width: 100%
}

.cform tr {
	width: 100%;
}

.bg-form {
	background-color: #0071bc;
	color: #fff;
	padding: 10px 25px 10px 25px;
}

.bg-form p,
.border-form p {
	margin: 0;
	font-size: 18px;
}

.b-b-black {
	border-bottom: 1px solid #000
}

.required-srt {
	background-color: #c1272d;
	padding: 2px 15px;
	border-radius: 12px;
	font-size: 16px !important;
}

.border-form input[type="text"],
.border-form textarea {
	width: 90%;
	margin: 10px 0 10px 4%;
}

.border-form input[type="tel"],
.border-form input[type="email"] {
	width: 60%;
	margin: 10px 0 10px 4%;
}

.zip-code {
	width: 40%
}

.short input[type="text"] {
	width: 80% !important;
	margin: 10px 0 10px 11%
}

.short {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	align-items: center;
}

.credential {
	font-size: 14px;
	margin: 0;
}

.a-tag {
	color: #29abe2
}

.a-tag:hover {
	opacity: 0.6;
	color: #0071bc;
}

.sending-button {
	background: url('./image/contact/bg-but.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 40px 0 30px;
	background-size: 40%;
}

.sending-button p {
	margin: 0;
	font-size: 24px;
	text-align: center;
}

.sending-button input {
	color: #fff;
	background-color: #0071bc;
	border: none;
	box-shadow: none;
}

.wpcf7-spinner {
	display: none !important;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
	.zip-code {
		width: 60%
	}

	.short input[type="text"] {
		width: 80% !important;
		margin: 10px 0 10px 12%
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.sp-w-90 {
		width: 90%
	}

	.cform tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.bg-form {
		width: 100%;
	}

	.border-form {
		width: 100%;
		text-align: center;
	}

	.border-form input[type="text"],
	.border-form textarea {
		width: 90%;
		margin: 10px auto;
	}

	.border-form input[type="tel"],
	.border-form input[type="email"] {
		width: 90%;
		margin: 10px auto;
	}

	.zip-code {
		width: 100%
	}

	.short input[type="text"] {
		width: 90% !important;
		margin: 10px auto
	}

	.short {
		flex-direction: column;
	}

	.credential {
		width: 90%;
	}
}

@media only screen and (max-width: 560px) {
	.sp-w-90 {
		width: 95%
	}

	.cform tr {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.bg-form {
		width: 100%;
	}

	.border-form {
		width: 100%;
		text-align: center;
	}

	.border-form input[type="text"],
	.border-form textarea {
		width: 90%;
		margin: 10px auto;
	}

	.border-form input[type="tel"],
	.border-form input[type="email"] {
		width: 90%;
		margin: 10px auto;
	}

	.zip-code {
		width: 100%
	}

	.short input[type="text"] {
		width: 90% !important;
		margin: 10px auto
	}

	.short {
		flex-direction: column;
	}

	.credential {
		width: 90%;
	}
}

/* recruit */
.bef-hash {
	margin-left: 8%;
	position: relative;
}

.bef-hash::before {
	width: 3.5vw;
	height: 2px;
	background-color: #0071bc;
	position: absolute;
	content: '';
	top: 50%;
	left: -8.7%;
}

.f-ash {
	color: #999;
}

.table-pad {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media only screen and (max-width: 560px) {
	.sm-bg-ash {
		background-color: #999;
	}

	.sm-f-white {
		color: #fff;
	}

	.sm-w-100 {
		width: 100% !important;
		text-align: center !important;
	}
}

/* equip */
.bg-ash {
	background-color: #ccc;
}

/* products */
.bef-half-square {
	position: relative;
	margin-left: 35px;
}

.bef-half-square::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 30px;
	top: 25%;
	left: -30px;
	background-color: #0071bc;
}

/* sending-button */
.send-btn-wrap {
	position: relative;
}

.send-btn-wrap input[type="submit"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 2;
}

.fake-btn {
	display: block;
	padding: 22px 70px 22px 40px;
	border-radius: 999px;
	background: #0071bc;
	color: #fff;
	position: relative;
	width: 25%;
	margin: auto;
	text-align: center;
}

.fake-btn .arrow {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #0071bc;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.fake-btn {
		width: 50%;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
	.fake-btn {
		width: 60%;
	}
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
	.fake-btn {
		width: 70%;
	}
}

@media only screen and (max-width: 500px) {
	.fake-btn {
		width: 80%;
	}
}

/* ===== BlueCylinder React Revised Port (override) ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Crimson+Text:ital,wght@0,400;0,700;1,400&family=Special+Elite&display=swap');

.bebas {
	font-family: 'Bebas Neue', sans-serif !important;
}

.crimson {
	font-family: 'Crimson Text', serif !important;
}

.elite {
	font-family: 'Special Elite', cursive !important;
}

body {
	background: #0a0a0a;
	color: #ede7d9;
	overflow-x: hidden;
}

.bc-lock {
	overflow: hidden;
}

.bc-page {
	background: #0a0a0a;
	color: #ede7d9;
	min-height: 100vh;
}

.bc-page * {
	box-sizing: border-box;
}

.bc-container {
	width: min(1400px, calc(100% - 48px));
	margin: 0 auto;
}

.bc-section {
	padding: 128px 0;
	border-top: 1px solid #1a1a1a;
}

.bc-center {
	text-align: center;
}

.bc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	padding: 22px;
	transition: all .5s ease;
}

.bc-header.is-scrolled {
	background: rgba(10, 10, 10, .9);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #333;
	padding-top: 16px;
	padding-bottom: 16px;
}

.bc-header-inner {
	width: min(1800px, calc(100% - 24px));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.bc-logo-link {
	display: block;
	width: clamp(128px, 12vw, 192px);
}

.bc-logo {
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
	opacity: .9;
}

.bc-nav {
	display: flex;
	align-items: center;
	gap: 40px;
}

.bc-nav a {
	text-decoration: none;
	color: #ede7d9;
	font-size: 1.125rem;
	letter-spacing: .2em;
	transition: color .3s ease;
}

.bc-nav a:hover {
	color: rgba(237, 231, 217, .6);
}

.bc-menu-btn {
	width: 40px;
	height: 34px;
	border: 0;
	background: transparent;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	padding: 4px 0;
}

.bc-menu-btn span {
	display: block;
	height: 2px;
	background: #ede7d9;
	transition: .3s ease;
}

.bc-menu-btn.is-open span:nth-child(1) {
	transform: translateY(12px) rotate(45deg);
}

.bc-menu-btn.is-open span:nth-child(2) {
	opacity: 0;
}

.bc-menu-btn.is-open span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
}

.bc-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 1090;
	background: #0a0a0a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	transform: translateX(100%);
	transition: transform .4s cubic-bezier(.25, .46, .45, .94);
}

.bc-mobile-menu a {
	text-decoration: none;
	color: #ede7d9;
	font-size: clamp(3rem, 8vw, 4rem);
	letter-spacing: .2em;
}

.bc-mobile-menu.is-open {
	transform: translateX(0);
}

.bc-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 1080;
	background: rgba(0, 0, 0, .45);
	opacity: 0;
	visibility: hidden;
	transition: .25s ease;
}

.bc-mobile-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.bc-hero {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc-hero-slides,
.bc-hero-slide {
	position: absolute;
	inset: 0;
}

.bc-hero-slide {
	opacity: 0;
	transition: opacity 2.2s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.bc-hero-slide.is-active {
	opacity: 1;
}

.bc-ambient {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.bc-ambient img {
	position: absolute;
	inset: -8%;
	width: 116%;
	height: 116%;
	object-fit: cover;
	object-position: center;
	filter: blur(28px) grayscale(40%) sepia(70%) brightness(.38) contrast(1.05) saturate(.6);
}

.bc-main {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc-main img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	filter: grayscale(20%) sepia(50%) brightness(.72) contrast(1.1) saturate(.8);
}

.bc-main.is-kenburns {
	animation: bcKenburns 13s ease-out forwards;
}

@keyframes bcKenburns {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.12);
	}
}

.bc-edge-blend {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(4, 2, 0, .55) 0%, transparent 12%, transparent 88%, rgba(4, 2, 0, .55) 100%);
}

.bc-vignette {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	background: radial-gradient(ellipse at center, transparent 42%, rgba(3, 1, 0, .48) 70%, rgba(2, 1, 0, .84) 100%);
}

.bc-bottom-shadow {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(6, 3, 1, .25) 0%, rgba(6, 3, 1, .05) 35%, rgba(6, 3, 1, .12) 60%, rgba(4, 2, 0, .86) 100%);
}

.bc-amber-wash {
	position: absolute;
	inset: 0;
	z-index: 10;
	pointer-events: none;
	background: rgba(52, 22, 4, .15);
}

.bc-grain {
	position: absolute;
	inset: 0;
	z-index: 10;
	opacity: .12;
	pointer-events: none;
	background-image: url('https://www.transparenttextures.com/patterns/noise-lines.png');
}

.bc-slide-dots {
	position: absolute;
	bottom: 96px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	display: flex;
	align-items: center;
	gap: 12px;
}

.bc-slide-dots button {
	width: 6px;
	height: 2px;
	border: 0;
	background: rgba(237, 231, 217, .3);
	cursor: pointer;
	transition: all .6s ease;
}

.bc-slide-dots button.is-active {
	width: 32px;
	background: rgba(237, 231, 217, .9);
}

.bc-hero-content {
	position: relative;
	z-index: 20;
	text-align: center;
	padding: 0 24px;
	transition: opacity .2s linear, transform .2s linear;
}

.bc-hero-logo {
	width: min(460px, 72vw);
	margin: 0 auto 40px;
	display: block;
	filter: brightness(0) invert(1) drop-shadow(0 0 24px rgba(255, 255, 255, .18));
}

.bc-hero-content h1 {
	margin: 0 0 16px;
	font-size: clamp(2.25rem, 7vw, 4.5rem);
	letter-spacing: .12em;
	color: #ede7d9;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .7);
	line-height: 1.1;
}

.bc-hero-content p {
	margin: 0 auto;
	max-width: 42rem;
	font-size: clamp(1rem, 1.1rem, 1.2rem);
	font-style: italic;
	line-height: 1.6;
	color: #ccc8be;
}

.bc-scroll-indicator {
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.bc-scroll-indicator span {
	letter-spacing: .3em;
	font-size: 10px;
	opacity: .5;
	text-transform: uppercase;
}

.bc-scroll-indicator div {
	width: 1px;
	height: 56px;
	background: linear-gradient(to bottom, #ede7d9, transparent);
	opacity: .6;
}

.bc-heading {
	margin-bottom: 48px;
}

.bc-heading h2 {
	margin: 0 0 8px;
	font-size: clamp(2.25rem, 6vw, 3.75rem);
	letter-spacing: .06em;
	line-height: 1;
	color: #ede7d9;
}

.bc-heading p {
	margin: 0;
	font-size: clamp(.875rem, 1.4vw, 1rem);
	letter-spacing: .2em;
	color: #8b8b8b;
	text-transform: uppercase;
}

.bc-heading::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
	margin-top: 24px;
	transform-origin: left;
}

.bc-heading-right {
	text-align: right;
}

.bc-news-list {
	border-top: 1px solid #1a1a1a;
}

.bc-news-item {
	color: #ede7d9;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-bottom: 1px solid #1a1a1a;
	padding: 32px 16px;
	transition: background .3s ease;
}

.bc-news-item:hover {
	background: #111;
}

.bc-news-item>.bc-date {
	color: #8b8b8b;
	font-size: 1.125rem;
}

.bc-news-item>.bc-cat {
	width: fit-content;
	font-size: 10px;
	letter-spacing: .2em;
	border: 1px solid #333;
	padding: 4px 8px;
	color: #8b8b8b;
}

.bc-news-item h3 {
	margin: 2px 0 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	letter-spacing: .02em;
	line-height: 1.25;
}

.bc-news-item .bc-arrow {
	align-self: flex-end;
	font-size: 20px;
	opacity: 0;
	transition: opacity .3s ease;
}

.bc-news-item:hover .bc-arrow {
	opacity: 1;
}

.bc-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #333;
	padding: 12px 32px;
	text-decoration: none;
	color: #ede7d9;
	font-size: 1.125rem;
	letter-spacing: .2em;
	transition: .3s ease;
}

.bc-btn:hover {
	background: #ede7d9;
	color: #0a0a0a;
}

.bc-vintage-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #333;
	color: #ede7d9;
	text-decoration: none;
	letter-spacing: .2em;
	font-size: 1.125rem;
	padding: 12px 32px;
}

.bc-vintage-btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #ede7d9;
	transform: translateY(100%);
	transition: transform .3s ease-out;
}

.bc-vintage-base,
.bc-vintage-hover {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .3s ease;
}

.bc-vintage-hover {
	position: absolute;
	inset: 0;
	justify-content: center;
	opacity: 0;
	color: #0a0a0a;
}

.bc-vintage-btn:hover::before {
	transform: translateY(0);
}

.bc-vintage-btn:hover .bc-vintage-hover {
	opacity: 1;
}

.bc-vintage-btn:hover .bc-vintage-base {
	opacity: 0;
	transform: translateX(2px);
}

.bc-vintage-base span,
.bc-vintage-hover span {
	display: inline-block;
	transition: transform .25s ease;
}

.bc-vintage-btn:hover .bc-vintage-base span,
.bc-vintage-btn:hover .bc-vintage-hover span {
	transform: translateX(2px);
}

.bc-vintage-full {
	width: 100%;
}

.bc-vintage-light {
	background: #ede7d9;
	color: #0a0a0a;
	border: none;
	padding: 20px 48px;
	font-size: 1.5rem;
}

.bc-vintage-light::before {
	background: #0a0a0a;
	transform: translateY(100%);
}

.bc-vintage-light .bc-vintage-base {
	color: #0a0a0a;
}

.bc-vintage-light .bc-vintage-hover {
	color: #ede7d9;
}

.bc-cards3 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.bc-cards2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}

.bc-ex-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #2a2218;
	background: #0d0b08;
	cursor: pointer;

	transform: translateY(0);

	box-shadow:
		0 6px 24px rgba(0, 0, 0, .55);

	transition:
		transform .8s cubic-bezier(.19, 1, .22, 1),
		box-shadow .8s ease,
		border-color .8s ease;
}

.bc-ex-card:hover {
	transform: translateY(-8px);

	box-shadow:
		0 24px 60px rgba(0, 0, 0, .72),
		0 4px 20px rgba(60, 30, 8, .28);

	border-color: #4a3820;
}

.bc-ex-image-wrap {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #0d0b08;
}

/* 共通 */
.bc-ex-image-wrap img {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;

	object-fit: contain;
	object-position: center;

	transition:
		opacity 1.8s cubic-bezier(.19, 1, .22, 1),
		transform 2s cubic-bezier(.19, 1, .22, 1),
		filter 1.8s cubic-bezier(.19, 1, .22, 1);
}

/* 通常時 */
.blend-dark {
	z-index: 1;

	mix-blend-mode: multiply;

	filter:
		sepia(20%) brightness(.88) contrast(1.08) saturate(.85);

	opacity: 1;

	transform: scale(1);
}

/* hoverで浮かぶ */
.blend-light {
	z-index: 2;

	mix-blend-mode: normal;

	filter:
		sepia(0%) brightness(1.18) contrast(1.02) saturate(1.08);

	opacity: 0;

	transform: scale(1.02);
}

.bc-ex-card:hover .blend-dark {
	opacity: 0;

	transform: scale(1.05);
}

.bc-ex-card:hover .blend-light {
	opacity: 1;

	transform: scale(1.09);
}

.bc-ex-overlay {
	position: absolute;
	inset: 0;

	z-index: 3;

	pointer-events: none;

	background: rgba(8, 5, 2, .52);

	transition:
		background 1.8s cubic-bezier(.19, 1, .22, 1);
}

.bc-ex-card:hover .bc-ex-overlay {
	background: rgba(8, 5, 2, .6);
}

.bc-ex-grain {
	position: absolute;
	inset: 0;

	z-index: 4;

	pointer-events: none;

	background-image:
		url('https://www.transparenttextures.com/patterns/noise-lines.png');

	opacity: .2;

	transition:
		opacity 2.2s cubic-bezier(.19, 1, .22, 1);
}

.bc-ex-card:hover .bc-ex-grain {
	opacity: 0;
}

.bc-ex-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 96px;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent, rgba(13, 11, 8, 0.027));
}

.bc-ex-footer {
	padding: 20px 24px;
	border-top: 1px solid #2a2218;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: border-color 1.5s ease;
}

.bc-ex-card:hover .bc-ex-footer {
	border-color: #4a3820;
}

.bc-ex-footer p {
	margin: 0 0 4px;
	color: #6b6050;
	font-size: 10px;
	letter-spacing: .3em;
	text-transform: uppercase;
	transition: color .4s ease;
}

.bc-ex-card:hover .bc-ex-footer p {
	color: #8b7a5a;
}

.bc-ex-footer h3 {
	margin: 0;
	color: #ede7d9;
	font-size: 1.9rem;
	letter-spacing: .12em;
	transition: color .4s ease;
}

.bc-ex-card:hover .bc-ex-footer h3 {
	color: #f5f0e8;
}

.bc-ex-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #3a3020;
	display: grid;
	place-items: center;
	color: #ede7d9;
	opacity: 0;
	transform: translateX(6px) rotate(-10deg);
	transition: .4s ease;
}

.bc-ex-card:hover .bc-ex-arrow {
	opacity: 1;
	transform: translateX(0) rotate(0);
}

.bc-ex-topline {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	background: #8b6a3a;
	transition: width .6s cubic-bezier(.25, .46, .45, .94);
}

.bc-ex-card:hover .bc-ex-topline {
	width: 100%;
}

.bc-ex-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	transition: box-shadow .5s ease;
}

.bc-ex-card:hover .bc-ex-glow {
	box-shadow: inset 0 0 40px rgba(100, 60, 15, .1);
}

.bc-row-cta {
	margin-top: 80px;
	padding: 48px 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
}

.bc-row-cta p {
	margin: 0;
	font-size: 1.2rem;
	font-style: italic;
	color: #8b8b8b;
	text-align: center;
	max-width: 40rem;
}

.bc-brand {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.bc-brand-active img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	filter: grayscale(1);
	transition: all .7s ease;
}

.bc-brand-active:hover img {
	transform: scale(1.05);
	opacity: .7;
	filter: grayscale(0);
}

.bc-brand-layer {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 32px;
	background: rgba(0, 0, 0, .4);
	transition: background .3s ease;
}

.bc-brand-active:hover .bc-brand-layer {
	background: rgba(0, 0, 0, .2);
}

.bc-brand-layer h3 {
	margin: 0 0 16px;
	font-size: clamp(3rem, 7vw, 4rem);
	letter-spacing: .1em;
}

.bc-brand-layer p {
	margin: 0;
	font-size: 1rem;
	color: #d4d4d4;
	opacity: 0;
	transform: translateY(16px);
	transition: all .5s ease;
}

.bc-brand-layer span {
	margin-top: 24px;
	font-size: .875rem;
	letter-spacing: .3em;
	border-bottom: 1px solid #ede7d9;
	padding-bottom: 4px;
	opacity: 0;
	transition: opacity .5s ease .1s;
}

.bc-brand-active:hover .bc-brand-layer p,
.bc-brand-active:hover .bc-brand-layer span {
	opacity: 1;
	transform: translateY(0);
}

.bc-brand-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
	background: radial-gradient(ellipse at center, #1c1812 0%, #110e0a 55%, #0a0806 100%);
}

.bc-brand-soon::after {
	content: '';
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	transition: box-shadow .7s ease;
}

.bc-brand-soon:hover::after {
	box-shadow: inset 0 0 60px rgba(90, 60, 20, .15);
}

.bc-soon-grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .18;
	background-image: url('https://www.transparenttextures.com/patterns/noise-lines.png');
}

.bc-soon-corners::before,
.bc-soon-corners::after {
	content: '';
	position: absolute;
	top: 24px;
	width: 32px;
	height: 32px;
	border-top: 1px solid #3a3020;
	opacity: .6;
}

.bc-soon-corners::before {
	left: 24px;
	border-left: 1px solid #3a3020;
}

.bc-soon-corners::after {
	right: 24px;
	border-right: 1px solid #3a3020;
}

.bc-soon-corners i::before,
.bc-soon-corners i::after {
	content: '';
	position: absolute;
	bottom: 24px;
	width: 32px;
	height: 32px;
	border-bottom: 1px solid #3a3020;
	opacity: .6;
}

.bc-soon-corners i::before {
	left: 24px;
	border-left: 1px solid #3a3020;
}

.bc-soon-corners i::after {
	right: 24px;
	border-right: 1px solid #3a3020;
}

.bc-brand-soon .bc-soon-corners {
	position: absolute;
	inset: 0;
}

.bc-brand-soon .bc-soon-corners span {
	display: none;
}

.bc-brand-soon .bc-soon-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.bc-brand-soon h3 {
	margin: 0;
	font-size: clamp(3rem, 8vw, 4.4rem);
	letter-spacing: .12em;
	color: rgba(237, 231, 217, .7);
}

.bc-brand-soon .elite {
	font-size: 10px;
	letter-spacing: .4em;
	color: #6b5c3e;
	text-transform: uppercase;
}

.bc-brand-soon p {
	margin: 0;
	max-width: 180px;
	font-size: .875rem;
	line-height: 1.65;
	font-style: italic;
	color: #4a4030;
}

.bc-line {
	width: 48px;
	height: 1px;
	background: #4a3c28;
	opacity: .8;
}

.bc-line-sm {
	width: 80px;
	opacity: .6;
}

.bc-world {
	position: relative;
	overflow: hidden;
	padding: 192px 24px;
}

.bc-world>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) opacity(.1) brightness(.2) sepia(.3);
}

.bc-world-content {
	position: relative;
	z-index: 5;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.bc-world h2 {
	margin: 0 0 40px;
	font-size: clamp(2rem, 5vw, 3rem);
	letter-spacing: .1em;
	line-height: 1.25;
}

.bc-world p {
	margin: 0;
	font-size: clamp(1.125rem, 1.3rem, 1.2rem);
	line-height: 1.9;
	color: #8b8b8b;
}

.bc-company-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 64px;
}

.bc-table {
	display: grid;
	gap: 24px;
	font-size: 1.125rem;
}

.bc-table>div {
	display: flex;
	gap: 16px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 16px;
}

.bc-table span {
	width: 128px;
	letter-spacing: .08em;
	color: #8b8b8b;
}

.bc-table strong {
	font-weight: 400;
}

.bc-contact-box {
	background: #111;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.bc-contact-box h3 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 2.6rem);
	letter-spacing: .08em;
}

.bc-contact-box p {
	margin: 0 0 8px;
	color: #8b8b8b;
	line-height: 1.75;
	font-size: 1rem;
}

.bc-btn-full {
	width: 100%;
	justify-content: center;
}

.bc-socials {
	display: flex;
	gap: 24px;
	margin-top: 8px;
}

.bc-socials a {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border: 1px solid #333;
	color: #ede7d9;
	text-decoration: none;
	transition: .3s ease;
}

.bc-socials a:hover {
	background: #ede7d9;
	color: #0a0a0a;
}

.bc-shopping {
	position: relative;
	overflow: hidden;
	padding: 160px 24px;
	text-align: center;
}

.bc-shopping>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) brightness(.3);
	transition: transform 3s ease;
}

.bc-shopping:hover>img {
	transform: scale(1.05);
}

.bc-shopping-content {
	position: relative;
	z-index: 3;
}

.bc-shopping h2 {
	margin: 0 0 48px;
	font-size: clamp(3.75rem, 12vw, 9rem);
	letter-spacing: .1em;
	text-shadow: 0 10px 30px rgba(0, 0, 0, .6);
}

.bc-footer {
	background: #050505;
	border-top: 1px solid #1a1a1a;
	padding: 80px 24px;
}

.bc-footer-inner {
	width: min(1400px, calc(100% - 24px));
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.bc-footer-logo {
	width: 192px;
}

.bc-footer-logo img {
	width: 100%;
	filter: brightness(0) invert(1);
	opacity: .35;
	transition: all 0.3s ease;
}

.bc-footer-logo img:hover {
	width: 100%;
	filter: none;
	opacity: 1;
	transform: scale(1.2);
}

.aa:hover {
	opacity: 1 !important;
}

.bc-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 36px;
	color: #555;
}

.bc-footer-nav a {
	text-decoration: none;
	color: #555;
	letter-spacing: .2em;
	font-size: .875rem;
	transition: color .3s ease;
}

.bc-footer-nav a:hover {
	color: #ede7d9;
}

.bc-copy {
	margin: 0;
	color: #333;
	letter-spacing: .2em;
	font-size: .875rem;
	text-align: center;
}

.orange-line {
	position: relative;
}

.orange-line::after {
	position: absolute;
	content: '';
	width: 6rem;
	height: 1px;
	background-color: rgb(139 69 19);
	top: -20px;
	left: 44%;
}

.scale-min {
	scale: calc(0.8);
}

.mat-logo {
	filter: brightness(0) invert(1) drop-shadow(0 0 24px rgba(255, 255, 255, .18));
}

.cush-logo-div .cush-logo {
	filter: grayscale(0) brightness(0) invert(1) drop-shadow(0 0 24px rgba(255, 255, 255, .18));
}

@media (min-width: 768px) {
	.bc-news-item {
		flex-direction: row;
		align-items: center;
		gap: 24px;
	}

	.bc-news-item>.bc-date {
		width: 108px;
	}

	.bc-news-item>.bc-cat {
		min-width: 120px;
		text-align: center;
	}

	.bc-news-item h3 {
		flex: 1;
	}

	.bc-news-item .bc-arrow {
		opacity: 0;
	}

	.bc-row-cta {
		flex-direction: row;
	}

	.bc-row-cta p {
		text-align: left;
	}

	.bc-company-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bc-footer-inner {
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
	.bc-cards3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.bc-cards2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1023px) {
	.bc-nav {
		display: none;
	}

	.bc-menu-btn {
		display: flex;
	}

	.bc-section {
		padding: 96px 0;
	}

	.none-1000 {
		display: none;
	}

	.orange-line {
		position: static;
	}
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
	background: #333;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* ===== Exhibition Catalog Modal / Page ===== */
.bc-ex-card {
	appearance: none;
	width: 100%;
	padding: 0;
	text-align: left;
	color: inherit;
	font: inherit;
}

.bc-ex-card:disabled {
	cursor: default;
	opacity: .6;
}

.bc-cards4 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.bc-catalog-modal[hidden],
.bc-sample-viewer[hidden] {
	display: none !important;
}

.bc-catalog-modal {
	position: fixed;
	inset: 0;
	z-index: 1400;
}

.bc-catalog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(5, 3, 1, .82);
	backdrop-filter: blur(6px);
}

.bc-catalog-dialog {
	position: relative;
	z-index: 2;
	width: min(1200px, calc(100% - 32px));
	max-height: calc(100vh - 48px);
	margin: 24px auto;
	padding: 28px;
	overflow-y: auto;
	background: linear-gradient(180deg, rgba(18, 13, 9, .98), rgba(10, 10, 10, .98));
	border: 1px solid #3a3020;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.bc-catalog-dialog-head {
	margin-bottom: 24px;
	padding-right: 56px;
}

.bc-catalog-dialog-head p,
.bc-sample-viewer-head p {
	margin: 0 0 6px;
	color: #8b7a5a;
	font-size: 12px;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.bc-catalog-dialog-head h3,
.bc-sample-viewer-head h2 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4rem);
	letter-spacing: .08em;
}

.bc-catalog-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 1px solid #3a3020;
	background: transparent;
	color: #ede7d9;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.bc-catalog-grid,
.bc-sample-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.bc-catalog-item,
.bc-sample-item {
	margin: 0;
	background: #111;
	border: 1px solid #2a2218;
	overflow: hidden;
}

.bc-catalog-item img,
.bc-sample-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-subhero {
	padding: 160px 24px 80px;
	border-bottom: 1px solid #1a1a1a;
	background:
		radial-gradient(circle at top, rgba(80, 48, 16, .18), transparent 45%),
		#0a0a0a;
}

.bc-subhero-inner {
	text-align: center;
}

.bc-subhero-inner p:first-child {
	margin: 0 0 12px;
	color: #8b7a5a;
	letter-spacing: .28em;
	font-size: 12px;
	text-transform: uppercase;
}

.bc-subhero-inner h1 {
	margin: 0 0 16px;
	font-size: clamp(3rem, 10vw, 6rem);
	letter-spacing: .12em;
}

.bc-subhero-inner p:last-child {
	margin: 0 auto;
	max-width: 720px;
	color: #b8afa1;
	font-size: 1.05rem;
}

.bc-sample-viewer {
	padding: 0 0 112px;
}

.bc-sample-viewer.is-visible {
	display: block;
}

.bc-sample-viewer .bc-container {
	padding-top: 48px;
	border-top: 1px solid #1a1a1a;
}

.bc-sample-viewer-head {
	margin-bottom: 28px;
}

@media (min-width: 900px) {
	.bc-cards4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.bc-catalog-grid,
	.bc-sample-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.lowercase-s {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	text-transform: lowercase;
	display: inline-block;
	vertical-align: baseline;
}

.cat-items {
	transition: scale 0.5s ease-in-out;
}

.cat-items:hover {
	scale: calc(1.2);
}
.bc-image-modal[hidden] {
  display: none !important;
}

.bc-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.bc-image-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .86);
  backdrop-filter: blur(8px);
}

.bc-image-dialog {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  padding: 24px 24px 30px;
  background: linear-gradient(180deg, rgba(18, 13, 9, .96), rgba(10, 10, 10, .98));
  border: 1px solid #3a3020;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.bc-image-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid #3a3020;
  background: transparent;
  color: #ede7d9;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.bc-image-dialog .elite {
  margin: 0 0 18px;
  color: #8b7a5a;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.bc-image-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(100vh - 150px);
  overflow: auto;
}

.bc-image-stage img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
}

.cat-items {
  cursor: zoom-in;
  transition: transform 0.35s ease-in-out;
}

.cat-items:hover {
  transform: scale(1.08);
}

/* ===== Contact Page Override ===== */
.bc-contact-hero {
  background:
    radial-gradient(circle at top, rgba(80, 48, 16, .22), transparent 45%),
    linear-gradient(180deg, rgba(12, 10, 8, .96), rgba(10, 10, 10, 1));
}

.bc-contact-section {
  padding-top: 96px;
}

.bc-contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.bc-contact-copy p {
  margin: 0;
  color: #b8afa1;
  font-size: 1.05rem;
}

.bc-contact-note {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #2a2218;
  background: linear-gradient(180deg, rgba(18, 13, 9, .82), rgba(12, 10, 8, .62));
}

.bc-contact-note .elite {
  margin: 0 0 10px;
  color: #8b7a5a;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.bc-contact-points {
  margin: 0;
  padding-left: 20px;
  color: #9d9488;
}

.bc-contact-points li {
  margin-bottom: 8px;
}

.bc-contact-form-wrap {
  padding: 28px;
  border: 1px solid #2a2218;
  background: linear-gradient(180deg, rgba(18, 13, 9, .98), rgba(10, 10, 10, .98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.bc-contact-form-wrap .wpcf7 {
  width: 100%;
}

.bc-contact-form-wrap .wpcf7 form {
  margin: 0;
}

.cform {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
}

.cform tbody {
  width: 100%;
}

.cform tr {
  width: 100%;
}

.cform th,
.cform td {
  border-bottom: 1px solid #2a2218 !important;
}

.bg-form {
  width: 280px;
  padding: 22px 24px !important;
  background: #15110d !important;
  color: #ede7d9 !important;
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: .04em;
  text-align: left;
  vertical-align: top;
}

.bg-form p,
.border-form p {
  margin: 0;
  font-size: 16px !important;
}

.border-form {
  padding: 18px 20px;
  background: #111 !important;
  color: #d6cfc3;
}

.border-form input[type="text"],
.border-form input[type="tel"],
.border-form input[type="email"],
.border-form textarea {
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px;
  border: 1px solid #3a3020;
  background: #0b0a09;
  color: #ede7d9;
  font-size: 15px;
  line-height: 1.6;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.border-form textarea {
  min-height: 220px;
  resize: vertical;
}

.border-form input[type="text"]::placeholder,
.border-form input[type="tel"]::placeholder,
.border-form input[type="email"]::placeholder,
.border-form textarea::placeholder {
  color: #756b5e;
}

.border-form input[type="text"]:focus,
.border-form input[type="tel"]:focus,
.border-form input[type="email"]:focus,
.border-form textarea:focus {
  outline: none;
  border-color: #8b6a3a;
  box-shadow: 0 0 0 3px rgba(139, 106, 58, .12);
  background: #100d0a;
}

.required-srt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 4px 12px !important;
  border-radius: 999px;
  background: #ede7d9 !important;
  color: #0a0a0a !important;
  font-size: 11px !important;
  letter-spacing: .12em;
}

.b-b-black {
  border-bottom: none !important;
}

.short {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.zip-code {
  width: min(280px, 100%);
}

.short input[type="text"] {
  width: 100% !important;
  margin: 0 !important;
}

.credential {
  width: calc(100% - 300px);
  min-width: 240px;
  color: #8b7a5a;
  font-size: 13px !important;
  line-height: 1.7;
}

.send-btn-wrap {
  position: relative;
  width: min(360px, 100%);
  margin: 24px auto 0;
}

.send-btn-wrap input[type="submit"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.fake-btn {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  padding: 20px 74px 20px 28px;
  border: 1px solid #3a3020;
  border-radius: 0;
  background: transparent;
  color: #ede7d9;
  font-size: 20px;
  letter-spacing: .18em;
  text-align: center;
  position: relative;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.fake-btn .arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ede7d9;
  color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.send-btn-wrap:hover .fake-btn {
  background: #ede7d9;
  color: #0a0a0a;
  border-color: #ede7d9;
}

.send-btn-wrap:hover .fake-btn .arrow {
  background: #0a0a0a;
  color: #ede7d9;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  margin: 12px 0 0 !important;
  color: #d8b48a;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .bc-contact-layout {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    gap: 56px;
  }
}

@media (max-width: 767px) {
  .bc-contact-form-wrap {
    padding: 18px;
  }

  .cform,
  .cform tbody,
  .cform tr,
  .cform th,
  .cform td {
    display: block;
    width: 100% !important;
  }

  .bg-form {
    padding: 16px 18px !important;
  }

  .border-form {
    padding: 14px 0 18px;
  }

  .credential {
    width: 100%;
    min-width: 0;
  }

  .short {
    align-items: flex-start;
  }

  .fake-btn {
    padding: 18px 68px 18px 20px;
    font-size: 18px;
  }
}

/* ===== News Archive / Single ===== */
.bc-news-hero,
.bc-single-hero {
  background:
    radial-gradient(circle at top, rgba(80, 48, 16, .2), transparent 45%),
    linear-gradient(180deg, rgba(12, 10, 8, .96), rgba(10, 10, 10, 1));
}

.bc-news-archive,
.bc-single-article-wrap {
  padding-top: 96px;
}

.bc-news-list-archive .bc-news-item {
  min-height: 104px;
}

.bc-news-empty {
  padding: 28px 16px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  color: #8b8b8b;
  text-align: center;
}

.bc-single-title {
  margin-bottom: 12px !important;
}

.bc-single-date {
  margin: 0 auto;
  color: #8b7a5a !important;
  font-size: 1rem !important;
  letter-spacing: .18em;
}

.bc-single-article-container {
  max-width: 980px;
}

.bc-single-article {
  padding: 32px;
  border: 1px solid #2a2218;
  background: linear-gradient(180deg, rgba(18, 13, 9, .96), rgba(10, 10, 10, .98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.bc-single-content {
  color: #d6cfc3;
  font-size: 1.05rem;
  line-height: 2;
}

.bc-single-content > *:first-child {
  margin-top: 0;
}

.bc-single-content h1,
.bc-single-content h2,
.bc-single-content h3,
.bc-single-content h4,
.bc-single-content h5,
.bc-single-content h6 {
  color: #ede7d9;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .06em;
}

.bc-single-content p,
.bc-single-content ul,
.bc-single-content ol,
.bc-single-content blockquote {
  margin: 0 0 1.2em;
}

.bc-single-content a {
  color: #d8b48a;
}

.bc-single-content img {
  display: block;
  margin: 28px auto;
}

.bc-single-content blockquote {
  padding: 18px 22px;
  border-left: 2px solid #8b6a3a;
  background: rgba(255, 255, 255, .03);
}

.bc-post-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.bc-post-nav-item {
  border: 1px solid #2a2218;
  background: #111;
}

.bc-post-nav-link,
.bc-post-nav-empty {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 100%;
  padding: 20px 22px;
}

.bc-post-nav-link {
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease;
}

.bc-post-nav-link:hover {
  background: #16120f;
}

.bc-post-nav-link .elite {
  color: #8b7a5a;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.bc-post-nav-link strong {
  color: #ede7d9;
  font-size: 1.5rem;
  letter-spacing: .04em;
  line-height: 1.2;
}

.bc-post-nav-empty {
  justify-content: center;
  color: #756b5e;
}

.bc-single-back-wrap {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .bc-post-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bc-single-article {
    padding: 20px;
  }

  .bc-post-nav-link strong {
    font-size: 1.25rem;
  }
}
