@charset "utf-8";


/* ==========================================================
 reset
========================================================== */
/* body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,th,td,button,figure,figcaption {margin: 0;padding: 0;}
input,textarea {margin: 0;font-size: 100%;}
textarea {resize: none;}
button {overflow: visible;cursor: pointer;vertical-align: top;font-size: 100%;color: inherit;border: none;background: none;-webkit-appearance: none;appearance: none;outline: none;}
button:focus-visible {outline: auto;}
label {cursor: pointer;}
table {border-spacing: 0;border-collapse: collapse;font-size: 100%;}
fieldset {border: 0;}
h1,h2,h3,h4,h5,h6,strong,b,address,caption,code,em,th,i {font-size: 100%;font-weight: normal;font-style: normal;}
ol,ul {list-style: none;}
ul li, ol li {list-style-type: none;}
sub {vertical-align: baseline;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
sup,sub {font-size: 60%;}
img {width: 100%;max-width: 100%;height: auto;vertical-align: top;border: 0;}
svg {width: 100%;max-width: 100%;vertical-align: bottom;fill: currentColor;}
a,a:hover {text-decoration: none;} */





/* ==========================================================
 root font-size
========================================================== */
html {font-size: 0.625rem;} /* 10px */
/* 1680px → 10px */
@media screen and (max-width: 1680px) {
  html { font-size: calc(0.5rem + 0.119047619047619vw);} /* 8px + 2px = 10px */
}
/* 1510px → 9px */
@media screen and (max-width: 1510px) {
  html { font-size: calc(0.45rem + 0.119205298013245vw);} /* 7.2px + 1.8px = 9px */
}
/* 1350px → 8px */
@media screen and (max-width: 1350px) {
  html { font-size: calc(0.4rem + 0.118518518518519vw);} /* 6.4px + 1.6px = 8px */
}
@media screen and (max-width: 1185px) {
  html { font-size: 0.44642857rem;} /* 7.142857142857143px */
}
@media screen and (max-width: 768px) {
  html { font-size: 0.875rem;} /* 14px */
}
/* 380px → 10px */
@media screen and (max-width: 560px) {
  html { font-size: calc(0.38rem + 1.0309vw);} 
}




/* ==========================================================
 template style
========================================================== */
:root {
	--vw: 0;
	--header-height: 0px;
	--actionbtn-height: 0px;
	--window-half-width: 50vw;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--leading-trim: 0px;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--black: #000;
	--black-rgb: 0, 0, 0;
	--global-color: 0;
	--lvh-fixed: 1lvh;
	--base-color: #0B0B0B;
  --base-color-rgb: 11, 11, 11;
  --color-gold: #C2A475;
  --color-gold-rgb: 194, 164, 117;
  --color-gold-dark: #A68B60;
  --color-gold-dark-rgb: 166, 139, 96;
	--background-base: transparent;
  /* --background-gradation: linear-gradient(200deg, #E2DECD 0%, #BFBCA8 100%); */
  --background-gradation: linear-gradient(242.35deg, #E2DECD 2.56%, #BFBCA8 90.28%);
	--fixbuttonHeight: 0px;
}

@supports not (top: 1lh) {
	:root {
		--leading-trim: 0px;
	}
}
/*html{
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height);
} */
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: serif; /*or sans-serif*/
	background-color: #e5e2d8;
}
/*html,body {
  overflow: clip;
  scrollbar-gutter: stable;
  overflow: revert;
  scrollbar-gutter: revert;
}*/
/* Firefox */
/*@-moz-document url-prefix() {
  html,
  body {
    scrollbar-gutter: revert;
  }
}*/
body * { box-sizing: border-box; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
.wrapper { position:relative;overflow: clip;}
.sp-bl,.sp-il,.tablet-bl { display:none !important; }
@media (any-hover: hover){
.opa { transition: opacity 0.5s ease-in-out; }
.opa:hover { opacity: 0.7 !important; }
}
.w100 { width: 100% !important; }
.h100 { height: 100% !important; }
.none { display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.cf::before,.cf::after { content: ""; display: table; }
.cf::after { clear: both; }
.cf { zoom: 1; }
.ff{ text-align: justify; text-justify: inter-ideograph;}
.vText{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;word-break: keep-all;white-space: nowrap;text-orientation: upright;}
.vText i{transform: translate(.4em, -.5em);display: inline-block;line-height: 1cap;letter-spacing: 0;}
.vText .quotationMark{font-family: "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", serif;}
.vTextEn{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;word-break: keep-all;white-space: nowrap;text-orientation: mixed;}
.inner {max-width: 1542px;width: 90%;margin-inline: auto;position:relative;}
.inner2 {max-width: 1542px;width: 90%;margin-inline: auto;position:relative;}
.outer{width:100%;max-width:1920px;margin-inline: auto;position:relative;}
.fit-cover{overflow: clip;}
.fit-cover img{object-fit: cover;object-position: center center;height: 100%;width: 100%;}
i,em{ font-style: normal; }
b {font-weight: bold;}
sup{font-size: 10px; vertical-align: text-top; letter-spacing: 0;}
.flex{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
.flex.fd-cl{ flex-direction: column; }
.flex.fd-rr{ flex-direction: row-reverse; }
.grid {display: grid;}
.grid.jc-s { justify-content: start; }
.grid.jc-e { justify-content: end; }
.grid.ai-s { align-items: start; }
.grid.ai-c { align-items: center; }
.grid.ai-e { align-items: end; }
.grid.ai-st { align-items: stretch; }
@media screen and (max-width:768px) {
.pc { display:none !important; }
.sp-bl { display:block !important; }
.sp-il { display:inline !important; }
.inner { width: calc(340 / 380 * 100%); max-width: 560px;}
.inner2 { width: calc(320 / 380 * 100%); max-width: 560px;}
sup{font-size: 8px;}
}


/* tips */
.swiper .swiper-wrapper { transition-timing-function: linear;}
.gradationText * {display: inline-block;line-height: 1.2;margin-bottom: -.1em;background: linear-gradient(90deg, rgba(228, 203, 172, 1) 0%, rgba(153, 135, 112, 1) 100%);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.safari-fix {transform: translateZ(0.1px); -webkit-transform: translateZ(0.1px);will-change: transform, opacity;-webkit-backface-visibility: hidden;backface-visibility: hidden;image-rendering: -webkit-optimize-contrast;}


/* フォント */
.cormorant {
	font-family: "Cormorant", serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1cap;
	--leading-trim: calc((1cap - 1lh) / 2);
	/*
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}
.freightDisplay {
	font-family: 'freight-display-pro', serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1cap;
	--leading-trim: calc((1cap - 1lh) / 2);
	/*
	Light 300
	Regular 400
	Medium 500
	Bold 700
	*/
}
.cormorantInfant {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1cap;
	--leading-trim: calc((1cap - 1lh) / 2);
	/*
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}
/*.wf-notosansjp-n4-active .notosans {
	font-family: YakuHanJP, 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}*/
/*.wf-notoserifjp-n4-active .notoserif {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-weight: 400;
}*/
/*
@font-face{
	font-family: "font-family";
	src: url(fontfail.woff2) format('woff2');
	font-style: normal;
	font-display: swap;
}
.font-family {
	font-family: "font-family";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
*/




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
body ／ main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body {
	position: relative;
}
:where(html):not(:has(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand)) .main {
	position: relative;
	color: var(--white);
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-x: clip;
	font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", serif;
	font-weight: 400;
	/*
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}

.main *:where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {-webkit-box-sizing: border-box; box-sizing: border-box;}
button:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
figure:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
figcaption:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {margin: 0; padding: 0;}
strong:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
b:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
em:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
i:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {font-style: normal;}
sub:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {vertical-align: baseline;}
sup:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {font-size: 60%;}
img:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {width: 100%; max-width: 100%; height: auto; vertical-align: top; border: 0;}
a:where(.main *):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)),
a:where(.main *:hover):where(:not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *)) {text-decoration: none;}


/* :where(.main *:not(.mainVisual, .mainVisual *)):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {-webkit-box-sizing: border-box; box-sizing: border-box;}
:where(.main button, .main figure, .main figcaption):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {margin: 0; padding: 0;}
:where(.main strong, .main b, .main em, .main i):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {font-style: normal;}
:where(.main sub):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {vertical-align: baseline;}
:where(.main sup):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {font-size: 60%;}
:where(.main img):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {width: 100%; max-width: 100%; height: auto; vertical-align: top; border: 0;}
:where(.main a, .main a:hover):not(.mainVisual, .mainVisual *):not(:is(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand) *) {text-decoration: none;} */


/*
.main img {
  width: 100%;
  max-width: 100%;
}
.main svg {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  fill: currentColor;
}
.main em {
  font-style: normal;
  font-weight: inherit;
}
*/
:where(html):not(:has(.currentPage--sustainable, .currentPage--zeh, .currentPage--brand)) .container {
  position: relative;
  background: var(--base-color);
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
template custom
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.site-theme-black .contentMenu__bg {
  background-color: rgba(var(--black-rgb), .9);
}
.site-theme-black .cvMenu-bnrArea {
  background-color: rgba(var(--black-rgb), .9);
}
/* .cvMenu__inner {
  background-color: transparent;
} */
.common-top {
  position: relative;
  background: var(--background-gradation);
  z-index: 2;
}
.news__heading .en {
  color: var(--base-color);
  font-weight: 600;
  opacity: .5;
}
.newsGroup .noticeCard:before {
  background-color: var(--base-color);
  opacity: .3;
}
.newsGroup .newsDetail__term {
  color: #333333;
  font-weight: 600;
}
.campaign__heading .en {
  color: var(--base-color);
  font-weight: 600;
  opacity: .5;
}
.newsGroup .noticeCard__link.is-active {
  background-color: #E2DECD !important;
}
/* buttonスタイル */
.noticeModal .modalContent__close,
.noticeCard .noticeCard__link,
.newsGroup .noticeCard__link {
  outline: none;
}
.noticeModal .modalContent__close:focus-visible,
.noticeCard .noticeCard__link:focus-visible,
.newsGroup .noticeCard__link:focus-visible {
  outline: auto;
}
.bottomArea .caption {
  color: var(--black);
}
.infoBox__icon {
  height: auto;
  max-width: 100%;
  width: auto;
}
.pageDirection,
.footer {
  position: relative;
  z-index: 1;
}
.pageDirection {
  background: var(--base-color);
}
.footer-corporateArea {
  background-color: #fff;
}
.contentMenu-specialList__item.is-off .contentMenu-dropdown {
  opacity: 0.5;
}
.contentMenu-specialList__item.is-off .contentMenu-dropdown__link {
  opacity: 1;
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible, 
button:focus-visible {
  outline: 2px solid #4D90FE;
  outline-offset: 2px;
}
@media (any-hover: hover){
  .newsGroup .noticeCard__link:hover {
    background-color: #E2DECD !important;
  }
}
@media screen and (min-width: 768px) {
  .common-top {
    padding-top: 120px;
  }
  .news {
    margin-top: 0;
  }
  .newsGroup .newsDetail__term ,
  .campaign__heading .en {
    font-size: 14px;
  }
  .contentMenu-pageList__link {
    width: 100%;
    padding: 20px 15px;
  }
  .contentMenu-pageList__item:nth-of-type(odd):before {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    padding: 20px 0 20px 4%;
  }
}


/* ロゴサイズ */
@media screen and (min-width: 768px) {
  :root .mansionSymbol-bukkenLogo__bk {
    /* width: 237px; */
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  :root .mansionSymbol-bukkenLogo__bk {
    width: 174px;
  }
}


/* Event・Campaign */
:root .campaignGroup {
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	width: 100% !important;
}
:root .campaignCard {
  margin: 0;
  width: auto;
  height: 120px;
}
:root .campaignCard:nth-of-type(n + 2) {
  display: block;
}
:root .campaignCard a {
  display: block;
  width: auto;
  height: 100%;
}
:root .campaignCard img{
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .campaign {
    max-width: 1150px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  :root .campaignGroup {
    flex-wrap: wrap;
  }
  :root .campaignCard {
    max-width: 330px !important;
    width: 100% !important;
    height: auto !important;
  }
  :root .campaignCard a {
    width: 100%;
    height: auto;
  }
  :root .campaignCard img{
    width: 100%;
    height: auto;
  }
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cursor-pointer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.cursor-pointer {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10;
	transform: scale(0);
	width: 120px;
	height: 60px;
	margin: -30px 0 0 -60px;
	background: url('../imgs/common/icon_cursor.svg') no-repeat center center/cover;
	transition: transform .3s,opacity .3s,visibility .3s;
	pointer-events: none;
}
.cursor-pointer.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.cursor-none ,
.cursor-none * {
	cursor: none;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
caption
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.photo,.figure {
	position: relative;
}
.p-caption,.f-caption {
	position: absolute;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 3px 6px;
	letter-spacing: 0;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.p-caption.wt,.f-caption.wt {
	color: #fff;
	font-weight: 500;
	padding: 6px 10px 6px;
}
.p-caption.pale,.f-caption.pale {
	opacity: .5;
}
.p-caption.pwt,.f-caption.pwt {
	color: #fff;
	transform: translateY(110%);
	font-size: 11px;
}
.p-caption.bt,.f-caption.bt {
	color: var(--black);
	padding: 0 10px 6px;
}
.p-caption.gt,.f-caption.gt {
	color: #999;
	padding: 0 10px 6px;
}
.p-caption.pbt,.f-caption.pbt {
	color: var(--black);
	transform: translateY(110%);
}
.p-caption.w,.f-caption.w {
	color: rgba(255,255,255,1);
	padding: 3px 4px 3px;
	background: rgba(0,0,0,.8);
}
.p-caption.b,.f-caption.b {
	color: var(--black);
	padding: 3px 4px 1px;
	background: rgba(255,255,255,.7);
}
.p-caption.ow,.f-caption.ow {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	display: block;
	position: static;
	margin-top: 10px;
	padding: 0;
}
.p-caption.ob,.f-caption.ob {
	color: var(--black);
	font-size: 11px;
	line-height: 1.2;
	display: block;
	position: static;
	margin-top: 10px;
	padding: 0;
}
.p-caption.s,.f-caption.s {
	text-shadow: 0 0 3px rgba(0, 0, 0, .2), 2px 0 3px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .2), 2px 0 3px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .2);
}
.p-caption.bt.s,.f-caption.bt.s {
	text-shadow: 0 0 3px rgba(255, 255, 255, .2), 2px 0 3px rgba(255, 255, 255, .2), 0 2px 3px rgba(255, 255, 255, .2), 0 0 3px rgba(255, 255, 255, .2), 2px 0 3px rgba(255, 255, 255, .2), 0 2px 3px rgba(255, 255, 255, .2);
}
.p-caption.l,.f-caption.l {
	right: auto;
	left: 0;
	text-align: left;
}
.p-caption.tb,.f-caption.tb {
	bottom: 30px;
}
.p-caption.op,.f-caption.op {
	opacity: .7;
	color: #d9ddd9;
}
.p-caption small.bl,.f-caption small.bl {
	display: block;
}
.p-caption.thin,.f-caption.thin{
	background: rgba(0,0,0,.13);
}
@media screen and (max-width:768px) {
	.p-caption,.f-caption {
		font-size: 8px;
		padding: 3px 5px;
	}
	.p-caption.wt,.f-caption.wt {
		padding: 3px 5px 3px;
	}
	.p-caption.bt,.f-caption.bt {
		padding: 3px 5px 3px;
	}
	.p-caption.gt,.f-caption.gt {
		padding: 3px 5px 3px;
	}
	.p-caption.ow,.f-caption.ow,
	.p-caption.ob,.f-caption.ob{
		font-size: 10px;
		margin-top: 5px;
	}
	.p-caption.tb,.f-caption.tb {
		bottom: 20px;
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
common__note
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.common__note{
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 1;
}
.common__note__list {
	max-width: 1200px;
}
.common__note__item{
	font-size: 11px;
	line-height: 1.545454545454545;
	letter-spacing: .02em;
	color: #5c5c5c;
	font-weight: 400;
	word-break: break-all;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px){
	.common__note{
		padding-top: 35px;
		padding-bottom: 45px;
	}
	.common__note__list {
		max-width: 560px;
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
modal
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.modal {
	position: fixed;
	z-index: 100001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.modal[data-color="dark"] {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.modal.active {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal[aria-hidden="true"] {
	animation: modal-close .5s;
}
.modal[aria-hidden="false"] {
	animation: modal-open .5s;
}
@keyframes modal-open{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}
@keyframes modal-close{
	0%{ opacity: 1; }
	100%{ opacity: 0; }
}
@keyframes modal-fadeIn{
	0%{ opacity: 0;transform:translateY(5%); }
	100%{ opacity: 1;transform:translateY(0%); }
}
@keyframes modal-fadeOut{
	0%{ opacity: 1;transform:translateY(0%); }
	100%{ opacity: 0;transform:translateY(5%); }
}
.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--black-rgb), .7);
	z-index: 1;
}
.modal[data-color="dark"] .modal-overlay {
  background: rgba(255, 255, 255, .1);
}
.modal-container {
	position: relative;
	max-width: 1500px;
	width: 90%;
	max-height: calc(100% - 60px);/* modal-closeのサイズで調整 */
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
	overflow: auto;
	z-index: 2;
}
.modal[aria-hidden="true"] .modal-container {
	animation: modal-fadeOut .5s;
}
.modal[aria-hidden="false"] .modal-container {
	animation: modal-fadeIn .5s;
}
.modal-content {
	position: relative;
}
.modal[data-color="dark"] .modal-content {
  background: rgba(var(--black-rgb), 1);
}
.modal-close {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	margin-top: calc(50 / 1500 * 100%);
	margin-right: calc(50 / 1500 * 100%);
	width: calc(56 / 1500 * 100%);
	height: calc(56 / 1500 * 100%);
	color: transparent;
	background: transparent;
	cursor: pointer;
	z-index: 3;
}
.modal-close::before,
.modal-close::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: rgba(var(--black-rgb), .8);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.modal[data-color="dark"] .modal-close::before,
.modal[data-color="dark"] .modal-close::after {
  background: rgba(var(--white-rgb), 0.9);
}
.modal-close::after {
	transform: rotate(-45deg);
}
.modal-open {
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
.modal-open:focus-visible {
	outline: auto;
}
@media screen and (max-width: 1800px) {
	.modal-container {
		max-height: calc(100% - 220px);/* modal-closeのサイズで適宜調整 */
	}
}
@media screen and (max-width: 768px) {
	.modal-container {
		width: calc(340 / 380 * 100%);
		max-height: calc(100% - 120px);/* modal-closeのサイズで調整 */
		padding: 0;
	}
	.modal-close {
    margin-top: 5px;
    margin-right: 5px;
    width: 24px;
    height: 24px;
	}
	.modal-close::before,
	.modal-close::after {
		height: 3px;
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swipeIcon
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.js-scroll--target{ position: relative;}
.swipebox { display: none; }
@media screen and (max-width: 768px) {
	.js-scroll--target{
		overflow-x: auto;
    padding-inline: 30px;
	}
	.swipebox {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../imgs/common/img_swipe.svg) no-repeat center/208px auto,rgba(var(--black-rgb), .7);
		/* background: url(../imgs/common/img_swipe2.svg) no-repeat center/280px auto,rgba(var(--black-rgb), .5); */
		pointer-events: none;
		/* animation: swipeIcon 1.5s ease-in-out infinite; */
	}
  .js-scroll--body {
    position: relative;
    width: min(var(--scroll-body-width),800px);
  }
	.is-swipe .swipebox{
		display: none;
	}
}
@keyframes swipeIcon {
	0% { transform:translate(-5%,0); }
	50% { transform:translate(5%,0); }
	100% { transform:translate(-5%,0); }
}
.modal-swipe-btn { display: none; }
.modal-swipe-btn[data-media="both"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
  pointer-events: auto;
  background: url(../imgs/common/btn_modal_swipe.svg) no-repeat center center/cover;
  z-index: 1;
}
@media screen and (min-width: 769px){
	.scroll-modal .modal-container {
		max-width: 1920px;
	}
	.scroll-modal .modal-close {
		margin-top: 20px;
		margin-right: 20px;
		width: 56px;
		height: 56px;
	}
	.scroll-modal .modal-close::before,
	.scroll-modal .modal-close::after {
		background: rgba(var(--black-rgb), .8);
	}
}
@media screen and (max-width: 768px) {
	.modal-swipe-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 35px;
		height: 35px;
		cursor: pointer;
		pointer-events: auto;
		background: url(../imgs/common/btn_modal_swipe.svg) no-repeat center center/cover;
		z-index: 1;
	}
	.scroll-modal .modal-close {
		margin-top: 10px;
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.scroll-modal .modal-close::before,
	.scroll-modal .modal-close::after {
		background: rgba(var(--black-rgb), .8);
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
tab
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.tabs {
	position: relative;
}
.tablist {
	display: flex;
	margin-bottom: 20px;
}
.tablist-bottom {
	margin-top: 20px;
}
.tab {
	position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
.tab:focus-visible {
	outline: auto;
}
.tab.active {
	background-color: #fff;
}
.tabpanel-container {
	position: relative;
}
.tabpanel {
	display: none;
	position: relative;
	touch-action: pan-y; 
}
.tabpanel.active {
	display: block;
	animation: tabFadeIn .5s;
}
@keyframes tabFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* タブのスワイプなどの切り替え */
.tabs.is-swipe-tab .tabpanel-container {
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}
.tabs.is-swipe-tab .tabpanel-container:active {
	cursor: grabbing;
}

/* タブリストの横スクロール */
@media screen and (max-width: 768px) {
	.tabs.is-scroll-nav .tablist,
	.tabs.is-scroll-nav .tablist-bottom {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.tabs.is-scroll-nav .tablist::-webkit-scrollbar,
	.tabs.is-scroll-nav .tablist-bottom::-webkit-scrollbar {
		display: none;
	}
	.tabs.is-scroll-nav .tab {
		min-width: 110px; 
		flex: 0 0 auto;
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swiper
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
:root .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.0rem;
  padding-block: 2px;
  gap: 0 5.0rem;
}
:root .swiper-control[data-style="sp"] {
  display: none;
}
:root .swiper-control .swiper-button-prev,
:root .swiper-control .swiper-button-next {
  position: relative;
  transition: none;
  cursor: pointer;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: translate(0,0) rotate(0deg);
  margin: 0;
  width: 12px;
  height: 12px;
  background: none;
  border-left: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
}
:root .swiper-control .swiper-button-next:focus-visible ,
:root .swiper-control .swiper-button-prev:focus-visible {
	outline: auto;
}
:root .swiper-control .swiper-button-prev {
  transform: translate(0,0) rotate(45deg);
}
:root .swiper-control .swiper-button-next {
  transform: translate(0,0) rotate(-135deg);
}
:root .swiper-control .swiper-button-prev:after,
:root .swiper-control .swiper-button-next:after{
  content: none;
}
:root .swiper-control .swiper-pagination{
	position: relative;
	inset: auto;
	width: auto;
	border-radius: 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	margin: 0;
	gap: 10px;
}
:root .swiper-control .swiper-pagination-bullet {
	position: relative;
	display: block;
	top: auto;
	margin: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
  background: rgba(var(--white-rgb), 0.3);
	opacity: 1;
}
:root .swiper-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-gold-dark);
}
@media screen and (max-width: 768px) {
  :root .swiper-control {
    margin-top: 4.0rem;
    display: flex;
  }
  :root .swiper-control[data-style="sp"] {
    display: flex;
  }
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
animation photo
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@keyframes maskPhoto{ from{ clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); } to{ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }
.js-maskPhoto{ visibility: hidden; }
.js-maskPhoto.active{ animation-name: maskPhoto; animation-fill-mode:both; animation-duration:2.0s; animation-timing-function: cubic-bezier(.115,.405,.24,1); visibility: visible !important; }
.js-effectphoto{
	position: relative;
	opacity: 0;
	transition: 1s opacity cubic-bezier(.40,.575,.565,1);
}
.js-effectphoto.active {
	opacity: 1;
	transition: 1.9s opacity cubic-bezier(.40,.575,.565,1);
}
.js-effectphoto::after,
.js-effectphoto::before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	opacity: 1;
	transition: 1.7s opacity cubic-bezier(.39,.575,.565,1),1.8s width cubic-bezier(.215,.61,.355,1);
}
.js-effectphoto:before {
	background-color: rgba(255,255,255,.1);
	transition-delay: .3s;
}
.js-effectphoto.active:after,
.js-effectphoto.active:before {
	width: 0;
	opacity: 0;
}
.js-parallax-wrap {
	width: 100%;
	overflow: clip;
	display: flex;
	align-items: center;
	justify-content: center;
}
.js-parallax ,
.js-parallax-reverse {
	/*transform: scale(1.1);*/
	transform: scale(1.3);
}
.js-animeImage {
	mask-image: linear-gradient(90deg, #fff, #fff, transparent);
	mask-repeat: no-repeat;
	mask-size: 200% 100%;
	mask-position: top 0% right -100%;
	/*transition: mask-position .75s cubic-bezier(.40,.575,.565,1);*/
}
@media screen and (max-width: 768px) {
	.js-parallax ,
	.js-parallax-reverse {
		transform: scale(1.2);
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
animation text
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.js-translateText {
	overflow: clip;
}
.js-translateText span {
	display: inline-block;
	transform: translateY(70%);
	opacity: 0;
}

.js-textFadeDoor {
	display: inline-block !important;
	overflow: hidden;
	transform-origin: top right;
	perspective: 1000px;
}

.js-textFadeDoorSpan {
	display: block;
	opacity: 0;
	will-change: transform, opacity;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Universal animation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.fi-u, .fi-d, .fi, .fi-o, .fi-r, .fi-l, .fi-b { visibility: hidden; }
.fi-u-stagger > * { opacity: 0; filter: blur(20px); translate: 0 20px; }

/* fade in */
@keyframes fadeIn { from{ opacity: 0;filter: blur(20px); } to{ opacity: 1;filter: blur(0); } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade only */
@keyframes fadeOn { from{ opacity: 0; } to{ opacity: 1; } }
.fi-o.faded { animation-name: fadeOn; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade in up */
@keyframes fadeInUp { from{ opacity: 0; transform: translate3d(0, 20px, 0); } to{ opacity: 1; transform: none; } }
.fi-u.faded { animation-name: fadeInUp; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade in down */
@keyframes fadeInDown { from{ opacity: 0; transform: translate3d(0, -20px, 0); } to{ opacity: 1; transform: none; } }
.fi-d.faded { animation-name: fadeInDown; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade in right */
@keyframes fadeInRight { from{ opacity: 0; transform: translate(20px,0); } to{ opacity: 1; transform: none; } }
.fi-r.faded { animation-name: fadeInRight; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade in left */
@keyframes fadeInLeft { from{ opacity: 0; transform: translate(-20px,0); } to{ opacity: 1; transform: none; } }
.fi-l.faded { animation-name: fadeInLeft; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* fade blur */
@keyframes fadeBlur { from{ opacity: 0; transform: translate3d(0, 20px, 0);filter: blur(5px); } to{ opacity: 1; transform: none;filter: blur(0px); } }
.fi-b.faded { animation-name: fadeBlur; animation-fill-mode: both; animation-duration: 2s; visibility: visible !important; opacity: 0; }

/* zoomOut */
.zoomOut { transform: scale(1.1); }
@keyframes zoomOut { from{ transform: scale(1.1); } to{ transform: scale(1); } }
.zoomOut.faded { animation-name: zoomOut; animation-fill-mode: both; animation-duration: 4s; transform: scale(1.1); }





/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Unique style
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*  swiper - SP only
--------------------------------------------------*/
@media screen and (min-width: 769px){
	:root .common-slide__control {
		display: none;
	}
}
@media screen and (max-width:768px) {
	:root .common-slide__control {
		position: relative;
		margin-top: 2.5rem;
		z-index: 1;
	}
	:root .common-slide__control .swiper-button-prev,
	:root .common-slide__control .swiper-button-next {
		transition: none;
		cursor: pointer;
		background: none;
	}
	:root .common-slide__control .swiper-button-prev {
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0,0);
		width: 12px;
		height: auto;
		margin: 0;
		background: none;
		pointer-events: auto;
	}
	:root .common-slide__control .swiper-button-next {
		position: relative;
		right: auto;
		top: auto;
		transform: translate(0,0);
		width: 12px;
		height: auto;
		margin: 0;
		background: none;
		pointer-events: auto;
	}
	:root .common-slide__control .swiper-button-prev:after,
	:root .common-slide__control .swiper-button-next:after{
		display: none;
	}
	:root .common-slide__control .swiper-button-disabled {
		opacity: .6;
	}
	:root .common-slide__control .swiper-pagination {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: fit-content;
		border-radius: 0;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		gap: 5px;
	}
	:root .common-slide__control .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0;
		top: auto;
		position: relative;
		display: block;
		border-radius: 50%;
		background: #b6c8d2;
		pointer-events: auto;
		opacity: 1;
	}
	:root .common-slide__control .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #609b9b;
	}
}



/*  masked-photo（波紋アニメーション用）
--------------------------------------------------*/
/*
<a href="masked-photo__link">
  <figure class="masked-photo">
    <img src="img_mask.jpg" alt="">
    <img class="masked-img" src="img_mask.jpg" alt="">
    <figcaption class="f-caption wt"></figcaption>
  </figure>
</a>
*/
.masked-photo {
	overflow: clip;
}
.masked-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.masked-img {
	position: absolute;
	top: 0;
	left: 0;
	clip-path: circle(0 at center center);
	transform: scale(.75);
	height: 100%;
	width: 100%;
	overflow: clip;  
}
@media (any-hover: hover){
	.masked-photo__link:hover .masked-img {
		clip-path: circle(65% at center center);
		transition: clip-path 1s ease-in-out,transform 1s ease-in-out;
		transform: scale(1);
	}
}




/*  共通KV
--------------------------------------------------*/
.stickyWrapper {
  position: relative;
}
.l-lowerKv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 150svh;
  background: var(--base-color);
}
.lowerKv-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
.lowerKv-photo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 105%;
  height: 105%;
  overflow: clip;
}
.lowerKv-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), 0.5);
  opacity: 0;
  transition: opacity 1s ease;
}
.lowerKv-photo.dark::after {
  opacity: 1;
}
.lowerKv-photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(0px);
  transform: scale(1.12);
  transform-origin: center center;
  will-change: opacity, filter, transform;
}
.lowerKv-movie {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 105%;
  height: 105%;
  overflow: clip;
}
.lowerKv-movie::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), 0.7);
  opacity: 0;
  transition: opacity 1s ease;
}
.lowerKv-movie.dark::after {
  opacity: 1;
}
.lowerKv-movie video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(0px);
  transform: scale(1.12);
  transform-origin: center center;
  will-change: opacity, filter, transform;
}
.lowerKv-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}
.lowerKv-detail__ttl {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: .39em;
  text-align: center;
  color: var(--color-gold);
  opacity: 0;
  will-change: opacity;
}
@media screen and (max-width: 768px) {
  .l-lowerKv {
    height: 150lvh;
  }
  .lowerKv-contents {
    height: 100lvh;
  }
  .lowerKv-detail__ttl {
    font-size: 3.0rem;
  }
}


.l-subKv {
  position: relative;
  padding-block: 26.0rem 8.5rem;
  z-index: 1;
}
.subKv-ttl {
  position: relative;
  color: var(--color-gold);
  text-align: center;
}
.subKv-ttl--en {
  display: block;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: .39em;
  margin-left: .4em;
}
.subKv-ttl--jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-subKv {
    padding-block: 12.0rem 5.0rem;
  }
  .subKv-ttl--en {
    font-size: 3.0rem;
  }
  .subKv-ttl--jp {
    font-size: 1.2rem;
  }
}




/*  共通イントロ
--------------------------------------------------*/
.l-commonIntro {
  position: relative;
  padding-block: 26.0rem 16.0rem;
}
.commonIntro-container {
  position: relative;
  z-index: 1;
}
.commonIntro-heading {
  position: relative;
  overflow: clip;
}
.commonIntro-heading__ttl {
  position: relative;
  font-size: 3.5rem;
  line-height: 2.1;
  letter-spacing: .45em;
  color: var(--color-gold-dark);
  width: fit-content;
  margin-inline: auto;
}
.commonIntro-heading__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.commonIntro-heading__ttl span {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 30%, transparent 70%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 30%, transparent 70%, transparent 100%);
  -webkit-mask-size: 100% 330%;
  mask-size: 100% 330%;  
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  will-change: mask-position, -webkit-mask-position;
}
.commonIntro-heading__ttl span:nth-of-type(2) {
  padding-top: 2.3em;
}
.commonIntro-heading__desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .074em;
  color: var(--white);
  text-align: center;
  margin-top: 9.0rem;
  opacity: 0;
}
.commonIntro-heading__desc em {
  font-size: calc(30 / 18 * 1em);
  line-height: 1;
}
.commonIntro-heading__desc sup {
  vertical-align: text-top;
}
.commonIntro-heading__note {
  font-size: max(10px,1.1rem);
  line-height: 2;
  letter-spacing: .074em;
  text-align: center;
  color: var(--white);
  margin-top: 1.5rem;
}
.commonIntro-detail {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-commonIntro {
    padding-block: 10.0rem 12.0rem;
  }
  .commonIntro-heading__ttl {
    font-size: 3.0rem;
    letter-spacing: .2em;
  }
  .commonIntro-heading__desc {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 6.0rem;
  }
  .commonIntro-heading__note {
    font-size: 1.0rem;
    margin-top: 1.2rem;
  }
}




/*  共通ボタン
--------------------------------------------------*/
.commonBtn-wrap {
 	position: relative;
}
.commonBtn {
  position: relative;
  width: 100%;
  margin-inline: auto;
  height: 6.0rem;
  font-size: 2.0rem;
  letter-spacing: .08em;
  font-weight: 500;
  color: var(--color-gold);
  text-align: center;
  background-color: rgba(18, 18, 18, 0.7);
  border: 1px solid rgba(var(--white-rgb), 0.3);
  border-radius: 3px;
  padding-bottom: .1em;
}
.commonBtn::after {
  content: '';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: .8rem;
  height: .8rem;
  background-color: var(--color-gold);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media (any-hover: hover){
  .commonBtn {
    transition: color 1.2s cubic-bezier(0.25, 1, 0.5, 1),background-color 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .commonBtn::after {
    transition: background-color 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .commonBtn:hover {
    color: rgba(18, 18, 18, 0.7);
    background-color: var(--color-gold);
  }
  .commonBtn:hover::after {
    background-color: rgba(18, 18, 18, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .commonBtn {
    height: 4.0rem;
    font-size: 1.5rem;
    border-radius: 2px;
  }
  .commonBtn[data-size="large"] {
    height: 5.6rem;
    font-size: 1.6rem;
  }
  .commonBtn::after {
    right: 1.3rem;
    width: .6rem;
    height: .6rem;
  }
  .commonBtn[data-size="large"]::after {
    right: 1.5rem;
  }
}

/*  large --------------------------------------------------*/
.commonBtnv2 {
  position: relative;
  height: 8.0rem;
  font-size: 2.0rem;
  letter-spacing: .1em;
  text-align: center;
  border-radius: 3px; 
  border: 1px solid rgba(var(--white-rgb), 0.3);
}
/* 金に塗りつぶし */
.commonBtnv2[data-color="paint"] {
  color: var(--base-color);
  background-color: var(--color-gold);
}
/* 金文字、背景ブラック、ボーダー */
.commonBtnv2[data-color="border"] {
  color: var(--color-gold);
  background-color: rgba(18, 18, 18, 0.7);
  padding-right: 1em;
}
/* 白文字、背景ブラック、ボーダー */
.commonBtnv2[data-color="white"] {
  color: var(--white);
  background-color: rgba(18, 18, 18, 0.7);
  padding-right: 1em;
}
.commonBtnv2[data-blank="blank-gold"]::after {
  content: '';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0rem;
  aspect-ratio: 1 / 1;
  background: url(../imgs/common/icon_blank_gold.svg) no-repeat center center/cover;
}
.commonBtnv2[data-blank="blank-black"]::after {
  content: '';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0rem;
  aspect-ratio: 1 / 1;
  background: url(../imgs/common/icon_blank_black.svg) no-repeat center center/cover;
}
.commonBtnv2[data-blank="blank-white"]::after {
  content: '';
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0rem;
  aspect-ratio: 1 / 1;
  background: url(../imgs/common/icon_blank_white.svg) no-repeat center center/cover;
}
@media (any-hover: hover){
  .commonBtnv2[data-color="paint"] {
    transition: color .3s linear,background-color .3s linear;
  }
  .commonBtnv2[data-color="paint"]:hover {
    background-color: rgba(var(--color-gold-dark-rgb), 0.8);
  }
  .commonBtnv2[data-color="border"] {
    transition: background-color .3s linear;
  }
  .commonBtnv2[data-color="border"]:hover {
    background-color: rgba(99, 99, 99, 0.6);
  }
  .commonBtnv2[data-color="white"] {
    transition: background-color .3s linear;
  }
  .commonBtnv2[data-color="white"]:hover {
    background-color: rgba(99, 99, 99, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .commonBtnv2 {
    height: 6.0rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .commonBtnv2[data-blank="blank-gold"] ,
  .commonBtnv2[data-blank="blank-black"] ,
  .commonBtnv2[data-blank="blank-white"] {
    letter-spacing: -.1em;
    padding-right: 1.0em;
  }
  .commonBtnv2[data-blank="blank-gold"]::after ,
  .commonBtnv2[data-blank="blank-black"]::after ,
  .commonBtnv2[data-blank="blank-white"]::after {
    width: 1.2rem;
  }
}




/*  共通背景 - pattern - texture
--------------------------------------------------*/
/*
<div class="commonBg" aria-hidden="true" data-shape="circle"><span class="commonBg-base"></span><span class="commonBg-gradation"></span></div>
*/
.commonBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base-color);
  border-top: 1px solid rgba(var(--color-gold-rgb), 0.5);
  pointer-events: none;
  overflow: clip;
  z-index: 0;
}
.commonBg-base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.commonBg-base::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/bg_pattern.webp) repeat left top/ 117px auto;
  opacity: 0.2;
  z-index: 0;
}
.commonBg-base::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(85% 85% at 50% 64%, var(--base-color) 53%, rgba(11, 11, 11, 0) 100%);
  z-index: 1;
}
.commonBg-gradation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 72%, var(--base-color) 100%);
  z-index: 2;
}
.commonBg[data-shape="circle"] .commonBg-gradation {
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.2) 100%);
  opacity: 0.2;
}
/* @media screen and (max-width:768px) {
  .commonBg-base {
    height: 110.0rem;
  }
} */

/*
<div class="commonTexture" aria-hidden="true"></div>
*/
.commonTexture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/common/bg_texture_paper.webp) repeat left top/ 100% auto;
  pointer-events: none;
  z-index: 0;
}
.commonTexture::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D4D2C6;
  mix-blend-mode: multiply;
  z-index: 1;
}
.commonTexture::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(242.35deg, rgba(226, 222, 205, 0) 47%, #BFBCA8 90%);
  z-index: 2;
}
.commonTexture[data-color="light"]::after {
  background: linear-gradient(242.35deg, rgba(226, 222, 205, 0) 70%, #BFBCA8 100%);
}

/*
<div class="commonBgPurple"></div>
*/
.commonBgPurple {
  background: #13131A;
  background: conic-gradient(from 80deg at 50% -23.5%, #13131A 0deg, #13131A 90deg, #32323F 270deg, #13131A 360deg);
}



/*  common-nav
--------------------------------------------------*/
.bottomWrap {
  position: relative;
  background: var(--background-gradation);
  z-index: 2;
}
.common-lower {
  position: relative;
	color: var(--base-color);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-x: clip;
	font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho", "Yu Mincho", serif;
	font-weight: 400;
	/*
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
  padding-block: 21.0rem 11.0rem;
  overflow: clip;
}
.common-lower__slide {
  position: relative;
  width: calc(1800 / 1920 * 100%);
  padding-right: calc(120 / 1920 * 100%);
  box-sizing: border-box;
  margin-inline: auto 0;
}
.common-lower__slide__container {
  position: relative;
  overflow: visible;
}
.common-lower__slide__wrapper {
  position: relative;
}
.common-lower__slide__item {
  position: relative;
  height: auto;
}
.common-lower__slide__item:nth-of-type(n + 2)::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #707070;
  opacity: 0.3;
}
.common-lower__slide__item__link {
  height: 100%;
}
.common-lower__slide__item__photo {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 2.5rem;
  overflow: clip;
}
.common-lower__slide__item__photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.common-lower__slide__item__detail {
  position: relative;
  width: 100%;
  flex: 1;
}
.common-lower__slide__item__detail__ttl {
  position: relative;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.5;
}
.common-lower__slide__item__detail__desc {
  position: relative;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0;
  margin-top: 1.8rem;
}
.common-lower__slide__item__more {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  overflow: clip;
}
.common-lower__slide__item__more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--black-rgb), .5);
}
.common-lower__slide__item__more span {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333;
  padding-left: 1.2rem;
}
.common-lower__slide__item__more span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  background: currentColor;
  border-radius: 50%;
}
.common-lower .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.0rem;
  padding-inline: 5px;
  padding-block: 5px;
  gap: 0 5.0rem;
  margin-top: 9.5rem;
}
:root .common-lower .swiper-button-prev,
:root .common-lower .swiper-button-next {
  border-left: solid 1px #545454;
  border-bottom: solid 1px #545454;
  box-sizing: content-box;
}
.common-lower .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 1000px;
  width: auto;
  height: 2px;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  flex: 1;
}
.common-lower .swiper-scrollbar:before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #545454;
  pointer-events: none;
  opacity: 0.3;
  z-index: 0;
}
.common-lower .swiper-scrollbar-drag {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0;
  cursor: grab;
  background: #545454;
  z-index: 1;
}
/* 掴んでいるときのアイコン */
.common-lower .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
@media (any-hover: hover){
  .common-lower__slide__item__photo img {
    transform-origin: center center;
    transition: transform .3s linear,filter .3s linear;
    filter: contrast(1);
    will-change: opacity,filter;
  }
  .common-lower__slide__item__link:hover .common-lower__slide__item__photo img {
    transform: scale(1.05);
    filter: contrast(1.3);
  }
  .common-lower__slide__item__more::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .common-lower__slide__item__link:hover .common-lower__slide__item__more::before {
    animation: commonLineFlow 0.6s ease both;
  }
}
@keyframes commonLineFlow {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width:768px) {
  .common-lower {
    padding-block: 6.0rem 4.0rem;
  }
  .common-lower__slide {
    width: calc(350 / 380 * 100%);
    padding-right: calc(30 / 380 * 100%);
  }
  .common-lower__slide__item:nth-of-type(n + 2)::before {
    left: -15px;
  }
  .common-lower__slide__item__photo {
    margin-bottom: 1.5rem;
  }
  .common-lower__slide__item__detail__desc {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .common-lower__slide__item__more {
    margin-top: 1.5rem;
    padding-top: 1.0rem;
  }
  .common-lower__slide__item__more span {
    font-size: 1.2rem;
    padding-left: 1.0rem;
  }
  .common-lower .swiper-control {
    margin-top: 5.5rem;
  }
}





/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
印刷用
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media print {
	body, html {
		zoom: .8 !important;
	}
}

