@charset "utf-8";

/*  custom template
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !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; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:1200px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.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; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
.inner{ width:85.333333%; max-width:560px; }
}

:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
}
.wrapper{
  position: relative;
  overflow: hidden;
}
/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }
.movieWrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap iframe,
.movieWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vTxt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  transition: .4s;
  z-index: 0;
}
.btn.shadow{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1.3;
  text-align: right;
  padding: 10px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}

/* color
---------------------------------------------- */


/* font
---------------------------------------------- */
body.android.loaded{
  font-family: YakuHanMP_Noto,'Noto Serif JP',serif;
}
body.loaded .gothic{
  font-family: YakuHanJP_Noto,'Noto Sans JP',sans-serif;
  font-family: 'Yu Gothic','Yugothic',sans-serif;
}
body.loaded .mincho{
  font-family: YakuHanMP_Noto,"Noto Serif JP",serif;
  font-family: "Yu Mincho",YuMincho,serif;
}

/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
/* .tabItem{
  display: none;
  position: relative;
}
.tabItem.active{
  display: block;
  animation: tabFadeIn .5s;
} */

/* swipe
---------------------------------------------- */
.swipe{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.swipe::-webkit-scrollbar{
  display: none;
}
.swipeInner{
  position: relative;
}
.swipeInner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.swipeInner img{
  vertical-align: top;
}
.swipeCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../imgs/common/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.8);
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  position: relative;
  /* overflow-x: hidden; */
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.tpl-footer__num a {
  color: #fff;
}
/* .tpl-footer__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tpl-footer__button--single {
  max-width: 450px;
  color: #fff;
  margin: 0;
}
.tpl-footer__notes {
  border-top: 1px solid rgb(255 255 255 / .1);
  color: rgb(255 255 255 / .5);
  margin-top: 60px;
  padding-top: 40px;
}
.tpl-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 1em;
  border-top: 1px solid rgb(255 255 255 / .1);
  color: rgb(255 255 255 / .5);
  margin-top: 40px;
  padding-block: 30px;
}
.tpl-footer__nav {
  padding-top: 0;
}
.tpl-footer__list {
    justify-content: flex-start;
    width: auto;
    padding: 0;
    border: none;
}
.tpl-footer__link {
  color: rgb(255 255 255 / .5);
}
.tpl-footer__copyright {
  padding: 0;
  text-align: right;
} */

@media screen and (max-width: 768px) {
  /* .tpl-footer__heading {
    flex-direction: column;
    row-gap: 30px;
  }
  .tpl-footer__notes {
    border-top: none;
    margin-top: 30px;
    padding-top: 0;
  }
  .tpl-footer__bottom {
    margin-top: 30px;
  }
  .tpl-footer__nav {
    width: 100%;
  }
  .tpl-footer__list {
    justify-content: center;
  }
  .tpl-footer__copyright {
    width: 100%;
    text-align: center;
  } */
}

/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: none; }}
.fade_slide1.inview,.fade_slide2.inview,.fade_slide3.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:.6s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; transform: translate3d(0, 10px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:.6s; 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.inview{ 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.inview{ 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.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #362d11;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #362d11;
	transform-origin: right;
	transition: transform .6s .4s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}

/* print
---------------------------------------------- */
@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,
	.commonBnrArea,
	.kv,
	.print-hidden{
		display: none;
	}
	.contents-property{
		padding-top: 0 !important;
	}
}
