@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #333;
  /*font-family: 'YakuHanJP','Noto Sans JP', sans-serif;*/
  font-family: 'YakuHanJP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  /* font-feature-settings: "palt"; */
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  margin: auto;
  padding: 0;
  /* opacity: 0; */
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  font-family: YakuHanJP,  "Noto Sans JP", sans-serif;
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
#wrap{ position:relative; }
.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:1300px;
  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; }
}

.center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}

/*  custom template
=========================================================================================*/
: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: var(--color-primary);
  border-radius: 50vw;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  z-index: 0;
}
.arrowBtn {
  padding-right: 0.5em;
}
.arrowBtn .arrow {
  position: absolute;
  top: 52%;
  right: 12%;
  transform: translate(0, -50%);
  z-index: 1;
}
.arrowBtn .arrow img {
  display: block;
}

.sectionBtnWrap {
	max-width: 500px;
	margin-top: 80px;
}

.sectionBtn {
  font-weight: 500;
}

.sectionBtn .arrow {
  width: 20px;
  height: 17px;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
  mask-image: url(../img/common/icon_arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .arrowBtn .arrow {
    top: 50%;
    right: 8%;
  }
  .arrowBtn .arrow img {
    width: 12px;
  }

  .sectionBtnWrap {
		max-width: 300px;
		margin-top: 40px;
	}
	.sectionBtn {
		height: 50px;
		font-size: 16px;
	}

  .sectionBtn .arrow {
    width: 17px;
    height: 14px;
  }
}

/* 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: 5px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  background-color: rgb(0 0 0 / .5);
}
.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
---------------------------------------------- */
:root {
  --color-green: #153835;
  --color-beige: #f1eee0;
  --color-em: #fff3a9;
  --color-primary: #d46130;
}
.bg_green {
  background-color: var(--color-green);
  color: #fff;
}
.bg_beige{
  background-color: var(--color-beige);
}
.color-em {
  color: var(--color-em);
}

/* font
---------------------------------------------- */
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;
}
.oswald {
  font-family: "Oswald", sans-serif;
}

/* section
---------------------------------------------- */
.sectionTitle {
  font-size: clamp(30px, 1.04rem + 1.74vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1;
}

.sectionCopy {
  font-size: clamp(16px, 0.67rem + 0.7vw, 24px);
  letter-spacing: 0.05em;
  line-height: 2.3;
}
.sectionCopy .em {
  font-size: calc(28 / 24 * 100%);
  line-height: 1;
}

.sectionText {
  font-size: clamp(14px, 0.79rem + 0.17vw, 16px);
  letter-spacing: 0.05em;
  line-height: 2.6;
}
.sectionText--l {
  font-size: clamp(14px, 0.71rem + 0.35vw, 18px);
  letter-spacing: 0.05em;
  line-height: 2.6;
}
.sectionText--s {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.pageTitle {
  font-size: clamp(27px, 0.89rem + 1.65vw, 46px);
  line-height: 1;
}
.pageTitle--line {
  text-align: center;
}
.pageTitle--line::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #000;
  margin-top: 20px;
  margin-inline: auto;
}

/* 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(../img/common/icon_scrollCaution.svg) no-repeat center/60px auto;
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  width: 60px;
  height: 60px;
  /* margin-top: -25px; */
}
.swiper-button-prev{
  left: 0;
  /*background: url(../img/common/pc/icon_prev.svg) no-repeat center/100% auto;*/
}
.swiper-button-next{
  right: 0;
  /*background: url(../img/common/pc/icon_next.svg) no-repeat center/100% auto;*/
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-pagination{
  position: relative;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 9px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* commonCapArea
---------------------------------------------- */
.commonCapArea{
position: relative;
padding-block: 60px;
}
.commonCapList{}
.commonCapList > li{
  font-size: 11px;
  letter-spacing: .1em;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
  /* text-align: justify; */
}
.commonCap__link{
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .commonCapArea{
    padding-bottom: 45px;
  }
  .commonCapList > li{
    font-size: 9px;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.header {
  background-color: var(--color-beige);
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1660px;
  height: 100%;
  background-color: var(--color-beige);
  margin-inline: auto;
  padding-inline: 30px;
}

.headerBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10%;
  margin-left: auto;
  transition: .4s ease;
}
.header.is-active .headerBox {
  transform: translate(0, 0);
}

.globalNav {
  flex-shrink: 0;
}
.globalNavList {
  display: flex;
  justify-content: flex-end;
}
.globalNavList > li + li {
  border-left: 1px solid #999;
}
.globalNavList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 0.71rem + 0.35vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-inline: 2em;
  text-align: center;
}
.globalNavList > li:first-child .globalNavList__link {
  padding-left: 0;
}
.globalNavList > li:last-child .globalNavList__link {
  padding-right: 0;
}

.headerBtn {
  flex-shrink: 0;
  width: 220px;
}
.headerBtn .btn {
  font-size: 18px;
  height: 50px;
}

.headerNavBtn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header {
    height: 80px;
  }

  .headerBox {
    column-gap: 5%;
  }

  .headerLogo__link img {
    width: 220px;
  }

  .globalNav {
    margin-right: 3%;
  }
  .globalNavList__link {
    font-size: 13px;
    padding-inline: 1.5em;
  }

  .headerBtn {
    width: 180px;
  }
  .headerBtn .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    height: 50px;
  }

  .header__inner {
    padding-inline: 10px 0;
  }

  .headerLogo__link img {
    width: 174px;
  }

  .header__inner {
    justify-content: space-between;
  }

  .headerBox {
    display: block;
    width: calc(330 / 375 * 100%);
    max-height: calc(100vh - 50px);
    background-color: var(--color-beige);
    box-shadow: 0 0 4px rgb(0 0 0 / .5);
    padding-block: 35px 60px;
    overflow: auto;
    transform: translate(105%, 0);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: -1;
  }

  .globalNav {
    margin-right: 0;
    padding-inline: calc(25 / 330 * 100%);
  }
  .globalNavList {
    flex-direction: column;
  }
  .globalNavList > li + li {
    border-top: 1px solid #999;
    border-left: none;
  }
  .globalNavList__link {
    display: block;
    height: auto;
    font-size: 16px;
    padding: 1.5em;
    text-align: left;
  }
  .globalNavList > li:first-child .globalNavList__link {
    padding: 1.5em;
    padding-top: 0;
  }
  .globalNavList > li:last-child .globalNavList__link {
    padding: 1.5em;
    padding-bottom: 0;
  }
  .globalNavList__link br {
    display: none !important;
  }

  .headerNavBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
    width: 63px;
    height: 100%;
    position: relative;
    z-index: 0;
  }
  .headerNavBtn__line {
    display: block;
    width: 33px;
    height: 2px;
    background-color: #333;
    border-radius: 50vw;
    transition: .4s ease;
  }

  .header.is-active .headerNavBtn__line:nth-child(1) {
    transform: rotate(20deg) translateY(6px);
  }
  .header.is-active .headerNavBtn__line:nth-child(2) {
    opacity: 0;
  }
  .header.is-active .headerNavBtn__line:nth-child(3) {
    transform: rotate(-20deg) translateY(-6px);
  }

  .headerBtn {
    width: 100%;
    max-width: 214px;
    margin-top: 35px;
    margin-inline: auto;
  }
  .headerBtn .btn {
    padding-right: 1em;
  }
  .headerBtn .btn .arrow {
    right: 15%;
  }
  .headerBtn .btn .arrow img {
    width: 18px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {

}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  padding-top: 100px;
  position: relative;
  /* overflow-x: hidden; */
}

@media screen and (max-width: 1200px) {
  .main {
    padding-top: 80px;
  }
}

@media screen and (max-width: 960px) {
  .main {
    padding-top: 50px;
  }
}

/* kv
---------------------------------------------- */
.kv {
  position: relative;
  z-index: 0;
}
.kv::before,
.kv::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.kv::after {
  background-color: var(--color-green);
  transition: .4s ease-out;
  z-index: 10;
}
.loaded .kv::after {
  height: 0;
}
.kvBox {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -45%);
  transition: .4s .3s;
  z-index: 2;
}
.loaded .kvBox {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.kv__title {
  font-size: clamp(30px, 0.62rem + 2.61vw, 60px);
  line-height: 1;
}
.kv__title--ja {
  font-size: clamp(12px, 0.5rem + 0.52vw, 18px);
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}

.kv .p-caption {
  z-index: 10;
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.footerTop {
  background-color: var(--color-green);
  color: #fff;
  padding-block: 40px 45px;
}

.propertyName {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.propertyName .small {
  font-size: 12px;
}

.contact {
  margin-top: 40px;
}
.contact__title {
  font-size: 20px;
  text-align: center;
}
.contact__name {
  font-size: 15px;
  text-align: center;
}
.contactTel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 10px;
  margin-top: 15px;
}
.contactTel__icon {
  transform: translateY(-2px);
}
.contactTel__number {
  font-size: 50px;
  line-height: 1;
}

.contactOpen {
  font-size: 12px;
  margin-top: 1.5em;
  text-align: center;
}

.footerBottom {
  padding-block: 25px;
}
.footerLogo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footerTop {
    padding-block: 20px 25px;
  }

  .propertyName {
    font-size: 20px;
  }
  .propertyName .small {
    font-size: 10px;
  }

  .contact {
    margin-top: 10px;
  }
  .contact__title {
    font-size: 14px;
  }
  .contactTel {
    column-gap: 5px;
  }
  .contactTel__icon {
    transform: translateY(-2px);
  }
  .contactTel__icon img {
    width: 40px;
  }
  .contactTel__number {
    font-size: 32px;
  }

  .contactOpen {
    font-size: 11px;
  }

  .footerBottom {
    padding-block: 15px;
  }
  .footerLogo img {
    width: 189px;
  }
}

/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fade_slide.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; 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, 20px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ 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.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;
	}
}
