@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1230px) {
	html {
		font-size: calc(1000vw / 1230);
	}
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {
	font-family: "EB Garamond", serif;
}
.zen {
	font-family: "Zen Old Mincho", serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#gHeader .hBox {
	padding: 3.8rem 5.1rem 0;
	align-items: flex-start;
}
#gHeader h1 a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
}
#gHeader h1 span {
	margin-bottom: 1.5rem;
	display: block;
}
#gHeader h1 img {
	width: 5.3rem;
}
#gHeader .rBox {
	margin-top: 0.3rem;
	align-items: flex-start;
}
#gHeader .rBox .comBtn {
	margin-top: 0.2rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	border-color: #9f9f9f;
}
#gHeader .rBox .comBtn::after,
#gHeader .rBox .comBtn::before {
	top: -0.4rem;
	bottom: -0.4rem;
	left: 0.4rem;
	background-color: #9f9f9f;
}
#gHeader .rBox .comBtn::before {
	left: auto;
	right: 0.4rem;
}
#gHeader .rBox .comBtn a {
	margin: 0 0.5rem;
	padding: 0.33rem 0.7rem 0.33rem 0.6rem;
	background-color: #1a1a1a
}	
#gHeader .rBox .lang {
	margin-left: 2.7rem;
}
#gHeader .rBox .lang a {
	display: inline-block;
	padding-left: 2.2rem;
	letter-spacing: 0.05em;
	background: url(img/common/en_img.png) no-repeat left top 0.4rem / 1.6rem;
}
#gHeader .rBox .lang a:hover {
	opacity: 0.7;
}
#gHeader .rBox .menu {
	margin: 0.4rem 0 0 3.4rem;
	width: 1.6rem;
	position: relative;
	cursor: pointer;
}
#gHeader .rBox .menu span {
	position: absolute;
	right: 0.7rem;
	top: 0rem;
	width: 1px;
	height: 3.2rem;
	background-color: #fff;
	display: inline-block;
	opacity: 0;
	transition: .3s;
}
#gHeader .rBox .menu.on span {
	opacity: 1;
	transform: rotate(55deg);
}
#gNavi {
	position: absolute;
	top: 4.9rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#gNavi li {
	margin: 0 0.9rem;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#gNavi a {
	font-weight: 500;
	letter-spacing: 0.17em;
}
#gNavi a:hover {
	opacity: 0.7;
}
.menuBox { 
	padding: 18.5rem 10.3rem 3rem 9.7rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 52.3rem;
	background-color: #000;
	z-index: 9;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox .linkUl {
	margin-bottom: 4.5rem;
	gap: 3rem;
}
.menuBox .linkUl li {
	width: 2.7rem;
}
.menuBox .linkUl a {
	min-height: 23.7rem;
	display: block;
	padding-bottom: 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.23em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	background: url(img/common/icon03.png) no-repeat left bottom / auto 3.3rem;
}
.menuBox .linkUl a:hover {
	opacity: 0.7;
}
.menuBox .btnUl li {
	width: auto;
}
.menuBox .btnUl a {
	min-height: 7.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuBox .btnUl .li01 {
	margin-bottom: 2.8rem;
}
.menuBox .btnUl .li01 span {
	padding-left: 3rem;
	font-size: 1.6rem;
	background: url(img/common/icon02.png) no-repeat left center / 1.7rem;
}
.menuBox .btnUl .li02 .text {
	padding-top: 0.8rem;
	font-size: 1.3rem;
	font-family: "EB Garamond", serif;
}
.menuBox .btnUl .li02 .en {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.menuBox {
	transform: translateX(100%);
	transition: transform 0.4s ease;
}

.menuBox.is-open {
	transform: translateX(0);
}

/* 言語切替プルダウンのスタイル */
.lang_selector {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; /* 必要に応じて調整 */
}

/* プルダウン本体 */
.lang_selector select {
    appearance: none;        /* 標準スタイルを消去 */
    -webkit-appearance: none;
    -moz-appearance: none;
    
    width: 70px;             /* ★文字数に合わせて幅を狭くしました */
    height: 30px;            /* 高さ（ヘッダーに合わせて調整可） */
    padding: 0 25px 0 15px;  /* 文字と矢印の余白 */
    
    background-color: #fff;  /* 背景色 */
    border: 1px solid #333;  /* 枠線 */
    border-radius: 50px;     /* 角丸（カプセル型） */
    
    /* フォント設定（英字なのでEB Garamondが優先されます） */
    font-family: "EB Garamond", "Noto Serif SC", "Songti SC", "SimSun", serif;
    font-size: 14px;
    font-weight: 500;        /* 少し太めにして視認性を確保 */
    color: #333;
    line-height: 1.5;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

/* ホバー時の演出 */
.lang_selector select:hover {
    opacity: 0.7;
    background-color: #f9f9f9;
}

/* 下矢印（▼）のデザイン */
.lang_selector::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;             /* 右端からの位置 */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #333; /* 矢印の色 */
    pointer-events: none;    /* クリックを透過させる */
}


@media all and (min-width: 897px) {
	#gHeader .rBox .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 3.2rem 3rem 0 3.2rem;
	}
	#gHeader h1 a {
		font-size: 1rem;
	}
	#gHeader h1 span {
		margin-bottom: 1.2rem;
	}
	#gHeader h1 img {
		margin-left: 0.2rem;
		width: 4.2rem;
	}
	#gHeader .rBox {
		margin-top: 0;
	}
	#gHeader .rBox .comBtn {
		position: absolute;
		top: 9.3rem;
		right: 2.2rem;
		z-index: 1;
		margin-top: 0;
		width: 3.3rem;
		min-height: 11.5rem;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	#gHeader .rBox .comBtn a {
		margin: 0 0.4rem;
		padding: 0 0.3rem;
		font-size: 1.3rem;
	}
	#gHeader .rBox .lang {
		margin: -0.3rem 0 0;
	}
	#gHeader .rBox .lang a {
		padding-left: 1.9rem;
		font-size: 1.3rem;
		background-size: 1.3rem auto;
	}
	#gHeader .rBox .menu {
		margin-left: 2.5rem;
	}
	.menuBox { 
		padding: 17.3rem 3.3rem 5rem;
		width: 100%;
	}
	.menuBox .linkUl {
		margin-bottom: 6.3rem;
		gap: 2.6rem;
	}
	.menuBox .linkUl li {
		width: 2.31rem;
	}
	.menuBox .linkUl a {
		min-height: 19.5rem;
		padding-bottom: 2rem;
		font-size: 1.6rem;
	}
	.menuBox .btnUl .li01 {
		margin-bottom: 3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 9rem 0 10.2rem;
	background: url(img/common/footer_bg.png) no-repeat left top /cover;
}
#gFooter .content {
	max-width: 116.2rem;
}
#gFooter .title {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.11em;
}
#gFooter .btnUl {
	margin: 0 -0.6rem 9.6rem;
}
#gFooter .btnUl li {
	width: 48%;
}
#gFooter .btnUl a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 9.3rem;
	background-color: rgba(0, 0, 0, 0.36);
}
#gFooter .btnUl .li01 span {
	margin-left: 3rem;
	display: inline-block;
	padding-left: 2.8rem;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
	background: url(img/common/icon02.png) no-repeat left top calc(50% + 0.2rem) / 1.7rem;
}
#gFooter .btnUl .li02 {
	letter-spacing: 0.02em;
}
#gFooter .btnUl .li02 .text{
	padding-top: 1rem;
	display: inline-block;
	letter-spacing: 0.12em;
	font-family: "EB Garamond", serif;
}
#gFooter .btnUl .li02 .en {
	margin-left: 1.2rem;
	display: inline-block;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
}
#gFooter .innerBox {
	margin-bottom: 11rem;
	flex-direction: row-reverse;
}
#gFooter .lBox {
	width: 52.1rem;
	flex-direction: row-reverse;
}
#gFooter .lBox .logo {
	margin-top: 0.9rem;
	width: 13.2rem;
}
#gFooter .lBox .logo a {
	display: inline-block;
}
#gFooter .lBox .logo span {
	margin-bottom: 1.4rem;
	display: block;
	font-size: 1.2rem;
}
#gFooter .lBox .logo img {
	width: 5.3rem;
}
#gFooter .lBox .rText {
	width: 29.2rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#gFooter .lBox .rText .add {
	margin-bottom: 3.6rem;
}
#gFooter .lBox .rText .add a {
	margin-top: 0.7rem;
	padding-right: 1.7rem;
	display: block;
	line-height: 1.2;
	width: fit-content;
	border-bottom: 1px solid #fff;
	background: url(img/common/icon01.png) no-repeat right top 0.5rem / 1.1rem;
}
#gFooter .lBox .rText .add a:hover {
	opacity: 0.7;
}
#gFooter .rBox {
	margin-top: 1rem;
	flex: 1;
	display: flex;
	justify-content: right;
}
#gFooter .naviList li {
	margin-left: 2.2rem;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#gFooter .naviList li:first-child {
	margin-left: 0;
}
#gFooter .naviList a {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
#gFooter .naviList .li01 a {
	font-size: 1.3rem;
	letter-spacing: 0.3em;
}
#gFooter .naviList a:hover {
	opacity: 0.7;
}
#gFooter address {
	font-size: 1.3rem;
	letter-spacing: 0.06em;
}
.footer-privacy{
	justify-content: flex-start !important;
	gap: 30px;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 8rem 0 8.5rem;
		background-image: url(img/common/footer_bg_sp.png);
		border-top: 1px solid #575757;
	}
	#gFooter .content {
		max-width: 100%;
	}
	#gFooter .title {
		margin-bottom: 2.5rem;
		font-size: 1.8rem;
		line-height: 1.66;
	}
	#gFooter .btnUl {
		margin: 0 0 8.2rem;
		display: block;
	}
	#gFooter .btnUl li {
		margin-bottom: 3rem;
		width: auto;
	}
	#gFooter .btnUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .btnUl a {
		min-height: 7rem;
	}
	#gFooter .btnUl .li01 span {
		margin-left: 0.5rem;
		padding-left: 2.5rem;
		font-size: 1.6rem;
		background-size: 1.5rem auto;
		background-position: left center;
	}
	#gFooter .btnUl .li02 {
		letter-spacing: 0.02em;
	}
	#gFooter .btnUl .li02 .text{
		font-size: 1.4rem;
	}
	#gFooter .btnUl .li02 .en {
		margin-left: 0.9rem;
		font-size: 2.5rem;
	}
	#gFooter .innerBox {
		margin-bottom: 3.4rem;
		display: block;
	}
	#gFooter .lBox {
		width: auto;
		display: block;
	}
	#gFooter .lBox .logo {
		margin: 0 auto;
		text-align: center;
	}
	#gFooter .lBox .logo span {
		margin-bottom: 1.2rem;
	}
	#gFooter .lBox .rText {
		margin-bottom: 7.2rem;
		font-size: 1.5rem;
		width: auto;
	}
	#gFooter .lBox .rText .add {
		margin-bottom: 3.8rem;
	}
	#gFooter .rBox {
		margin: 0 0 6.8rem;
		justify-content: center;
	}
	#gFooter .naviList {
		gap: 1.9rem;
	}
	#gFooter .naviList li {
		margin-left: 0;
	}
	#gFooter .naviList a {
		font-size: 1.6rem;
	}
	#gFooter .naviList .li01 a {
		font-size: 1.1rem;
	}
	#gFooter address {
		text-align: center;
		font-size: 1.1rem;
	}
	.footer-privacy{
		display: grid;
        text-align: center;
        justify-content: center !important;
		gap: 15px;
	}

}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 3.1rem;
	margin: 0 auto;
	max-width: 139.8rem;
}
.content01 {
	max-width: 116.2rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.coulmn {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: fit-content;
	position: relative;
	text-align: center;
	letter-spacing: 0.12em;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
}
.comBtn::after,
.comBtn::before {
	position: absolute;
	top: -0.8rem;
	bottom: -0.8rem;
	z-index: 1;
	width: 1px;
	content: "";
	left: 0.6rem;
	background-color:#525252;
}
.comBtn::before {
	left: auto;
	right: 0.6rem;
}
.comBtn a {
	margin: 0 0.6rem;
	padding: 1.1rem 3.8rem 1.1rem 4rem;
	display: block;
	background-color: transparent;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background-color: #383838 !important;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 1.1rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 3.5rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.6;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.headLine01 .sml {
	margin-left: 0.4rem;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.95em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.4rem;
	}
	.headLine01 .sml {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	border-bottom: 1px solid #969696;
	padding: 0 1.5rem 4rem 1.9rem;
	font-weight: 400;
	width: fit-content;
	font-size: 3.7rem;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
	.headLine02 {
		padding: 0 2.4rem 3rem;
		font-size: 2.4rem;
		letter-spacing: 0.12em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding-bottom: 0.5rem;
	margin-top: -3.1rem;
	width: fit-content;
	font-size: 4.9rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.1;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-bottom: 0;
		margin: -1.7rem 0 1.5rem;
		font-size: 2.9rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3rem;
	padding-right: 0.3rem;
	width: 4.02rem;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.1;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 3rem;
	padding-bottom: 2.5rem;
	position: relative;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.39em;
	line-height: 1.83;
}
.headLine05::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 10rem;
	height: 1px;
	background-color: #707070;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 3.4rem;
		font-size: 2rem;
		line-height: 1.9;
	}
	.headLine05::after {
		width: 6.7rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 7.8rem;
	position: relative;
}
.pageTitle .content {
	max-width: 147.6rem;
}
.pageTitle .photoBox img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5rem;
	}
	.pageTitle .content {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	position: absolute;
	bottom: -22rem;
	left: -11.5rem;
	z-index: 1;
	transform: rotate(90deg);
	width: 35rem;
}
#pagePath li {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.11em;
}
#pagePath li:not(:last-child) {
	margin-right: 1.2rem;
	padding-right: 2rem;
	background: url(img/common/icon05.png) no-repeat right center / 0.6rem;
}
#pagePath a {
	display: inline-block;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		position: static;
		transform: rotate(0);
		width: auto;
	}
	#pagePath li {
		font-size: 1.1rem;
	}
	#pagePath li:not(:last-child) {
		padding-right: 1.8rem;
		background-size: 0.5rem auto;
	}
}
/*------------------------------------------------------------
	anchorUl
------------------------------------------------------------*/
.anchorUl  {
	margin: 0 3rem 12rem;
	gap: 1.3rem;
}
.anchorUl a {
	padding: 2.5rem 1rem;
	width: 8.4rem;
	min-height: 29.2rem;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.11em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	background: #242424 url(img/common/icon04.png) no-repeat center bottom 2.7rem / 3.6rem;
}
.anchorUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.anchorUl  {
		margin-bottom: 12rem;
		justify-content: center;
		gap: 0.6rem 0.8rem;
	}
	.anchorUl a {
		padding: 2rem 1rem;
		width: 5.6rem;
		min-height: 26rem;
		font-size: 1.6rem;
		letter-spacing: 0.25em;
		background-position: center bottom 2rem;
		background-image: url(img/common/icon04_sp.png);
	}
}
/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.comTableBox table {
	width: 100%;
	border-collapse: collapse;
}
.comTableBox table th,
.comTableBox table td {
	padding: 2.3rem 0;
	text-align: left;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.93;
	border-bottom: 1px solid #747474;
	vertical-align: top;
	word-break: break-all;
}
.comTableBox table th {
	width: 16.2%;
	border-color: #bababa;
}
.comTableBox table tr:first-child th,
.comTableBox table tr:first-child td {
	padding-top: 0;
}
@media all and (max-width: 896px) {
	.comTableBox table th,
	.comTableBox table td {
		padding: 2rem 0;
		font-size: 1.4rem;
	}
	.comTableBox table th {
		width: 30%;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top {
	margin-bottom: 17rem;
}
/* mainVisual */
#top .mainVisual {
	margin-bottom: 9rem;
	position: relative;
}
#top .mainVisual .slideBox li {
	overflow: hidden;
}
#top .mainVisual .slideBox li img {
	width: 100%;
	height: 100dvh;
	min-height: 70rem;
	object-fit: cover;
}
#top .mainVisual .textBox {
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	position: absolute;
	bottom: 11.7rem;
	left: 50%;
	transform: translateX(-50%);
}
#top .mainVisual .textBox .title {
	margin: 0 auto 8rem;
	position: relative;
	width: 11rem;
	font-size: 4.4rem;
	letter-spacing: 0.5em;
	line-height: 1.4;
}
#top .mainVisual .textBox .title span {
	position: absolute;
	bottom: -6rem;
	right: 0;
	z-index: 1;
}
#top .mainVisual .textBox .en {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
}
#top .mainVisual .textBox .en span {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
}
#top .mainVisual .slick-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 2.5rem;
	width: 100%;
}
#top .mainVisual .slick-dots li {
	position: relative;
	width: 0.2rem;
	height: 4.5rem;
	margin: 0.4rem 5rem 0.4rem auto;
	padding: 0;
	cursor: pointer;
	background-color: #fff;
	opacity: 0.38;
}
#top .mainVisual .slick-dots li button {
	display: none;
}
#top .mainVisual .slick-dots li.slick-active {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#top {
		margin-bottom: 11.8rem;
	}
	#top .mainVisual {
		margin-bottom: 0;
	}
	#top .mainVisual .slideBox li img {
		min-height: 50rem;
	}
	#top .mainVisual .textBox {
		width: 100%;
		top: 50%;
		transform: translate(-50%,-33%);
		bottom: auto;
	}
	#top .mainVisual .textBox .title {
		margin-bottom: 5.7rem;
		width: 9rem;
		font-size: 3.1rem;
		letter-spacing: 0.7em;
	}
	#top .mainVisual .textBox .title span {
		bottom: -5rem;
	}
	#top .mainVisual .textBox .en {
		font-size: 2.1rem;
	}
	#top .mainVisual .textBox .en span {
		margin-bottom: 0.4rem;
		font-size: 1.2rem;
	}
	#top .mainVisual .slick-dots {
		bottom: 3.1rem;
	}
	#top .mainVisual .slick-dots li {
		height: 2.6rem;
		margin: 0.2rem 3rem 0.2rem auto;
	}
}
/* beauty */
#top .beauty {
	margin-bottom: 18.5rem;
}
#top .beauty .inner {
	padding-right: 2rem;
	max-width: calc(50% + 70.3rem);
}
#top .beauty .imgBox {
	align-items: flex-start;
}
#top .beauty .imgBox .photoBox {
	width: 50.15%;
}
#top .beauty .imgBox .photoBox img {
	width: 100%;
}
#top .beauty .imgBox .textBox {
	margin-top: 16rem;
	width: 37.7rem;
}
#top .beauty .imgBox .textBox h2 {
	margin: 0 0 2rem auto;
	width: 10rem;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-align: right;
}
#top .beauty .imgBox .textBox .text {
	margin-bottom: 2.5rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#top .beauty .imgBox .comBtn {
	margin-left: -0.7rem;
}
#top .beauty .imgBox .comBtn a {
	padding: 1.1rem 2.7rem 1.1rem 3.5rem;
}
@media all and (max-width: 896px) {
	#top .beauty {
		margin-bottom: 12.2rem;
	}
	#top .beauty .inner {
		padding-right: 0;
		max-width: 100%;
	}
	#top .beauty .imgBox {
		padding-top: 1px;
		position: relative;
		display: block;
	}
	#top .beauty .imgBox .photoBox {
		width: 69.7%;
	}
	#top .beauty .imgBox .textBox {
		margin: -20.7rem 2.6rem 0 3.2rem;
		width: auto;
	}
	#top .beauty .imgBox .textBox h2 {
		margin: 0 0.6rem 2.5rem auto;
		width: 20%;
		font-size: 2.4rem;
		line-height: 1.1;
	}
	#top .beauty .imgBox .textBox .text {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		line-height: 1.93;
	}
	#top .beauty .imgBox .comBtn {
		margin-left: 0;
	}
	#top .beauty .imgBox .comBtn a {
		padding: 1.1rem 2.7rem 1.1rem 3.5rem;
	}
}
/* work */
#top .work {
	margin-bottom: 30.3rem;
}
#top .work .inner {
	padding-right: 2rem;
	max-width: calc(50% + 68.8rem);
}
#top .work .photoUl {
	margin-bottom: 3.3rem;
	flex-direction: row-reverse;
}
#top .work .photoUl li {
	width: 50%;
}
#top .work .photoUl img {
	width: 100%;
}
#top .work .innerBox {
	margin-left: 5rem;
}
#top .work .innerBox .textBox {
	width: 70.6rem;
}
#top .work .innerBox .headLine01 {
	margin-top: -8.7rem;
}
#top .work .innerBox .textBox .text {
	margin-bottom: 2.2rem;
	text-align: justify;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#top .work .innerBox .textBox .comBtn {
	margin-left: auto;
}
@media all and (max-width: 896px) {
	#top .work {
		margin-bottom: 13.8rem;
	}
	#top .work .inner {
		padding-right: 3.1rem;
		max-width: 100%;
	}
	#top .work .photoUl {
		margin-bottom: 3.7rem;
		display: block;
	}
	#top .work .photoUl li {
		width: auto;
	}
	#top .work .innerBox {
		margin-left: 2.3rem;
	}
	#top .work .innerBox .textBox {
		margin-left: 3.1rem;
		width: auto;
		flex: 1;
	}
	#top .work .innerBox .headLine01 {
		margin-top: -7rem;
	}
	#top .work .innerBox .textBox .text {
		margin-bottom: 3.4rem;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.93;
	}
	#top .work .innerBox .textBox .comBtn {
		margin-left: auto;
		width: 24rem;
	}
}
/* outbBox */
#top .outBox {
	margin-bottom: 22.3rem;
}
#top .outBox .imgBox {
	margin-right: 3rem;
	padding: 10rem 0;
	max-width: calc(50% + 71.8rem);
}
#top .outBox .imgBox:last-child {
	margin-bottom: 0;
}
#top .outBox .imgBox .photoBox {
	width: 67.4%;
}
#top .outBox .imgBox .photoBox img {
	width: 100%;
}
#top .outBox .imgBox .textBox {
	flex: 1;
	align-items: flex-start;
}
#top .outBox .imgBox .textBox .innerBox {
	margin-top: -0.5rem;
	width: 57.5%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#top .outBox .imgBox .textBox .title {
	margin: 0 0 2rem -2rem;
	text-align: right;
	font-size: 1.8rem;
	letter-spacing: 0.39em;
	line-height: 1.77;
}
#top .outBox .imgBox .textBox .text {
	margin-bottom: 3.7rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#top .outBox .imgBox .comBtn {
	margin-left: -0.5rem;
	width: auto;
}
.scroll__wrapper {

    -ms-overflow-style: none;     /* IE, Edge */
    scrollbar-width: none;        /* Firefox */
}
.scroll__wrapper::-webkit-scrollbar {
    display: none;                /* Chrome, Safari */
}

/* 子要素を横並び */
.scroll__wrapper__list__item {
    display: flex;
}
.scroll_container {
	height: 450vh; 
  }
.horizontal_scroll {
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(100vw * 4);
	will-change: transform;
	display: flex;
	justify-content: space-between;
  }
  .scroll_contents {
	height: 100%;
	width: 100vw;  
  }
  .sticky_wrap {
	overflow: hidden;
	position: sticky;
	top: 0;
	height: 100vh;
  }

@media all and (min-width: 897px) and (max-width: 1400px) {
	#top .outBox .imgBox .textBox .innerBox {
		width: 66%;
	}
}
@media all and (max-width: 896px) {

	/* ===== 横スクロール構造を解除 ===== */
	.scroll_container {
	  height: auto;
	}
  
	.sticky_wrap {
	  position: static;
	  height: auto;
	  overflow: visible;
	}
  
	.horizontal_scroll {
	  position: static;
	  width: auto;
	  height: auto;
	  transform: none !important;
	  will-change: auto;
  
	  display: block;        /* ← flex解除 */
	}
  
	.scroll_contents {
	  width: 100%;
	  height: auto;
	}
  
	.scroll__wrapper__list__item {
	  display: block;        /* 横並び解除 */
	}
  
	/* ===== outBox中身を縦並びに ===== */
	#top .outBox {
	  margin-bottom: 13.2rem;
	}
  
	#top .outBox .imgBox {
	  max-width: 100%;
	  margin-right: 0;
	  padding: 4rem 0;
	  flex-direction: column;
	}
  
	#top .outBox .imgBox .photoBox {
	  width: 100%;
	  margin-bottom: 2rem;
	}
  
	#top .outBox .imgBox .textBox {
	  width: 100%;
	  display: block;
	}
  
	#top .outBox .imgBox .textBox .innerBox {
	  width: 90%;
	  margin: 20px auto 0;
	}
  
	#top .outBox .imgBox .textBox .title {
	  margin: 0 0 1.6rem 0;
	  text-align: left;
	  letter-spacing: 0.2em;
	}
  
	#top .outBox .imgBox .comBtn {
	  margin-left: 0;
	  width: 180px;
	}
  
  }

/* unique */
#top .unique {
	margin-bottom: 17rem;
}
#top .unique .slider {
	overflow:hidden;
}
#top .unique .infiniteslide {
	display:flex;
}
#top .unique .slider li {
	margin-right: 3.9rem;
	width: 68.7rem;
}
#top .unique h2 {
	margin: -3.5rem 0 3.5rem;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 4.9rem;
	font-weight: 400;
	letter-spacing: 0.6em;
}
#top .unique .text {
	margin-bottom: 4.3rem;
	text-align: center;
	letter-spacing: 0.11em;
	line-height: 2.06;
}
#top .unique .comBtn {
	margin: 0 auto;
}
#top .unique .comBtn a {
	padding: 1.1rem 2.8rem;
}
@media all and (max-width: 896px) {
	#top .unique {
		margin-bottom: 13.8rem;
	}
	#top .unique .content {
		padding: 0 1.9rem;
	}
	#top .unique .slider li {
		margin-right: 1.2rem;
		width: 21.7rem;
	}
	#top .unique h2 {
		margin: -1.8rem -1.5rem 2.5rem;
		font-size: 2.3rem;
		text-indent: 0.18em;
		letter-spacing: 0.18em;
	}
	#top .unique .text {
		margin-bottom: 3.7rem;
		font-size: 1.4rem;
	}
	#top .unique .comBtn {
		margin: 0 auto;
	}
}
/* photobook */
#top .photobook .slider {
	margin-bottom: 4rem;
	position: relative;
	overflow:hidden;
}
#top .photobook .slider::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 14rem;
	background: linear-gradient(to top ,#000 0%, rgba(0, 0, 0, 0.44) 45.42%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}
#top .photobook .infiniteslide {
	display:flex;
	align-items: flex-end !important;
}
#top .photobook .slider li {
	margin-right: 6.4rem;
	width: 25.7rem;
}
#top .photobook .slider li:nth-child(2n) {
	width: 19.7rem;
}
#top .photobook .textBox {
	margin: 0 auto;
	max-width: 112rem;
}
#top .photobook .textBox .headLine01 .sml {
	margin-left: 0;
}
#top .photobook .textBox .innerBox {
	margin-right: 1.2rem;
	width: 63%;
	align-items: flex-start;
}
#top .photobook .textBox .text {
	margin-top: -0.5rem;
	width: 60%;
	line-height: 1.8;
	letter-spacing: 0.11em;
}
#top .photobook .textBox .comBtn {
	margin-top: 0.5rem;
}
#top .photobook .textBox .comBtn a {
	padding: 1.1rem 3rem 1.1rem 2.5rem;
}
@media all and (max-width: 896px) {
	#top .photobook {
		margin-bottom: 5rem;
	}
	#top .photobook .slider {
		margin-bottom: 4rem;
	}
	#top .photobook .slider::after {
		height: 6.6rem;
	}
	#top .photobook .slider li {
		margin-right: 2.9rem;
		width: 11.9rem;
	}
	#top .photobook .slider li:nth-child(2n) {
		width: 9.1rem;
	}
	#top .photobook .content {
		padding: 0 2.2rem;
	}
	#top .photobook .textBox {
		max-width: 100%;
	}
	#top .photobook .textBox .headLine01 .sml {
		margin-left: 0;
		letter-spacing: 0.6em;
	}
	#top .photobook .textBox .innerBox {
		margin: -0.5rem 1.7rem 0 3.5rem;
		width: auto;
		flex: 1;
	}
	#top .photobook .textBox .text {
		margin: 0 0 2.7rem;
		width: auto;
		line-height: 1.93;
		font-size: 1.4rem;
	}
	#top .photobook .textBox .comBtn {
		margin-top: 0;
	}
	#top .photobook .textBox .comBtn a {
		padding-right: 2rem;
	}
}



/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#works {
	margin-bottom: 21rem;
}
#works .imgBox {
	align-items: flex-start;
}
#works .imgBox .textBox {
	width: 51.5rem;
}
#works .imgBox .textBox .text {
	margin-bottom: 2.2rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#works .imgBox .textBox .name {
	font-size: 1.3rem;
	letter-spacing: 0.11em;
}
#works .imgBox .photoBox {
	position: relative;
	width: calc(100% - 55.4rem);
}
#works .imgBox .photoBox .foo {
	margin-bottom: 4.5rem;
	overflow: hidden;
}
#works .imgBox .photoBox img {
	width: 100%;
}
#works .imgBox .photoBox .prev,
#works .imgBox .photoBox .next {
	position: absolute;
	bottom: 4.7rem;
	left: 0;
	z-index: 3;
	width: 1.4rem;
	cursor: pointer;
	transition: .3s;
}
#works .imgBox .photoBox .next {
	left: auto;
	right: 0;
}
#works .imgBox .photoBox .text {
	margin: 5rem 3rem 0;
	position: relative;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.11em;
}
#works .imgBox .slick-dots {
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 3.2rem;
	text-align: center;
}
#works .imgBox .slick-dots li {
	position: relative;
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 0.5rem;
	padding: 0;
	cursor: pointer;
	background-color: #676767;
	border-radius: 100%;
}
#works .imgBox .slick-dots li button {
	display: none;
}
#works .imgBox .slick-dots li.slick-active {
	background-color: #fff;
}
#works .techniques {
	margin-bottom: 11.5rem;
}
#works .sub {
	min-height: 33.5rem;
}
@media all and (min-width: 897px) {
	#works .imgBox .photoBox .prev:hover,
	#works .imgBox .photoBox .next:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#works .anchorUl {
		margin: 0 auto 12rem;
		width: 20rem;
	}
	#works {
		margin-bottom: 10.7rem;
	}
	#works .imgBox {
		display: block;
	}
	#works .imgBox .textBox {
		margin-bottom: 4.5rem;
		width: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#works .imgBox .textBox .infoBox {
		margin: -0.5rem 0 0 3rem;
		flex: 1;
	}
	#works .imgBox .textBox .text {
		margin-bottom: 0.9rem;
		line-height: 1.93;
	}
	#works .imgBox .photoBox {
		width: auto;
	}
	#works .imgBox .photoBox .foo {
		margin-bottom: 4.7rem;
	}
	#works .imgBox .photoBox .text {
		margin-top: 5.5rem;
	}
	#works .imgBox .photoBox .text-2 {
		position: relative;
		top: 20px;
	}
	#works .imgBox .photoBox .prev, 
	#works .imgBox .photoBox .next {
		bottom: 0.4rem;
	}
	#works .imgBox .slick-dots li {
		width: 0.5rem;
		height: 0.5rem;
		margin: 0 0.4rem;
	}
	#works .techniques {
		margin-bottom: 11.8rem;
	}
	#works .sub {
		min-height: fit-content;
		width: 4.1rem;
	}
}
@media all and (max-width: 450px) {
	#works .imgBox .slick-dots{
		top: 59vw;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-bottom: 10.2rem;
}
#about .pageTitle {
	margin-bottom: 0;
}
/* feature */
#about .feature {
	padding: 12.8rem 4rem 15.5rem;
	background: url(img/about/feature_bg.webp) no-repeat left top /cover;
}
#about .feature .imgBox {
	margin-bottom: 12rem;
	align-items: flex-start;
}
#about .feature .imgBox .photoBox {
	width: calc(100% - 53.8rem);
}
#about .feature .imgBox .photoBox img {
	width: 100%;
}
#about .feature .imgBox .textBox {
	padding-right: 0.5rem;
	margin-top: -0.8rem;
	width: 48.2rem;
}
#about .feature .text {
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#about .feature .innerBox {
	align-items: flex-start;
}
#about .feature .innerBox .headLine05 {
	width: 38rem;
}
#about .feature .innerBox .rBox {
	flex: 1;
}
#about .feature .innerBox .photoUl {
	margin-bottom: 3.2rem;
}
#about .feature .innerBox .photoUl img {
	height: 30.1rem;
}
#about .greeting {
	padding: 14.1rem 0 7rem;
}
#about .content01 {
	position: relative;
}
#about .headLine04.head {
	position: absolute;
	top: 0;
	left: 3.1rem;
	z-index: 1;
	width: 4rem;
}
#about .greeting .imgBox {
	margin-left: 13.7%;
	/* margin-left: 19.8%; */
	flex-direction: row-reverse;
}
#about .greeting .imgBox .photoBox {
	width: 24.7rem;
}
#about .greeting .imgBox .photoBox img {
	width: 100%;
}
#about .greeting .imgBox .textBox {
	margin-top: -0.7rem;
	/* width: calc(100% - 28.5rem); */
}
#about .greeting .imgBox .textBox .text {
	margin-bottom: 3.2rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#about .greeting .imgBox .textBox .name {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.11em;
}
#about .greeting .imgBox .textBox .name span {
	margin-left: 2.3rem;
	font-size: 2.5rem;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.12em;
}
@media all and (max-width: 896px) {
	#about {
		margin-bottom: 13.2rem;
	}
	/* feature */
	#about .feature {
		padding: 3.9rem 0 9.7rem;
		background-image: url(img/about/feature_bg_sp.png);
	}
	#about .feature .imgBox {
		margin-bottom: 7rem;
		display: block;
	}
	#about .feature .imgBox .photoBox {
		margin-bottom: 4.3rem;
		width: auto;
	}
	#about .feature .imgBox .textBox {
		padding-right: 0;
		margin-top: 0;
		width: auto;
	}
	#about .feature .text {
		line-height: 1.93;
	}
	#about .feature .innerBox {
		display: block;
	}
	#about .feature .innerBox .headLine05 {
		width: auto;
	}
	#about .feature .innerBox .rBox {
		flex: 1;
	}
	#about .feature .innerBox .photoUl {
		margin-bottom: 3.2rem;
	}
	#about .feature .innerBox .photoUl li {
		width: 59.7%;
	}
	#about .feature .innerBox .photoUl .li01 {
		width: 33.8%;
	}
	#about .feature .innerBox .photoUl img {
		width: 100%;
		height: auto;
	}
	#about .greeting {
		padding: 5.8rem 0 4.8rem;
	}
	#about .headLine04.head {
		position: static;
		margin: 0 auto 5.5rem;
		width: 4rem;
	}
	#about .greeting .imgBox {
		margin-left: 0;
		display: block;
	}
	#about .greeting .imgBox .photoBox {
		margin: 0 auto 5.7rem;
		width: 65.8%;
	}
	#about .greeting .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#about .greeting .imgBox .textBox .text {
		margin-bottom: 1.3rem;
		line-height: 1.93;
	}
	#about .greeting .imgBox .textBox .name span {
		margin-left: 2.7rem;
	}
}
/* company *//* shop */
#about .company {
	padding: 7rem 0;
}
#about .company .headLine04.head,
#about .shop .headLine04.head {
	top: 0.5rem;
}
#about .company .comTableBox,
#about .shop .sub {
	margin-left: 13.7%;
}
#about .shop {
	padding: 6.7rem 0;
}
#about .shop .text {
	margin-bottom: 3.2rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
}
#about .shop .mapBox {
	margin: 2.2rem 0 3rem;
	aspect-ratio: 803/328;
}
#about .shop .mapBox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about .shop .comBtn {
	margin-bottom: 1.5rem;
}
#about .shop .comBtn a {
	padding: 0.8rem 2rem 0.8rem 2.8rem;
}
@media all and (max-width: 896px) {
	#about .company {
		padding: 5.5rem 0;
	}
	#about .company .headLine04.head {
		margin-bottom: 5rem;
	}
	#about .company .comTableBox,
	#about .shop .sub {
		margin-left: 0;
	}
	#about .shop {
		padding-bottom: 2.2rem;
	}
	#about .shop .text {
		margin-bottom: 4.7rem;
		line-height: 1.93;
	}
	#about .shop .mapBox {
		margin: 1.7rem 0 2.7rem;
		aspect-ratio: 228/119;
	}
}
/* history */
#about .history {
	padding-top: 4rem;
}
#about .history .headLine04 {
	margin: 0 auto 5.3rem;
}
#about .history .historyUl li {
	display: flex;
	flex-wrap: wrap;
	min-height: 10.2rem;
}
#about .history .historyUl li:nth-child(2n-1) {
	background-color: #1f1f1f;
}
#about .history .historyUl .title {
	padding: 1rem 1rem 1rem 4.6rem;
	position: relative;
	display: flex;
	align-items: center;
	width: 25.4rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	border-right: 1px solid #575757;
}
#about .history .historyUl .title::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.33rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	z-index: 1;
}
#about .history .historyUl .title .sub {
	display: flex;
	align-items: center;
	justify-content: center;
}
#about .history .historyUl .title .en {
	margin-right: 1.5rem;
	display: inline-block;
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}
#about .history .historyUl .text {
	padding: 3.4rem 3.1rem;
	flex: 1;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	line-height: 1.8;
	display: flex;
	align-items: center;
}
@media all and (max-width: 896px) {
	#about .history {
		padding-top: 4rem;
	}
	#about .history .content {
		padding: 0;
	}
	#about .history .headLine04 {
		margin-bottom: 10rem;
	}
	#about .history .historyUl li {
		min-height: 9.4rem;
	}
	#about .history .historyUl .title {
		padding: 0.5rem 1rem 1.5rem 3rem;
		width: 11.7rem;
		letter-spacing: 0.11em;
	}
	#about .history .historyUl .title::after {
		right: -0.22rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	#about .history .historyUl .title .sub {
		display: block;
	}
	#about .history .historyUl .title .en {
		width: 100%;
		margin-right: 0;
		display: block;
		font-size: 3rem;
		line-height: 1.3;
	}
	#about .history .historyUl .text {
		padding: 2.9rem 2.5rem 2.9rem 1.9rem;
		font-size: 1.4rem;
		line-height: 1.93;
	}
}
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#products {
	margin-bottom: 10rem;
	overflow: hidden;
}
#products .pageTitle {
	margin-bottom: 15.2rem;
}
#products .anchorUl {
	margin-bottom: 9.7rem;
}
#products .productsBox {
	padding: 0 3.1rem;
	border-top: 1px solid #707070;
}
#products .productsBox:last-of-type {
	border-bottom: 1px solid #707070;
}
#products .productsBox .content {
	max-width: 110rem;
	padding: 0;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
}
#products .productsBox h3 {
	padding: 2.5rem 0;
	width: 5.8rem;
	font-size: 5.2rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#products .productsBox .rBox {
	flex: 1;
	border-left: 1px solid #707070;
}
#products .productsBox .rBox h4 {
	padding: 3.3rem 5.2rem 3.5rem;
	position: relative;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.75;
}
#products .productsBox .rBox h4::after {
	width: 999rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	border-bottom: 1px solid #707070;
	content: "";
}
#products .productsBox .rBox .sub {
	margin-bottom: 4.6rem;
}
#products .productsBox .rBox .imgBox {
	margin: 0 0 5.3rem 5.6rem;
}
#products .productsBox .rBox .imgBox:nth-child(2n-1) {
	flex-direction: row-reverse;
}
#products .productsBox .rBox .imgBox01 {
	margin-bottom: 6.5rem;
}
#products .productsBox .rBox .imgBox:last-child {
	margin-bottom: 0;
}
#products .productsBox .rBox .imgBox .photoBox {
	width: 51.8rem;
}
#products .productsBox .rBox .imgBox .photoBox img {
	width: 100%;
}
#products .productsBox .rBox .imgBox .textBox {
	margin-top: 3.5rem;
	width: calc(100% - 58rem);
}
#products .productsBox .rBox .imgBox .title {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	letter-spacing: 0.11em;
	line-height: 1.75;
}
#products .productsBox .rBox .imgBox .text {
	line-height: 1.8;
	letter-spacing: 0.11em;
}
#products .productsBox .rBox .imgBox01 {
	margin-right: 7.9rem;
}
#products .productsBox .rBox .imgBox01 .photoBox {
	width: 33.2rem;
}
#products .productsBox .rBox .imgBox01 .textBox {
	width: calc(100% - 41rem);
}
#products .productsBox .rBox .imgBox01 .textBox {
	margin-top: -1rem;
}
#products .productsBox.orin .imgBox {
	margin-bottom: 7rem;
}
#products .productsBox.orin .rBox .sub {
	margin-bottom: 6.3rem;
}
#products .buy {
	margin: 10.5rem 0 2rem;
}
#products .buy .title {
	margin-bottom: 3.2rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.11em;
}
#products .buy .comBtn {
	margin: 0 auto;
}
#products .buy .comBtn a {
	padding: 1.1rem 2.4rem 1.1rem 2.8rem;
}
@media all and (max-width: 896px) {
	#products {
		margin-bottom: 9.3rem;
	}
	#products .pageTitle {
		margin-bottom: 4.9rem;
	}
	#products .anchorUl {
		margin-bottom: 5.6rem;
	}
	#products .anchorUl a {
		min-height: 23rem;
	}
	#products .productsBox .content {
		max-width: 100%;
	}
	#products .productsBox h3 {
		padding: 3.7rem 0;
		width: 3.7rem;
		font-size: 3rem;
		letter-spacing: 0.11em;
	}
	#products .productsBox .rBox h4 {
		padding: 2.2rem 2rem 1.9rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	#products .productsBox .rBox .imgBox {
		margin: 0 0 5rem;
		display: block;
	}
	#products .productsBox .rBox .imgBox01 {
		margin: 0 2.8rem 5.2rem !important;
	}
	#products .productsBox .rBox .imgBox .photoBox {
		width: auto !important;
	}
	#products .productsBox .rBox .imgBox .textBox {
		margin: 2.5rem 2.9rem 0 !important;
		width: auto !important;
	}
	#products .productsBox .rBox .imgBox .title {
		margin-bottom: 1.9rem;
		font-size: 1.6rem;
		line-height: 2.18;
	}
	#products .productsBox .rBox .imgBox .text {
		line-height: 1.93;
	}
	#products .productsBox .rBox .imgBox01 .textBox {
		margin: 2.5rem 0 0 !important;
	}
	#products .productsBox.orin .imgBox {
		margin-bottom: 5rem;
	}
	#products .buy {
		margin-top: 9.3rem;
	}
	#products .buy .title {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
		line-height: 1.93;
	}
}

/*------------------------------------------------------------
	photography
------------------------------------------------------------*/

#photography {
	margin-bottom: 10.2rem;
}
#photography .pageTitle {
	margin-bottom: 0;
}
#photography .anchorUl {
	margin-bottom: 5.6rem;
}
#photography .photography-text{
	text-align: center;
	margin-top: 80px;
	letter-spacing: 0.11em;
    line-height: 1.8;
}
#photography #photos{
	column-count: 4;
	column-gap: 5px;
	margin-top: 80px;
}
#photography #photos a{
	display: inline-block;
	width: 100%;
}
#photography #photos img {
	width: 100%;
	height: auto;
	display: block;
}
#photography #photos a:hover img {
	opacity: 0.8;
  }

  /* キャプション（画像下の文字）を消す */
.lb-caption {
	display: none !important;
  }
  
  /* 「1 of 16」みたいな枚数表示を消す */
  .lb-number {
	display: none !important;
  }
  
  /* 文字エリア自体を消して余白も消す */
  .lb-dataContainer {
	display: none !important;
  }
  /* 左右ナビゲーション矢印を消す */
.lb-prev,
.lb-next {
  display: none !important;
}
  .lb-close {
	display: none !important;
  }
  .lightboxOverlay{
	width: 100% !important;
  }

  /* JSで付与される top を無効化 */
.lightbox {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	position: fixed !important;
  }
  
  /* 外枠の高さ計算をリセット */
  .lb-outerContainer {
	height: auto !important;
	max-height: 90vh !important;
  }
  
  /* 画像サイズを画面にフィット */
  .lb-image {
	max-width: 90vw !important;
	max-height: 90vh !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
  }
  
  /* 余白が残る場合の保険 */
  .lb-container {
	height: auto !important;
  }
/* 外枠の余白を完全リセット */
.lb-outerContainer,
.lb-container {
  padding: 0 !important;
}

/* 画像を画面内に均等余白でフィット */
.lb-image {
  max-width: calc(100vw - 80px) !important;
  max-height: calc(100vh - 80px) !important;
  margin: auto;
  display: block;
}
  @media all and (max-width: 896px) {
	#photography #photos{
		column-count: 3;
	}
}
@media all and (max-width: 430px) {
	#photography #photos{
		column-count: 2;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/

#contact {
	margin-bottom: 10.2rem;
}
#contact .pageTitle {
	margin-bottom: 0;
}
#contact .anchorUl {
	margin-bottom: 5.6rem;
}
#contact .contact-text{
	text-align: center;
	margin-top: 50px;
	letter-spacing: 0.11em;
    line-height: 1.8;
}
#contact .contact-box{
	width: 100%;
	max-width: 900px;
	gap: 30px;
	margin: 30px auto 80px;
    align-items: center;
    justify-content: center;
    min-height: 14.3rem;
    background-color: rgba(0, 0, 0, 0.36);
}
#contact .contact-box p {
text-align: left;
}
#contact .contact-box a {
	font-family: 'EB Garamond', serif;
	padding: 0;
	margin: 0;
}
#contact .contact-box .en {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}
#contact .contact-box .text {
    margin-left: 1.2rem;
    display: inline-block;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
}
::placeholder {
	color: #525252;
	font-size: 13px;
  }
/* メールフォーム */
/* ===== フォーム全体（画面いっぱい） ===== */
#formWrap {
	margin: 0 auto;
	padding: 0 20px;
	color: #555;
	font-size: 90%;
  }
  
  /* フォームの最大幅＋中央配置 */
  table.formTable {
	max-width: 900px;   /* ← ここで幅を制御 */
	margin: 0 auto;     /* ← 中央配置 */
	width: 100%;
  }
  
  /* 縦積み構造 */
  table.formTable tr,
  table.formTable th {
	display: block;
	width: 100%;
  }
  
  /* タイトル（ラベル） */
  table.formTable th {
	background: none;
	border: none;
	padding: 10px 0 4px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	font-size: 15px;
  }
  table.formTable th span{
	border: 1px solid #707070;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	padding: 0 5px;
  }
  
  /* 入力エリア */
  table.formTable td {
	border: none;
	padding: 0 0 24px;
	height: auto;
	width: 100%;
	display: block;
  }
  
  /* 入力欄 */
  form input[type="text"],
  form textarea {
	width: 100%;
	min-height: 68px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 15px;
	background-color: #D3D3D3;
	border: none;
	border-radius: 0;
  }
  
  /* チェックボックス */
  form input[type="checkbox"] {
	width: auto;
  }
  /* 入力欄・テキストエリア・プルダウン共通 */
form select {
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  background-color: #D3D3D3;
  border: none;
}
form select {
	width: 100%;
	height: 68px;
	padding: 20px;
	font-size: 14px;
	box-sizing: border-box;
	/* ▼ ブラウザ標準矢印を消す */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  }
  .select-wrap {
	position: relative;
  }
  /* 上向き三角 */
  .select-wrap::before {
	content: "";
	position: absolute;
	right: 14px;
	top: 35%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #1A1A1A;
	pointer-events: none;
  }
  /* 下向き三角 */
  .select-wrap::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 60%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #1A1A1A;
	pointer-events: none;
  }
/* textarea だけ高さ調整 */
form textarea {
  height: 300px;
}
.privacy {
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	max-width: 900px;
    width: 100%;
	margin: 0 auto;
  }
  
  .privacy-check {
	display: flex;
	align-items: center;
	gap: 8px;
  }
  
  .privacy-check span {
	border: 1px solid #707070;
	font-size: 12px;
	font-weight: 400;
	padding: 0 5px;
  }
  
  .privacy-link {
	display: block;
	margin-top: 6px;
	text-decoration: underline !important;
  }
  .privacy-link::after{
	content: "";
	background-image: url(img/contact/view-btn.svg);
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
	margin-top: 3px;
  }
  .formBtn {
	text-align: center;
	margin: 50px auto 30px;
  }
  
  .formBtn input[type="submit"] {
	background: #333;
	color: #fff;
	border: none;
    padding: 26px 130px;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 15px;
  }
  
  .formBtn input[type="submit"]{
	background: none !important;
  }
  .privacy-text{
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.11em;
    line-height: 1.8;
  }
  .privacy-text a{
	text-decoration: underline !important;
  }
  .form-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
  }

  @media all and (max-width: 1200px) {
	table.formTable {
	  max-width: 700px;
	}
	.privacy {
		max-width: 700px;
	  }
	  #contact .contact-box{
		max-width: 700px;
	}
  }
  
  @media all and (max-width: 896px) {
	table.formTable {
	  max-width: 100%;
	}
	.privacy {
		max-width: 100%;
	  }
	  .formBtn input[type="submit"] {
		padding: 22px 50px;
	}
	#contact .contact-box {
		width: 100%;
		padding: 20px 0;
		gap: 10px;
		margin-bottom: 50px;
	}
	#contact .contact-box .text {
		font-size: 2.5rem;
		margin-left: 0;
	}
	#contact .contact-box p {
		text-align: center;
	}
  }
  /*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/

	#privacy .privacy-text{
		text-align: left;
		margin-bottom: 20rem;
		width: 90%;
		letter-spacing: 0.11em;
		line-height: 1.8;
	}
	#privacy .privacy-text h2{
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	#privacy .privacy-text p{
		margin-bottom: 80px;
		font-size: 15px;
	}
	#privacy .privacy-text .no-bottom{
		margin-bottom: 0px;
	}
	#privacy .privacy-text .indent{
		text-indent: -1em;
		padding-left: 1em;
	}
	@media all and (max-width: 896px) {
	#privacy .privacy-text{
		width: 100%;
	}
	#privacy .privacy-text p{
		margin-bottom: 50px;
		font-size: 15px;
	}
	}

	  /*------------------------------------------------------------
	フェードアップ
------------------------------------------------------------*/
.wow {
	visibility: hidden;
  }
  .wow.fadeSoftUp.animated {
	animation-name: fadeSoftUp;
	animation-duration: 1.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
  }
  
  @keyframes fadeSoftUp {
	from {
	  opacity: 0;
	  transform: translateY(10px); /* ← かなり控えめ */
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }





/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}