@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%;
	border-collapse: separate;
	border-spacing: 0 18px;
}

.cform tbody {
	width: 100%
}

.cform tr {
	width: 100%;
}

.bg-form {
	background: linear-gradient(135deg, #6b4a8a 0%, #4b2c5e 100%);
	color: #fff;
	padding: 22px 28px;
	border-radius: 18px 0 0 18px;
	vertical-align: top;
}

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

.b-b-black {
	border-bottom: 1px solid rgba(75, 44, 94, 0.14)
}

.required-srt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #c1272d;
	padding: 2px 15px;
	border-radius: 999px;
	font-size: 12px !important;
	letter-spacing: 0.18em;
}

.border-form {
	background: #fff;
	border: 1px solid rgba(75, 44, 94, 0.12);
	border-left: none;
	border-radius: 0 18px 18px 0;
	padding: 18px 26px;
}

.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%;
}

.border-form input[type="text"],
.border-form input[type="tel"],
.border-form input[type="email"],
.border-form textarea,
.border-form select,
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	padding: 15px 16px;
	border: 1px solid rgba(75, 44, 94, 0.16);
	border-radius: 12px;
	background: #fbfaf7;
	font-size: 15px;
	line-height: 1.8;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.border-form input[type="text"]:focus,
.border-form input[type="tel"]:focus,
.border-form input[type="email"]:focus,
.border-form textarea:focus,
.border-form select:focus,
.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap textarea:focus {
	outline: none;
	border-color: #c5a059;
	box-shadow: 0 0 0 4px rgba(197, 160, 89, 0.14);
	background: #fff;
}

.border-form textarea,
.wpcf7-form-control-wrap textarea {
	min-height: 220px;
	resize: vertical;
}

.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;
	line-height: 1.9;
	color: rgba(39, 28, 49, 0.72);
}

.a-tag {
	color: #29abe2
}

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

.sending-button {
	background: none;
	padding: 18px 0 0;
	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-radius: 18px 18px 0 0;
	}

	.border-form {
		width: 100%;
		text-align: center;
		border-left: 1px solid rgba(75, 44, 94, 0.12);
		border-radius: 0 0 18px 18px;
	}

	.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-radius: 18px 18px 0 0;
	}

	.border-form {
		width: 100%;
		text-align: center;
		border-left: 1px solid rgba(75, 44, 94, 0.12);
		border-radius: 0 0 18px 18px;
	}

	.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;
	display: block;
	width: min(100%, 360px);
	margin: 0 auto;
}

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

.fake-btn {
	display: block;
	padding: 22px 78px 22px 40px;
	border-radius: 999px;
	background: linear-gradient(135deg, #c5a059 0%, #a4803e 100%);
	color: #fff;
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.12em;
	box-shadow: 0 20px 40px rgba(75, 44, 94, 0.18);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.send-btn-wrap:hover .fake-btn {
	transform: translateY(-2px);
	box-shadow: 0 28px 54px rgba(75, 44, 94, 0.24);
	filter: brightness(1.03);
}

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

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.send-btn-wrap {
		width: min(100%, 360px);
	}
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
	.send-btn-wrap {
		width: min(100%, 360px);
	}
}

@media only screen and (max-width: 700px) and (min-width: 500px) {
	.send-btn-wrap {
		width: min(100%, 340px);
	}
}

@media only screen and (max-width: 500px) {
	.send-btn-wrap {
		width: min(100%, 100%);
	}
}

/* 2026 front-page redesign */
:root {
	--ts-purple: #6b4a8a;
	--ts-purple-deep: #4b2c5e;
	--ts-gold: #c5a059;
	--ts-gold-soft: #e8c97a;
	--ts-ivory: #f9f7f2;
	--ts-ink: #1a1a1a;
	--ts-copy: rgba(26, 26, 26, 0.68);
	--ts-line: rgba(26, 26, 26, 0.08);
	--ts-shell: 1400px;
	--ts-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
	font-family: "Noto Serif JP", serif;
	color: var(--ts-ink);
	background: #fff;
	overflow-x: hidden;
}

body.ts-menu-open {
	overflow: hidden;
}

.ts-shell {
	width: min(calc(100% - 48px), var(--ts-shell));
	margin: 0 auto;
}

.ts-site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(26, 26, 26, 0.05);
	transition: padding 0.45s var(--ts-ease), box-shadow 0.45s var(--ts-ease), background 0.45s var(--ts-ease);
	padding: 5px 0;
}

.ts-site-header.is-scrolled {
	padding: 14px 0;
	box-shadow: 0 12px 34px rgba(26, 26, 26, 0.08);
}

.ts-header-inner {
	width: min(calc(100% - 48px), var(--ts-shell));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ts-brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-decoration: none;
	flex-shrink: 0;
}

.ts-brand-ja {
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--ts-purple);
}

.ts-brand-en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.38em;
	color: var(--ts-gold);
}

.ts-global-nav {
	margin-left: auto;
}

.ts-global-nav-list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(20px, 2vw, 40px);
	padding: 0;
	margin: 0;
}

.ts-global-nav-list a,
.ts-inline-link,
.ts-footer-links a {
	position: relative;
	text-decoration: none;
}

.ts-global-nav-list a::after,
.ts-inline-link::after,
.ts-footer-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 1px;
	background: var(--ts-gold);
	transition: width 0.6s var(--ts-ease);
}

.ts-global-nav-list a:hover::after,
.ts-inline-link:hover::after,
.ts-footer-links a:hover::after {
	width: 100%;
}

.ts-global-nav-list a {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.24em;
	color: var(--ts-ink);
}

.ts-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ts-header-phone {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.14em;
	font-weight: 600;
	color: #fff;
	background: var(--ts-purple-deep);
	padding: 10px 20px;
	border-radius: 24px;
}

.ts-menu-button,
.ts-mobile-close {
	display: none;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.ts-menu-button {
	width: 32px;
	height: 24px;
	flex-direction: column;
	justify-content: space-between;
}

.ts-menu-button span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: var(--ts-ink);
	transition: transform 0.35s var(--ts-ease), opacity 0.35s var(--ts-ease);
}

.ts-menu-button.is-open span:nth-child(1) {
	transform: translateY(11px) rotate(45deg);
}

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

.ts-menu-button.is-open span:nth-child(3) {
	transform: translateY(-11px) rotate(-45deg);
}

.ts-mobile-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.36);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.ts-mobile-overlay.is-open {
	opacity: 1;
}

.ts-mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: min(88vw, 420px);
	height: 100vh;
	background: var(--ts-ivory);
	padding: 32px 28px 40px;
	transform: translateX(100%);
	transition: transform 0.45s var(--ts-ease);
	z-index: 1001;
	display: flex;
	flex-direction: column;
}

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

.ts-mobile-menu-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 54px;
}

.ts-mobile-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	color: var(--ts-ink);
}

.ts-mobile-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 20px;
}

.ts-mobile-nav-list a {
	font-size: 1.45rem;
	letter-spacing: 0.12em;
}

.ts-mobile-contact {
	margin-top: auto;
	padding-top: 32px;
	border-top: 1px solid rgba(26, 26, 26, 0.1);
}

.ts-mobile-contact-label,
.ts-section-kicker,
.ts-footer-heading,
.ts-guide-en,
.ts-contact-label {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.ts-mobile-contact-label,
.ts-section-kicker,
.ts-footer-heading {
	font-size: 0.7rem;
	color: var(--ts-gold);
}

.ts-mobile-contact a {
	display: inline-block;
	margin: 10px 0 6px;
	font-size: 1.5rem;
}

.ts-front-page {
	background: #fff;
}

.ts-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-top: 108px;
}

.ts-hero-media {
	position: absolute;
	inset: 0;
	transform: translate3d(0, 0, 0) scale(1.14);
	transform-origin: center;
	will-change: transform;
}

.ts-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.1) 100%),
		linear-gradient(0deg, rgba(75, 44, 94, 0.1), rgba(75, 44, 94, 0.1));
}

.ts-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.ts-hero-wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 70px;
}

.ts-hero-title {
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(7px);
	border-left: 2px solid rgba(197, 160, 89, 0.65);
	padding: 40px 34px;
}

.ts-hero-title h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 4.8vw, 4rem);
	line-height: 1.2;
	letter-spacing: 0.15em;
	font-weight: 700;
}

.ts-hero-title h1 span {
	display: block;
}

.ts-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 48px;
}

.ts-hero-lead {
	max-width: 480px;
	border-left: 2px solid var(--ts-gold);
	padding-left: 24px;
}

.ts-hero-lead p,
.ts-hero-side p,
.ts-contact-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.2;
	letter-spacing: 0.22em;
	font-weight: 300;
}

.ts-hero-side {
	writing-mode: vertical-rl;
}

.ts-hero-side p {
	font-size: clamp(1.1rem, 2.4vw, 1.9rem);
	letter-spacing: 0.38em;
}

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

.ts-scroll-indicator span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.55rem;
	letter-spacing: 0.55em;
	color: #fff;
}

.ts-scroll-indicator div {
	position: relative;
	width: 1px;
	height: 56px;
	background: rgba(255, 255, 255, 0.32);
	overflow: hidden;
}

.ts-scroll-indicator i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: var(--ts-gold);
	animation: tsScroll 2.4s ease-in-out infinite;
}

@keyframes tsScroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(56px);
		opacity: 0;
	}
}

.ts-concept,
.ts-business,
.ts-guide,
.ts-contact-cta {
	position: relative;
}

.ts-concept {
	padding: 140px 0 170px;
	background: #fff;
	overflow: hidden;
}

.ts-concept-inner {
	position: relative;
	z-index: 1;
	max-width: 860px;
	text-align: center;
}

.ts-washi-bg {
	position: absolute;
	inset: 0;
	background-repeat: repeat;
	background-size: 380px;
	opacity: 0.045;
	pointer-events: none;
}

.ts-washi-bg-cta {
	opacity: 0.07;
}

.ts-section-title {
	margin: 20px 0 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: var(--ts-purple);
	font-weight: 700;
}

.ts-divider {
	width: 64px;
	height: 1px;
	background: var(--ts-gold);
	margin: 48px auto;
	transform-origin: left center;
}

.ts-concept-text {
	font-size: 1rem;
	line-height: 2.5;
	letter-spacing: 0.12em;
	color: var(--ts-copy);
	font-weight: 300;
}

.ts-business {
	padding: 120px 0 150px;
	background: var(--ts-ivory);
}

.ts-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 70px;
}

.ts-inline-link {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.82rem;
	letter-spacing: 0.24em;
	padding-bottom: 8px;
}

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

.ts-business-card,
.ts-guide-card,
.ts-contact-card {
	display: block;
}

.ts-business-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	margin-bottom: 28px;
}

.ts-business-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(75, 44, 94, 0.25) 100%);
	opacity: 0;
	transition: opacity 0.7s ease;
}

.ts-business-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease;
}

.ts-business-card:hover img {
	transform: scale(1.06);
}

.ts-business-card:hover .ts-business-image::after {
	opacity: 1;
}

.ts-business-body h3,
.ts-guide-card h3 {
	margin: 0 0 16px;
	font-size: 1.75rem;
	letter-spacing: 0.2em;
}

.ts-business-body p,
.ts-guide-card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 2.1;
	letter-spacing: 0.12em;
	color: var(--ts-copy);
}

.ts-guide {
	padding: 120px 0 150px;
	background: #fff;
}

.ts-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(26, 26, 26, 0.08);
}

.ts-guide-card {
	position: relative;
	background: #fff;
	padding: 48px 44px;
	min-height: 360px;
	overflow: hidden;
	transition: color 0.45s ease, transform 0.45s ease;
}

.ts-guide-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--ts-purple);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.7s var(--ts-ease);
}

.ts-guide-card>* {
	position: relative;
	z-index: 1;
}

.ts-guide-card:hover::before {
	transform: scaleY(1);
}

.ts-guide-card:hover {
	transform: translateY(-4px);
}

.ts-guide-card:hover h3,
.ts-guide-card:hover p {
	color: #fff;
}

.ts-guide-en {
	display: inline-block;
	margin-bottom: 26px;
	font-size: 0.68rem;
	color: var(--ts-gold);
}

.ts-guide-arrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.74rem;
	letter-spacing: 0.26em;
	color: var(--ts-gold);
}

.ts-contact-cta {
	padding: 140px 0;
	background: var(--ts-purple);
	overflow: hidden;
}

.ts-contact-cta::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 55vw;
	height: 100%;
	background: radial-gradient(circle at 70% 30%, rgba(197, 160, 89, 0.18) 0%, rgba(197, 160, 89, 0) 70%);
}

.ts-contact-inner {
	position: relative;
	z-index: 1;
	max-width: 1000px;
	text-align: center;
}

.ts-contact-cta .ts-section-title {
	color: #fff;
}

.ts-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 56px;
}

.ts-contact-card {
	padding: 56px 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	transition: transform 0.45s ease, background 0.45s ease, color 0.45s ease;
}

.ts-contact-card:hover {
	transform: translateY(-4px);
	background: #fff;
}

.ts-contact-card.is-gold {
	background: var(--ts-gold);
	border-color: var(--ts-gold);
}

.ts-contact-card.is-gold:hover {
	background: var(--ts-gold-soft);
}

.ts-contact-card i {
	display: block;
	margin-bottom: 22px;
	font-size: 2rem;
	color: var(--ts-gold);
}

.ts-contact-card.is-gold i,
.ts-contact-card.is-gold .ts-contact-label,
.ts-contact-card.is-gold strong,
.ts-contact-card.is-gold small {
	color: #fff;
}

.ts-contact-card:hover i,
.ts-contact-card:hover .ts-contact-label,
.ts-contact-card:hover strong,
.ts-contact-card:hover small {
	color: var(--ts-purple);
}

.ts-contact-card strong {
	display: block;
	margin-top: 14px;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	color: #fff;
}

.ts-contact-card small,
.ts-contact-card .ts-contact-label {
	display: block;
	color: rgba(255, 255, 255, 0.75);
}

.ts-contact-card .ts-contact-label {
	font-size: 0.68rem;
}

.ts-contact-card small {
	margin-top: 16px;
	font-size: 0.7rem;
	letter-spacing: 0.18em;
}

.ts-site-footer {
	background: #fff;
	padding: 88px 0 0;
	border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.ts-footer-inner,
.ts-footer-bottom {
	width: min(calc(100% - 48px), var(--ts-shell));
	margin: 0 auto;
}

.ts-footer-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 48px;
	padding-bottom: 58px;
}

.ts-footer-brand-block {
	max-width: 420px;
}

.ts-footer-contact {
	margin-top: 28px;
}

.ts-footer-contact p {
	margin: 0 0 10px;
	font-size: 0.92rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: var(--ts-copy);
}

.ts-footer-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(140px, 1fr));
	gap: 36px 52px;
}

.ts-footer-links a {
	display: block;
	width: fit-content;
	margin-bottom: 14px;
	font-size: 0.88rem;
	letter-spacing: 0.12em;
	color: rgba(26, 26, 26, 0.72);
}

.ts-footer-bottom {
	border-top: 1px solid rgba(26, 26, 26, 0.05);
	padding: 24px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ts-footer-bottom p {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.66rem;
	letter-spacing: 0.2em;
	color: rgba(26, 26, 26, 0.38);
}

.is-reveal {
	opacity: 0;
	transition: opacity 0.9s var(--ts-ease), transform 0.9s var(--ts-ease);
}

.is-reveal[data-reveal="up"] {
	transform: translate3d(0, 48px, 0);
}

.is-reveal[data-reveal="left"] {
	transform: translate3d(-48px, 0, 0);
}

.is-reveal[data-reveal="right"] {
	transform: translate3d(48px, 0, 0);
}

.is-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1100px) {

	.ts-business-grid,
	.ts-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ts-footer-inner {
		flex-direction: column;
	}
}

@media only screen and (max-width: 900px) {

	.ts-global-nav,
	.ts-header-phone {
		display: none;
	}

	.ts-menu-button,
	.ts-mobile-close {
		display: inline-flex;
	}

	.ts-hero {
		min-height: 760px;
	}

	.ts-hero-wrap {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 32px;
	}

	.ts-hero-title {
		padding: 24px 22px;
	}

	.ts-hero-title h1 {
		writing-mode: horizontal-tb;
		letter-spacing: 0.18em;
		line-height: 1.8;
	}

	.ts-hero-copy {
		align-items: flex-start;
		gap: 28px;
	}

	.ts-hero-side {
		writing-mode: horizontal-tb;
	}

	.ts-section-head,
	.ts-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.ts-contact-grid,
	.ts-footer-links {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767px) {

	.ts-shell,
	.ts-header-inner,
	.ts-footer-inner,
	.ts-footer-bottom {
		width: min(calc(100% - 32px), var(--ts-shell));
	}

	.ts-site-header {
		padding: 16px 0;
	}

	.ts-hero {
		padding-top: 90px;
		min-height: 700px;
	}

	.ts-concept,
	.ts-business,
	.ts-guide,
	.ts-contact-cta {
		padding: 88px 0;
	}

	.ts-business-grid,
	.ts-guide-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		background: transparent;
	}

	.ts-guide-card {
		min-height: auto;
		padding: 34px 28px;
		border: 1px solid rgba(26, 26, 26, 0.08);
	}

	.ts-scroll-indicator {
		bottom: 28px;
	}
}

/* services page */
.ts-services-hero {
	position: relative;
	min-height: 65vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding-top: 110px;
}

.ts-services-hero-media {
	position: absolute;
	inset: 0;
}

.ts-services-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
}

.ts-services-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 44%, rgba(0, 0, 0, 0.65) 100%), rgba(75, 44, 94, 0.15);
}

.ts-services-hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 80px;
}

.ts-services-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 36px;
	font-size: 0.7rem;
	letter-spacing: 0.24em;
	color: rgba(255, 255, 255, 0.64);
}

.ts-services-breadcrumb a:hover {
	color: var(--ts-gold);
}

.ts-services-hero-copy {
	max-width: 720px;
}

.ts-services-hero-line {
	width: 48px;
	height: 1px;
	background: var(--ts-gold);
	margin-bottom: 28px;
}

.ts-services-hero-copy h1 {
	margin: 0 0 24px;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 1.2;
	letter-spacing: 0.15em;
	color: #fff;
	font-weight: 700;
}

.ts-services-hero-copy p {
	margin: 0;
	padding-left: 24px;
	border-left: 2px solid var(--ts-gold);
	font-size: 1.06rem;
	line-height: 2.05;
	letter-spacing: 0.2em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
}

.ts-services-overview {
	position: relative;
	padding: 112px 0 132px;
	background: var(--ts-ivory);
	overflow: hidden;
}

.ts-services-overview-inner {
	position: relative;
	z-index: 1;
}

.ts-services-overview-copy {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.ts-services-overview-copy h2 {
	margin: 34px 0 0;
	font-size: clamp(2rem, 3vw, 2.6rem);
	line-height: 1.9;
	letter-spacing: 0.18em;
	color: var(--ts-purple);
}

.ts-services-overview-copy .ts-divider {
	margin: 36px auto 0;
}

.ts-services-overview-copy p {
	margin: 36px 0 0;
	font-size: 1rem;
	line-height: 2.4;
	letter-spacing: 0.12em;
	font-weight: 300;
	color: rgba(26, 26, 26, 0.64);
}

.ts-break-md,
.ts-break-lg {
	display: none;
}

.ts-services-business {
	position: relative;
	padding: 110px 0 140px;
	overflow: hidden;
}

.ts-services-business.is-white {
	background: #fff;
}

.ts-services-business.is-ivory {
	background: var(--ts-ivory);
}

.ts-services-business-inner {
	position: relative;
	z-index: 1;
}

.ts-services-business-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px 96px;
	align-items: center;
}

.ts-services-business-grid.is-reverse .ts-services-business-media {
	order: 2;
}

.ts-services-business-grid.is-reverse .ts-services-business-copy {
	order: 1;
}

.ts-services-business-image {
	position: absolute;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.ts-services-business-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-services-business-media:hover .ts-services-business-image img {
	transform: scale(1.04);
}

.ts-services-business-image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(75, 44, 94, 0.24) 100%);
}

.ts-services-business-index {
	/* position: absolute; */
	top: 24px;
	left: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	padding: 10px 14px;
	background: rgba(75, 44, 94, 0.55);
	backdrop-filter: blur(4px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.42em;
	color: rgba(255, 255, 255, 0.76);
}

.ts-services-business-en {
	display: block;
	margin-bottom: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.55em;
	color: var(--ts-gold);
}

.ts-services-business-copy h2 {
	margin: 0 0 32px;
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	line-height: 1.35;
	letter-spacing: 0.22em;
	color: var(--ts-purple);
}

.ts-services-business-line {
	width: 48px;
	height: 1px;
	margin-bottom: 40px;
	background: var(--ts-gold);
}

.ts-services-business-copy>p {
	margin: 0;
	font-size: 1rem;
	line-height: 2.45;
	letter-spacing: 0.11em;
	font-weight: 300;
	color: rgba(26, 26, 26, 0.7);
}

.ts-services-business-note {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 52px;
	padding-top: 28px;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-services-business-note-bar {
	width: 4px;
	height: 42px;
	background: var(--ts-gold);
}

.ts-services-business-note p {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.74rem;
	letter-spacing: 0.34em;
	color: rgba(26, 26, 26, 0.46);
}

@media only screen and (min-width: 768px) {

	.ts-break-md,
	.ts-break-lg {
		display: inline;
	}
}

@media only screen and (max-width: 767px) {
	.ts-services-hero {
		min-height: 520px;
		padding-top: 90px;
	}

	.ts-services-hero-inner {
		padding-bottom: 48px;
	}

	.ts-services-hero-copy h1 {
		font-size: 2.4rem;
	}

	.ts-services-hero-copy p {
		padding-left: 18px;
		font-size: 0.94rem;
		line-height: 1.95;
		letter-spacing: 0.1em;
	}

	.ts-services-overview {
		padding: 88px 0 96px;
	}

	.ts-services-overview-copy h2 {
		font-size: 1.7rem;
		line-height: 1.8;
	}

	.ts-services-overview-copy p {
		font-size: 0.94rem;
		line-height: 2.2;
	}

	.ts-services-business {
		padding: 86px 0 100px;
	}

	.ts-services-business-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ts-services-business-grid.is-reverse .ts-services-business-media,
	.ts-services-business-grid.is-reverse .ts-services-business-copy {
		order: initial;
	}

	.ts-services-business-copy h2 {
		font-size: 2rem;
		margin-bottom: 26px;
	}

	.ts-services-business-line {
		margin-bottom: 30px;
	}

	.ts-services-business-copy>p {
		font-size: 0.94rem;
		line-height: 2.15;
	}

	.ts-services-business-note {
		margin-top: 40px;
		gap: 14px;
	}

	.ts-services-business-note p {
		letter-spacing: 0.18em;
	}
}

/* company page */
.ts-company-hero,
.ts-company-profile,
.ts-company-message,
.ts-company-access {
	position: relative;
	overflow: hidden;
}

.ts-company-hero {
	min-height: 65vh;
	display: flex;
	align-items: flex-end;
	padding-top: 108px;
}

.ts-company-hero-media {
	position: absolute;
	inset: 0;
}

.ts-company-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
}

.ts-company-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 42%, rgba(0, 0, 0, 0.72) 100%), rgba(107, 74, 138, 0.15);
}

.ts-company-hero-inner,
.ts-company-profile-inner,
.ts-company-message-inner,
.ts-company-access-inner {
	position: relative;
	z-index: 1;
}

.ts-company-hero-inner {
	width: 100%;
	padding-bottom: 84px;
}

.ts-company-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	color: rgba(255, 255, 255, 0.72);
}

.ts-company-breadcrumb a:hover {
	color: var(--ts-gold);
}

.ts-company-hero-copy h1 {
	margin: 0 0 28px;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 1.2;
	letter-spacing: 0.16em;
	color: #fff;
	font-weight: 700;
}

.ts-company-hero-copy p {
	margin: 0;
	padding-left: 24px;
	border-left: 2px solid var(--ts-gold);
	font-size: clamp(1rem, 2vw, 1.2rem);
	letter-spacing: 0.22em;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}

.ts-company-hero-line {
	width: 48px;
	height: 1px;
	background: var(--ts-gold);
	margin-bottom: 28px;
}

.ts-company-profile {
	padding: 140px 0 160px;
	background: #fff;
}

.ts-company-message {
	padding: 140px 0 160px;
	background: var(--ts-ivory);
}

.ts-company-access {
	padding: 140px 0 160px;
	background: #fff;
}

.ts-company-section-head {
	margin-bottom: 70px;
}

.ts-company-section-head .ts-divider {
	margin: 36px 0 0;
}

.ts-company-profile-grid,
.ts-company-message-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 64px;
	align-items: start;
}

.ts-company-profile-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-company-profile-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ts-company-profile-label span {
	display: block;
	width: 4px;
	min-height: 20px;
	background: var(--ts-gold);
	margin-top: 2px;
}

.ts-company-profile-label strong {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.32em;
	color: var(--ts-purple);
}

.ts-company-profile-row p {
	margin: 0;
	padding-left: 16px;
	font-size: 1rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	color: rgba(26, 26, 26, 0.75);
}

.ts-company-profile-image,
.ts-company-message-image {
	position: relative;
	overflow: hidden;
}

.ts-company-profile-image {
	aspect-ratio: 3 / 4;
}

.ts-company-message-image {
	aspect-ratio: 3 / 4;
	background: #f0ede6;
}

.ts-company-profile-image img,
.ts-company-message-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-company-frame {
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(197, 160, 89, 0.35);
	pointer-events: none;
}

.ts-company-profile-caption,
.ts-company-message-caption {
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 32px;
}

.ts-company-profile-caption p,
.ts-company-message-caption p,
.ts-company-signoff p,
.ts-company-signoff span,
.ts-company-access-label,
.ts-company-access-item span {
	font-family: "Noto Sans JP", sans-serif;
}

.ts-company-profile-caption p {
	margin: 0;
	font-size: 0.62rem;
	letter-spacing: 0.35em;
	color: rgba(255, 255, 255, 0.76);
}

.ts-company-message-caption .ts-divider {
	margin: 0 0 16px;
	width: 40px;
}

.ts-company-message-caption p {
	margin: 0 0 4px;
	font-size: 0.72rem;
	letter-spacing: 0.3em;
	color: #fff;
}

.ts-company-message-caption strong {
	font-size: 1.45rem;
	letter-spacing: 0.22em;
	color: #fff;
}

.ts-company-message-copy {
	padding-top: 16px;
}

.ts-company-quote {
	font-size: 80px;
	line-height: 1;
	color: var(--ts-gold);
	opacity: 0.25;
	font-family: Georgia, serif;
	margin-bottom: 8px;
	user-select: none;
}

.ts-company-message-text {
	display: grid;
	gap: 28px;
}

.ts-company-message-text p {
	margin: 0;
	font-size: 1rem;
	line-height: 2.3;
	letter-spacing: 0.1em;
	color: rgba(26, 26, 26, 0.7);
}

.ts-company-signoff {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-company-signoff p {
	margin: 0 0 10px;
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	color: var(--ts-gold);
}

.ts-company-signoff span {
	display: block;
	margin-bottom: 6px;
	font-size: 0.78rem;
	letter-spacing: 0.28em;
	color: rgba(26, 26, 26, 0.48);
}

.ts-company-signoff strong {
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	color: var(--ts-purple);
}

.ts-company-map-wrap {
	position: relative;
	height: 480px;
	overflow: hidden;
	margin-bottom: 56px;
}

.ts-company-map-wrap iframe {
	width: 100%;
	height: 100%;
}

.ts-company-access-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding-top: 40px;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-company-access-card:first-child {
	padding-right: 48px;
	border-right: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-company-access-card:last-child {
	padding-left: 48px;
}

.ts-company-access-label {
	margin: 0 0 24px;
	font-size: 0.7rem;
	letter-spacing: 0.4em;
	color: var(--ts-gold);
}

.ts-company-access-stack {
	display: grid;
	gap: 18px;
}

.ts-company-access-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.ts-company-access-item i {
	font-size: 1rem;
	color: var(--ts-gold);
	margin-top: 4px;
}

.ts-company-access-item p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: rgba(26, 26, 26, 0.75);
}

.ts-company-access-item span {
	display: block;
	margin-bottom: 4px;
	font-size: 0.62rem;
	letter-spacing: 0.3em;
	color: rgba(26, 26, 26, 0.45);
}

@media only screen and (max-width: 1100px) {

	.ts-company-profile-grid,
	.ts-company-message-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.ts-company-hero {
		min-height: 520px;
		padding-top: 90px;
	}

	.ts-company-hero-inner {
		padding-bottom: 48px;
	}

	.ts-company-profile,
	.ts-company-message,
	.ts-company-access {
		padding: 88px 0;
	}

	.ts-company-section-head {
		margin-bottom: 44px;
	}

	.ts-company-access-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ts-company-access-card:first-child {
		padding-right: 0;
		padding-bottom: 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(26, 26, 26, 0.08);
	}

	.ts-company-access-card:last-child {
		padding-left: 0;
	}

	.ts-company-map-wrap {
		height: 360px;
		margin-bottom: 40px;
	}
}

/* ofuda page */
.ts-ofuda-hero,
.ts-ofuda-nav,
.ts-ofuda-content,
.ts-ofuda-ise,
.ts-ofuda-jingu,
.ts-ofuda-manners {
	position: relative;
	overflow: hidden;
}

.ts-ofuda-hero {
	min-height: 65vh;
	display: flex;
	align-items: flex-end;
	padding-top: 108px;
}

.ts-ofuda-hero-media {
	position: absolute;
	inset: 0;
}

.ts-ofuda-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-ofuda-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.72) 100%), rgba(107, 74, 138, 0.14);
}

.ts-ofuda-hero-inner,
.ts-ofuda-nav-inner,
.ts-ofuda-ise-inner,
.ts-ofuda-manners-inner {
	position: relative;
	z-index: 1;
}

.ts-ofuda-hero-inner {
	width: 100%;
	padding-bottom: 80px;
}

.ts-ofuda-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	color: rgba(255, 255, 255, 0.72);
}

.ts-ofuda-breadcrumb a:hover {
	color: var(--ts-gold);
}

.ts-ofuda-hero-line {
	width: 48px;
	height: 1px;
	background: var(--ts-gold);
	margin-bottom: 28px;
}

.ts-ofuda-hero-copy h1 {
	margin: 0 0 28px;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 1.2;
	letter-spacing: 0.16em;
	color: #fff;
	font-weight: 700;
}

.ts-ofuda-hero-copy p {
	margin: 0;
	padding-left: 24px;
	border-left: 2px solid var(--ts-gold);
	font-size: clamp(1rem, 2vw, 1.2rem);
	letter-spacing: 0.18em;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 300;
}

.ts-ofuda-nav,
.ts-ofuda-content,
.ts-ofuda-manners {
	background: #fff;
}

.ts-ofuda-nav,
.ts-ofuda-content,
.ts-ofuda-ise,
.ts-ofuda-jingu,
.ts-ofuda-manners {
	padding: 120px 0 140px;
}

.ts-ofuda-ise {
	background: var(--ts-ivory);
}

.ts-ofuda-jingu {
	background: var(--ts-purple);
}

.ts-ofuda-section-head {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.ts-ofuda-section-head .ts-divider {
	margin: 36px 0 0;
}

.ts-ofuda-title-light {
	color: #fff;
}

.ts-ofuda-nav-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(26, 26, 26, 0.08);
}

.ts-ofuda-nav-card {
	position: relative;
	background: #fff;
	padding: 46px 40px;
	min-height: 320px;
	overflow: hidden;
}

.ts-ofuda-nav-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--ts-purple);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.7s var(--ts-ease);
}

.ts-ofuda-nav-card>* {
	position: relative;
	z-index: 1;
}

.ts-ofuda-nav-card:hover::before {
	transform: scaleY(1);
}

.ts-ofuda-nav-card:hover h3,
.ts-ofuda-nav-card:hover p {
	color: #fff;
}

.ts-ofuda-nav-en {
	display: inline-block;
	margin-bottom: 24px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.38em;
	color: var(--ts-gold);
}

.ts-ofuda-nav-card h3 {
	margin: 0 0 20px;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
}

.ts-ofuda-nav-card p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 2;
	letter-spacing: 0.08em;
	color: var(--ts-copy);
}

.ts-ofuda-nav-arrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.26em;
	color: var(--ts-gold);
}

.ts-ofuda-content-grid,
.ts-ofuda-ise-grid,
.ts-ofuda-jingu-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.ts-ofuda-copy,
.ts-ofuda-ise-copy,
.ts-ofuda-jingu-copy {
	display: grid;
	gap: 28px;
}

.ts-ofuda-copy p,
.ts-ofuda-ise-copy p,
.ts-ofuda-jingu-copy p {
	margin: 0;
	font-size: 1rem;
	line-height: 2.3;
	letter-spacing: 0.1em;
	color: rgba(26, 26, 26, 0.72);
}

.ts-ofuda-jingu-copy p {
	color: rgba(255, 255, 255, 0.76);
}

.ts-ofuda-note,
.ts-ofuda-memo,
.ts-ofuda-important {
	padding: 28px 32px;
	border-left: 4px solid var(--ts-gold);
}

.ts-ofuda-note {
	background: var(--ts-ivory);
}

.ts-ofuda-memo {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(197, 160, 89, 0.4);
}

.ts-ofuda-important {
	margin-top: 60px;
	background: var(--ts-ivory);
}

.ts-ofuda-note-label {
	display: block;
	margin: 0 0 14px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.4em;
	color: var(--ts-gold);
}

.ts-ofuda-note p,
.ts-ofuda-memo p,
.ts-ofuda-important p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 2.1;
	letter-spacing: 0.08em;
}

.ts-ofuda-memo p {
	color: rgba(255, 255, 255, 0.7);
}

.ts-ofuda-important strong {
	display: block;
	margin-bottom: 14px;
	font-size: 1.08rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: var(--ts-purple);
}

.ts-ofuda-visuals {
	display: grid;
	gap: 28px;
}

.ts-ofuda-visual-card {
	background: #fff;
	padding: 28px 28px 24px;
}

.ts-ofuda-visual-label,
.ts-ofuda-visual-caption {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.26em;
}

.ts-ofuda-visual-label {
	font-size: 0.72rem;
	color: var(--ts-gold);
	margin-bottom: 18px;
	text-align: center;
}

.ts-ofuda-visual-caption {
	margin-top: 16px;
	font-size: 0.64rem;
	color: rgba(26, 26, 26, 0.42);
	text-align: center;
}

.ts-ofuda-svg-wrap {
	width: 100%;
	overflow: hidden;
}

.ts-ofuda-svg {
	width: 100%;
	height: auto;
	font-family: "Noto Serif JP", serif;
}

.ts-ofuda-offering-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.ts-ofuda-offering-list div {
	background: #fff;
	padding: 18px 20px;
	border-left: 2px solid var(--ts-gold);
}

.ts-ofuda-offering-list strong,
.ts-ofuda-offering-list span {
	display: block;
}

.ts-ofuda-offering-list strong {
	margin-bottom: 6px;
	font-size: 1rem;
	letter-spacing: 0.14em;
	color: var(--ts-purple);
}

.ts-ofuda-offering-list span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	color: rgba(26, 26, 26, 0.5);
}

.ts-ofuda-photo-card,
.ts-ofuda-jingu-image {
	position: relative;
	overflow: hidden;
}

.ts-ofuda-photo-card {
	aspect-ratio: 16 / 9;
	margin-top: 24px;
}

.ts-ofuda-jingu-image {
	aspect-ratio: 3 / 4;
}

.ts-ofuda-photo-card img,
.ts-ofuda-jingu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-contact-page {
	background: #f7f3eb;
	color: var(--ts-ink);
}

.ts-contact-hero {
	position: relative;
	min-height: 62vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.ts-contact-hero-media {
	position: absolute;
	inset: 0;
}

.ts-contact-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-contact-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.72) 100%), rgba(107, 74, 138, 0.16);
}

.ts-contact-hero-inner,
.ts-contact-form-inner {
	position: relative;
	z-index: 1;
}

.ts-contact-hero-inner {
	width: 100%;
	padding-bottom: 80px;
}

.ts-contact-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 34px;
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	color: rgba(255, 255, 255, 0.8);
}

.ts-contact-breadcrumb a,
.ts-contact-breadcrumb span,
.ts-contact-breadcrumb i {
	color: inherit;
}

.ts-contact-hero-copy {
	max-width: 720px;
}

.ts-contact-hero-line {
	width: 48px;
	height: 1px;
	margin-bottom: 28px;
	background: var(--ts-gold);
}

.ts-contact-hero-copy h1 {
	margin: 0 0 24px;
	font-size: clamp(2.8rem, 6vw, 5rem);
	line-height: 1.2;
	color: #fff;
	font-weight: 700;
}

.ts-contact-hero-copy p {
	margin: 0;
	padding-left: 24px;
	border-left: 2px solid var(--ts-gold);
	font-size: 1.04rem;
	line-height: 2;
	color: rgba(255, 255, 255, 0.88);
}

.ts-contact-form-section {
	position: relative;
	padding: 120px 0 140px;
}

.ts-contact-section-head {
	text-align: center;
	margin-bottom: 48px;
}

.ts-contact-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
	gap: 32px;
	align-items: stretch;
	margin-bottom: 40px;
}

.ts-contact-intro-copy,
.ts-contact-info-card,
.ts-contact-form-panel {
	position: relative;
	z-index: 1;
}

.ts-contact-intro-copy {
	padding: 40px 44px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(75, 44, 94, 0.08);
	backdrop-filter: blur(6px);
}

.ts-contact-intro-copy p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 2.15;
}

.ts-contact-intro-copy p+p {
	margin-top: 18px;
}

.ts-contact-info-card {
	padding: 40px 36px;
	background: linear-gradient(160deg, rgba(75, 44, 94, 0.94) 0%, rgba(45, 27, 59, 0.96) 100%);
	color: #fff;
	box-shadow: 0 28px 54px rgba(38, 22, 49, 0.14);
}

.ts-contact-info-label {
	margin: 0 0 18px;
	font-size: 0.7rem;
	letter-spacing: 0.32em;
	color: rgba(255, 255, 255, 0.6);
}

.ts-contact-info-card a {
	display: inline-block;
	margin-bottom: 14px;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: 0.04em;
	color: #fff;
}

.ts-contact-info-card span {
	display: block;
	margin-bottom: 16px;
	color: var(--ts-gold-soft);
	letter-spacing: 0.14em;
	font-size: 0.78rem;
}

.ts-contact-info-card p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.9;
}

.ts-contact-form-panel {
	padding: 54px clamp(20px, 4vw, 56px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 247, 242, 0.98) 100%);
	border: 1px solid rgba(75, 44, 94, 0.08);
	box-shadow: 0 24px 48px rgba(38, 22, 49, 0.08);
}

.ts-contact-form-panel .wpcf7 {
	width: 100%;
}

.ts-contact-form-panel .wpcf7 form {
	margin: 0;
}

.ts-contact-form-panel .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 0.82rem;
}

.ts-contact-form-panel .wpcf7-response-output {
	margin: 28px 0 0 !important;
	padding: 16px 18px !important;
	border-radius: 14px;
	font-size: 0.92rem;
}

.ts-contact-form-panel .wpcf7 form.invalid .wpcf7-response-output,
.ts-contact-form-panel .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #c1272d !important;
	background: rgba(193, 39, 45, 0.06);
}

.ts-contact-form-panel .wpcf7 form.sent .wpcf7-response-output {
	border-color: #a4803e !important;
	background: rgba(197, 160, 89, 0.08);
}

@media (max-width: 960px) {
	.ts-contact-intro-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ts-contact-hero {
		min-height: 520px;
		padding-top: 90px;
	}

	.ts-contact-hero-inner {
		padding-bottom: 48px;
	}

	.ts-contact-hero-copy h1 {
		font-size: 2.4rem;
	}

	.ts-contact-hero-copy p {
		padding-left: 18px;
		font-size: 0.94rem;
		line-height: 1.95;
	}

	.ts-contact-form-section {
		padding: 88px 0 96px;
	}

	.ts-contact-intro-copy,
	.ts-contact-info-card,
	.ts-contact-form-panel {
		padding: 30px 24px;
	}
}

.ts-ofuda-photo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(75, 44, 94, 0) 40%, rgba(75, 44, 94, 0.46) 100%);
}

.ts-ofuda-photo-card p,
.ts-ofuda-jingu-caption p {
	position: absolute;
	left: 24px;
	bottom: 20px;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.34em;
	color: rgba(255, 255, 255, 0.8);
}

.ts-ofuda-jingu-caption {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
}

.ts-ofuda-jingu-caption p {
	position: static;
}

.ts-ofuda-steps {
	display: grid;
}

.ts-ofuda-step {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 32px;
	align-items: start;
	padding: 42px 0;
	border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-ofuda-step-number {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ts-ofuda-step-number span {
	margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.26em;
	color: var(--ts-gold);
}

.ts-ofuda-step-number div {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(75, 44, 94, 0.2);
	background: rgba(75, 44, 94, 0.04);
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--ts-purple);
}

.ts-ofuda-step-copy h3 {
	margin: 0 0 16px;
	font-size: 2rem;
	letter-spacing: 0.22em;
	color: var(--ts-purple);
}

.ts-ofuda-step-copy p {
	margin: 0;
	font-size: 1rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
	color: var(--ts-copy);
}

.ts-ofuda-step-line {
	width: 1px;
	height: 64px;
	background: linear-gradient(180deg, var(--ts-gold) 0%, transparent 100%);
}

@media only screen and (max-width: 1100px) {

	.ts-ofuda-nav-grid,
	.ts-ofuda-content-grid,
	.ts-ofuda-ise-grid,
	.ts-ofuda-jingu-grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.ts-ofuda-hero {
		min-height: 520px;
		padding-top: 90px;
	}

	.ts-ofuda-hero-inner {
		padding-bottom: 48px;
	}

	.ts-ofuda-nav,
	.ts-ofuda-content,
	.ts-ofuda-ise,
	.ts-ofuda-jingu,
	.ts-ofuda-manners {
		padding: 88px 0;
	}

	.ts-ofuda-nav-card {
		min-height: auto;
		padding: 32px 26px;
	}

	.ts-ofuda-offering-list {
		grid-template-columns: 1fr;
	}

	.ts-ofuda-step {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ts-ofuda-step-line {
		display: none;
	}

	.ts-ofuda-step-copy h3 {
		font-size: 1.6rem;
	}
}

/* works page */
.ts-works-hero,
.ts-works-listing,
.ts-work-single-hero,
.ts-work-single-content {
	position: relative;
	overflow: hidden;
}

.ts-works-hero,
.ts-work-single-hero {
	min-height: 62vh;
	display: flex;
	align-items: flex-end;
	padding-top: 108px;
}

.ts-works-hero-media,
.ts-work-single-hero-media {
	position: absolute;
	inset: 0;
}

.ts-works-hero-media img,
.ts-work-single-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ts-works-hero-overlay,
.ts-work-single-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0.72) 100%), rgba(107, 74, 138, 0.16);
}

.ts-works-hero-inner,
.ts-work-single-hero-inner,
.ts-works-listing-inner,
.ts-work-single-content-inner {
	position: relative;
	z-index: 1;
}

.ts-works-hero-inner,
.ts-work-single-hero-inner {
	width: 100%;
	padding-bottom: 72px;
}

.ts-works-breadcrumb,
.ts-work-single-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	color: rgba(255, 255, 255, 0.72);
}

.ts-works-breadcrumb a:hover,
.ts-work-single-breadcrumb a:hover {
	color: var(--ts-gold);
}

.ts-works-hero-line,
.ts-work-single-line {
	width: 48px;
	height: 1px;
	background: var(--ts-gold);
	margin-bottom: 28px;
}

.ts-works-hero-copy h1,
.ts-work-single-copy h1 {
	margin: 0 0 24px;
	font-size: clamp(2.7rem, 6vw, 4.8rem);
	line-height: 1.2;
	letter-spacing: 0.16em;
	color: #fff;
	font-weight: 700;
}

.ts-works-hero-copy p,
.ts-work-single-lead {
	margin: 0;
	padding-left: 22px;
	border-left: 2px solid var(--ts-gold);
	font-size: 1rem;
	line-height: 2.2;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 300;
	max-width: 560px;
}

.ts-work-single-client {
	margin: 0 0 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.34em;
	color: var(--ts-gold);
}

.ts-works-listing,
.ts-work-single-content {
	padding: 110px 0 140px;
	background: var(--ts-ivory);
}

.ts-work-single-content {
	background: #fff;
}

.ts-works-section-head {
	margin-bottom: 54px;
}

.ts-works-section-head .ts-divider {
	margin: 36px 0 0;
}

.ts-works-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 56px;
}

.ts-works-filter-button {
	border: 1px solid rgba(26, 26, 26, 0.12);
	background: #fff;
	color: rgba(26, 26, 26, 0.55);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	padding: 12px 20px;
	transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.ts-works-filter-button:hover,
.ts-works-filter-button.is-active {
	background: var(--ts-purple);
	border-color: var(--ts-purple);
	color: #fff;
}

.ts-works-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 72px 40px;
}

.ts-work-card a {
	display: block;
}

.ts-work-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 28px;
}

.ts-work-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease;
}

.ts-work-card:hover .ts-work-card-image img {
	transform: scale(1.05);
}

.ts-work-card-overlay {
	position: absolute;
	inset: 0;
	background: rgba(107, 74, 138, 0);
	transition: background 0.7s ease;
}

.ts-work-card:hover .ts-work-card-overlay {
	background: rgba(107, 74, 138, 0.2);
}

.ts-work-card-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-block;
	padding: 8px 12px;
	background: rgba(107, 74, 138, 0.72);
	backdrop-filter: blur(4px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.56rem;
	letter-spacing: 0.35em;
	color: #fff;
}

.ts-work-card-client {
	margin: 0 0 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.34em;
	color: var(--ts-gold);
}

.ts-work-card h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	font-size: 1.3rem;
	letter-spacing: 0.16em;
}

.ts-work-card h3 span {
	display: block;
	width: 20px;
	height: 1px;
	background: var(--ts-gold);
	transition: width 0.7s ease;
}

.ts-work-card:hover h3 span {
	width: 40px;
}

.ts-work-card-excerpt {
	margin: 0;
	font-size: 0.92rem;
	line-height: 2;
	letter-spacing: 0.08em;
	color: var(--ts-copy);
}

.ts-works-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 72px;
}

.ts-works-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(26, 26, 26, 0.12);
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	color: rgba(26, 26, 26, 0.6);
}

.ts-works-pagination .page-numbers.current,
.ts-works-pagination .page-numbers:hover {
	background: var(--ts-purple);
	border-color: var(--ts-purple);
	color: #fff;
}

.ts-works-empty {
	padding: 48px 0;
	text-align: center;
}

.ts-work-single-content-inner {
	max-width: 1000px;
}

.ts-work-single-meta {
	display: grid;
	gap: 18px;
	margin-bottom: 48px;
	padding: 32px;
	background: var(--ts-ivory);
}

.ts-work-single-meta-row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	align-items: start;
}

.ts-work-single-meta-row span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.3em;
	color: var(--ts-gold);
}

.ts-work-single-meta-row p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
	letter-spacing: 0.08em;
	color: rgba(26, 26, 26, 0.76);
}

.ts-work-single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ts-work-single-tags a {
	padding: 8px 14px;
	border: 1px solid rgba(26, 26, 26, 0.12);
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	color: rgba(26, 26, 26, 0.62);
}

.ts-work-single-body {
	font-size: 1rem;
	line-height: 2.2;
	letter-spacing: 0.08em;
	color: rgba(26, 26, 26, 0.8);
}

.ts-work-single-body>*:first-child {
	margin-top: 0;
}

.ts-work-single-body img {
	max-width: 100%;
	height: auto;
}

.ts-work-single-body h2,
.ts-work-single-body h3,
.ts-work-single-body h4 {
	color: var(--ts-purple);
	letter-spacing: 0.12em;
}

.ts-work-single-nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 24px;
	align-items: stretch;
	margin-top: 72px;
	padding-top: 40px;
	border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.ts-work-single-nav-link,
.ts-work-single-nav-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 28px;
	border: 1px solid rgba(26, 26, 26, 0.12);
	background: #fff;
}

.ts-work-single-nav-link span {
	margin-bottom: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.66rem;
	letter-spacing: 0.24em;
	color: var(--ts-gold);
}

.ts-work-single-nav-link strong {
	font-size: 0.95rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	color: var(--ts-purple);
}

.ts-work-single-nav-link-next {
	text-align: right;
}

.ts-work-single-nav-center {
	align-items: center;
	justify-content: center;
	background: var(--ts-purple);
	border-color: var(--ts-purple);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.22em;
	color: #fff;
	white-space: nowrap;
}

.ts-company-hero-inner,
.ts-works-hero-inner,
.ts-services-hero-inner,
.ts-ofuda-hero-inner,
.ts-contact-hero-inner,
.ts-work-single-hero-inner {
	margin: 0 5%;
}

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

@media only screen and (max-width: 767px) {

	.ts-works-hero,
	.ts-work-single-hero {
		min-height: 520px;
		padding-top: 90px;
	}

	.ts-works-hero-inner,
	.ts-work-single-hero-inner {
		padding-bottom: 44px;
	}

	.ts-works-listing,
	.ts-work-single-content {
		padding: 84px 0 96px;
	}

	.ts-works-grid {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.ts-work-single-meta-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.ts-work-single-nav {
		grid-template-columns: 1fr;
	}
}

.go-font {
	color: var(--ts-gold);
}