@charset "utf-8";

/* all
-------------------------------------------------------------------*/
:root {
	--black: #1f1f1f;
	--white: #fff;
	--beige: #f8f5ee;
	--beige02: #fcf9f6;
	--brown: #444;
}
main {
	width: 100%;
	min-width: 1200px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: var(--black);
	text-size-adjust: none;
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: none;
	background: var(--white);
	overflow: clip;
}
.roboto {
	font-family: "Roboto", serif;
}
main img {
	max-width: 100%;
	height: auto;
}
main *:has(>wbr) {
	word-break: keep-all;
}
main * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
#page-top {
	z-index: 1000;
}
.sitewrap {
	width: min(100%, 1680px);
	margin-inline: auto;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width:1805px) {
	main .sitewrap {
		width: 100%;
		min-width: 0;
	}
	main .sitewrap>* {
		padding-inline: 6%;
	}
}
@media screen and (max-width:767px) {
	main {
		min-width: 0;
		font-size: 14px;
	}
}
/* contents
-------------------------------------------------------------------*/
/* Link */
.common_btn {
	text-align: center;
	margin: 0 auto;
}
.common_btn a {
	--item_color: var(--black);
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	min-width: 280px;
	width: fit-content;
	min-height: 3.5em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.1em;
	color: var(--item_color);
	background: var(--beige);
	border: 1px solid var(--item_color);
	padding: 0.5em 1.5em;
	text-decoration: none;
}
.common_btn.btn-wht a {
	--item_color: var(--white);
	background: inherit;
}
.common_btn a::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1.75em;
	height: 1px;
	background: var(--item_color);
	top: 50%;
	right: 0;
	translate: 0 -50%;
	transition: right .4s;
}
@media (any-hover: hover) {
	.common_btn a:hover::after {
		right: -5%;
	}
}
@media screen and (max-width: 767px) {
	.common_btn a {
		justify-content: center;
		align-items: center;
		min-width: 250px;
		padding: 0.5em 2.25em;
	}
	.common_btn a::after {
		width: 1.575em;
	}
}
/*  パンくずリスト  */
#pan {
	position: relative;
	z-index: 10;
	width: min(100%, 650px);
	margin-inline: auto;
	margin-block: 0.375em 0.75em;
	overflow: hidden;
}
#pan ol {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	overflow-y: hidden;
	overflow-x: auto;
}
#pan li,
#pan li * {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	white-space: nowrap;
}
#pan li::after {
	display: inline-block;
	vertical-align: middle;
	content: "\003E";
}
#pan li:not(:last-child) {
	margin-right: 0.5em;
}
#pan li:last-child::after {
	display: none;
}
#pan li * {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: inherit;
	color: var(--black);
}
#pan li a {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
@media (any-hover: hover) {
	#pan li a:hover {
		text-decoration: none;
	}
}
@media only screen and (max-width: 767px) {
	#pan {
		display: none;
		margin:0;
	}
}
.display_pc {
	display: block;
}
.display_pc.in {
	display: inline;
}
.display_sp,
.display_sp.in {
	display: none;
}
@media screen and (max-width:767px) {
	.display_pc,
	.display_pc.in {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.display_sp.in {
		display: inline;
	}
}
.txt_indent {
	margin-left: 1em;
	text-indent: -1em;
	font-feature-settings: normal;
}
body.soho #common-footer {
	margin-top: 0;
}
.section,
section {
	position: relative;
	z-index: 10;
}
.bg-beige {
	background: var(--beige);
}
.h2-style_box {
	--item_color: var(--black);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.2em;
	color: var(--item_color);
	margin-bottom: 4.5em;
}
.h2-style_box.text-wht {
	--item_color: var(--white);
}
.h2-style_box .h2-style_en {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: clamp(3.5em,5vw,4.5em);
	text-transform: uppercase;
	line-height: 0.8;
	letter-spacing: 0.05em;
	padding-right: 2.125em;
}
.h2-style_box .h2-style_en::after {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 1.80565em;
	height: 1px;
	background: var(--item_color);
	top: 0.4em;
	right: 0;
}
.h2-style_box .h2-style_ttl {
	font-size: 1em;
	font-weight: 500;
}
.h3-style_ttl {
	font-size: 1.75em;
	font-weight: 500;
	color: var(--black);
	margin-bottom: 1em;
}
main.soho-desk .h2-style_box{
	margin-bottom:2.5em;
}
@media screen and (max-width: 767px) {
	.h2-style_box {
		gap: 0.2em;
		margin-bottom: 3em;
	}
	.h2-style_box .h2-style_en {
		font-size: 2.5em;
		line-height: 1;
		padding-right: 2.125em;
	}
	.h2-style_box .h2-style_en::after {
		width: 1.80565em;
		top: auto;
		bottom: 0.5em;
	}
	.h2-style_box .h2-style_ttl {
		font-size: 0.85em;
	}
	.h3-style_ttl {
		font-size: 1.35em;
		margin-bottom: 0.75em;
	}
}
.slick-slider .slide-arrow {
	position: absolute;
	z-index: 100;
	display: block;
	content: "";
	width: 1.5em;
	aspect-ratio: 1/1;
	background: var(--black);
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	mask-size: contain;
	mask-position: center;
	border: none;
	bottom: -0.7em;
	left: 2em;
	cursor: pointer;
	transition: background .4s;
}
.slick-slider .slide-arrow.slick-disabled {
	display: none !important;
}
.slick-slider .slide-arrow.prev-arrow {
	left: 0;
	scale: -1 -1;
}
.slick-slider .desk-arrow{
	position:absolute;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	width: 2.5em;
	top:0;
	left:0;
	bottom: 2em;
	cursor: pointer;
}
.slick-slider .desk-arrow::before{
	display:block;
	content:"";
	width:0.75em;
	aspect-ratio:1/1;
	border-bottom:3px solid #cbc8c5;
	border-left:3px solid #cbc8c5;
	transform:rotate(45deg);
}
.slick-slider .desk-arrow.next-arrow{
	left:auto;
	right:0;
}
.slick-slider .desk-arrow.next-arrow::before{
	border:none;
	border-top:3px solid #cbc8c5;
	border-right:3px solid #cbc8c5;
}
.slick-slider .option-arrow{
	position:absolute;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	width: 1.5em;
	aspect-ratio:1/1;
	background:var(--white);
	border:1px solid #cbc8c5;
	border-radius: 100%;
	top:50%;
	left:-0.5em;
	cursor: pointer;
	translate:0 -50%;
	transition:opacity .8s,bacground .4s;
	
}
.slick-slider .option-arrow::after{
	display:inline-block;
	content:"";
	width:0.35em;
	aspect-ratio:1/1;
	border-top:2px solid#cbc8c5;
	border-left:2px solid#cbc8c5;
	rotate:-45deg;
	translate:0.1em;
	transition:border-color .4s;
}
.slick-slider .option-arrow.next-arrow{
	left:auto;
	right:-0.5em;
}
.slick-slider .option-arrow.next-arrow::after{
	border:none;
	border-bottom:2px solid #cbc8c5;
	border-right:2px solid #cbc8c5;
	translate:-0.05em;
}
.slick-slider .bar-dots:not(.number-dots) {
	display: flex !important;
	justify-content: flex-start;
	align-items: stretch;
	width: min(100%, 1680px);
	text-align: center;
	line-height: 0;
	padding-inline: 10em 7.5em;
	margin: 2em 0 0;
	list-style: none;
}
.slick-slider .bar-dots:not(.number-dots) li {
	position: relative;
	z-index: 10;
	display: block;
	flex: 1;
	height: 2px;
	line-height: 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
}
.slick-slider .bar-dots:not(.number-dots) li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
}
.slick-slider .bar-dots:not(.number-dots) li button::before {
	position: absolute;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: #cbc8c5;
	top: 0;
	left: 0;
}
.slick-slider .bar-dots:not(.number-dots) li.slick-active button::before {
	background: #68615c;
}
.slick-slider .slick-dots.number-dots {
	position: absolute;
	z-index: 10;
	right: 4em;
	bottom: 0.75em;
}
.slick-slider .slick-dots.number-dots li {
	list-style: none;
	position: absolute;
	z-index: 10;
	inset: 0;
	white-space: nowrap;
}
.slick-slider .slick-dots.number-dots li button {
	padding: 0;
	cursor: pointer;
	font-size: 1.25em;
	font-family: inherit;
	color: #68615c;
	border: 0;
	outline: none;
	background: transparent;
	opacity: 0;
	transition: opacity .4s;
}
.slick-slider .slick-dots.number-dots li.slick-active button {
	opacity: 1;
}
.slick-slider .option-dots {
	position: absolute;
	z-index: 10;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap: 0.5em;
	right: 1em;
	bottom: 1em;
}
.slick-slider .option-dots li {
	list-style: none;
	width:0.5em;
	height: 0.5em;
	aspect-ratio:1/1;
	border-radius:100%;
	background: #ecebea;
}
.slick-slider .option-dots li button {
	padding: 0;
	cursor: pointer;
	font-size: 0;
	border: 0;
	outline: none;
}
.slick-slider .option-dots li.slick-active {
	background: #cbc8c5;
}
@media (any-hover: hover) {
	.slick-slider .slide-arrow:hover {
		background: #68615c;
	}
	.slick-slider .option-arrow{
		opacity:0;
		visibility:hidden;
	}
	.slick-slider:hover .option-arrow{
		opacity:1;
		visibility:visible;
	}
	.slick-slider .option-arrow:hover{
		background:#cbc8c5;
	}
	.slick-slider .option-arrow:hover::after{
		border-color:var(--white);
	}
	.slick-slider .slick-dots li button:hover,
	.slick-slider .slick-dots li button:focus {
		outline: none;
	}
}
@media screen and (max-width: 767px) {
	.slick-slider .slide-arrow {
		width: 1.25em;
		bottom: 1em;
	}
	.slick-slider .bar-dots:not(.number-dots) {
		width: 100%;
		padding-inline: 0;
		margin: 3em 0 0;
	}
	.slick-slider .slick-dots.number-dots {
		right: 13%;
		bottom: 2.25em !important;
	}
	.slick-slider .slick-dots.number-dots li button {
		font-size: 1em;
	}
}