@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: 1680px){
	html{font-size: 0.595238095238095vw;}
}
@media screen and (max-width: 1185px){
	/*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;
	/* 横向き */
	--background-gradation: linear-gradient(90deg, rgba(255, 246, 225, 1) 0%, rgba(180, 153, 131, 1) 100%);
	--background-gradation-line: linear-gradient(90deg, rgba(255, 246, 225, 1) 0%, rgba(180, 153, 131, 1) 20%, rgba(180, 153, 131, 1) 100%);
	--background-gradation-line-dark: linear-gradient(90deg, rgba(194, 172, 146, 1) 0%, rgba(119, 105, 87, 1) 100%);;
	/* 縦向き */
	--background-gradation-vertical: linear-gradient(180deg, rgba(255, 246, 225, 1) 0%, rgba(180, 153, 131, 1) 100%);
	--background-gradation-vertical-firsthalf: linear-gradient(180deg, rgba(255, 246, 225, 1) 0%, rgba(217, 199, 177, 1) 100%);
	--background-gradation-vertical-secondfalf: linear-gradient(180deg, rgba(217, 199, 177, 1) 0%, rgba(180, 153, 131, 1) 100%);
}
@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: sans-serif;*/
  font-family: 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: 1500px;width: 90%;margin-inline: auto;position:relative;}
.inner2 {max-width: 1500px;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;-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-shipporiminchob1-n4-active .main {
  font-family: YakuHanMP, "Shippori Mincho B1", 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-n4-active .cormorant {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
/*.baskervville {
  font-family: "Baskervville", serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}*/
.wf-cormorantinfant-n4-active .baskervville {
  font-family: "Baskervville", 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;
}
*/




/*--------------------------------------
nomura template Configuration
default.cssの内容に追加する場合はここに記載
--------------------------------------*/
.header-property-logo {
  width: auto;
}
/* - ナビ背景色 - */
.nav-global-property{
	background: #fff;
}
.nav-global-property-item, 
.nav-global-property-item:nth-child(9n){
	width: 100%;
}
.nav-global-property-item:first-child::before,
.nav-global-property-item::after{
	border-color: #c8c9ca;
}
.nav-global-property-item.nav-global-brand::after{
	border-color: transparent;
}
.nav-global-property-item.nav-global-brand{
	background: #002d3e !important;
}
.nav-global-property-link{
	color: #000000;
}
.nav-global-property-link:hover::after,
.nav-global-property-link.is-current::after{
	border-bottom-color: #002d3e;
}
.nav-global-property-item.nav-global-brand .nav-global-property-link:hover::after,
.nav-global-property-item.nav-global-brand .nav-global-property-link.is-current:after {
  border-bottom-color: #002d3e !important;
}
.nav-global-property-item.is-new .nav-global-property-link::before{
	top: 0;
}
.nav-global-property-item.is-soon .nav-global-property-link{
	opacity: .3;
  pointer-events: none;
}
.box-bukken-contact{
	background-color: #002d3e;
}
/*.box-bukken-contact-inner{
	color: #ffffff;
}
.box-bukken-contact-list-item {
  background: url(../img/common/ico_arrow_right_02_pc.png) right center no-repeat;
}
.box-bukken-contact-inner, 
.box-bukken-contact-list-link{
	color: #000000;
}*/
.list-bukken-contact{
	align-items: stretch;
}
.list-bukken-contact-link{
	height: 100%;
}
.list-bukken-contact-link-green {
  border: 1px #2c4e2a solid;
}
.ttl-property-main{
	background-color: #002d3e;
	/*border-top: solid 1px #666666;
	color: #000000;*/
}
/*.btn-pagetop-property,
.footer-property-link-wrap{
	background-color: #303336;
}*/
.is-pc1200l .list-property-control-wrap .list-property-control{
	flex-wrap: nowrap;
}
.is-pc1200l .list-property-control-wrap .list-property-control-item{
	width: 100%;
}
/* - タブレット「お問い合わせ」削除 -  */
.tablet .list-property-control-item.contact{
	display: none;
}
/* フォント変更 */
.wf-shipporiminchob1-n4-active .header-property-utility,
.wf-shipporiminchob1-n4-active .nav-global-property-link,
.wf-shipporiminchob1-n4-active .header-property-menu-button-close a,
.wf-shipporiminchob1-n4-active .box-bukken-contact,
.wf-shipporiminchob1-n4-active .ttl-property-main {
  font-family: "Shippori Mincho B1", serif;
}


/* オンライン商談ボタン */
.list-property-control-link-yellow {
	border: 1px solid #bb951e;
}
.list-property-control-link-yellow:hover {
	border: 1px solid #fff;
}
.list-property-control-link-yellow .list-property-control-icon {
	width: 16px;
	height: 15px;
	background: url("../img/common/icon_reservation_online.png") top left no-repeat;
	background-size: auto;
	background-size: 16px 13px;
}
.list-property-control-link-yellow:hover .list-property-control-icon.reservation01 {
	background: url(/general/img/ico_reservation_01_pc.png) top left no-repeat;
	background-size: auto;
	background-size: 17px 14px;
}
.list-property-control-link-yellow .list-property-control-text {
	color: #bb951e;
}
.list-property-control-link-yellow:hover {
	background-color: #bb951e;
}
.list-property-control-link-yellow:hover .list-property-control-text {
	color: #fff;
}
.list-bukken-contact-item .online {
	border: 1px solid #bb951e;
}
.online .list-bukken-contact-icon {
	width: 17px;
	height: 14px;
	background: url(../img/common/icon_reservation_online.png) top left no-repeat;
	background-size: auto;
	background-size: 17px 14px;
}
.online:hover .list-bukken-contact-icon {
	width: 17px;
	height: 14px;
	background: url(../img/common/icon_reservation_online_hover.png) top left no-repeat;
	background-size: auto;
	background-size: 17px 14px;
}
.list-bukken-contact-link-yellow .list-bukken-contact-text {
	color: #bb951e;
}
.list-bukken-contact-link-yellow:hover .list-bukken-contact-text {
	color: #fff;
}
.list-bukken-contact-link-yellow:hover {
	background-color: #bb951e;
}
.reservation03 .list-bukken-contact-icon {
	width: 17px;
	height: 14px;
	background: url(../img/common/icon_reservation_online.png) top left no-repeat;
	background-size: 17px 14px;
}
.reservation03 .list-bukken-contact-link:hover .list-bukken-contact-icon {
	background: url(../img/common/icon_reservation_online_hover.png) top left no-repeat;
	background-size: 17px 14px;
}
@media screen and (max-width: 1200px){
	/*.nav-global-property-list{
		background-color: #5f5f58;
	}
	.header-property-menu{
		background-color: #5f5f58;
	}
	.header-property-btn-menu.header-local-menu.is-open{
		background-color: #5f5f58 !important;
	}
	.nav-global-property-inner.nav-global-property-inner-first,
	.nav-global-property-inner.nav-global-property-inner-second{
		background: #5f5f58;
	}*/
	.nav-global-property-item,
	.nav-global-property-item:nth-child(9n){
		width: 50%;
	}
	.list-property-control{
		flex-wrap: nowrap;
	}
	.list-property-control-item{
		width: 100%;
	}
	.nav-global-property-link{
		color: #fff;
	}
}
@media screen and (max-width: 768px){
  .header-property-logo{
		/*padding: 21px 0;*/
  }
	.header-property-logo-link .header-property-logo-title img{
		/*height: 20px;*/
    width: 135%;
	}
}
/*@media screen and (max-width:736px) {
	.box-bukken-contact-tel > a {
  	background-size: 18px 16px;
	}
	.box-bukken-contact-list-item {
    background: url(../img/common/ico_arrow_right_03.png) right center no-repeat;
    background-size: 6px 10px;
	}
}*/
/* common.cssとの競合 */
@media screen and (max-width: 768px){
	.bnr-bukken .pc {
		display: block !important;
	}
}
@media screen and (max-width: 736px){
	.bnr-bukken .pc {
		display: none !important;
	}
	.bnr-bukken .sp{
  	display: block !important;
	}
}
@media screen and (max-width:736px) {
	.wrapper {
		padding-top: 0 !important;
	}
}

/* 物件エントリー者様限定サイトボタン付与var */
/*@media screen and (max-width: 736px){
	.list-bukken-contact li a {
	    height: 56px;
	}
}*/
/* 下部CVボタン中央揃えvar（要望があった場合）*/
@media screen and (max-width: 736px){
	.list-bukken-contact {
	    justify-content: center;
	}
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
rem使用の場合
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.box-bukken-contact-text{
	font-size: 11px;
}
.box-bukken-contact-list-item,
.box-bukken-contact-list-link{
	font-size: 13px;
}
.ttl-property-main{
	font-size: 12px;
}
.list-property-control-text {
    font-size: 12px;
}
.nav-global-property-link{
	font-size: 14px;
}
.list-bukken-contact-text{
	font-size: 13px;
}
.header-property-list01-item > a{
	font-size: 12px;
}
.box-bukken-contact-tel > span, 
.box-bukken-contact-tel > a{
	font-size: 22px;
}
.box-bukken-contact-title{
	font-size: 14px;
}
.ttl-heading{
	font-size: 26px;
}
.mod-visited-text{
	font-size: 15px;
}
.box-bukken-contact-assistance-with {
	font-size: 11px;
}
.footer-copyright-text{
	font-size: 11px;
}
@media screen and (max-width: 1200px){
	.nav-global-property-link{
		font-size: 13px;
	}
	.header-property-menu-button-close a{
		font-size: 12px;
	}
	.list-property-control-link{
    font-size: 14px;
	}
	.list-property-control-link span {
		font-size: 10px;
	}
}
@media screen and (max-width: 736px){
	.ttl-property-main {
    font-size: 11px;
	}
	.box-bukken-contact-list-item,
	.box-bukken-contact-list-link{
		font-size: 12px;
	}
	.list-bukken-contact-text{
		font-size: 11px;
	}
	.box-bukken-contact-tel > span, 
	.box-bukken-contact-tel > a {
  	font-size: 17px;
	}
  .box-bukken-contact-title{
  	font-size: 12px;
  }
  .ttl-heading{
		font-size: 22px;
	}
	.box-bukken-contact-assistance-with {
		font-size: 11px;
	}
	.footer-copyright-text{
		font-size: 10px;
	}
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.main {
	position: relative;
	color: #000000;
	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: 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);*/
	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,.6);
}
.p-caption.b,.f-caption.b {
	/*color: var(--black);*/
	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);
	/*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-linebnr
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.common-linebnr{
	max-width: 1323px;
	margin-block: 70px;
}
.common-linebnr img{
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px){
  .common-linebnr{
    max-width: 560px;
    margin-block: 40px;
  }
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
common__note
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.common__note{
	padding-top: 90px;
	padding-bottom: 90px;
}
.common__note__item{
	font-size: 11px;
	line-height: 1.545454545454545;
	letter-spacing: .02em;
	font-weight: 400;
	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: 50px;
		padding-bottom: 50px;
	}
	.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.2);
}
@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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/



/*  common-lower
--------------------------------------------------*/
.common-lower {
	background : linear-gradient(180deg, rgba(228, 203, 172, 1) 0%, rgba(153, 135, 112, 1) 100%);
}
.common-lower__container {
	position: relative;
}
.common-lower__list {
	width: 100%;
}
.common-lower__list__item {
	position: relative;
	height: auto;
}
.common-lower__list__item a {
	position: relative;
	width: 100%;
	height: 100%;
	padding-block: 9.0rem 5.0rem;
}
.common-lower__list__item--soon a {
	pointer-events: none;
}
.common-lower__list__item__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.common-lower__list__item--soon .common-lower__list__item__photo::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--black-rgb), .5);
	z-index: 1;
}
.common-lower__list__item__detail {
  position: relative; 
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.common-lower__list__item__detail__enHeading {
	font-size: 3.6rem;
	color: var(--white);
	margin-bottom: .5em;
}
.common-lower__list__item--soon .common-lower__list__item__detail__enHeading {
	color: #777777;
}
.common-lower__list__item__detail__jpHeading {
	font-size: min(1.91666667vw,3.2rem);
	line-height: calc(50 / 32);
	color: var(--white);
	flex: 1 auto;
	margin-bottom: 1.1em;
}
.common-lower__list__item--soon .common-lower__list__item__detail__jpHeading {
	color: #777777;
}
.common-lower__list__item__detail__more {
	position: relative;
	width: fit-content;
	font-size: 2.3rem;
	line-height: 1.3 !important;
	color: var(--white);
	padding-right: 1em;
	overflow: clip;
	z-index: 2;
}
.common-lower__list__item--soon .common-lower__list__item__detail__more {
	padding-right: 0;
}
.common-lower__list__item__detail__more::after {
	content: '';
	position: absolute;
	top: 60%;
	right: 0;
	translate: 0 -50%;
	width: calc(12 / 23 * 1em);
	height: calc(12 / 23 * 1em);
	border-radius: 50%;
	background : linear-gradient(90deg, rgba(255, 246, 225, 1) 0%, rgba(180, 153, 131, 1) 100%);
	transform: translateX(0%);
	transition: transform .3s ease-in-out;
}
.common-lower__list__item--soon .common-lower__list__item__detail__more::after {
	display: none;
}
.common-lower__list__pagination {
	display: none;
}
@media screen and (min-width:769px) {
	.common-lower__list {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.common-lower__list__item {
		width: calc(100% / 4) !important;
    margin: 0 !important;
    height: 36.0rem;
	}
}
@media screen and (max-width:768px) {
	.common-lower {
		padding-block: 6.0rem 4.0rem;
	}
	.common-lower__list {
    align-items: stretch;
	}
	.common-lower__list__item a {
		padding-block: 5.0rem 3.5rem;
	}
	.common-lower__list__item__detail__enHeading {
		font-size: 2.0rem;
		margin-bottom: .5em;
	}
	.common-lower__list__item__detail__jpHeading {
		font-size: 2.2rem;
		margin-bottom: 1.1em;
	}
	.common-lower__list__item__detail__more {
		font-size: 1.4rem;
	}
	:root .common-lower__list__pagination{
	  position: relative;
	  left: auto;
	  right: auto;
	  bottom: auto;
	  width: calc(288 / 380 * 100%);
	  border-radius: 0;
	  line-height: 1;
	  display: flex !important;
	  justify-content: center;
	  flex-wrap: nowrap;
	  margin: 4.0rem auto 0;
	  gap: 0;
	  z-index: 2;
	}
	:root .common-lower__list__pagination .swiper-pagination-bullet {
	  width: 100%;
	  height: 2px;
	  margin: 0;
	  top: auto;
	  position: relative;
	  display: block;
	  border-radius: 0;
	  background: rgba(var(--white-rgb), .3);
	  opacity: 1;
	}
	:root .common-lower__list__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	  background: rgba(var(--white-rgb), 1);
	}
}
@media (any-hover: hover){
	/*
	.common-lower__list__item a: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);
	}
	*/
	.common-lower__list__item a:hover .common-lower__list__item__detail__more::after {
		transform: translateX(101%);
	}
}




/*  下層kv
--------------------------------------------------*/
.l-kv {
	position: relative;
	width: 100%;
	height: 760px;
	overflow: clip;
}
.kv-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	filter: brightness(0.3) grayscale(0.8);
	transition: filter 1.5s linear;
}
.kv-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.kv-contents {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	margin: auto;
	width: 500px !important;
  	height: 500px !important;
}
:root .kv-contents__svg {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	transition: opacity 1s linear;
}
:root .kv-contents__circle {
	fill: none;
	stroke: url(#grad);
	stroke-width: 1;
	stroke-dasharray: 1510; /* 2πr=2*3.14*240（r=半径240の場合）※1507では途切れる可能性がある */
	stroke-dashoffset: 1510;
}
.kv-contents__detail {
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--white);
	text-align: center;
	filter: blur(5px);
	opacity: 0;
	transition: filter 1s linear .5s,opacity 1s linear .5s;
	z-index: 1;
}
.kv-contents__detail__ttl {
	font-size: 36px;
	margin-bottom: 55px;
}
.kv-contents__detail--2lines .kv-contents__detail__ttl {
	margin-bottom: 35px;
}
.kv-contents__detail__heading {
	font-size: 36px;
	line-height: 1.57491667;
	margin-bottom: 45px;
}
.kv-contents__detail--2lines .kv-contents__detail__heading {
	margin-bottom: 25px;
}
.kv-contents__detail__desc {
	font-size: 20px;
	line-height: 1.7875;
	letter-spacing: .05em;
}
/* animation */
.loaded .kv-photo {
	filter: brightness(1) grayscale(0)
}
:root .loaded .kv-contents__svg {
	opacity: 1;
}
:root .loaded .kv-contents__circle {
	animation: draw 1.5s ease-in forwards;
}
.loaded .kv-contents__detail {
	filter: blur(0);
	opacity: 1;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 768px){
	.l-kv {
		height: 500px;
	}
	.kv-contents {
		width: 350px !important;
	  	height: 350px !important;
	}
	:root .kv-contents__circle {
		stroke-dasharray: 1521; /* 2πr=2*3.14*242（r=半径240の場合）※1519では途切れる可能性がある */
		stroke-dashoffset: 1521;
		r:242; /* 500（viewBox） / 350（svg） * 170（340 / 2） */
	}
	.kv-contents__detail__ttl {
		font-size: 25px;
		margin-bottom: 35px;
	}
	.kv-contents__detail--2lines .kv-contents__detail__ttl {
		margin-bottom: 30px;
	}
	.kv-contents__detail__heading {
		font-size: 25px;
		line-height: 1.318876;
		margin-bottom: 25px;
	}
	.kv-contents__detail--2lines .kv-contents__detail__heading {
		margin-bottom: 20px;
	}
	.kv-contents__detail__desc {
		font-size: 17px;
		line-height: 1.72222222;
		letter-spacing: 0;
	}
}




/*  下層intro
--------------------------------------------------*/
.common-intro {
	position: relative;
	width: 100%;
}
.common-intro__wrapper {
	position: relative;
	padding-block: 18.0rem 15.0rem;
	background: url('../img/common/bg_diagonal.jpg') no-repeat center center/cover;
}
.common-intro__wrapper::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 24.5rem;
	height: 100%;
	background: url('../img/common/img_decoration_line.webp') no-repeat left top/cover;
	z-index: 1;
}
.common-intro2 .common-intro__wrapper::after {
	background: url('../img/common/img_decoration_line2.webp') no-repeat left top/cover;
}
.common-intro__container {
	position: relative;
	max-width:1920px;
	width:100%;
	margin-inline: auto;
	z-index: 2;
}
.common-intro__head {
	position: relative;
}
.common-intro__head__ttl {
	font-size: 8.5rem;
	letter-spacing: 0;
}
.common-intro__head__heading {
	font-size: 3.3rem;
	line-height: 1.93203235;
	letter-spacing: 0;
	margin-top: 4.0rem;
}
.common-intro__head__desc {
	font-size: 1.8rem;
	line-height: 1.93203235;
	letter-spacing: 0;
	margin-top: 3.0rem;
}
@media screen and (max-width: 768px){
	.common-intro__wrapper {
		padding-block: 7.0rem 7.0rem;
	}
	.common-intro__wrapper::after {
		width: 78px;
    opacity: .5;
	}
	.common-intro__head__ttl {
		font-size: 5.0rem;
	}
	.common-intro__head__heading {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-top: 3.5rem;
	}
	.common-intro__head__desc {
		font-size: 1.6rem;
		line-height: 2.125;
		margin-top: 2.0rem;
	}
}



/*  サイドライン
--------------------------------------------------*/
.sideLine,
.sideLineFirst,
.sideLineSecond {
	position: relative;
}
.sideLine::before,
.sideLineFirst::before,
.sideLineSecond::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.0rem;
	height: 100%;
	z-index: 1;
}
.sideLine::before {
	background: var(--background-gradation-vertical);
}
.sideLineFirst::before {
	background: var(--background-gradation-vertical-firsthalf);
}
.sideLineSecond::before {
	background: var(--background-gradation-vertical-secondfalf);
}
@media screen and (max-width: 768px){
	.sideLine::before,
	.sideLineFirst::before,
	.sideLineSecond::before {
		width: 5px;
	}
}



/*  タイトル + 見出し + 説明文
--------------------------------------------------*/
/*
<div class="template-detail">
  <h4 class="template-detail__ttl gradationText cormorant">
    <span>Test</span>
  </h4>
  <p class="template-detail__heading">
    見出し
  </p>
  <p class="template-detail__desc">
    説明文
  </p>
  <p class="template-detail__note">
    注釈
  </p>
</div>
*/
.template-detail {
	position: relative;
}
.template-detail__ttl {
	position: relative;
	font-size: 3.2rem;
}
.template-detail__ttl span {
	position: relative;
}
.template-detail__ttl span::after {
	content: '';
  position: absolute;
  left: calc(100% + 2.0rem);
  top: 50%;
  width: 10.0rem;
  height: 1px;
  background: var(--background-gradation);
}
.template-detail__heading {
	font-size: 2.8rem;
	line-height: 1.42857143;
	letter-spacing: .05em;
}
.template-detail__ttl + .template-detail__heading {
	margin-top: 7.0rem;
}
.template-detail__desc {
	font-size: 1.8rem;
	line-height: 2.22222222;
	letter-spacing: 0;
	text-align: justify;
}
.template-detail__heading + .template-detail__desc {
	margin-top: 4.0rem;
}
.template-detail__note {
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: 0;
	text-align: justify;
}
.template-detail__desc + .template-detail__note {
	margin-top: 2.0rem;
}
@media screen and (max-width: 768px){
	.template-detail__ttl {
		font-size: 2.8rem;
	}
	.template-detail__ttl span::after {
		display: inline-block;
    position: relative;
    left: .5em;
    top: -.2em;
    width: 8.0rem;
	}
	.template-detail__heading {
		font-size: 2.0rem;
		line-height: 1.9;
		letter-spacing: 0;
	}
	.template-detail__ttl + .template-detail__heading {
		margin-top: 4.5rem;
	}
	.template-detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.template-detail__heading + .template-detail__desc {
		margin-top: 3.0rem;
	}
	.template-detail__note {
		font-size: 1.0rem;
	}
	.template-detail__desc + .template-detail__note {
		margin-top: 1.0rem;
	}
}




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




/*  tips
--------------------------------------------------*/
/* -- グレー背景 -- */
.test {
	background: url('../img/common/bg_diagonal.jpg') no-repeat center center/cover;
}
/* -- 色付き背景 -- */
.test2 {
	background: url('../img/common/bg_diagonal_dark.jpg') no-repeat center center/cover;
}
/* -- サイドボーダー -- */
.test::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	aspect-ratio: 130 / 910;
	background: url('../img/common/img_decoration_line.svg') no-repeat left top/cover;
	z-index: 1;
	/* 明るくする場合 */
	filter: brightness(1.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;
  }
}

