@charset "UTF-8";

/*
  共通パーツのテンプレート上書き用CSS
  ※テンプレートファイルでは変更せずこちらで変更
*/

/* common
---------------------------------------------- */
img{border:0;vertical-align:bottom;max-width:100%;height:auto}
.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:90%;
  max-width:1440px;
  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));
}
.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);
}

.moreBtn {
  display: flex;
  align-items: center;
  gap: .7em;
  font-size: clamp(11px, 0.03rem + 1.37vw, 21px); /* 769 - 1500 */
  letter-spacing: 0.15em;
  transition: .4s;
}
.moreBtn::after {
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  background-color: #7a6a56;
  -webkit-mask-image: url(../img/common/icon_arrow-double.svg);
  mask-image: url(../img/common/icon_arrow-double.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: .4s;
}
.moreBtn__text {
  border-bottom: .5px solid #908279;
  color: #604c3f;
  padding-bottom: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .main .moreBtn:hover {
    opacity: .7;
  }
  .moreBtn:hover::after {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 768px) {
  .moreBtn::after {
    width: 7.5px;
    height: 8px;
  }
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  padding: 1px 8px 3px;
  z-index: 10;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.bg,.f-caption.bg {
  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,.f-caption {
    font-size: 9px;
    padding: 4px;
  }
  .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-navy: #1f2632;
  --color-beige: #c8bb9b;
  --color-light: #f9f8f5;
}
.bg_navy {
  background-color: #1f2632;
  color: var(--color-beige);
}
.bg_white {
  background-color: #f9f8f5;
  color: #604c3f;
}


/* font
---------------------------------------------- */
body.loaded .noto{
  font-family: YakuHanMP,"Noto Serif JP",serif;
}

.crimson {
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
.times {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

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

/* 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/130px auto;
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}


/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
.siteHeader .headerLogo {
  top: 0;
}

.siteHeader .headerNavi a {
  font-family: "Crimson Text", "Shippori Mincho", serif;
  text-transform: uppercase;
}

.siteHeader .otherLinks .member a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 8px 10px 8px 10px;
  color: #867347;
  background: #fff;
  border: 1px solid #867347;
}

@media screen and (min-width: 1001px) {
  .siteHeader .headerNavi {
    background: none;
  }
  .siteHeader .headerNavi li {
    width: calc(100% / 7);
  }
  .siteHeader .headerNavi li.space {
    display: none;
  }
  .siteHeader .headerNavi li::before {
    height: 16px;
    /* background: #a38a78; */
    background: #cab7a9;
    top: 50%;
    transform: translateY(-50%);
  }
  .siteHeader .headerNavi li.pc-last::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #a38a78;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .siteHeader .headerNavi li:last-child:after {
    height: 16px;
    background: #a38a78;
    top: 50%;
    transform: translateY(-50%);
  }
  .siteHeader .headerNavi a {
    color: #333;
    font-weight: 500;
  }
  .siteHeader .headerNavi a.current::after {
    content: '';
    width: 65%;
    height: .8px;
    background-color: #a38a78;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
  }
  .siteHeader .headerNavi a .ja {
    display: none;
  }

  /* fixing */
  .siteHeader.fixing .headerNavi li {
    width: calc(100% / 9);
    font-size: 10px;
  }
  .siteHeader.fixing .headerNavi li.pc-last::after {
    content: none;
  }
  .siteHeader.fixing .headerNavi li.outline a,
  .siteHeader.fixing .headerNavi li.map a {
    padding: 29px 0 10px;
    font-size: 10px;
  }

  /* .siteHeader.fixing .otherLinks li a:before {
    margin-left: -46px;
  } */

  .siteHeader .otherLinks {
    display: flex;
    align-items: center;
  }

  .siteHeader .otherLinks .outline a,
  .siteHeader .otherLinks .map a {
    padding: 2px 0 2px 18px;
  }

  .siteHeader.fixing .otherLinks li a:before {
    margin-left: -52px;
  }
  .siteHeader.fixing .otherLinks li.limited a:before {
    margin-left: -86px;
  }

  .siteHeader.fixing .otherLinks .member a {
    color: #fff;
    background: #867347;
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .siteHeader .headerLogo {
    width: 207px;
  }

  .siteHeader .headerNavi ul {
    display: flex;
    flex-wrap: wrap;
  }

  .siteHeader .headerNavi li,
  .siteHeader .headerNavi li:nth-child(2n) {
    float: none;
  }

  .siteHeader .headerNavi a.current {
    background-color: rgb(163 138 120 / .3);
  }
  .siteHeader .headerNavi li.space {
    height: auto;
  }

  .siteHeader .headerNavi a .ja {
    display: block;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 0.5em;
  }

  .siteHeader .otherLinks .member a {
    background: #867347 !important;
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.main a {
  color: inherit;
}
.main a:hover {
  text-decoration: none;
}

.main *,
.main *::before,
.main *::after{ box-sizing: border-box; }

.main em {
  font-style: normal;
}

/* section */
.sectionHead[data-align="center"] {
  text-align: center;
}

.sectionTitle {
  font-size: clamp(20px, 0.84rem + 1.75vw, 47px); /* 375 - 1920 */
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sectionCopy {
  font-size: clamp(13px, 0.62rem + 0.84vw, 26px);
  letter-spacing: 0.05em;
  line-height: 2.1;
}


.sectionCopy-l {
  font-size: clamp(15px, 0.66rem + 1.17vw, 33px); /* 375 - 1920 */
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.sectionCopy-m {
  font-size: clamp(13px, 0.58rem + 0.97vw, 28px); /* 375 - 1920 */
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.sectionText {
  font-size: clamp(10px, 0.53rem + 0.39vw, 16px); /* 375 - 1920 */
  letter-spacing: .05em;
  line-height: 2.25;
  text-align: justify;
}

.sectionText-m {
  font-size: clamp(10px, 0.56rem + 0.26vw, 14px); /* 375 - 1920 */
  letter-spacing: .05em;
  line-height: 2.2;
}

.sectionText-s {
  font-size: clamp(10px, 0.59rem + 0.13vw, 12px); /* 375 - 1920 */
  letter-spacing: .05em;
  line-height: 1.8;
}

/* lineSection */
.lineSection {
  position: relative;
  z-index: 0;
}
.lineSection::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #c8bb9b;
  position: absolute;
  top: 0;
  left: calc(120 / 1920 * 100%);
  z-index: 1;
}

.lineSectionInner {
  width: calc(1680 / 1920 * 100%);
  margin-left: auto;
  padding-right: calc(240 / 1920 * 100%);
}
.lineSectionInner--full {
  width: calc(1800 / 1920 * 100%);
  margin-left: auto;
}

.lineSectionOver { /* 線の上に来るもの */
  position: relative;
  z-index: 1;
}

/* animeImg */
.js_animeImg {
  overflow: hidden;
}

/* pageAnnotation */
.pageAnnotation {
  width: 100%;
  max-width: revert;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.pageAnnotationText {
  color: #666;
  font-size: 11px;
  line-height: 1.8;
}

/* textAnimation */
.textAnimation {
  clip-path: inset(0 100% 0 0);
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}
.textAnimation.inview {
  clip-path: inset(0);
}

@media screen and (min-width: 1001px) {
  .main a:hover {
    opacity: 1;
  }

  .lineSection .inner {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .lineSection::before {
    width: 0.5px;
  }
  .lineSectionInner {
    padding-right: calc(100 / 1440 * 100%);
  }
  .sectionText,
  .sectionText-m {
    line-height: 2.4;
  }
}

.kv {
  position: relative;
  z-index: 0;
}
.kv::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f2632;
	opacity: 1;
	transform: scaleY(1);
	transform-origin: top;
	transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.loaded .kv::before{
	transform: scaleY(0);
}

/* commonLower
---------------------------------------------- */
.commonLowerList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.commonLowerList__link {
  display: block;
  position: relative;
  z-index: 0;
}
.commonLowerList__box {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.commonLowerList__title {
  font-size: clamp(18px, 0.21rem + 1.91vw, 40px);
  letter-spacing: 0.25em;
}
.commonLowerList__img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.commonLowerList__img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .6);
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.commonLowerList__img .p-caption {
  z-index: 10;
}
.commonLowerList__img img {
  transition: .5s;
}

.commonLowerCaption {
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 30px 20px;
}

@media (hover: hover) and (pointer: fine) {
  .commonLowerList__link:hover .commonLowerList__img img {
    transform: scale(1.1);
  }
  .commonLowerList__link:hover .commonLowerList__img::before {
    background-color: rgb(0 0 0 / .3);
  }
}

@media screen and (max-width: 768px) {
  .commonLowerList {
    grid-template-columns: repeat(2, 1fr);
  }
  .commonLowerList__title {
    letter-spacing: 0.15em;
  }

  .commonLowerCaption {
    justify-content: flex-start;
    font-size: 10px;
    padding-block: 15px;
  }
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
/* フッターグロナビ */
.siteFooter .footerNavi {
  background-color: #f9f8f5;
  padding-block: 50px;
}
.siteFooter .footerNavi > .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
}
.siteFooter .footerNavi li {
  flex: 1;
  border-color: #a38a78;
  margin-right: 0;
  padding-inline: 0;
}
.siteFooter .footerNavi a {
  color: #a38a78;
  font-family: "Crimson Text", "Shippori Mincho", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.siteFooter .contactArea {
  background-color: #1f2632;
}

@media screen and (max-width: 768px) {
  .siteFooter .footerNavi li {
    flex: revert;
    padding-inline: 1em;
  }
  .siteFooter .footerNavi li:last-child {
    margin-bottom: 8px;
    padding-inline: 1em;
  }
  .siteFooter .footerNavi a {
    font-size: 11px;
  }
}

/* .atlasFooter .siteTitle {
  padding-bottom: 30px;
} */

/* .atlasFooter .otherLinks {
  margin-bottom: 30px;
  padding-bottom: 25px;
} */

/* 企業ロゴ */
/* .atlasFooter .logos {
  padding-bottom: 30px;
} */

.atlasFooter .logos__title {
  color: #666;
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .atlasFooter .logos li > a {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .atlasFooter .logos__title {
    font-size: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
}

/* アクションボタン */
@media screen and (max-width: 1000px) {
  .atlasFooter .fixingBtns li {
    width: 25%; /* 4つ */
    /* 3つ */
    /* width: 33.333%; */
  }
}

/* roov
---------------------------------------------- */
.roovModal .modal__container {
  max-width: 1340px;
  background: none;
  padding: 30px 70px;
  overflow: revert;
}

.roovModal .modal__close {
  top: 30px;
  right: 0;
  width: 60px;
  aspect-ratio: 1;
  cursor: pointer;
}
.roovModal .modal__close::before,
.roovModal .modal__close::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.roovModal .modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.roovModal .modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.roov {
  max-height: calc(100vh - 60px);
  background-color: #fff;
  overflow-y: auto;
}
.roovMain img {
  width: 100%;
}
.roovBox {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: min(calc(70 / 1200 * 100%), 70px);
}
.roovBoxHead {
  margin-top: -16%;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.roovBoxHead__inner {
  gap: 12%;
}
.roovBoxHeadLeft {
  flex: 1;
  text-align: center;
}
.roovBox__copy {
  color: #7a6a56;
  line-height: 1.5;
}
.roovBox__copy::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #333;
  margin-top: 30px;
  margin-inline: auto;
}
.roovBox__text {
  margin-top: 2em;
  text-align: center;
}
.roovBoxHeadRight {
  width: calc(293 / 1020 * 100%);
}

.roovStep {
  padding-bottom: 80px;
}
.roovStepHead {
  gap: 3%;
}
.roovStep__title {
  color: #7a6a56;
  font-size: 60px;
  letter-spacing: 0.12em;
}
.roovStepHead__text {
  line-height: 1.5;
}
.roovStepBody {
  margin-top: 30px;
}
.roovStepList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.roovStepListHead {
  background-color: #f9f8f5;
  color: #7a6a56;
  padding: 8%;
}
.roovStepList__title {
  font-size: 24px;
  letter-spacing: 0.12em;
}
.roovStepList__title .num {
  font-style: normal;
  font-size: calc(60 / 24 * 100%);
}
.roovStepList__copy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 1em;
}
.roovStepListBody {
  padding: 10%;
}
.roovStepList__text {
  text-align: left;
}
.roovStepList__btn {
  display: block;
  width: 100%;
  background-color: #867347;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 20px;
  padding: .8em;
  padding-right: 1.5em;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 0;
}
.roovStepList__btn::before {
  content: '';
  width: 15px;
  height: 20px;
  background: url(../img/common/icon_arrow-double.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  z-index: 1;
}
.roovStepList__img {
  margin-top: 20px;
}

.roovBox__note {
  max-width: 800px;
  color: #7a6a56;
  border: 1px solid #7a6a56;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-inline: auto;
  padding: 1.5em 2em;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .roovModal .modal__overlay {
    background: rgba(0,0,0,0.8);
  }
  .roovModal .modal__container {
    width: 100%;
    max-width: 560px;
    padding: 40px 20px;
  }

  .roovModal .modal__close {
    top: 10px;
    right: 20px;
    width: 30px;
  }

  .roov {
    height: calc(100vh - 80px);
  }
  .roovBox {
    max-width: 560px;
  }
  .roovBoxHead {
    margin-top: 0;
    padding-top: 30px;
  }
  .roovBoxHead__inner {
    flex-direction: column;
    gap: 25px;
  }
  .roovBox__copy::after {
    width: 30px;
    height: 0.5px;
    margin-top: 15px;
  }
  .roovBox__text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1em;
  }
  .roovBoxHeadRight {
    width: calc(160 / 300 * 100%);
  }

  .roovStep {
    padding-block: 40px;
  }
  .roovStepHead {
    gap: 10px;
  }
  .roovStep__title {
    font-size: 30px;
  }
  .roovStepHead__text {
    font-size: 12px;
  }
  .roovStepBody {
    margin-top: 20px;
  }
  .roovStepList {
    grid-template-columns: 1fr;
  }
  .roovStepListHead {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 15px 6%;
  }
  .roovStepList__title {
    font-size: 12px;
    line-height: 1.6;
  }
  .roovStepList__copy {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .roovStepListBody {
    padding: 25px 6%;
  }
  .roovStepList__text {
    font-size: 12px;
    line-height: 1.6;
  }
  .roovStepList__btn {
    font-size: 14px;
  }
  .roovStepList__btn::before {
    width: 12px;
    height: 17px;
  }
  .roovStepList::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: rgb(0 0 0 / .3);
  }

  .roovBox__note {
    max-width: 560px;
    font-size: 12px;
    margin-top: 20px;
    padding: 1.5em 2em;
  }
}


/* print
---------------------------------------------- */
@media print{
	body,html{
		zoom:.8 !important;
	}
  #onetrust-banner-sdk,
	.siteHeader,
	.commonLower,
	.siteFooter,
	.atlasFooter,
	.print-hidden{
		display: none;
	}
	.contents-property{
		padding-top: 0 !important;
	}
}

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

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

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

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-10px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:.8s; 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: #1f2632;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .6s 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: #1f2632;
	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);
}