@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;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;}
sup {vertical-align: top;}
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;}*/



/* ==========================================================
 root font-size
========================================================== */
html{
	font-size: 10px;
}
@media screen and (max-width: 1500px){
	html{font-size: 0.66666667vw;}
}
@media screen and (max-width: 1000px){
	/*14px → min 10px*/
	html{font-size: 7.142857142857143px;}
}
@media screen and (max-width: 768px){
	html{font-size: 14px;}
}
@media screen and (max-width: 560px){
	/*font-size:10px 10 / 380 */
	html{font-size: 2.631578947368421vw;}
}



/* ==========================================================
 template style
========================================================== */
:root {
	--vw: 0;
  --header-height: 110px;
  --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;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 67px;
    --actionbtn-height: 64px;
  }
}
@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: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
/*html,body {
  overflow: clip;
  scrollbar-gutter: stable;
  overflow: revert;
  scrollbar-gutter: revert;
}*/
/* Firefox */
/*@-moz-document url-prefix() {
  html,
  body {
    scrollbar-gutter: revert;
  }
}*/
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.3s 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;text-orientation: upright;}
.vTextEn{-ms-writing-mode: tb-rl;writing-mode: vertical-rl;text-orientation: mixed;}
.inner {max-width: 1200px;width: 90%;margin-inline: auto;position:relative;}
.inner2 {max-width: 1200px;width: 90%;margin-inline: auto;position:relative;}
.outer{width:100%;max-width:1500px;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; }
.flex.fd-cr{ flex-direction: column-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; }

br.br1000-769{display: none;}
@media screen and (max-width:1000px) and (min-width:769px) {
	br.br1000-769{display: block;}
}
@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;-webkit-text-fill-color: transparent;}


/* フォント */
/*.main {
	font-family: YakuHanMP, 'Shippori Mincho', "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .1em;
}*/
.wf-notoserifjp-n4-active .main {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: .1em;
}
/*.cormorant {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}*/
.wf-cormorantinfant-n3-active .infant {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
/*.garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}*/
.wf-cormorantgaramond-n4-active .garamond {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.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;
}
/*
@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;
}
*/



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
rem使用の場合
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
body {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.brand-property-btnCv.brand-property-req a span,
.brand-property-btnCv.brand-property-res a span {
  font-size: 10px;
}
/* new */
.brand-property-header .brand-property-gnav .brand-property-gnavWrap li.new > a::before{
  font-size: 13px;
}

.brand-property-header{
  letter-spacing: 1px;
}
.brand-property-header .brand-property-headerInline .brand-property-NavWrap .brand-property-innerWrap .brand-property-subNav a{
  font-size: 14px;
  letter-spacing: 2px;
}
.brand-property-header .brand-property-headerInline .brand-property-NavWrap .brand-property-btnCv a{
  font-size: 15px;
}
.brand-property-header .brand-property-headerInline .brand-property-NavWrap .brand-property-btnCv a span{
  font-size: 10px;
}
.brand-property-header .brand-property-headerInline .brand-property-NavWrap .gnav--wrap a{
  font-size: 12px;
}
.brand-property-header .brand-property-gnav .brand-property-gnavWrap li a p{
  font-size: 15px;
}

/* update */
.brand-property-header .brand-property-gnav .brand-property-gnavWrap li.update a::before{
  font-size: 13px;
}
@media screen and (max-width:1180px) {
  .brand-property-header .brand-property-gnav .brand-property-gnavWrap li a p{
    font-size: 13px;
  }
}
.brand-property-footer .brand-property-inquiry .brand-property-innerWrap .brand-property-telWrap .brand-property-time{
  font-size: 13px;
}
.brand-property-footer .brand-property-siteTtl{
  font-size: 12px;
}
.brand-property-footer .brand-property-copyright{
  font-size: 10px;
}
@media screen and (max-width:480px) {
  .brand-property-footer .brand-property-fNav p a{
    font-size: 13px;
  }
  .brand-property-footer .brand-property-inquiry .brand-property-innerWrap .brand-property-telWrap .brand-property-time{
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .brand-property-footer .brand-property-siteTtl{
    font-size: 12px;
  }
  .brand-property-footer .brand-property-copyright{
    font-size: 11px;
  }
}
.brand-property-pageTop {
  font-size: 12px;
}
.brand-property-pageTop a {
  line-height: 16px;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
template custom
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media screen and (max-width: 1180px) {
  .brand-property-header .brand-property-gnav .brand-property-logo a {
		height: auto; 
  }
}
@media screen and (max-width: 480px) {
  .brand-property-header .brand-property-gnav {
		box-sizing: border-box;
		padding-bottom: 20%;
  }
}
.brand-property-header .brand-property-headerInline .brand-property-NavWrap .brand-property-btnCv.brand-property-lim{
  margin-left: 15px;
  margin-right: -14px;
}
.brand-property-btnCv.brand-property-lim a{
  display: block;
  padding:20px 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.45);
  line-height: 1;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.brand-property-btnCv.brand-property-lim.brand-property-arrow a::after{
  content: url('../common_source/img/ico-arrow-wh.svg');
  width: 30px;
  position: absolute;
  right:7%;
  top:50%;
  transform: translateY(-68%);
  transition: 0.4s;
}
.brand-property-btnCv.brand-property-lim a:hover{
  opacity: 0.8;
}
.brand-property-btnCv.brand-property-lim.brand-property-arrow a:hover::after{
  right:5%;
}
.brand-property-btnCv.brand-property-lim a{
  background: rgb(184,152,83);
  background: -moz-linear-gradient(-60deg, rgba(184,152,83,1) 0%, rgba(207,185,139,1) 50%, rgba(184,152,83,1) 100%);
  background: -webkit-linear-gradient(-60deg, rgba(184,152,83,1) 0%, rgba(207,185,139,1) 50%, rgba(184,152,83,1) 100%);
  background: linear-gradient(-60deg, rgba(184,152,83,1) 0%, rgba(207,185,139,1) 50%, rgba(184,152,83,1) 100%);
  color: #fff;
}
.brand-property-btnCv.brand-property-lim a span{
  display: block;
  margin-top: 6px;
  font-size: 1.0rem;
  opacity: 0.7;
}

/* グロナビフォントサイズ */
@media screen and (max-width:1600px) and (min-width:1181px){
	.brand-property-header .brand-property-gnav .brand-property-gnavWrap li a,
	.brand-property-header .brand-property-gnav .brand-property-gnavWrap li a p{
	  font-size: 13px;
	}
	.brand-property-header .brand-property-gnav .brand-property-gnavWrap li a{
    word-break: break-all;
	}
}

@media screen and (max-width:480px){
  .brand-property-btnCv.brand-property-lim a{
    padding:5% 0;
  }
}


/*INFORMATION*/
:root #cms-information .cms-information__ttl {
	color: #4b3d1b;
}
:root #cms-information .cms-information__ttl:after {
	background: #4b3d1b;
}
:root #cms-information .cms-information__link {
  color: #4b3d1b;
}
:root #cms-information .cms-information__desc {
	color: #333333;
	letter-spacing: 0.05em;
}
:root #cms-information .js-toggle-button {
	background: #fcfcfa;
}
:root #cms-information .js-toggle-button:before,
:root #cms-information .js-toggle-button:after {
	background: #786d54;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.main {
	position: relative;
	color: #4b3d1b;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	font-feature-settings: "palt";
	overflow-x: clip;
}
.main img {
	/*image-rendering: -webkit-optimize-contrast;*/
  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;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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('../img/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: .01em;
	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.pwt,.f-caption.pwt {
	color: #fff;
	transform: translateY(110%);
	font-size: 11px;
}
.p-caption.bt,.f-caption.bt {
	/*color: var(--black);*/
	color: #666666;
	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);*/
	color: #666666;
	transform: translateY(110%);
}
.p-caption.w,.f-caption.w {
	color: rgba(255,255,255,1);
	padding: 3px 4px 3px;
	background: rgba(68,68,68,.7);
}
.p-caption.b,.f-caption.b {
	/*color: var(--black);*/
	color: #666666;
	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);
	/*color: #666666;*/
	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{
	padding-top: 50px;
	padding-bottom: 50px;
}
.common__note__item{
	font-size: 11px;
	line-height: 1.81818182;
	letter-spacing: .01em;
	font-weight: 400;
	color: #787878;
	word-break: break-all;
	text-indent: -1em;
	padding-left: 1em;
}
.common__note__custom{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10px;
	text-indent: 0;
	padding-left: 0;
	margin-top: 1em;
}
.common__note__custom p:nth-of-type(1){
	font-size: 14px;
	padding: 4px 26px 6px;
	border: solid 1px #333333;
	box-sizing: border-box;
}
.common__note__custom p:nth-of-type(2){
	flex: 1;
}
@media screen and (max-width: 768px){
	.common__note{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.common__note__item{
		font-size: 10px;
	}
}
@media screen and (max-width: 480px){
	.common__note__custom{
		padding: 4px 20px 10px;
		border: solid 1px #333333;
		box-sizing: border-box;
		margin-top: 1.5em;
	}
	.common__note__custom p:nth-of-type(1),
	.common__note__custom p:nth-of-type(2){
		flex: 1 1 100%;
	}
	.common__note__custom p:nth-of-type(1){
		text-align: center;
		border: none;
		border-bottom: solid 1px #333333;
		padding: 0 0 3px;
		margin-bottom: 7px;
	}
}





/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swipeIcon
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.js-scroll--target{ position: relative;}
.swipebox { display: none; }
@media screen and (max-width: 768px) {
  .js-scroll--target{
    overflow-x: auto;
  }
  .swipebox {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('../img/common/img_swipe.svg') no-repeat center/208px auto,rgba(0, 0, 0, .7);*/
    background: url('../img/common/img_swipe2.svg') no-repeat center/280px auto,rgba(0, 0, 0, .5);
    pointer-events: none;
    /*animation: swipeIcon 1.5s ease-in-out infinite;*/
  }
  .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; }
@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('../img/common/btn_modal_swipe.svg') no-repeat center center/cover;
		z-index: 1;
	}
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
tab
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.tab{
	position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
.tab:focus-visible {
    outline: auto;
}
.tabpanel{
	display: none;
	position: relative;
}
.tabpanel.active{
	display: block;
	animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
swiper
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* スライド */
.swiper-button-next, .swiper-button-prev {
  width: 48px;
  --swiper-navigation-size: 48px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="14" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"><path d="M0 7L16 14L11.7334 7L16 0L0 7Z" fill="%23151515"/></svg>') no-repeat center/calc(16 / 48 * 100%) auto rgba(var(--color-white), .8);
  transition: background-color .3s ease-out;
  position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	width: 100%;
	padding: 0;
}
.swiper-button-next:focus-visible ,
.swiper-button-prev:focus-visible {
    outline: auto;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
@media (any-hover: hover){
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(var(--color-white), 1);
  }
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
modal
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.modal {
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  height: calc(100dvh + 1px);
  display: grid;
  grid-template: ". container ." auto / 2.5% minmax(0, 1fr) 2.5%;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal[aria-hidden="true"] .modal-overlay {
  animation: closeModal .3s ease-out;
}
.modal[aria-hidden="false"] .modal-overlay {
  animation: openModal .3s ease-out;
}
@keyframes openModal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes closeModal {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal-container {
  grid-area: container;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin-block: 70px;
  background: #fff;
}
.modal-close {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: -70px;
  margin-left: auto;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto, linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto rgba(var(--color-white), 1);
  cursor: pointer;
  /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2)); */
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-open {
  position: relative;
  z-index: 1;
  display: block;
}
.modal-open,
.modal-content-close {
  cursor: pointer;
}
.modal-expand-open {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modal-overlay {
    grid-template-columns: minmax(0, 1fr) calc(320 / 380 * 100%) minmax(0, 1fr);
  }
  .modal-close {
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
  .modal-expand-open {
    position: relative;
    z-index: 1;
    display: block;
    pointer-events: auto;
  }
  .modal-expand-open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: linear-gradient(0deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px, linear-gradient(90deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px rgba(var(--color-white), 1);
    /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2)); */
  }
  .modal-expand .modal-content {
    max-height: 80vh;
    max-height: calc(100dvh - 140px);
  }
  .modal-expand .modal-content > div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 20px;
  }
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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.4);
}
@media screen and (max-width: 768px) {
	.js-parallax ,
	.js-parallax-reverse {
		transform: scale(1.2);
	}
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Universal animation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.fi-u, .fi-d, .fi, .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; } to{ opacity: 1; } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 1.5s; 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: 1.5s; 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: 1.5s; visibility: visible !important; opacity: 0; }

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

/* fade in left */
@keyframes fadeInLeft { from{ opacity: 0; transform: translate(-30px,0); } to{ opacity: 1; transform: none; } }
.fi-l.faded { animation-name: fadeInLeft; animation-fill-mode: both; animation-duration: 1.5s; 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: 1.5s; visibility: visible !important; opacity: 0; }






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


/*  背景
--------------------------------------------------*/
.background-base {
	background: #f2f0e7;
}
.background-texture-brawn {
	/*background: url('../img/common/bg_texture.webp') repeat top center/100% auto,#40372d;*/
	background: url('../img/common/bg_texture_brawn.jpg') repeat top center/100% auto;
}
.background-texture-gray {
	/*background: url('../img/common/bg_texture.webp') repeat top center/100% auto,#1a1a1a;*/
	background: url('../img/common/bg_texture_gray.jpg') repeat top center/100% auto;
}
.background-washi-brawn {
	/*background: url('../img/common/bg_texture.webp') repeat top center/100% auto,#1a1a1a;*/
	background: url('../img/common/bg_washi_brawn.jpg') repeat top center/100% auto;
}
@media screen and (max-width: 768px){
	.background-texture-brawn {
		background: url('../img/common/bg_texture_brawn-sp.jpg') repeat top center/100% auto;
	}
	.background-texture-gray {
		background: url('../img/common/bg_texture_gray-sp.jpg') repeat top center/100% auto,#1a1a1a;
	}
}



/*  ボタン
--------------------------------------------------*/
/*
<div class="common-btn-wrap flex jc-c">
  <a href="" class="common-btn common-btn--entry flex ai-c jc-c"></a>
  <a href="" class="common-btn common-btn--limited flex ai-c jc-c"></a>
  <a href="" class="common-more flex ai-c jc-c garamond"><i></i></a>
  <a href="" class="common-more common-more--line flex ai-c jc-c garamond"><i></i></a>
  <a href="" class="common-more common-more--line common-more--line--back flex ai-c jc-c garamond"><i></i></a>
  <a href="" class="common-more common-more--soon flex ai-c jc-c garamond"><i></i></a>
</div>
*/
.common-btn-wrap {
	position: relative;
	gap: 2.0rem 6.0rem;
}
.common-btn {
	position: relative;
	width: min(100%,480px);
	height: 8.0rem;
	font-size: 2.2rem;
	line-height: 1.375;
	letter-spacing: .05em;
	color: var(--white);
	padding-bottom: .1em;
}
.common-btn--thin {
	font-size: 1.8rem;
	height: 6.0rem;
}
.common-btn--thin-large {
	font-size: 1.8rem;
	height: 7.0rem;
}
.common-btn--entry {
	background: linear-gradient(135deg, rgba(221, 72, 73, 1) 0%, rgba(118, 18, 18, 1) 100%);
}
.common-btn--limited {
	background: linear-gradient(135deg, rgba(206, 184, 122, 1) 0%, rgba(86, 65, 6, 1) 100%);
}
.common-more {
	position: relative;
	width: min(100%,320px);
	height: 6.0rem;
	font-size: 2.0rem;
	line-height: 1.375;
	letter-spacing: .1em;
	border: solid 1px #ceb87a;
	background: linear-gradient(135deg, rgba(226, 212, 175, 1) 0%, rgba(219, 202, 155, 1) 29.21%, rgba(209, 189, 131, 1) 73.04%, rgba(206, 184, 122, 1) 100%);
}
.common-more--soon {
	color: #eaeaea;
	border: solid 1px #999999;
	background: #999999;
	pointer-events: none;
	cursor: default;
}
.common-more--line {
	color: var(--white);
	border: solid 1px var(--white);
	background: transparent;
	padding-bottom: .1em;
}
.common-more--line--back {
	color: #4b3d1b;
	border: solid 1px #b7b1a4;
}
.common-more__box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: clip;
	z-index: 1;
}
.common-more__box::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -160%;
  width: 160%;
  height: 200%;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 75%, rgba(255, 255, 255, 0) 90%);
  animation: commonMore 1.5s linear infinite;
}
.common-more--soon .common-more__box::after ,
.common-more--line .common-more__box::after {
	display: none;
}
.common-more__box span {
	position: relative;
	display: block;
	z-index: 1;
}
@keyframes commonMore{
  0%{ top: -100%; left: -160%; }
  100%{ top: 0%; left: 100%; }
}
.common-more i {
	position: absolute;
	right: 0;
	top: 45%;
	translate: calc(50% + 1px) -50%;
	width: 6.0rem;
	height: 5px;
	z-index: 2;
}
.common-more--line--back i {
	right: auto;
	left: 0;
	translate: calc(-50% + 1px) -50%;
	transform: scale(-1, 1);
}
.common-more--soon i {
	display: none;
}
.common-more i::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background-color: #6f6449;
}
.common-more--line i::before {
	background-color: var(--white);
}
.common-more--line--back i::before {
	background-color: #b7b1a4;
}
.common-more i::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #dbd8d1;
	clip-path: polygon(calc(100% - 10px) calc(100% - 1px), calc(100% - 10px) 0, 100% 100%, 0 100%, 0 calc(100% - 1px));
}
.common-more--line i::after {
	background-color: var(--white);
}
.common-more--line--back i::after {
	background-color: #b7b1a4;
}
@media (any-hover: hover){
	.common-btn {
		transition: opacity .3s linear,transform .3s linear;
	}
	.common-btn:hover {
		opacity: .75;
		transform: scale(0.99);
	}
	.common-more {
		transition: opacity .3s linear;
	}
	.common-more:hover {
		opacity: .75;
	}
	.common-more i {
		transition: transform .2s linear;
	}
	.common-more:hover i {
		transform: translateX(25%);
	}
	.common-more--line--back:hover i {
		transform: scale(-1, 1) translateX(25%);
	}
	.common-more i::before {
		transition: width .2s linear;
	}
	.common-more:hover i::before {
		width: 25%;
	}
	.common-more i::after {
		transition: width .2s linear;
	}
	.common-more:hover i::after {
		width: 75%;
	}
}
@media screen and (max-width: 768px){
	.common-btn-wrap {
		gap: 2.0rem 2.0rem;
	}
	.common-btn {
		width: min(100%,32.0rem);
		height: 6.0rem;
		font-size: 1.6rem;
		letter-spacing: .01em;
	}
	.common-btn--thin {
		width: min(100%,28.0rem);
		font-size: 1.5rem;
		height: 5.0rem;
	}
	.common-btn--thin-large {
		width: min(100%,32.0rem);
		font-size: 1.6rem;
		height: 6.0rem;
	}
	.common-more {
		width: min(100%,24.0rem);
		height: 5.0rem;
		font-size: 1.8rem;
	}
	.common-more i {
		width: 4.0rem;
	}
}




/*  l-kv（下層ページキービジュアル）
--------------------------------------------------*/
.l-kv {
	position: relative;
	width: 100%;
	overflow: clip;
}
.kv-photo {
	width: 100%;
	height: 60.0rem;
	opacity: 0;
	filter: blur(5px) grayscale(1);
}
.kv-photo img {
	object-position: center center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kv-detail {
	position: absolute;
	left: -10px;
	top: 50%;
	translate: 0 -50%;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.kv-detail__heading {
	position: relative;
	font-size: 6.2rem;
	letter-spacing: .1em;
	color: #4b3d1b;
	padding-left: 10.0rem;
	padding-bottom: 4.0rem;
	margin-bottom: 2.7rem;
}
.kv-detail__heading::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50.0rem;
	height: 1px;
	background: #4b3d1b;
}
.kv-detail__desc {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.5;
	letter-spacing: .1em;
	color: #4b3d1b;
	padding-left: 10.0rem;
}
@media screen and (max-width: 768px){
	.kv-photo {
		height: 30.0rem;
	}
	.kv-photo::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
	}
	.kv-detail__heading {
		font-size: 4.2rem;
		padding-left: 3.0rem;
		padding-bottom: 2.0rem;
		margin-bottom: 1.0rem;
		/*text-shadow: 0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2);*/
		/*filter: drop-shadow(0 0 5px rgba(255, 255, 255, .8));*/
	}
	.kv-detail__heading::after {
		width: calc(350 / 380 * 100%);
	}
	.kv-detail__desc {
		font-size: 1.4rem;
    font-weight: 500;
		padding-left: 3.0rem;
		/*text-shadow: 0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2),0 0 10px rgba(255, 255, 255, .2);*/
	}
}




/*  l-limitedKv（限定ページキービジュアル）
--------------------------------------------------*/
.l-limitedKv {
	position: relative;
	width: 100%;
	opacity: 0;
	transition: opacity 1s linear;
}
.loaded .l-limitedKv {
	opacity: 1;
}
.limitedKv-photo {
	width: 100%;
	height: 60.0rem;
}
.limitedKv-photo img {
	object-position: center center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.limitedKv-detail {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	margin-inline: auto;
	width: 100%;
	z-index: 1;
}
.limitedKv-detail__heading {
  font-size: 6.2rem;
  line-height: 1 !important;
  color: #ffdc7c;
  text-align: center;
  margin-bottom: 2.5rem;
}
.limitedKv-detail__ttl {
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #ffdc7c;
  text-align: center;
}
@media screen and (max-width: 768px){
  .limitedKv-photo {
		height: 30.0rem;
	}
  .limitedKv-detail__heading {
    font-size: 4.2rem;
    margin-bottom: 2.0rem;
  }
  .limitedKv-detail__ttl {
    font-size: 1.8rem;
  }
}



/*  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);
	}
}






/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
印刷用
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media print {
  body, html {
    zoom: .8 !important;
  }
  .header-property,
  .box-bukken-contact,
  .box-bukken,
  .area-user-footer-wrap,
  .footer-property,
  .ttl-property-main,
  .search-wrap {
    display: none;
  }
  .contents-property {
    padding-top: 0 !important;
  }
  .common-lower {
  	display: none;
  }
}

