@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&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;
}

#concept .concept-mv__wrap {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#concept .concept-mv__wrap .mv-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../img/concept/mv.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#concept .concept-mv__wrap .mv-lead1 {
	position: absolute;
	right: 10%;
	top: 16%;
	width: min(3vw, 114px);
	height: min(29vw, 560px);
}
#concept .concept-mv__wrap .mv-lead2 {
	position: absolute;
	left: 11%;
	bottom: 10%;
	width: min(15.3vw, 294px);
	height: min(4vw, 80px);
}
#concept .concept-mv__wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
}
#concept .concept-note {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: right;
	line-height: 2;
}
#concept .page__title {
	margin-top: min(5.2vw, 100px);
	font-size: clamp(1.625rem, 0.765rem + 1.788vw, 2.375rem);
	text-align: center;
	line-height: 1.5;
}
#concept .page__title .gold {
	color: #A17954;
	font-weight: bold;
}
#concept .page__subTtl--en {
	margin-block: min(1.6vw, 32px) min(2.9vw, 56px);
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1rem, 0.713rem + 0.596vw, 1.25rem);
	color: #A17954;
	text-transform: uppercase;
	text-align: center;
}
#concept .bg-beige {
	background: #A17954;
}
#concept .bg-gray {
	background: #2C2F33;
	padding-bottom: min(4.3vw, 84px);
}
#concept .point__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#concept .point__ttl .point__ttl--num {
	width: min(12vw, 224px);
	display: inline-block;
}
#concept .point__ttl .point__ttl--txt {
	font-size: clamp(1.125rem, 0.409rem + 1.49vw, 1.75rem);
	color: #fff;
}
#concept .point__ttl .point__ttl--txt.gold {
	color: #A17954;
}
#concept .point__ttl .point__ttl--txt.point__ttl--txtS {
	font-size: clamp(0.938rem, 0.252rem + 1.426vw, 1.5rem);
	margin-left: -1em;
	letter-spacing: 0.04em;
}
#concept .point__ttl.point__ttl--1SP {
	display: none;
}
#concept .point__text {
	margin-top: min(1.25vw, 24px);
	margin-left: 2em;
	color: #fff;
	letter-spacing: 0.04em;
	text-align: justify;
}
#concept .jumpLink__wrap {
	position: relative;
	top: 36%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: min(30%, 345px);
	border-bottom: 1px solid #fff;
}
#concept .jumpLink__wrap .jumpLink__text {
	display: block;
	margin-top: min(2vw, 40px);
	padding-block: min(0.7vw, 14px);
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	color: #fff;
	text-align: center;
	letter-spacing: 0.13em;
	white-space: nowrap;
	position: relative;
}
#concept .jumpLink__wrap .jumpLink__text::before {
	position: absolute;
	content: "";
	background-image: url(../../img/top/content__arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: 8%;
	top: 52%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 10px;
	height: 21px;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
#concept .jumpLink__wrap .jumpLink__text:hover {
	letter-spacing: 0.5em;
}
#concept .jumpLink__wrap .jumpLink__text:hover::before {
	right: 0;
}
@media screen and (max-width: 768px) {
	#concept {
		/*@media screen end*/
	}
	#concept .concept-mv__wrap {
		height: 130vw;
	}
	#concept .concept-mv__wrap .mv-img {
		background-image: url(../../img/concept/mv_sp.jpg);
	}
	#concept .concept-mv__wrap .mv-lead1 {
		width: min(6.5vw, 114px);
	}
	#concept .concept-mv__wrap .mv-lead2 {
		width: min(41vw, 294px);
	}
	#concept .concept-note {
		width: 95%;
		margin-inline: auto;
		text-align: justify;
	}
	#concept .page__title {
		margin-top: min(11.5vw, 86px);
	}
	#concept .page__subTtl--en {
		margin-block: min(3.7vw, 28px) min(6vw, 45px);
	}
	#concept .bg-gray {
		padding-bottom: min(22vw, 168px);
	}
	#concept .point__ttl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#concept .point__ttl .point__ttl--num {
		width: min(30vw, 224px);
	}
	#concept .point__ttl .point__ttl--txt {
		margin-top: min(2vw, 16px);
		font-size: clamp(1.063rem, 0.125rem + 4.167vw, 2.125rem);
		letter-spacing: 0.08em;
	}
	#concept .point__ttl .point__ttl--txt.point__ttl--txtS {
		font-size: clamp(1.063rem, 0.125rem + 4.167vw, 2.125rem);
		margin-left: 0;
	}
	#concept .point__ttl.point__ttl--1SP {
		display: block;
		width: 95%;
		margin-inline: auto;
	}
	#concept .point__text {
		margin-top: min(4.8vw, 36px);
		margin-left: 0;
		font-size: clamp(0.875rem, 0.765rem + 0.49vw, 1rem);
		letter-spacing: 0em;
	}
	#concept .jumpLink__wrap {
		margin-top: min(5.3vw, 40px);
		width: min(60%, 345px);
	}
	#concept .jumpLink__wrap .jumpLink__text {
		padding-block: min(1.86vw, 14px);
	}
}
#concept .point01 .concept-note {
	color: #fff;
}
#concept .point01__img--wrap {
	margin-top: min(3.1vw, 60px);
	position: relative;
}
#concept .point01__img--wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
}
#concept .point01__img--wrap .point__ttl--1PC {
	position: absolute;
	top: 9%;
	left: 6%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#concept .point01__img--wrap .point01__imgbox2 {
	display: inline-block;
	position: absolute;
	bottom: 6%;
	left: 6%;
	width: min(25vw, 480px);
}
#concept .point01__img--wrap .com-note {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#concept .sec__lead--txt {
	position: absolute;
	top: 17%;
	left: 18%;
	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	font-size: clamp(0.75rem, 0.332rem + 0.869vw, 1.375rem);
}
#concept .point02 {
	margin-top: min(2.9vw, 56px);
}
#concept .container1__right {
	margin-top: min(3vw, 58px);
	width: min(55%, 566px);
	margin-inline: auto;
}
#concept .tr-content {
	color: #fff;
}
#concept .tr-content .line {
	font-size: 14px;
}
#concept .tr-content .tr-content__flbox {
	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;
}
#concept .tr-content .tr-content__flbox.tr-content__flbox1 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#concept .tr-content .sta1 {
	font-size: clamp(1.25rem, -0.093rem + 2.794vw, 2.125rem);
}
#concept .tr-content .sta1 .num {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 2.6em;
}
#concept .tr-content .sta1__area {
	background: #2C2F33;
	padding: 10px 32px;
	outline: 1px solid #fff;
	outline-offset: -3px;
	font-size: clamp(0.875rem, 0.299rem + 1.198vw, 1.25rem);
}
#concept .tr-content .sta2 {
	font-size: clamp(1rem, 0.137rem + 1.796vw, 1.563rem);
	letter-spacing: 0.05em;
}
#concept .tr-content .sta2 .num {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
}
#concept .tr-content .dist {
	font-size: 10px;
	text-align: right;
}
#concept .tr-content .slah {
	width: min(1.5vw, 20px);
}
#concept .tr-content .slah img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
#concept .point2__img--list {
	margin-top: min(2.8vw, 54px);
	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(0.9vw, 18px);
	position: relative;
}
#concept .point2__img--list .note {
	position: absolute;
	font-size: 10px;
	right: 0;
	bottom: -15px;
	color: #fff;
}
#concept .point2__img--item {
	position: relative;
}
#concept .point2__img--item .point2__img--note {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	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);
}
#concept .point2__img--item.point2__img--item1 {
	width: 49.5%;
	aspect-ratio: 770/434;
}
#concept .point2__img--item.point2__img--item2 {
	width: 32.5%;
	aspect-ratio: 510/300;
}
#concept .point2__img--item img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#concept .point03 {
	margin-top: min(5.6vw, 108px);
	padding-bottom: min(9.8vw, 190px);
}
#concept .point03 .com-note {
	margin-top: min(0.6vw, 12px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
#concept .point3__img--list {
	margin-top: min(2.4vw, 46px);
	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(0.9vw, 18px);
}
#concept .point3__img--item {
	width: 49.5%;
	position: relative;
	aspect-ratio: 590/346;
}
#concept .point3__img--item .point3__img--note {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	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);
}
#concept .point3__img--item img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (max-width: 768px) {
	#concept {
		/*@media screen end*/
	}
	#concept .point01 {
		padding-top: min(4vw, 28px);
	}
	#concept .point01__img--wrap {
		margin-top: min(5.8vw, 44px);
	}
	#concept .point01__img--wrap .point__ttl--1PC {
		display: none;
	}
	#concept .point01__img--wrap .point01__imgbox2 {
		width: min(48vw, 360px);
		bottom: 0;
		left: 2%;
	}
	#concept .point02 {
		margin-top: min(14.6vw, 110px);
	}
	#concept .point2__img--list {
		margin-top: min(4.6vw, 48px);
		row-gap: min(3.4vw, 26px);
	}
	#concept .point2__img--list .note {
		position: absolute;
		font-size: 10px;
		right: unset;
		left: 0;
		bottom: -15px;
		color: #fff;
	}
	#concept .point2__img--item.point2__img--item1 {
		width: 100%;
	}
	#concept .point2__img--item.point2__img--item2 {
		width: 49%;
	}
	#concept .container1__right {
		margin-top: min(9.7vw, 73px);
		width: 100%;
	}
	#concept .tr-content .sta1 {
		font-size: clamp(1.125rem, -0.199rem + 5.882vw, 2.625rem);
	}
	#concept .tr-content .sta1 .num {
		font-size: 2.2em;
	}
	#concept .tr-content .sta1__area {
		padding: min(1.8vw, 14px) min(3.3vw, 25px);
		font-size: clamp(0.75rem, 0.309rem + 1.961vw, 1.25rem);
	}
	#concept .tr-content .sta2 {
		font-size: clamp(0.938rem, 0rem + 4.167vw, 2rem);
		letter-spacing: 0.02em;
	}
	#concept .tr-content .sta2 .num {
		font-size: 2em;
	}
	#concept .tr-content .dist {
		letter-spacing: 0em;
	}
	#concept .tr-content .slah {
		width: min(4.2vw, 24px);
	}
	#concept .tr-content.tr-content1 {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
	}
	#concept .tr-content.tr-content1 .sta1 {
		font-size: clamp(1.5rem, 0.176rem + 5.882vw, 3rem);
	}
	#concept .tr-content.tr-content1 .sta1__area {
		margin-left: auto;
	}
	#concept .tr-content .tr-content__flbox {
		margin-top: clamp(-0.625rem, -0.074rem - 2.451vw, -1.25rem);
	}
	#concept .tr-content .tr-content__flbox.tr-content__flbox1 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#concept .point03 {
		margin-top: min(14.6vw, 110px);
		padding-bottom: min(11.7vw, 88px);
	}
	#concept .point03 .com-note {
		margin-top: min(5.3vw, 40px);
		text-align: justify;
	}
	#concept .point3__img--list {
		margin-top: min(5vw, 38px);
		row-gap: min(2.4vw, 18px);
	}
	#concept .point3__img--item {
		width: 100%;
	}
}
#concept .point04 {
	padding-top: min(3.1vw, 60px);
}
#concept .point04__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;
}
#concept .point4__imgBox1 {
	width: 40%;
}
#concept .point4__imgBox2 {
	margin-left: 2em;
	position: relative;
}
#concept .point4__imgBox2 .point4__img--note {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 10px;
	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);
}
#concept .point4__note {
	margin-top: min(0.9vw, 18px);
	color: #fff;
}
#concept .point05 {
	margin-top: min(5.7vw, 110px);
}
#concept .point05 .com-note {
	margin-top: min(0.6vw, 12px);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: justify;
}
#concept .point5__img--list {
	margin-top: min(3.2vw, 62px);
	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.1vw, 22px);
}
#concept .point5__img--list .point5__img--item {
	width: 49%;
	position: relative;
}
#concept .point5__img--list .point5__img--item.point5__img--item1 {
	width: 100%;
}
#concept .point5__img--list .point5__img--item .point5__img--note {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	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);
}
@media screen and (max-width: 768px) {
	#concept {
		/*@media screen end*/
	}
	#concept .point04 {
		padding-top: min(14vw, 105px);
	}
	#concept .point04 .point__ttl .point__ttl--txt {
		margin-right: 0;
	}
	#concept .point04__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#concept .point4__imgBox1 {
		margin-top: min(9.7vw, 73px);
		margin-inline: auto;
		width: 70%;
	}
	#concept .point4__imgBox2 {
		margin-inline: calc(50% - 50vi);
	}
	#concept .point4__note {
		width: 100%;
	}
	#concept .point05 {
		margin-top: min(12vw, 92px);
	}
	#concept .point5__img--list {
		margin-top: min(5.3vw, 40px);
		row-gap: min(3vw, 23px);
	}
	#concept .point5__img--list .point5__img--item {
		width: 100%;
	}
}
#concept .point__wrap {
	margin-top: min(6.1vw, 118px);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr min(2vw, 60px) 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: min(2vw, 60px);
}
#concept .point__wrap .point06,
#concept .point__wrap .point07 {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	-ms-grid-row-span: 6;
	grid-row: span 6;
	gap: 0;
}
#concept .point06 .point06__note1 {
	margin-top: -10px;
	font-size: 10px;
	letter-spacing: 0em;
	text-align: right;
	color: #fff;
	line-height: 1.2;
}
#concept .point6__imgBox {
	margin-top: clamp(-0.063rem, 1.148rem - 2.52vw, -1.875rem);
	aspect-ratio: 550/269;
	position: relative;
}
#concept .point6__imgBox .point6__img--note {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	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);
}
#concept .point6__imgBox img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#concept .point06__text,
#concept .point07__text {
	margin-left: 1em;
}
#concept .point7__imgBox {
	margin-top: clamp(-0.063rem, 1.148rem - 2.52vw, -1.875rem);
	aspect-ratio: 550/269;
	position: relative;
}
#concept .point7__imgBox .point7__img--note {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
}
#concept .point06__note2,
#concept .point07__note {
	margin-top: 7px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#concept {
		/*@media screen end*/
	}
	#concept .point__wrap {
		margin-top: min(12vw, 92px);
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	#concept .point__wrap .point06,
	#concept .point__wrap .point07 {
		width: 100%;
	}
	#concept .point06__text,
	#concept .point07__text {
		margin-left: 0;
	}
	#concept .point07 {
		margin-top: min(12vw, 92px);
	}
}
/*# sourceMappingURL=concept.css.map */