@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");
/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
/*-----------------reset_css---------------------*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
img {
	color: #000;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.h1Tag {
	display: none;
}

@media screen and (min-width: 769px) {
	._sp {
		display: none;
	}
	._pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}
.ib {
	display: inline-block;
}

main {
	overflow: hidden;
}
main p {
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

/**Color Setting**/
/*-----------------Color---------------------*/
.brown {
	color: #A17954;
}

/*-----------------common---------------------*/
.inner {
	width: 95%;
	max-width: 1200px;
	margin-inline: auto;
}

.inner_w1100 {
	width: 95%;
	max-width: 1100px;
	margin-inline: auto;
}

.com-ttl {
	font-size: 35px;
	font-size: clamp(18px, 5vw, 35px);
}
.com-lead--l {
	font-size: 30px;
	font-size: clamp(18px, 4vw, 30px);
}
.com-lead {
	font-size: 25px;
	font-size: clamp(15px, 3vw, 25px);
}
.com-lead--s {
	font-size: 20px;
	font-size: clamp(15px, 2.5vw, 20px);
}
.com-text--l {
	font-size: 18px;
	font-size: clamp(12px, 1.5vw, 18px);
}
.com-text {
	font-size: 15px;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-txt {
	font-size: 12px;
	font-size: clamp(10px, 1.1vw, 12px);
}

@media screen and (max-width: 768px) {
	.com-ttl {
		font-size: clamp(10px, 8vw, 35px);
	}
	.com-lead--l {
		font-size: clamp(10px, 5.5vw, 30px);
	}
	.com-lead {
		font-size: clamp(10px, 4.5vw, 25px);
	}
	.com-lead--s {
		font-size: clamp(10px, 4vw, 20px);
	}
	.com-text--l {
		font-size: clamp(10px, 3.8vw, 18px);
	}
	.com-text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com-txt {
		font-size: clamp(10px, 3vw, 12px);
	}
	/*@media screen end*/
}
.com-w800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.com-w1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.com-w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.com-w1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.com-min--vh100 {
	min-height: 100vh;
}

.com-imgbox {
	position: relative;
}
.com-imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.com-notebox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.com-notebox {
		padding: clamp(20px, 6vw, 50px) 0;
	}
}
.com-note {
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: left;
}

.com-fs10 {
	font-size: 10px;
}
.com-fs12 {
	font-size: 12px;
}
.com-texR {
	text-align: right;
}
.com-texC {
	text-align: center;
}
.com-col--wh {
	color: #fff;
}
.com-col--bk {
	color: #000;
}
.com-tex__shadow--wh {
	text-shadow: 0 0 10px #fff;
}
.com-tex__shadow--bk {
	text-shadow: 0 0 10px #000;
}

.com-flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--ac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*-----------------linkstyle---------------------*/
.com-linkbox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin: 50px auto;
}
.com-linkbox__fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(1vw, 20px);
}
.com-linkbtn {
	width: 32%;
	margin: 0 0.6666666667%;
}
.com-linkbtn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #A17954;
	text-align: center;
	padding: 4px 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: clamp(0.813rem, 0.404rem + 0.849vw, 1.063rem);
	position: relative;
	overflow: hidden;
}
.com-linkbtn a .menu-en {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 1.3;
}
.com-linkbtn-map a {
	padding: 12px 0;
	display: inline-block;
}
.com-linkbtn-map a .icon-map {
	position: relative;
}
.com-linkbtn-map a .icon-map::before {
	position: absolute;
	content: "";
	-webkit-mask-image: url("../../img/common/icon_map-br.svg");
	        mask-image: url("../../img/common/icon_map-br.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: currentColor;
	top: 52%;
	left: -60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.com-linkbtn-map a p {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (any-hover: hover) {
	.com-linkbtn-map a {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.com-linkbtn-map a:hover {
		color: #fff;
	}
	.com-linkbtn-map a:hover .icon-map::before {
		background-color: #fff;
	}
}
.com-linkbtn-outline a {
	background: #2C2F33;
	border: 1px solid #A17954;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.com-linkbtn-outline a:hover {
	background: #fff;
	color: #A17954;
}
.com-linkbtn-request a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-request a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-request a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-reserve a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-reserve a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-reserve a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-online a {
	background: #968375;
}
@-webkit-keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@media screen and (min-width: 767px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbtn a {
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
}
@media screen and (max-width: 768px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbox {
		width: 95%;
	}
	.com-linkbtn {
		width: 100%;
		margin: 10px auto 0;
	}
	.com-linkbtn a p {
		font-size: clamp(10px, 3.5vw, 15px);
	}
}

/*-----------------/linkstyle/---------------------*/
body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #2C2F33;
}

.animation-bg {
	background: #2C2F33;
	display: block;
	position: fixed;
	content: "";
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.page-mv__wrap {
	height: 31vw;
	overflow: hidden;
	position: relative;
}
.page-mv__wrap .mv-img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 2s ease;
	transition: 2s ease;
	-webkit-animation: mv-scale 2s ease;
	        animation: mv-scale 2s ease;
}
.page-mv__wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
}

@-webkit-keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}

@keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.page__ttl {
	position: absolute;
	top: 45%;
	left: min(8.9vw, 363px);
}
.page__ttl .page__ttl--en {
	text-transform: uppercase;
	color: #fff;
	font-family: "STIX Two Text", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(3.5rem, 2.498rem + 2.085vw, 5rem);
	line-height: 1.3;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip: 0%;
}
.page__ttl .page__ttl--en .char {
	-webkit-clip-path: polygon(0 0, var(--clip) 0, var(--clip) 100%, 0% 100%);
	        clip-path: polygon(0 0, var(--clip) 0, var(--clip) 100%, 0% 100%);
}
.page__ttl .js-line {
	width: 77px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.page__ttl .page__ttl--ja {
	margin-top: min(1.5vw, 20px);
	color: #fff;
	font-size: clamp(1rem, 0.833rem + 0.348vw, 1.25rem);
	letter-spacing: 0.15em;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip2: 0%;
	-webkit-clip-path: polygon(0 0, var(--clip2) 0, var(--clip2) 100%, 0% 100%);
	        clip-path: polygon(0 0, var(--clip2) 0, var(--clip2) 100%, 0% 100%);
}

.remark {
	font-size: 0.5em;
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.page-mv__wrap {
		height: 80vw;
	}
	.page__ttl {
		left: 8%;
	}
	.page__ttl .page__ttl--en {
		font-size: clamp(2.5rem, 0.294rem + 9.804vw, 5rem);
	}
	.page__ttl .page__ttl--ja {
		font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem);
	}
	/*@media screen end*/
}
.w50 {
	width: 50%;
	margin-inline: auto;
}

.w55 {
	width: 55%;
	margin-inline: auto;
}

.w60 {
	width: 60%;
	margin-inline: auto;
}

.w65 {
	width: 65%;
	margin-inline: auto;
}

.w70 {
	width: 70%;
	margin-inline: auto;
}

.w75 {
	width: 75%;
	margin-inline: auto;
}

.w80 {
	width: 80%;
	margin-inline: auto;
}

.w85 {
	width: 85%;
	margin-inline: auto;
}

.w90 {
	width: 90%;
	margin-inline: auto;
}

.modal-video {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-video-body {
	max-width: 1100px !important;
}

#design .design-note {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: right;
	line-height: 2;
	color: #fff !important;
}
#design .design-note.design-note__bk {
	color: #2B2B2B !important;
}
#design .design-note.design-note__mv {
	width: 99%;
	margin-inline: auto;
}
#design .sec__ttl {
	color: #A17954;
	font-size: clamp(1.5rem, 0.48rem + 2.123vw, 2.125rem);
	letter-spacing: 0.2em;
	line-height: 1.8;
}
#design .sec__ttl.sec__ttl--common {
	font-size: clamp(1.188rem, 0.979rem + 0.434vw, 1.5rem);
}
#design .sec__lead {
	color: #A17954;
	font-size: clamp(0.938rem, 0.631rem + 0.637vw, 1.125rem);
	line-height: 1.9;
	letter-spacing: 0.1em;
}
#design .sec__text {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: clamp(0.625rem, 0.013rem + 1.274vw, 1rem);
}
#design .com-imgnote {
	color: #fff;
}
#design .tab__name--grp {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-bottom: min(2.8vw, 54px);
	text-align: center;
}
#design .tab__name--grp .tab__name--ja {
	font-size: 28px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	border-bottom: 3px solid #A17954;
	color: #A17954;
}
#design .tab__name--grp .tab__name--en {
	font-family: "STIX Two Text", serif;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 2.5;
	color: #A17954;
}
#design .tab__name--note {
	width: 95%;
	margin: max(-1.25vw, -30px) auto min(1.77vw, 34px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#design {
		/*@media screen end*/
	}
	#design .design-note {
		text-align: justify;
	}
	#design .design-note.design-note__mv {
		width: 95%;
	}
	#design .sec__ttl {
		font-size: clamp(1.375rem, 0.107rem + 5.637vw, 2.813rem);
	}
	#design .sec__ttl.sec__ttl--common {
		font-size: clamp(1.375rem, 0.162rem + 5.392vw, 2.75rem);
		line-height: 1.75;
	}
	#design .sec__lead {
		font-size: clamp(0.813rem, -0.015rem + 3.676vw, 1.75rem);
	}
	#design .sec__text {
		font-size: clamp(0.75rem, -0.022rem + 3.431vw, 1.625rem);
		letter-spacing: 0.01em;
	}
	#design .tab__name--note {
		text-align: justify;
	}
}
#design .design-tab__items {
	width: min(95%, 650px);
	margin-top: min(5.7vw, 110px);
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: min(2.4vw, 46px);
}
#design .design-tab__items .tab__item {
	width: 46%;
	padding-block: min(1.5vw, 20px);
	border: 1px solid #987A4C;
	color: #987A4C;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#design .design-tab__items .tab__item:hover {
	background: linear-gradient(94deg, #775D35 -7.5%, #987A4C 52.52%, #775D35 106%);
	border: 1px solid transparent;
	color: #fff;
}
#design .design-tab__items .tab__item.active {
	background: linear-gradient(94deg, #775D35 -7.5%, #987A4C 52.52%, #775D35 106%);
	border: 1px solid transparent;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#design {
		/*@media screen end*/
	}
	#design .design-tab__items {
		margin-top: min(14.4vw, 108px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(3.7vw, 28px);
	}
	#design .design-tab__items .tab__item {
		width: 100%;
		padding-block: min(6vw, 45px);
	}
}
#design .design__panel {
	margin-block: min(6.8vw, 132px);
}
@media screen and (max-width: 768px) {
	#design .design__panel {
		margin-top: min(22.9vw, 172px);
	}
}
#design .design__panel--item {
	display: none;
}
#design .design__panel--item.active {
	display: block;
}
#design .design__panel--item.active .design-intro {
	padding-bottom: min(6.8vw, 132px);
}
#design .design__panel--item.active .intro__content1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: min(4vw, 96px);
	position: relative;
}
#design .design__panel--item.active .intro__content1::before {
	position: absolute;
	content: "Design";
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -5%;
	font-family: "STIX Two Text", serif;
	font-style: italic;
	letter-spacing: 0.5em;
	text-align: center;
	text-transform: uppercase;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: sideways-lr;
	        writing-mode: sideways-lr;
}
#design .design__panel--item.active .intro__content1--L {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 54%;
}
#design .design__panel--item.active .intro__content1--L .sec__lead {
	margin-block: min(2.3vw, 45px);
}
#design .design__panel--item.active .intro__content1--R {
	margin-right: calc(50% - 50vi);
}
#design .design__panel--item.active .intro__content1--R .design-note {
	padding-right: 1em;
}
#design .design__panel--item.active .intro__content1--R .intro__markBox {
	width: 15%;
	margin: min(2vw, 40px) min(2.9vw, 56px) 0 auto;
}
#design .design__panel--item.active .intro__content2 {
	margin-top: min(1.45vw, 28px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: min(2.3vw, 44px);
}
#design .design__panel--item.active .intro__imgBox2 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 30%;
}
#design .design__panel--item.active .intro__imgBox3 {
	width: min(20%, 153px);
}
#design .design__panel--item.active .intro__weF--ttl {
	margin-block: min(1.45vw, 28px) min(0.9vw, 18px);
	font-size: clamp(0.938rem, 0.427rem + 1.062vw, 1.25rem);
	line-height: 2;
}
#design .design__panel--item.active .intro__weF--txt {
	font-size: clamp(0.75rem, 0.546rem + 0.425vw, 0.875rem);
}
#design .design__panel--item.active .intro__txt--en {
	width: 72%;
	margin-top: min(9.3vw, 180px);
	font-family: "STIX Two Text", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
#design .design__panel--item.active .intro__content3 {
	margin-top: min(3.4vw, 66px);
	width: min(85%, 1000px);
	margin-inline: auto;
}
#design .design__panel--item.active .intro__content3 button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
#design .design__panel--item.active .intro__content3 button:hover {
	opacity: 0.8;
}
#design .design__panel--item.active .intro__content3--noteBox {
	width: min(85%, 1000px);
	margin-inline: auto;
}
#design .design__panel--item.active .intro__content3--noteBox p {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
}
#design .design__panel--item.active .intro__imgBox4 {
	margin-top: min(6.3vw, 120px);
}
#design .design__panel--item.active .intro__imgBox5 {
	margin: min(6vw, 116px) calc(50% - 50vi) 0;
}
#design .design__panel--item.active .intro__imgBox5--note {
	margin-inline: calc(50% - 49vi);
	color: #2B2B2B !important;
}
#design .design__panel--item.active .intro__imgBox6 {
	width: min(60%, 714px);
	margin: min(6vw, 116px) auto 0;
}
#design .design__panel--item.active .intro__imgBox7 {
	margin-top: min(5.3vw, 102px);
	margin-bottom: min(0.5vw, 10px);
	position: relative;
	display: inline-block;
}
#design .design__panel--item.active .intro__imgBox7 img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}
#design .design__panel--item.active .intro__imgBox7::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0.5%;
	width: 99%;
	height: 96%;
	background: linear-gradient(109deg, rgba(0, 0, 0, 0.95) 5%, rgba(40, 40, 40, 0.75) 35%, rgba(0, 0, 0, 0.35) 90%);
	mix-blend-mode: overlay;
}
#design .design__panel--item.active .intro__imgBox7 .design-note {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
#design .design__panel--item.active .intro__imgBox7 .intro__imgBox7--txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 27.8%;
}
#design .design__panel--item.active .intro__imgBox8 {
	width: 76%;
	margin: min(5.6vw, 108px) auto min(0.5vw, 10px);
	position: relative;
}
#design .design__panel--item.active .intro__imgBox8 .design-note {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
#design .design__panel--item.active .sec__ttl--intro {
	margin-top: min(3.75vw, 72px);
	text-align: center;
}
#design .design__panel--item.active .sec__text--intro {
	margin-top: min(3.1vw, 60px);
	color: #A17954;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#design .design__panel--item.active {
		/*@media screen end*/
	}
	#design .design__panel--item.active .design-intro {
		padding-bottom: min(12vw, 90px);
	}
	#design .design__panel--item.active .intro__content1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: min(12.5vw, 94px);
	}
	#design .design__panel--item.active .intro__content1::before {
		content: none;
	}
	#design .design__panel--item.active .intro__content1--L {
		width: 100%;
	}
	#design .design__panel--item.active .intro__content1--L .sec__lead {
		margin-block: min(6.6vw, 50px) min(10.6vw, 80px);
	}
	#design .design__panel--item.active .intro__content1--L .intro__markBox {
		width: min(24%, 180px);
		margin: min(10.6vw, 80px) 0 0 auto;
	}
	#design .design__panel--item.active .intro__content1--R {
		margin-right: 0;
	}
	#design .design__panel--item.active .intro__content1--R .intro__markBox {
		margin: min(10.6vw, 80px) 0 0 auto;
	}
	#design .design__panel--item.active .intro__content2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 90%;
		margin-inline: auto;
	}
	#design .design__panel--item.active .intro__imgBox2 {
		margin-top: min(16.2vw, 122px);
		width: 100%;
	}
	#design .design__panel--item.active .intro__imgBox3 {
		margin-top: min(10vw, 76px);
		width: min(62%, 380px);
	}
	#design .design__panel--item.active .intro__txt--en {
		width: 100%;
	}
	#design .design__panel--item.active .intro__content3 {
		margin-top: min(14vw, 110px);
		width: 100%;
	}
	#design .design__panel--item.active .intro__content3--noteBox {
		width: 100%;
	}
	#design .design__panel--item.active .intro__imgBox4 {
		margin-top: min(16vw, 120px);
	}
	#design .design__panel--item.active .intro__imgBox6 {
		margin-top: min(19.7vw, 148px);
		width: 100%;
	}
	#design .design__panel--item.active .intro__weF--ttl {
		margin-block: min(8.8vw, 66px) min(7vw, 53px);
		font-size: clamp(1rem, 0.118rem + 3.922vw, 2rem);
	}
	#design .design__panel--item.active .sec__ttl--intro {
		margin-top: min(12.6vw, 95px);
	}
	#design .design__panel--item.active .sec__text--intro {
		margin-top: min(10.2vw, 77px);
	}
}
#design .design__panel--item.active .details__wrap {
	background: #252427;
	padding-bottom: min(4.1vw, 80px);
}
#design .design__panel--item.active .details__wrap h2,
#design .design__panel--item.active .details__wrap p {
	color: #A17954;
}
#design .design__panel--item.active .sec__common .sec__common-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 24px;
}
#design .design__panel--item.active .sec__common .sec__common-images-lounge img,
#design .design__panel--item.active .sec__common .sec__common-images-hallway img {
	display: block;
	width: 100%;
	height: auto;
}
#design .design__panel--item.active .sec__common .sec__common-caption {
	margin-top: 8px;
	font-size: 10px;
	text-align: right;
	color: #A17954;
}
#design .design__panel--item.active .sec__common .sec__common-images-lounge {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 68%;
}
#design .design__panel--item.active .sec__common .sec__common--content1 {
	width: 26%;
	margin-right: min(2.8vw, 54px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#design .design__panel--item.active .sec__common .sec__common-text-image {
	margin-block: auto;
}
#design .design__panel--item.active .sec__common .sec__common-content2 {
	margin-top: min(2.2vw, 42px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(3vw, 130px);
}
#design .design__panel--item.active .sec__common .sec__deco--img {
	margin-left: min(4.3vw, 142px);
}
#design .design__panel--item.active .sec__common .sec__common-textblock {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 42%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(1.8vw, 36px);
}
#design .design__panel--item.active .sec__common .sec__text--common {
	font-size: clamp(0.688rem, 0.13rem + 1.16vw, 1rem);
}
#design .design__panel--item.active .sec__common .sec__common-lead-en {
	font-size: clamp(0.625rem, 0.541rem + 0.174vw, 0.75rem);
}
#design .design__panel--item.active .sec__common .sec__common-imageWrap {
	margin-right: min(2.8vw, 54px);
}
#design .design__panel--item.active .sec__common .sec__common-image {
	aspect-ratio: 839/630;
}
#design .design__panel--item.active .sec__common .sec__common-image img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
}
#design .design__panel--item.active .sec__common .sec__common-note {
	margin-top: min(0.9vw, 17px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#design .design__panel--item.active {
		/*@media screen end*/
	}
	#design .design__panel--item.active .details__wrap {
		padding-bottom: min(9.8vw, 74px);
	}
	#design .design__panel--item.active .sec__common .sec__common-inner {
		gap: 24px;
	}
	#design .design__panel--item.active .sec__common .sec__common-images {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#design .design__panel--item.active .sec__common .sec__common-text .section-title {
		font-size: 22px;
	}
	#design .design__panel--item.active .sec__common .sec__common-text .sec__common-lead {
		font-size: 14px;
	}
	#design .design__panel--item.active .sec__common .sec__common-images-lounge {
		width: 95%;
	}
	#design .design__panel--item.active .sec__common .sec__common--content1 {
		width: 67%;
		margin-right: auto;
		margin-left: auto;
	}
	#design .design__panel--item.active .sec__common .sec__common-text-image {
		margin-top: min(18vw, 135px);
		width: 120%;
	}
	#design .design__panel--item.active .sec__common .sec__common-content2 {
		margin-top: min(17.3vw, 130px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		gap: min(16.2vw, 122px);
	}
	#design .design__panel--item.active .sec__common .sec__common-textblock {
		width: 75%;
		margin-left: 10vw;
		position: relative;
	}
	#design .design__panel--item.active .sec__common .sec__common-textblock::before {
		position: absolute;
		content: "";
		background-image: url(../../img/design/common_deco.svg);
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		left: calc(50% - 55vi);
		width: min(10.5vw, 79px);
		height: 100%;
	}
	#design .design__panel--item.active .sec__common .sec__text--common {
		font-size: clamp(0.75rem, -0.022rem + 3.431vw, 1.625rem);
	}
	#design .design__panel--item.active .sec__common .sec__common-lead-en {
		font-size: clamp(0.625rem, 0.074rem + 2.451vw, 1.25rem);
	}
	#design .design__panel--item.active .sec__common .sec__common-image {
		width: 95%;
		margin-inline: auto;
	}
	#design .design__panel--item.active .sec__common .sec__common-note {
		width: 95%;
		margin: min(10vw, 75px) auto 0;
	}
}
#design .design__panel--item.active .sec__sense {
	margin-top: min(10vw, 198px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(5.7vw, 110px);
}
#design .design__panel--item.active .sec__sense-caption {
	margin-top: 4px;
	font-size: 10px;
	text-align: right;
	color: #A17954;
}
#design .design__panel--item.active .sec__sense--left {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 56%;
}
#design .design__panel--item.active .sec__sense--right {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(2.9vw, 56px);
}
#design .design__panel--item.active .sec__sense--content {
	margin-block: min(4.9vw, 95px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(3vw, 130px);
}
#design .design__panel--item.active .sec__sense--content .sec__deco--img {
	margin-left: min(4.3vw, 142px);
	width: min(3.5vw, 79px);
}
#design .design__panel--item.active .sec__sense-lead-en {
	font-size: clamp(0.625rem, 0.541rem + 0.174vw, 0.75rem);
}
#design .design__panel--item.active .sec__sense-textblock {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(1.8vw, 36px);
}
#design .design__panel--item.active .sec__sense--detail {
	margin-top: min(4.2vw, 80px);
}
#design .design__panel--item.active .sec__sense--detail h3,
#design .design__panel--item.active .sec__sense--detail p {
	color: #fff;
}
#design .design__panel--item.active .sec__sense--detail .detail__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: min(4vw, 80px);
}
#design .design__panel--item.active .sec__sense--detail .detail__list--item {
	width: 46%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(1.45vw, 28px);
}
#design .design__panel--item.active .sec__sense--detail .detail__list--ttl {
	font-size: 20px;
	text-transform: uppercase;
}
#design .design__panel--item.active .sec__sense--detail .detail__list--txt {
	font-size: clamp(0.875rem, 0.732rem + 0.298vw, 1rem);
}
#design .design__panel--item.active .sec__sense-note {
	margin-top: min(2vw, 40px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #fff !important;
}
#design .design__panel--item.active .shousei {
	margin-top: min(5.8vw, 112px);
}
#design .design__panel--item.active .shousei__heading--grp .shousei__heading {
	text-transform: uppercase;
	font-size: clamp(1.625rem, 1.338rem + 0.596vw, 1.875rem);
	letter-spacing: 0.2em;
}
#design .design__panel--item.active .shousei__heading--grp .shousei__heading--sub {
	margin-top: min(1vw, 20px);
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
#design .design__panel--item.active .shousei__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#design .design__panel--item.active .shousei__inner .shousei__left,
#design .design__panel--item.active .shousei__inner .shousei__right {
	width: 48%;
}
#design .design__panel--item.active .shousei__inner .shousei__ttl {
	margin-top: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #fff;
}
#design .design__panel--item.active .shousei__inner .shousei__ttl span {
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#design .design__panel--item.active .shousei__inner .shousei__txt {
	margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #fff;
}
#design .design__panel--item.active .shousei__left--ttl {
	margin-block: min(3.6vw, 70px) min(2.3vw, 44px);
	font-size: clamp(1.25rem, 0.247rem + 2.086vw, 2.125rem);
}
#design .design__panel--item.active .shousei__imgBox1 {
	aspect-ratio: 524/458;
}
#design .design__panel--item.active .shousei__imgBox1 img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
}
#design .design__panel--item.active .sec__shousei--note {
	margin-top: min(4.8vw, 92px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}
#design .design__panel--item.active .details {
	margin-top: min(8.5vw, 164px);
}
#design .design__panel--item.active .details__img--wrap {
	position: relative;
}
#design .design__panel--item.active .details__img--wrap .details__imgBox02 {
	position: absolute;
	width: 78%;
	height: 16vw;
	top: min(10.5vw, 129px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#design .design__panel--item.active .details__imgBox03 {
	width: min(25%, 250px);
	margin: min(3.9vw, 76px) auto 0;
}
#design .design__panel--item.active .details__ttl {
	margin-top: min(2.9vw, 57px);
	text-align: center;
}
#design .design__panel--item.active .details__lead {
	margin-top: min(6.7vw, 130px);
	color: #fff;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(1.375rem, 0.766rem + 1.268vw, 1.875rem);
	letter-spacing: 0.2em;
}
#design .design__panel--item.active .details__txt {
	margin-top: min(1.8vw, 35px);
	color: #fff !important;
	font-size: clamp(1rem, 0.695rem + 0.634vw, 1.25rem);
}
#design .design__panel--item.active .details__imgBox04 {
	margin-top: min(4.1vw, 80px);
}
#design .design__panel--item.active .facilities {
	margin-top: min(7.7vw, 148px);
}
#design .design__panel--item.active .faci__ttl-grp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(3.1vw, 60px);
}
#design .design__panel--item.active .faci__ttl-grp .faci__ttl {
	color: #A17954 !important;
	letter-spacing: 0.2em;
	font-size: clamp(0.938rem, 0.293rem + 1.341vw, 1.5rem);
}
#design .design__panel--item.active .faci__items {
	margin-top: min(1.97vw, 38px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: min(3.2vw, 62px);
}
#design .design__panel--item.active .faci__items .faci__item {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(0.9vw, 18px);
}
#design .design__panel--item.active .faci__items .faci__item .faci__imgBox {
	aspect-ratio: 380/214;
}
#design .design__panel--item.active .faci__items .faci__item .faci__imgBox img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
}
#design .design__panel--item.active .faci__items .faci__item .faci__imgBox .com-imgnote {
	color: #fff;
	left: 5px;
	bottom: 5px;
	right: auto;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#design .design__panel--item.active .faci__item--name {
	color: #A17954;
	text-align: center;
	font-size: clamp(0.875rem, 0.624rem + 0.521vw, 1.25rem);
}
#design .design__panel--item.active .faci__item--name .faci__item--nameEn {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-transform: lowercase;
	font-size: clamp(1.125rem, 0.838rem + 0.596vw, 1.375rem);
}
#design .design__panel--item.active .faci__item--name .faci__item--nameJa {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(0.875rem, 0.302rem + 1.192vw, 1.375rem);
	line-height: 2;
}
#design .design__panel--item.active .faci__text {
	color: #fff !important;
	letter-spacing: 0.05em;
	font-size: 15px;
	text-align: justify;
}
#design .design__panel--item.active .faci__item--note,
#design .design__panel--item.active .faci__item--note2 {
	color: #fff !important;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
}
#design .design__panel--item.active .faci__item--note2 {
	margin-top: min(3.3vw, 66px);
}
#design .design__panel--item.active .faci__items2 {
	margin-block: min(2.5vw, 48px) min(1.77vw, 34px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#design .design__panel--item.active .faci__item2 {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(0.9vw, 18px);
}
#design .design__panel--item.active .faci__item2:nth-of-type(1) .com-imgnote {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#design .design__panel--item.active .faci__item2:nth-of-type(2) {
	width: 50%;
}
#design .design__panel--item.active .faci__item2 .faci__imgBox2 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 65%;
	aspect-ratio: 379/214;
}
#design .design__panel--item.active .faci__item2 .faci__imgBox2 img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
}
#design .design__panel--item.active .faci__item2 .faci__item2--r {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 31%;
}
#design .design__panel--item.active .faci__item2 .faci__item--name {
	text-align: left;
}
#design .design__panel--item.active .resiliense {
	margin-top: min(5.6vw, 108px);
}
#design .design__panel--item.active .resiliense .faci__ttl--en {
	margin-top: clamp(0.75rem, 0.499rem + 0.521vw, 1.125rem);
}
#design .design__panel--item.active .resi__items {
	margin-top: min(2.5vw, 48px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#design .design__panel--item.active .resi__item {
	width: 31%;
}
#design .design__panel--item.active .resi__imgBox .com-imgnote {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#design .design__panel--item.active .resi__imgBox .com-imgnote.com-imgnote2 {
	right: 52%;
	text-align: right;
}
#design .design__panel--item.active .resi__item--name {
	margin-top: min(0.6vw, 12px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #A17954;
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
}
@media screen and (max-width: 999px) {
	#design .design__panel--item.active .faci__item2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#design .design__panel--item.active .faci__item2:nth-of-type(2) {
		width: 48%;
	}
	#design .design__panel--item.active .faci__item2 .faci__imgBox2,
	#design .design__panel--item.active .faci__item2 .faci__item2--r {
		width: 100%;
	}
	#design .design__panel--item.active .faci__item2 .faci__item--name {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	#design .design__panel--item.active {
		/*@media screen end*/
	}
	#design .design__panel--item.active .sec__sense {
		margin-top: min(14vw, 105px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#design .design__panel--item.active .sec__sense--left {
		width: 95%;
	}
	#design .design__panel--item.active .sec__sense--content .sec__deco--img {
		margin-left: 0;
		width: min(10.5vw, 79px);
	}
	#design .design__panel--item.active .sec__sense--right {
		width: 95%;
		margin-inline: auto;
		gap: min(6.9vw, 52px);
	}
	#design .design__panel--item.active .sec__sense--detail {
		margin-top: min(17.3vw, 130px);
	}
	#design .design__panel--item.active .sec__sense--detail .detail__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(17.3vw, 130px);
	}
	#design .design__panel--item.active .sec__sense--detail .detail__list--item {
		width: 100%;
		gap: min(5vw, 38px);
	}
	#design .design__panel--item.active .sec__sense--detail .detail__list--ttl {
		font-size: clamp(1.25rem, 0.699rem + 2.451vw, 1.875rem);
	}
	#design .design__panel--item.active .sec__sense--detail .detail__list--txt {
		font-size: clamp(0.875rem, 0.213rem + 2.941vw, 1.625rem);
	}
	#design .design__panel--item.active .shousei {
		margin-top: min(23vw, 175px);
	}
	#design .design__panel--item.active .shousei__heading--grp .shousei__heading {
		font-size: clamp(1.625rem, 0.577rem + 4.657vw, 2.813rem);
	}
	#design .design__panel--item.active .shousei__heading--grp .shousei__heading--sub {
		font-size: clamp(0.875rem, 0.213rem + 2.941vw, 1.625rem);
	}
	#design .design__panel--item.active .shousei__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(10.6vw, 80px);
	}
	#design .design__panel--item.active .shousei__inner .shousei__left,
	#design .design__panel--item.active .shousei__inner .shousei__right {
		width: 100%;
	}
	#design .design__panel--item.active .shousei__inner .shousei__ttl {
		font-size: clamp(1.125rem, 0.463rem + 2.941vw, 1.875rem);
	}
	#design .design__panel--item.active .shousei__inner .shousei__txt {
		font-size: clamp(0.875rem, 0.213rem + 2.941vw, 1.625rem);
	}
	#design .design__panel--item.active .shousei__left--ttl {
		font-size: clamp(1.063rem, 0.346rem + 3.186vw, 1.875rem);
	}
	#design .design__panel--item.active .sec__shousei--note {
		margin-top: min(14vw, 106px);
	}
	#design .design__panel--item.active .details__imgBox03 {
		width: min(50%, 350px);
		margin: min(14vw, 105px) auto 0;
	}
	#design .design__panel--item.active .details__ttl {
		margin-top: min(12.8vw, 96px);
		font-size: clamp(1.188rem, 0.029rem + 5.147vw, 2.5rem);
	}
	#design .design__panel--item.active .details__lead {
		margin-top: min(19.4vw, 146px);
		font-size: clamp(1.25rem, 0.147rem + 4.902vw, 2.5rem);
	}
	#design .design__panel--item.active .details__txt {
		margin-top: min(5.8vw, 44px);
		font-size: clamp(0.938rem, 0.11rem + 3.676vw, 1.875rem);
	}
	#design .design__panel--item.active .details__imgBox04 {
		margin-top: min(7.4vw, 56px);
	}
	#design .design__panel--item.active .faci__ttl-grp {
		text-align: left;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#design .design__panel--item.active .faci__ttl-grp .faci__ttl {
		width: 100%;
		font-size: clamp(1.188rem, 0.305rem + 3.922vw, 2.188rem);
	}
	#design .design__panel--item.active .faci__ttl-grp .faci__ttl.faci__ttl--en {
		font-size: clamp(0.875rem, 0.324rem + 2.451vw, 1.5rem);
	}
	#design .design__panel--item.active .faci__item--name .faci__item--nameEn {
		font-size: clamp(0.875rem, 0.324rem + 2.451vw, 1.5rem);
	}
	#design .design__panel--item.active .faci__item--name .faci__item--nameJa {
		line-height: 1.4;
		font-size: clamp(0.875rem, 0.324rem + 2.451vw, 1.5rem);
		height: clamp(2.5rem, 1.011rem + 6.618vw, 4.188rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#design .design__panel--item.active .faci__items {
		margin-top: min(11.4vw, 86px);
	}
	#design .design__panel--item.active .faci__items .faci__item {
		width: 48%;
	}
	#design .design__panel--item.active .faci__items2 {
		margin-block: min(8.9vw, 67px) min(6.6vw, 50px);
	}
	#design .design__panel--item.active .faci__text {
		font-size: clamp(0.813rem, 0.206rem + 2.696vw, 1.5rem);
	}
	#design .design__panel--item.active .faci__item--note {
		margin-top: min(8.6vw, 65px);
		width: 200%;
		text-align: justify;
	}
	#design .design__panel--item.active .faci__item--note2 {
		margin-top: min(8.6vw, 65px);
		text-align: justify;
	}
	#design .design__panel--item.active .resi__items {
		margin-top: min(12vw, 90px);
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: min(6.1vw, 496px);
	}
	#design .design__panel--item.active .resi__item {
		width: 48%;
	}
	#design .design__panel--item.active .resi__item .com-imgnote {
		text-align: right;
	}
	#design .design__panel--item.active .resi__item--name {
		font-size: clamp(0.875rem, 0.103rem + 3.431vw, 1.75rem);
	}
}
#design .design__panel--item.active .line {
	margin-top: min(2.3vw, 44px);
	border-top: 1px solid #A17954;
}
#design .design__panel--item.active .security {
	margin-top: min(3.3vw, 64px);
}
#design .design__panel--item.active .secu__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: min(3.3vw, 64px);
}
#design .design__panel--item.active .secu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(2.6vw, 50px);
}
#design .design__panel--item.active .secu__item .secu__imgBox1 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 23%;
}
#design .design__panel--item.active .secu__item .secu__imgBox2 {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 31%;
}
#design .design__panel--item.active .secu__item--name {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: #A17954;
	font-size: clamp(1.25rem, 1.107rem + 0.298vw, 1.375rem);
	line-height: 2;
}
#design .design__panel--item.active .secu__txt {
	margin-top: 10px;
	color: #fff !important;
	font-size: 14px;
}
#design .design__panel--item.active .secu__note {
	margin-top: 10px;
	color: #fff !important;
}
@media screen and (max-width: 768px) {
	#design .design__panel--item.active {
		/*@media screen end*/
	}
	#design .design__panel--item.active .line {
		margin-top: min(13.6vw, 102px);
	}
	#design .design__panel--item.active .security {
		margin-top: min(12.4vw, 93px);
	}
	#design .design__panel--item.active .secu__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#design .design__panel--item.active .secu__item .secu__imgBox1 {
		width: 55%;
	}
	#design .design__panel--item.active .secu__item .secu__imgBox2 {
		width: 83%;
	}
	#design .design__panel--item.active .secu__item--name {
		font-size: clamp(1.25rem, 0.699rem + 2.451vw, 1.875rem);
		text-align: center;
	}
}
/*# sourceMappingURL=design.css.map */