@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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 {
	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%;
	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;
}

#modelroom {
	/*
	.sec__model--ttl {
	  font-family: "Inter", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 700;
	  font-style: normal;
	  color: #A17954;
	  text-align: center;
	  text-transform: uppercase;
	  font-size: 25px;
	  position: relative;

	  &::before {
	    position: absolute;
	    content: "";
	    background-image: url(../../img/modelroom/mr_deco.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    top: max(-4.2vw, -80px);
	    right: clamp(-20.625rem, 8.984rem + -24.674vw, -2.875rem);
	    width: min(25.5vw, 374px);
	    height: min(37.3vw, 620px);
	  }
	}

	.sec__model--lead {
	  font-size: 30px;
	  margin-top: min(2.1vw, 42px);
	  color: #A17954;
	  text-align: center;
	}

	.sec__model--txt {
	  margin-top: min(2.1vw, 42px);
	  text-align: center;
	  color: #fff;
	  font-size: clamp(0.875rem, 0.732rem + 0.298vw, 1rem);
	  line-height: 2.8;
	}
	  */
}
#modelroom .page-mv__wrap {
	background: #252427;
}
#modelroom .sec__model {
	background: #252427;
	padding-block: min(6.5vw, 126px) min(2.9vw, 56px);
	position: relative;
}
#modelroom .sec__model::before {
	position: absolute;
	content: "";
	background-image: url(../../img/modelroom/mr_deco.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: min(3.1vw, 60px);
	right: clamp(-9.75rem, -21.693rem + 24.848vw, 8.125rem);
	width: min(25.5vw, 374px);
	height: min(37.3vw, 620px);
}
@media screen and (max-width: 768px) {
	#modelroom {
		/*@media screen end*/
	}
	#modelroom .sec__model {
		padding-block: min(18.1vw, 136px) min(7.2vw, 50px);
	}
	#modelroom .sec__model::before {
		width: min(39.2vw, 294px);
		height: min(65vw, 488px);
		top: 0;
		right: 0;
	}
}
#modelroom .slide__wrap {
	margin-top: min(6.6vw, 128px);
}
#modelroom .slide__img {
	position: relative;
}
#modelroom .slide__img figcaption {
	position: absolute;
	bottom: min(1.04vw, 20px);
	right: min(1.04vw, 20px);
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: clamp(1.75rem, 0.664rem + 2.26vw, 2.5rem);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}
#modelroom .slider-thumbnail {
	margin-top: min(1.3vw, 25px);
}
#modelroom .thumb__img--wrapper {
	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(1.3vw, 25px);
}
#modelroom .thumb__img {
	width: 18.5% !important;
	position: relative;
}
#modelroom .thumb__img::before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
}
#modelroom .thumb__img figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: clamp(0.625rem, 0.172rem + 0.942vw, 0.938rem);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	text-align: center;
}
#modelroom .thumb__img.swiper-slide-thumb-active::before {
	background: none;
}
#modelroom .thumb__img.swiper-slide-thumb-active figcaption {
	opacity: 0;
}
@media screen and (max-width: 768px) {
	#modelroom {
		/*@media screen end*/
	}
	#modelroom .slide__img figcaption {
		font-size: clamp(1.25rem, 0.147rem + 4.902vw, 2.5rem);
	}
	#modelroom .thumb__img {
		width: 48.5% !important;
	}
	#modelroom .thumb__img figcaption {
		font-size: clamp(0.625rem, -0.037rem + 2.941vw, 1.375rem);
	}
}
#modelroom .com-note {
	color: #fff;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#modelroom {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=modelroom.css.map */