@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%;}}
/* Paint Craft header/footer recreation ----------------------------------- */
.pcraft-body {
    background: #fdfcfb;
    color: #333333;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.pcraft-body::selection {
    background: #1a2e26;
    color: #ffffff;
}

.home .alignfull {
    overflow: visible;
}

.pcraft-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 32px 0;
    background: transparent;
    transition: background-color 0.5s ease, backdrop-filter 0.5s ease, padding 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.pcraft-header.is-scrolled,
.pcraft-header.is-menu-open {
    padding: 16px 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: 0 18px 40px rgba(26, 46, 38, 0.08);
}

.pcraft-header__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pcraft-header__brand {
    text-decoration: none;
}

.pcraft-header__brand-main,
.pcraft-footer__brand {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.32em;
    color: #ffffff;
    transition: color 0.3s ease;
}

.pcraft-header__brand-main span,
.pcraft-footer__brand span {
    font-weight: 400;
}

.pcraft-header.is-scrolled .pcraft-header__brand-main,
.pcraft-header.is-menu-open .pcraft-header__brand-main {
    color: #1a2e26;
}

.pcraft-header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.pcraft-header__nav-link,
.pcraft-header__tel,
.pcraft-header__contact,
.pcraft-header__mobile-link {
    text-decoration: none;
}

.pcraft-header__nav-link {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.3s ease, color 0.3s ease;
}

.pcraft-header__nav-link:hover,
.pcraft-header__tel:hover {
    opacity: 0.5;
}

.pcraft-header.is-scrolled .pcraft-header__nav-link,
.pcraft-header.is-menu-open .pcraft-header__nav-link,
.pcraft-header.is-scrolled .pcraft-header__tel,
.pcraft-header.is-menu-open .pcraft-header__tel {
    color: #333333;
}

.pcraft-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pcraft-header__tel {
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #ffffff;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.pcraft-header__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(12px);
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all 0.5s ease;
}

.pcraft-header__contact:hover {
    background: #ffffff;
    color: #1a2e26;
    opacity: 1;
}

.pcraft-header.is-scrolled .pcraft-header__contact,
.pcraft-header.is-menu-open .pcraft-header__contact {
    border-color: #1a2e26;
    background: #1a2e26;
    color: #ffffff;
}

.pcraft-header.is-scrolled .pcraft-header__contact:hover,
.pcraft-header.is-menu-open .pcraft-header__contact:hover {
    background: transparent;
    color: #1a2e26;
}

.pcraft-header__toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.pcraft-header.is-scrolled .pcraft-header__toggle,
.pcraft-header.is-menu-open .pcraft-header__toggle {
    border-color: rgba(26, 46, 38, 0.2);
    background: rgba(26, 46, 38, 0.06);
}

.pcraft-header__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.pcraft-header.is-scrolled .pcraft-header__toggle span,
.pcraft-header.is-menu-open .pcraft-header__toggle span {
    background: #1a2e26;
}

.pcraft-header.is-menu-open .pcraft-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.pcraft-header.is-menu-open .pcraft-header__toggle span:nth-child(2) {
    opacity: 0;
}

.pcraft-header.is-menu-open .pcraft-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.pcraft-header__mobile {
    width: min(1280px, calc(100% - 48px));
    margin: 18px auto 0;
    padding: 20px;
    border: 1px solid rgba(26, 46, 38, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(26, 46, 38, 0.08);
}

.pcraft-header__mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pcraft-header__mobile-link {
    padding: 14px 8px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    color: #333333;
    font-size: 13px;
    letter-spacing: 0.18em;
}

.pcraft-header__mobile-link--contact {
    margin-top: 8px;
    border: 1px solid #1a2e26;
    background: #1a2e26;
    color: #ffffff;
    text-align: center;
}

.pcraft-footer {
    padding: 64px 0 96px;
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
}

.pcraft-footer__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.pcraft-footer__area {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #f3f4f6;
}

.pcraft-footer__eyebrow {
    display: block;
    margin-bottom: 24px;
    color: #999999;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.pcraft-footer__area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.pcraft-footer__area-item {
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.pcraft-footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.pcraft-footer__brand-block {
    max-width: 320px;
}

.pcraft-footer__brand {
    margin: 0 0 24px;
    color: #1a2e26;
    font-size: 26px;
}

.pcraft-footer__copy {
    margin: 0;
    color: #999999;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pcraft-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    max-width: 420px;
}

.pcraft-footer__link {
    color: #333333;
    font-size: 11px;
    letter-spacing: 0.2em;
    transition: color 0.3s ease;
}

.pcraft-footer__link:hover,
.pcraft-footer__social:hover {
    color: #1a2e26;
    opacity: 1;
}

.pcraft-footer__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}

.pcraft-footer__socials {
    display: flex;
    gap: 24px;
}

.pcraft-footer__social {
    color: #cccccc;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.14em;
    cursor: default;
    transition: color 0.3s ease;
}

.pcraft-footer__copyright {
    margin: 0;
    color: #cccccc;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .pcraft-header__nav {
        gap: 24px;
    }

    .pcraft-header__actions {
        gap: 16px;
    }

    .pcraft-header__contact {
        padding: 12px 22px;
    }

    .pcraft-footer__main {
        flex-wrap: wrap;
    }

    .pcraft-footer__meta {
        align-items: flex-start;
    }
}

@media screen and (max-width: 900px) {
    .pcraft-header {
        padding: 20px 0;
    }

    .pcraft-header__inner,
    .pcraft-header__mobile,
    .pcraft-footer__inner {
        width: min(100% - 32px, 1280px);
    }

    .pcraft-header__nav,
    .pcraft-header__tel,
    .pcraft-header__contact {
        display: none;
    }

    .pcraft-header__toggle {
        display: inline-flex;
    }

    .pcraft-header__brand-main {
        font-size: 24px;
        letter-spacing: 0.24em;
    }

    .pcraft-footer {
        padding: 48px 0 64px;
    }

    .pcraft-footer__area {
        margin-bottom: 48px;
        padding-bottom: 48px;
    }

    .pcraft-footer__main {
        flex-direction: column;
        gap: 40px;
    }

    .pcraft-footer__links {
        gap: 16px 24px;
    }
}

@media screen and (max-width: 640px) {
    .pcraft-header__brand-main,
    .pcraft-footer__brand {
        font-size: 20px;
        letter-spacing: 0.18em;
    }

    .pcraft-footer__socials {
        flex-direction: column;
        gap: 12px;
    }
}

/* Paint Craft front page sections ---------------------------------------- */
.pcraft-home {
    background: #fdfcfb;
    color: #333333;
}

.pcraft-section {
    position: relative;
}

.pcraft-section__inner,
.pcraft-hero__inner {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.pcraft-section__eyebrow,
.pcraft-hero__eyebrow {
    display: block;
    margin-bottom: 32px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.pcraft-section__eyebrow {
    color: rgba(26, 46, 38, 0.5);
}

.pcraft-section__eyebrow--dark {
    color: rgba(26, 46, 38, 0.6);
    font-size: 12px;
    letter-spacing: 0.4em;
}

.pcraft-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.pcraft-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pcraft-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #1c1917;
}

.pcraft-hero__bg-wrap {
    position: absolute;
    inset: 0;
}

.pcraft-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('./image/top/hero-bg.png');
    background-position: center;
    background-size: cover;
    filter: brightness(0.85);
    animation: pcraftHeroZoom 2.5s cubic-bezier(0.2, 0, 0.2, 1) both;
}

.pcraft-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.3));
}

.pcraft-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 40px;
}

.pcraft-hero__content {
    max-width: 64rem;
    padding-top: 80px;
}

.pcraft-hero__eyebrow {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 0.4em;
}

.pcraft-hero__title {
    margin: 0 0 40px;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.pcraft-hero__title-main,
.pcraft-hero__title-sub {
    display: block;
    font-family: 'Noto Serif JP', serif;
}

.pcraft-hero__title-main {
    margin-bottom: 16px;
    font-size: clamp(40px, 8vw, 80px);
    font-style: italic;
}

.pcraft-hero__title-sub {
    font-size: clamp(35px, 4vw, 45px);
    font-weight: 300;
}

.pcraft-hero__bottom {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 64px;
}

.pcraft-hero__lead {
    max-width: 50rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
}

.pcraft-hero__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pcraft-hero__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 64px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.pcraft-hero__button--primary {
    padding: 20px 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.2em;
}

.pcraft-hero__button--primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #ffffff;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.pcraft-hero__button--primary:hover::before {
    transform: translateY(0);
}

.pcraft-hero__button-label,
.pcraft-hero__button-hover {
    position: relative;
    z-index: 1;
}

.pcraft-hero__button-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a2e26;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pcraft-hero__button--primary:hover .pcraft-hero__button-label {
    opacity: 0;
}

.pcraft-hero__button--primary:hover .pcraft-hero__button-hover {
    opacity: 1;
}

.pcraft-hero__button--secondary {
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.2em;
}

.pcraft-hero__button--secondary:hover {
    border-color: #ffffff;
}

.pcraft-hero__scroll {
    position: absolute;
    right: 48px;
    bottom: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.pcraft-hero__scroll-text {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    transform: rotate(90deg) translateY(-20px);
    transform-origin: right;
}

.pcraft-hero__scroll-line {
    position: relative;
    width: 1px;
    height: 64px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.pcraft-hero__scroll-line span {
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: 64px;
    background: #ffffff;
    animation: pcraftScrollLine 1.5s linear infinite;
}

.pcraft-concept {
    overflow: hidden;
    padding: 8rem 0 15rem;
    background: #f7f5f2;
}

.pcraft-concept__grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 96px;
    align-items: center;
}

.pcraft-concept__title {
    margin: 0 0 40px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(35px, 4.5vw, 45px);
    line-height: 1.6;
    color: #333333;
}

.pcraft-concept__lead {
    max-width: 40rem;
    margin: 0 0 64px;
    color: #666666;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
}

.pcraft-concept__stats {
    display: flex;
    gap: 0;
    padding-top: 40px;
    border-top: 1px solid rgba(26, 46, 38, 0.15);
}

.pcraft-concept__stat {
    padding: 0 40px;
    border-left: 1px solid rgba(26, 46, 38, 0.15);
}

.pcraft-concept__stat:first-child {
    padding-left: 0;
    border-left: 0;
}

.pcraft-concept__stat-main {
    display: block;
    margin-bottom: 4px;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #1a2e26;
    letter-spacing: 0.04em;
}

.pcraft-concept__stat-sub {
    display: block;
    color: #999999;
    font-size: 11px;
    letter-spacing: 0.2em;
}

.pcraft-concept__visual {
    position: relative;
}

.pcraft-concept__image-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f5f5f4;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.pcraft-concept__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.pcraft-concept__image-wrap:hover .pcraft-concept__image {
    transform: scale(1.05);
}

.pcraft-concept__accent {
    position: absolute;
    left: -32px;
    bottom: -32px;
    width: 128px;
    height: 128px;
    background: #1a2e26;
    opacity: 0.05;
    z-index: -1;
}

.pcraft-works {
    padding: 8rem 0 12rem;
    background: #ffffff;
}

.pcraft-works__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 96px;
}

.pcraft-works__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(40px, 5vw, 50px);
    color: #333333;
}

.pcraft-works__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.pcraft-works__filter {
    position: relative;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: #cccccc;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
}

.pcraft-works__filter:hover,
.pcraft-works__filter.is-active {
    color: #1a2e26;
}

.pcraft-works__filter::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1a2e26;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.pcraft-works__filter.is-active::after {
    transform: scaleX(1);
}

.pcraft-works__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #f3f4f6;
    border: 1px solid #f3f4f6;
}

.pcraft-work-card {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #ffffff;
    cursor: crosshair;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.pcraft-work-card.is-hidden {
    display: none;
}

.pcraft-work-card__media,
.pcraft-work-card__before,
.pcraft-work-card__image {
    position: absolute;
    inset: 0;
}

.pcraft-work-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcraft-work-card__image--after {
    transition: transform 0.7s ease;
}

.pcraft-work-card:hover .pcraft-work-card__image--after {
    transform: scale(1.05);
}

.pcraft-work-card__before {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pcraft-work-card:hover .pcraft-work-card__before {
    opacity: 1;
}

.pcraft-work-card__before-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
}

.pcraft-work-card__before-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.pcraft-work-card__info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 32px;
    pointer-events: none;
}

.pcraft-work-card__category {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.pcraft-work-card__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #ffffff;
    letter-spacing: 0.04em;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pcraft-work-card:hover .pcraft-work-card__title {
    opacity: 1;
    transform: translateY(0);
}

.pcraft-works__more {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.pcraft-works__more-link {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    color: #333333;
    font-size: 13px;
    letter-spacing: 0.3em;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pcraft-works__more-link:hover {
    color: #1a2e26;
    opacity: 1;
}

.pcraft-works__more-line {
    width: 48px;
    height: 1px;
    background: currentColor;
    transition: width 0.5s ease;
}

.pcraft-works__more-link:hover .pcraft-works__more-line {
    width: 80px;
}

@keyframes pcraftHeroZoom {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pcraftScrollLine {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(64px);
    }
}

@media screen and (max-width: 1100px) {
    .pcraft-concept__grid {
        gap: 64px;
    }

    .pcraft-works__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .pcraft-section__inner,
    .pcraft-hero__inner {
        width: min(100% - 32px, 1280px);
    }

    .pcraft-hero__bottom,
    .pcraft-works__head,
    .pcraft-concept__grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .pcraft-concept,
    .pcraft-works {
        padding: 7rem 0;
    }

    .pcraft-concept__stats {
        flex-direction: column;
        gap: 24px;
    }

    .pcraft-concept__stat {
        padding: 0;
        border-left: 0;
    }

    .pcraft-hero__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: 420px;
    }

    .pcraft-hero__button {
        width: 100%;
    }

    .pcraft-hero__scroll {
        right: 24px;
        bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .pcraft-hero__inner {
        padding: 40px 0;
    }

    .pcraft-hero__content {
        padding-top: 72px;
    }

    .pcraft-hero__bottom {
        gap: 32px;
        margin-bottom: 48px;
    }

    .pcraft-works__head {
        margin-bottom: 64px;
    }

    .pcraft-works__grid {
        grid-template-columns: 1fr;
    }

    .pcraft-work-card__info {
        padding: 24px;
    }
}

@media screen and (max-width: 640px) {
    .pcraft-hero__eyebrow {
        font-size: 11px;
        letter-spacing: 0.28em;
    }

    .pcraft-hero__title-main {
        margin-bottom: 12px;
    }

    .pcraft-hero__title-sub {
        line-height: 1.5;
    }

    .pcraft-hero__lead,
    .pcraft-concept__lead {
        font-size: 14px;
    }

    .pcraft-hero__button--primary,
    .pcraft-hero__button--secondary {
        padding: 18px 24px;
    }

    .pcraft-hero__scroll {
        display: none;
    }
}

/* Paint Craft reasons / products / staff ------------------------------- */
.pcraft-reasons {
    padding: 8rem 0 15rem;
    background: #f7f6f4;
}

.pcraft-reasons__intro {
    max-width: 64rem;
    margin-bottom: 8rem;
}

.pcraft-reasons__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(40px, 5vw, 50px);
    line-height: 1.2;
    color: #333333;
}

.pcraft-reasons__list {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.pcraft-reason-row {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.pcraft-reason-row.is-reverse {
    flex-direction: row-reverse;
}

.pcraft-reason-row__media,
.pcraft-reason-row__body {
    flex: 1 1 0;
}

.pcraft-reason-row__body {
    max-width: 36rem;
}

.pcraft-reason-row__image-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #d6d3d1;
}

.pcraft-reason-row__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 1s ease, transform 1s ease;
}

.pcraft-reason-row:hover .pcraft-reason-row__image {
    filter: grayscale(0);
    transform: scale(1.03);
}

.pcraft-reason-row__id {
    display: block;
    margin-bottom: 24px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(4.5rem, 8vw, 9rem);
    line-height: 1;
    color: rgba(26, 46, 38, 0.1);
}

.pcraft-reason-row__title {
    margin: 0 0 32px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(30px, 3.5vw, 40px);
    color: #333333;
}

.pcraft-reason-row__text {
    margin: 0;
    color: #666666;
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.pcraft-reason-row__line {
    display: block;
    width: 80px;
    height: 1px;
    margin-top: 48px;
    background: #1a2e26;
}

.pcraft-products {
    padding: 8rem 0 15rem;
    background: #ffffff;
}

.pcraft-products__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #f3f4f6;
}

.pcraft-products__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(40px, 5vw, 50px);
    color: #333333;
}

.pcraft-products__eyebrow {
    margin: 0;
    color: #999999;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.pcraft-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.pcraft-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.pcraft-product-card:hover {
    transform: translateY(-10px);
}

.pcraft-product-card--stone {
    background: #f1f0ed;
}

.pcraft-product-card--sage {
    background: #eaece6;
}

.pcraft-product-card--mist {
    background: #e5e7eb;
}

.pcraft-product-card__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 40px;
    overflow: hidden;
}

.pcraft-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.7s ease;
}

.pcraft-product-card:hover .pcraft-product-card__image {
    transform: scale(1.05);
}

.pcraft-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 8px 40px 48px;
}

.pcraft-product-card__separator {
    display: block;
    width: 32px;
    height: 1px;
    margin-bottom: 32px;
    background: rgba(26, 46, 38, 0.3);
}

.pcraft-product-card__label {
    display: block;
    margin-bottom: 12px;
    color: rgba(26, 46, 38, 0.6);
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.pcraft-product-card__title {
    margin: 0 0 24px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.7rem, 2.2vw, 2.3rem);
    line-height: 1.4;
    color: #333333;
}

.pcraft-product-card__title span {
    color: #1a2e26;
    font-size: 0.82em;
}

.pcraft-product-card__text {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.pcraft-staff {
    padding: 8rem 0 15rem;
    background: #1a2e26;
    color: #ffffff;
}

.pcraft-staff__intro {
    max-width: 40rem;
    margin-bottom: 8rem;
}

.pcraft-staff__eyebrow {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.pcraft-staff__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(40px, 5vw, 50px);
    line-height: 1.2;
}

.pcraft-staff__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.pcraft-staff-card {
    display: block;
}

.pcraft-staff-card__image-wrap {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.05);
}

.pcraft-staff-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: filter 0.7s ease, transform 0.7s ease;
}

.pcraft-staff-card:hover .pcraft-staff-card__image {
    filter: grayscale(0);
    transform: scale(1.05);
}

.pcraft-staff-card__name {
    margin: 0 0 4px;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.25rem;
    letter-spacing: 0.18em;
    transition: color 0.3s ease;
}

.pcraft-staff-card__role {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .pcraft-reason-row {
        gap: 3rem;
    }

    .pcraft-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcraft-staff__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .pcraft-reasons,
    .pcraft-products,
    .pcraft-staff {
        padding: 7rem 0;
    }

    .pcraft-reasons__intro,
    .pcraft-staff__intro {
        margin-bottom: 5rem;
    }

    .pcraft-reasons__list {
        gap: 6rem;
    }

    .pcraft-reason-row,
    .pcraft-reason-row.is-reverse,
    .pcraft-products__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .pcraft-products__grid,
    .pcraft-staff__grid {
        grid-template-columns: 1fr;
    }

    .pcraft-product-card__body {
        padding: 8px 28px 36px;
    }

    .pcraft-product-card__image-area {
        padding: 28px;
    }
}

@media screen and (max-width: 640px) {
    .pcraft-reason-row__text {
        font-size: 1rem;
    }

    .pcraft-reason-row__line {
        margin-top: 32px;
    }
}

/* Paint Craft diary / contact ------------------------------------------ */
.pcraft-diary {
    padding: 8rem 0 15rem;
    background: #fdfcfb;
}

.pcraft-diary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 6rem;
}

.pcraft-diary__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(30px, 5vw, 45px);
    color: #333333;
}

.pcraft-diary__more {
    display: inline-flex;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.pcraft-diary__more:hover {
    opacity: 0.5;
}

.pcraft-diary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 80px;
}

.pcraft-diary-card {
    transition: transform 0.4s ease;
}

.pcraft-diary-card:hover {
    transform: translateY(-5px);
}

.pcraft-diary-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.pcraft-diary-card__image-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 32px;
    background: #e7e5e4;
}

.pcraft-diary-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.pcraft-diary-card:hover .pcraft-diary-card__image {
    transform: scale(1.1);
}

.pcraft-diary-card__meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.pcraft-diary-card__category,
.pcraft-diary-card__date {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
}

.pcraft-diary-card__category {
    color: #1a2e26;
    text-transform: uppercase;
}

.pcraft-diary-card__date {
    color: #cccccc;
}

.pcraft-diary-card__title {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.7;
    color: #333333;
    transition: color 0.3s ease;
}

.pcraft-diary-card:hover .pcraft-diary-card__title {
    color: #1a2e26;
}

.pcraft-contact {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 15rem;
    background: #1a2e26;
}

.pcraft-contact__texture {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
    background-image: url('https://www.transparenttextures.com/patterns/natural-paper.png');
}

.pcraft-contact__inner {
    position: relative;
    z-index: 1;
}

.pcraft-contact__content {
    text-align: center;
}

.pcraft-contact__eyebrow {
    display: block;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.pcraft-contact__title {
    margin: 0 0 80px;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 1.25;
    color: #ffffff;
}

.pcraft-contact__mobile-break {
    display: none;
}

.pcraft-contact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 80rem;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.pcraft-contact__card {
    display: block;
    padding: 64px 24px;
    background: #1a2e26;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.5s ease;
}

.pcraft-contact__card:hover {
    background: rgba(255, 255, 255, 0.05);
    opacity: 1;
}

.pcraft-contact__label {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.pcraft-contact__value {
    display: block;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    transition: letter-spacing 0.5s ease;
}

.pcraft-contact__card:hover .pcraft-contact__value {
    letter-spacing: 0.12em;
}

.pcraft-contact__value--hours {
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}

.pcraft-contact__sub {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    letter-spacing: 0.2em;
}

.pcraft-contact__note {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    letter-spacing: 0.15em;
}

.font-num {
    font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 1100px) {
    .pcraft-diary__grid,
    .pcraft-contact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcraft-contact__grid > :last-child {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 900px) {
    .pcraft-diary,
    .pcraft-contact {
        padding: 7rem 0;
    }

    .pcraft-diary__head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .pcraft-diary__grid,
    .pcraft-contact__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        border: 0;
        background: transparent;
    }

    .pcraft-contact__grid > :last-child {
        grid-column: auto;
    }

    .pcraft-contact__card {
        padding: 48px 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media screen and (max-width: 640px) {
    .pcraft-diary__more {
        display: none;
    }

    .pcraft-contact__mobile-break {
        display: inline;
    }

    .pcraft-contact__title {
        margin-bottom: 48px;
    }
}
