@charset "UTF-8";
:root {
  --font-jp: "Shippori Mincho B1", serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-garamond: "EB Garamond", serif;
  --primary-color: #5c747e;
  --secondary-color: #8FCDED;
  --ttl-color: #5c747e;
  --cap-color: #595757;
  --wrap: 1200px;
}

/*
  reset
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 62.5%;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 1087px) {
  html {
    font-size: 0.969932105vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 10px;
  }
}
body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif;
  color: #333;
}

a {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* pc sp */
@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}
.spOnly {
  display: none;
}

@media (max-width: 767px) {
  .spOnly {
    display: inline-block;
  }
}
.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.tabOnly {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .tab,
  .tabOnly {
    display: block !important;
  }
  img.tab,
  img.tabOnly {
    display: inline !important;
  }
  .tabNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp,
  .tab {
    display: block !important;
  }
  img.sp,
  img.tab {
    display: inline !important;
  }
  .pc {
    display: none !important;
  }
  .tabNone {
    display: none !important;
  }
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

/* ================================================ */
/* ▼グローバルヘッダ PC */
/* ================================================ */
.path {
  background-color: #ebe7e7;
}

@media screen and (max-width: 767px) {
  .path {
    background-color: #fff;
    height: 52px;
  }
}
.pathlist {
  width: 100%;
  max-width: 960px;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .pathlist {
    padding: 0 5px !important;
  }
}
.pathlist li {
  margin-top: 8px;
  margin-bottom: 5px;
  float: left;
  font-size: 12px;
  color: #333;
  margin-right: 5px;
  line-height: 1 !important;
}

@media screen and (max-width: 767px) {
  .pathlist li .current {
    font-weight: bold;
  }
}
.pathlist a {
  color: #333;
}

#rwdMenuWrap_ {
  display: none;
}

.property-header {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  width: 1180px;
  height: 77px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}

.property-header .cvArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 660px;
}

.property-header .cvArea .cvBtn:nth-of-type(1) {
  width: 140px;
}

.property-header .cvArea .cvBtn:nth-of-type(2) {
  width: 140px;
}

.property-header .cvArea .cvBtn:nth-of-type(3) {
  width: 152px;
}

.property-header .cvArea .cvBtn:nth-of-type(4) {
  width: 152px;
}

.property-header .cvBtn {
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 500;
  padding: 10px 0;
}

.property-header .cvBtn .en {
  letter-spacing: 0;
  white-space: nowrap;
}

.globalNavi {
  align-items: center;
  background-color: #55524f;
  display: flex;
  height: 48px;
  justify-content: center;
  z-index: 9;
  width: 100%;
}

.globalNavi__item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 80px;
  height: 100%;
}

.globalNavi__item:before,
.globalNavi__item:after {
  background-color: #a69a8e;
  height: 18px;
  position: absolute;
  width: 1px;
}

.globalNavi__item:first-of-type:before {
  content: "";
  left: 0;
}

.globalNavi__item:after {
  content: "";
  right: 0;
}

.globalNavi__item:hover .globalNavi__link:after,
.globalNavi__item.is-current .globalNavi__link:after {
  transform: translate(-50%, 0) scale(1, 1);
}

.globalNavi__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0 20px;
  height: 100%;
}

.globalNavi__link:after {
  background-color: #a69a8e;
  bottom: 0;
  content: "";
  position: absolute;
  height: 4px;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, 0) scale(0, 1);
  transform-origin: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .globalNavi {
    display: none;
  }
}
/* ================================================ */
/* ▼グローバルヘッダ SP */
/* ================================================ */
@media screen and (max-width: 767px) {
  #rwdMenuWrap_ {
    display: block;
  }
  .row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .row::before,
  .row::after {
    display: table;
    content: " ";
  }
  .row::after {
    clear: both;
  }
  .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .logo {
    display: block;
    float: left;
    margin: 15px 0;
  }
  .logo img {
    width: 200px;
    height: auto;
  }
  #menuList {
    display: none;
  }
  #rwdMenuWrap {
    z-index: 10;
  }
  #rwdMenuWrap_ {
    position: absolute;
    z-index: 50;
    top: 66px;
    width: 100%;
    font-family: "Shippori Mincho B1", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  }
  #rwdMenuWrap_ #switchBtnArea {
    width: 40px;
    height: 52px;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 99;
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn {
    top: 8px;
    width: 40px;
    height: 40px;
    display: block;
    background: #a7a7a7;
    position: absolute;
    border-radius: 5px;
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear;
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0);
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 18px;
    transform: scale(1);
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    transform: rotate(0);
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 18px;
    transform: rotate(-45deg);
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    transform: scale(0);
  }
  #rwdMenuWrap_ #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(45deg);
  }
  #rwdMenuWrap_ ul {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 60px;
  }
  #rwdMenuWrap_ ul li {
    width: 100%;
    border-bottom: #888888 1px solid;
  }
  #rwdMenuWrap_ ul li:first-child {
    border-top: #888888 1px solid;
  }
  #rwdMenuWrap_ ul li a {
    padding: 15px 20px;
    text-align: left;
    display: block;
    background: #ebebeb;
    position: relative;
    color: #333333;
    font-size: 13px;
  }
  #rwdMenuWrap_ ul li span {
    padding: 15px 20px;
    text-align: left;
    display: block;
    background: #ebebeb;
    position: relative;
    color: #333;
    font-size: 13px;
  }
  #rwdMenuWrap_ ul li a:after {
    content: "";
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    transform: rotate(45deg);
  }
  #rwdMenuWrap_ ul li span:after {
    content: "";
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    transform: rotate(135deg);
  }
}
.siteHeader {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 22.5px 0;
}

@media (max-width: 768px) {
  .siteHeader {
    display: none;
  }
}
.globalNav__list {
  display: flex;
  justify-content: center;
}

.globalNav__item {
  position: relative;
}

.globalNav__item:before {
  background-color: #231815;
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  margin: 0 40px;
}

.globalNav__item:first-of-type:before {
  content: none;
}

.globalNav__link {
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s;
}

.globalNav__link--disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.globalNav__link:hover {
  opacity: 0.8;
}

.primaryNav__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.primaryNav__item {
  position: relative;
}

.primaryNav__link {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  line-height: 1;
  background-color: #D0C9C3;
  width: 135px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.primaryNav__link:hover {
  opacity: 0.8;
  box-shadow: none;
}

.primaryNav__link--reserve {
  /* background: #5097da url("../imgs/bg-cv-reserve.jpg") no-repeat left top / cover; */
  color: #fff;
}

.primaryNav__link--request {
  /* background: #5ec2da url("../imgs/bg-cv-request.jpg") no-repeat left top / cover; */
  color: #fff;
}

.primaryNav__pullDown {
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  line-height: 1;
  background-color: #D0C9C3;
  width: 135px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  cursor: pointer;
}

.primaryNav__pullDown .arrowSVG path {
  transition: all 0.3s;
}

.primaryNav__pullDown--reserve {
  color: #fff;
  background-color: #F39800;
}

.primaryNav__pullDown--reserve a{
  color: #fff;
}

.primaryNav__pullDown--request {
  color: #fff;
  background-color: #172A88;
}

.primaryNav__pullDown--request a{
  color: #fff;
}

.primaryNav__item:hover .primaryNav__pullDown {
  color: #333;
  background-color: #A7D1DE;
  box-shadow: none;
}

.primaryNav__item:hover .primaryNav__pullDown .arrowSVG path {
  stroke: #333;
}

.primaryNav__pullDownItem {
  --bg-color: #A7D1DE;

  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 16px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 1;
}

.primaryNav__item:hover .primaryNav__pullDownItem {
  opacity: 1;
  visibility: visible;
}

.primaryNav__pullDownItem::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--bg-color) transparent;
  border-width: 0 9px 18px 9px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -9px;
}

.primaryNav__pullDownItem ._link {
  position: relative;
}

.primaryNav__pullDownItem ._link + ._link {
  border-top: #C9C9C9 1px solid;
}

.primaryNav__pullDownItem ._link a {
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  display: block;
  padding: 16px 48px;
  background-color: var(--bg-color);
  transition: all 0.3s;
}

.primaryNav__pullDownItem ._link a:hover {
  opacity: 0.8;
}

.primaryNav__item--accordion .primaryNav__link:hover {
  background-color: #CEE0DA;
  box-shadow: none;
}

.primaryNav__item--accordion:hover .primaryNav__subList {
  opacity: 1;
  visibility: visible;
}

.primaryNav__subList {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 10;
}

.primaryNav__subList:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 18px solid #CEE0DA;
  border-top: 0;
  position: absolute;
  bottom: calc(100% - 6px);
  left: 50%;
  transform: translateX(-50%);
}

.primaryNav__subItem {
  background-color: #fff;
  position: relative;
}

.primaryNav__subItem:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.primaryNav__subItem:first-of-type:before {
  content: none;
}

.primaryNav__subLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CEE0DA;
  width: 160px;
  height: 44px;
  line-height: 1.2;
  padding: 16px 0;
  transition: all 0.3s;
}

.primaryNav__subLink:hover {
  opacity: 0.8;
}

.spMenu {
  position: fixed;
  overflow: scroll;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px);
  background: url("../imgs/sp/bg-menu.jpg") no-repeat center center/cover;
  color: #231815;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.spMenu.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .spMenu {
    display: none;
  }
}
.spNav__item {
  position: relative;
}

.spNav__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E4E3E3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spNav__link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 4.1025641026vw;
  line-height: 1;
  padding: 6.1538461538vw;
}

.spNav__link--disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.spNav__link .arrowSVG {
  width: 2.0512820513vw;
}

.spNav__link .accordionIcon {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: relative;
}

.spNav__link .accordionIcon::before,
.spNav__link .accordionIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #231815;
  transition: transform 0.3s ease;
}

.spNav__link .accordionIcon::before {
  height: 2px;
  width: 100%;
}

.spNav__link .accordionIcon::after {
  height: 100%;
  width: 2px;
}

.spNav__link.is-open .accordionIcon::before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.spNav__link.is-open .accordionIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spNav__subItem {
  position: relative;
}

.spNav__subItem::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spNav__subLink {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: calc(16vw / 390 * 100);
  line-height: 1;
  padding: calc(24vw / 390 * 100);
}

.spNav__subLink .arrowSVG {
  width: 2.0512820513vw;
}

.spNav__subItem .arrowSVG {
  width: 2.0512820513vw;
}

.spCVNav__item {
  border-bottom: #fff 1px solid;
}

.spCVNav__pullDown ._summary {
  display: block;
  font-size: 4.1025641026vw;
  line-height: 1;
  padding: 6.1538461538vw;
  position: relative;
}

.spCVNav__pullDown ._summary::before,
.spCVNav__pullDown ._summary::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #003B38;
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -1px;
}

.spCVNav__pullDown ._summary::after {
  transform: rotate(90deg);
}

.spCVNav__pullDown[open] ._summary::after {
  opacity: 0;
}

.spCVNav__pullDownBody {
  border-top: #fff 1px solid;
}

.spCVNav__pullDownItem {
  border-bottom: #fff 1px solid;
}

.spCVNav__pullDownItem a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 4.1025641026vw;
  line-height: 1;
  padding: 6.1538461538vw;
}

.spCVNav__pullDownItem .arrowSVG {
  width: 2.0512820513vw;
}

.spCVNav__pullDown ._summary::-webkit-details-marker {
  display: none;
}

.spCVNav__link {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 6.1538461538vw;
  align-items: center;
  padding: 5.1282051282vw 0;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.12);
  height: 20.5128205128vw;
}

.spCVNav__link--reserve {
  /* background: #5097da url("../imgs/bg-cv-reserve.jpg") no-repeat center center/cover; */
  color: #fff;
}

.spCVNav__link--request {
  /* background: #5ec2da url("../imgs/bg-cv-request.jpg") no-repeat center center/cover; */
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  width: 40px;
  height: 40px;
}

.pagetop a {
  transition: all 0.5s;
}

.pagetop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pagetop {
    position: fixed;
    bottom: 75px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.property-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
}

.property-footer .bnrArea {
  max-width: 760px;
  margin: 90px auto 0;
}

@media (max-width: 767px) {
  .property-footer .bnrArea {
    padding: 0 40px;
    margin-top: 50px;
  }
}
.property-footer .contactArea {
  width: 100%;
}

.property-footer .contactArea__inner {
  text-align: center;
}

.property-footer .contactArea__heading {
  margin: 85px auto 0;
  font-size: 42px;
  line-height: 1.47619048;
  letter-spacing: 0.12em;
  font-family: "Cormorant Infant", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .property-footer .contactArea__heading {
    margin: 47px auto 0;
    font-size: 24px;
  }
}
.property-footer .contactArea .cvArea {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .property-footer .contactArea .cvArea {
    display: block;
  }
}
.property-footer .contactArea .cvBtn {
  width: 386px;
  padding: 20px 0;
  font-weight: 700;
}

.property-footer .contactArea .cvBtn:not(:last-of-type) {
  margin-right: 24px;
}

@media (max-width: 767px) {
  .property-footer .contactArea .cvBtn {
    width: 78.6666666667vw;
    margin: auto;
  }
  .property-footer .contactArea .cvBtn:not(:last-of-type) {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.property-footer .ftr__btn {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 80px 0 60px;
}

@media (max-width: 767px) {
  .property-footer .ftr__btn {
    margin: 50px 0 20px;
  }
}
.property-footer .ftr__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .property-footer .ftr__btn__inner {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 13.3333333333vw;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item {
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item:nth-of-type(even) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
    white-space: nowrap;
  }
  .property-footer .ftr__btn__item:nth-of-type(3) a {
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item:nth-of-type(4) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item:nth-of-type(5) {
    margin-left: 10px;
  }
}
.property-footer .ftr__btn__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #d9d9d9;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .property-footer .ftr__btn__item:not(:first-child)::before {
    display: none;
  }
}
.property-footer .ftr__btn__item a {
  font-size: 12px;
  line-height: 3.5;
  letter-spacing: 0.18em;
  color: #333333;
  transition: all 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .property-footer .ftr__btn__item a {
    transition: unset;
    display: block;
    text-align: left;
    padding-left: 1.5em;
    line-height: 3;
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .property-footer .ftr__btn__item a {
    transition: unset;
  }
}
.property-footer .ftr__btn__item a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .property-footer .ftr__btn__item a:hover {
    opacity: unset;
  }
}
.property-footer .foot {
  padding: 0 2.08333vw 30px;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.property-footer .foot_in {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .property-footer .foot_in {
    display: block;
    padding: 0 20px;
  }
}
.property-footer .foot_left {
  width: 386px;
}

@media screen and (max-width: 767px) {
  .property-footer .foot_left {
    width: 70.2666666667vw;
  }
}
.property-footer .foot_center {
  width: 304px;
}

.property-footer .foot_center img:not(:first-child) {
  margin-top: 10px;
}

.property-footer .foot_center .foot_centerTxt {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 10px;
  font-family: "Noto Serif", serif;
}

@media screen and (max-width: 767px) {
  .property-footer .foot_center .foot_centerTxt {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.54166667;
  }
}
@media screen and (max-width: 767px) {
  .property-footer .foot_center .foot_centerTxt .salesTime {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .property-footer .foot_center {
    width: 100%;
  }
  .property-footer .foot_center img {
    margin-top: 10px;
  }
  .property-footer .foot_center img:nth-of-type(1) {
    width: 69.0666666667vw;
  }
  .property-footer .foot_center img:nth-of-type(2) {
    width: 67.3333333333vw;
  }
}
.property-footer .foot_right {
  width: 222px;
}

@media screen and (max-width: 767px) {
  .property-footer .foot_right {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 51.2vw;
  }
}
@media screen and (max-width: 767px) {
  .foot {
    padding: 5px 0;
    background: #fff;
    font-size: 12px;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  }
  small {
    font-size: 80%;
  }
}
.contactArea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

.contactArea:after {
  background: rgb(89, 86, 84);
  background: linear-gradient(90deg, rgb(89, 86, 84) 30%, rgb(75, 73, 70) 90%);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.contactArea__lead {
  color: #a69a8e;
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 1;
}

.contactArea__cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.contactCV {
  box-shadow: 10px 10px 20px 5px rgba(51, 51, 51, 0.8);
  display: block;
  font-size: 24px;
  letter-spacing: 0.24em;
  line-height: 0.85;
  padding: 30px 0 30px 30px;
  position: relative;
  width: 425px;
  transition: 0.5s;
}

.contactCV:hover {
  opacity: 0.8;
}

.contactCV__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

.contactCV__icon .arrowSVG {
  width: 22px;
}

.contactCV--req {
  background-color: #d0c9c3;
}

.contactCV--req .contactCV__icon {
  background-color: #d7d1cc;
}

.contactCV--res {
  background-color: #8a745e;
  color: #fff;
}

.contactCV--res .contactCV__icon {
  background-color: #9b8976;
}

@media only screen and (min-width: 767px) {
  .contactCV:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contactArea {
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .contactArea__lead {
    font-size: 28px;
    text-align: center;
  }
  .contactArea__cv {
    margin-top: 30px;
    width: 100%;
  }
  .contactCV {
    font-size: 14px;
    padding: 17px 0 17px 20px;
    width: 100%;
  }
  .contactCV__icon {
    height: 46px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .contactCV:nth-child(n+2) {
    margin-top: 20px;
  }
}
/* 予告広告 */
.noticeArea {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  border-top: 1px solid #EBE7E7;
  border-bottom: 1px solid #EBE7E7;
  padding: 16px;
}

.noticeArea__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.noticeBox {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.noticeBox__ttl {
  font-size: 28px;
  padding: 4px 16px;
  text-align: center;
  line-height: 1;
  border: 1px solid #999;
  letter-spacing: 0;
  font-size: 20px;
}

.noticeBox__txt {
  font-size: 12px;
  line-height: 1.4;
  flex: 1;
  min-width: 648px;
}

@media only screen and (max-width: 767px) {
  .noticeArea {
    padding: 16px 30px;
  }
  .noticeBox {
    display: block;
  }
  .noticeBox__ttl {
    display: inline-block;
  }
  .noticeBox__txt {
    margin-top: 8px;
    min-width: inherit;
  }
}
/* 予告広告 */
.ftrCaption {
  padding: 50px 20px;
  margin: 0 auto;
  background: #E0E7E9;
}
.ftrCaption .caption{
  max-width: 1040px;
  margin-inline: auto;
}

.ftrNav {
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding: 15px 0;
  margin: 0 auto;
}

.ftrNav__link {
  border-right: 1px solid #999;
  padding: 0 20px;
  text-align: center;
  width: auto;
}

.ftrNav__link:last-child {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .ftrNav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
  }
  .ftrNav__link {
    border-right: none;
    position: relative;
    text-align: center;
    padding: 0;
    width: 50%;
  }
  .ftrNav__link::before {
    content: "";
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 29%;
    left: 20px;
  }
  .ftrNav__link:nth-child(n+3) {
    margin-top: 12px;
  }
}
.mainNavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 1rem 0;
  margin-inline: auto;
}

.spMainNavi {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mainNavi {
    display: none;
  }
  .spMainNavi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
  }
  .spMainNavi__link {
    border-right: none;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0 0 0 40px;
    width: 50%;
  }
  .spMainNavi__link::before {
    content: "";
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    position: absolute;
    top: 29%;
    left: 20px;
  }
  .spMainNavi__link--disabled {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
  }
  .spMainNavi__link:nth-child(n+3) {
    margin-top: 12px;
  }
}
.caption,
.capIn,
.capOut {
  font-size: 10px;
  color: var(--cap-color);
  line-height: 1.4;
}

.caption[data-color=white],
.capIn[data-color=white],
.capOut[data-color=white] {
  color: #ffffff;
}

.caption[data-color=black],
.capIn[data-color=black],
.capOut[data-color=black] {
  color: #000000;
}

.caption[data-color=sdw-wh],
.capIn[data-color=sdw-wh],
.capOut[data-color=sdw-wh] {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
}

.caption[data-color=sdw-bl],
.capIn[data-color=sdw-bl],
.capOut[data-color=sdw-bl] {
  color: #000000;
  text-shadow: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.photo {
  position: relative;
}

.photo__capIn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}

.photo__capOut {
  position: absolute;
  letter-spacing: -0.06em;
  top: calc(100% + 5px);
  right: 0;
  text-align: right;
}

.photo--full .photo__image {
  width: 100%;
}

.pic {
  position: relative;
  display: block;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: 1.8;
}

.pic__capIn, .pic__capOut {
  position: absolute;
}

.pic__capIn {
  bottom: 5px;
  right: 5px;
}

.pic__capOut {
  padding-top: 5px;
  right: 0;
  top: 100%;
}

.pic__pic {
  display: block;
}

/* scroll animatiion interaction */
[data-sai][data-sai][data-sai-duration="50"],
body[data-sai-duration="50"] [data-sai] {
  transition-duration: 50ms;
}

[data-sai][data-sai][data-sai-delay="50"],
body[data-sai-delay="50"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="50"].sai-animate,
body[data-sai-delay="50"] [data-sai].sai-animate {
  transition-delay: 50ms;
}

[data-sai][data-sai][data-sai-duration="100"],
body[data-sai-duration="100"] [data-sai] {
  transition-duration: 0.1s;
}

[data-sai][data-sai][data-sai-delay="100"],
body[data-sai-delay="100"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="100"].sai-animate,
body[data-sai-delay="100"] [data-sai].sai-animate {
  transition-delay: 0.1s;
}

[data-sai][data-sai][data-sai-duration="150"],
body[data-sai-duration="150"] [data-sai] {
  transition-duration: 0.15s;
}

[data-sai][data-sai][data-sai-delay="150"],
body[data-sai-delay="150"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="150"].sai-animate,
body[data-sai-delay="150"] [data-sai].sai-animate {
  transition-delay: 0.15s;
}

[data-sai][data-sai][data-sai-duration="200"],
body[data-sai-duration="200"] [data-sai] {
  transition-duration: 0.2s;
}

[data-sai][data-sai][data-sai-delay="200"],
body[data-sai-delay="200"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="200"].sai-animate,
body[data-sai-delay="200"] [data-sai].sai-animate {
  transition-delay: 0.2s;
}

[data-sai][data-sai][data-sai-duration="250"],
body[data-sai-duration="250"] [data-sai] {
  transition-duration: 0.25s;
}

[data-sai][data-sai][data-sai-delay="250"],
body[data-sai-delay="250"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="250"].sai-animate,
body[data-sai-delay="250"] [data-sai].sai-animate {
  transition-delay: 0.25s;
}

[data-sai][data-sai][data-sai-duration="300"],
body[data-sai-duration="300"] [data-sai] {
  transition-duration: 0.3s;
}

[data-sai][data-sai][data-sai-delay="300"],
body[data-sai-delay="300"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="300"].sai-animate,
body[data-sai-delay="300"] [data-sai].sai-animate {
  transition-delay: 0.3s;
}

[data-sai][data-sai][data-sai-duration="350"],
body[data-sai-duration="350"] [data-sai] {
  transition-duration: 0.35s;
}

[data-sai][data-sai][data-sai-delay="350"],
body[data-sai-delay="350"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="350"].sai-animate,
body[data-sai-delay="350"] [data-sai].sai-animate {
  transition-delay: 0.35s;
}

[data-sai][data-sai][data-sai-duration="400"],
body[data-sai-duration="400"] [data-sai] {
  transition-duration: 0.4s;
}

[data-sai][data-sai][data-sai-delay="400"],
body[data-sai-delay="400"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="400"].sai-animate,
body[data-sai-delay="400"] [data-sai].sai-animate {
  transition-delay: 0.4s;
}

[data-sai][data-sai][data-sai-duration="450"],
body[data-sai-duration="450"] [data-sai] {
  transition-duration: 0.45s;
}

[data-sai][data-sai][data-sai-delay="450"],
body[data-sai-delay="450"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="450"].sai-animate,
body[data-sai-delay="450"] [data-sai].sai-animate {
  transition-delay: 0.45s;
}

[data-sai][data-sai][data-sai-duration="500"],
body[data-sai-duration="500"] [data-sai] {
  transition-duration: 0.5s;
}

[data-sai][data-sai][data-sai-delay="500"],
body[data-sai-delay="500"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="500"].sai-animate,
body[data-sai-delay="500"] [data-sai].sai-animate {
  transition-delay: 0.5s;
}

[data-sai][data-sai][data-sai-duration="550"],
body[data-sai-duration="550"] [data-sai] {
  transition-duration: 0.55s;
}

[data-sai][data-sai][data-sai-delay="550"],
body[data-sai-delay="550"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="550"].sai-animate,
body[data-sai-delay="550"] [data-sai].sai-animate {
  transition-delay: 0.55s;
}

[data-sai][data-sai][data-sai-duration="600"],
body[data-sai-duration="600"] [data-sai] {
  transition-duration: 0.6s;
}

[data-sai][data-sai][data-sai-delay="600"],
body[data-sai-delay="600"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="600"].sai-animate,
body[data-sai-delay="600"] [data-sai].sai-animate {
  transition-delay: 0.6s;
}

[data-sai][data-sai][data-sai-duration="650"],
body[data-sai-duration="650"] [data-sai] {
  transition-duration: 0.65s;
}

[data-sai][data-sai][data-sai-delay="650"],
body[data-sai-delay="650"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="650"].sai-animate,
body[data-sai-delay="650"] [data-sai].sai-animate {
  transition-delay: 0.65s;
}

[data-sai][data-sai][data-sai-duration="700"],
body[data-sai-duration="700"] [data-sai] {
  transition-duration: 0.7s;
}

[data-sai][data-sai][data-sai-delay="700"],
body[data-sai-delay="700"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="700"].sai-animate,
body[data-sai-delay="700"] [data-sai].sai-animate {
  transition-delay: 0.7s;
}

[data-sai][data-sai][data-sai-duration="750"],
body[data-sai-duration="750"] [data-sai] {
  transition-duration: 0.75s;
}

[data-sai][data-sai][data-sai-delay="750"],
body[data-sai-delay="750"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="750"].sai-animate,
body[data-sai-delay="750"] [data-sai].sai-animate {
  transition-delay: 0.75s;
}

[data-sai][data-sai][data-sai-duration="800"],
body[data-sai-duration="800"] [data-sai] {
  transition-duration: 0.8s;
}

[data-sai][data-sai][data-sai-delay="800"],
body[data-sai-delay="800"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="800"].sai-animate,
body[data-sai-delay="800"] [data-sai].sai-animate {
  transition-delay: 0.8s;
}

[data-sai][data-sai][data-sai-duration="850"],
body[data-sai-duration="850"] [data-sai] {
  transition-duration: 0.85s;
}

[data-sai][data-sai][data-sai-delay="850"],
body[data-sai-delay="850"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="850"].sai-animate,
body[data-sai-delay="850"] [data-sai].sai-animate {
  transition-delay: 0.85s;
}

[data-sai][data-sai][data-sai-duration="900"],
body[data-sai-duration="900"] [data-sai] {
  transition-duration: 0.9s;
}

[data-sai][data-sai][data-sai-delay="900"],
body[data-sai-delay="900"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="900"].sai-animate,
body[data-sai-delay="900"] [data-sai].sai-animate {
  transition-delay: 0.9s;
}

[data-sai][data-sai][data-sai-duration="950"],
body[data-sai-duration="950"] [data-sai] {
  transition-duration: 0.95s;
}

[data-sai][data-sai][data-sai-delay="950"],
body[data-sai-delay="950"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="950"].sai-animate,
body[data-sai-delay="950"] [data-sai].sai-animate {
  transition-delay: 0.95s;
}

[data-sai][data-sai][data-sai-duration="1000"],
body[data-sai-duration="1000"] [data-sai] {
  transition-duration: 1s;
}

[data-sai][data-sai][data-sai-delay="1000"],
body[data-sai-delay="1000"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1000"].sai-animate,
body[data-sai-delay="1000"] [data-sai].sai-animate {
  transition-delay: 1s;
}

[data-sai][data-sai][data-sai-duration="1050"],
body[data-sai-duration="1050"] [data-sai] {
  transition-duration: 1.05s;
}

[data-sai][data-sai][data-sai-delay="1050"],
body[data-sai-delay="1050"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1050"].sai-animate,
body[data-sai-delay="1050"] [data-sai].sai-animate {
  transition-delay: 1.05s;
}

[data-sai][data-sai][data-sai-duration="1100"],
body[data-sai-duration="1100"] [data-sai] {
  transition-duration: 1.1s;
}

[data-sai][data-sai][data-sai-delay="1100"],
body[data-sai-delay="1100"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1100"].sai-animate,
body[data-sai-delay="1100"] [data-sai].sai-animate {
  transition-delay: 1.1s;
}

[data-sai][data-sai][data-sai-duration="1150"],
body[data-sai-duration="1150"] [data-sai] {
  transition-duration: 1.15s;
}

[data-sai][data-sai][data-sai-delay="1150"],
body[data-sai-delay="1150"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1150"].sai-animate,
body[data-sai-delay="1150"] [data-sai].sai-animate {
  transition-delay: 1.15s;
}

[data-sai][data-sai][data-sai-duration="1200"],
body[data-sai-duration="1200"] [data-sai] {
  transition-duration: 1.2s;
}

[data-sai][data-sai][data-sai-delay="1200"],
body[data-sai-delay="1200"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1200"].sai-animate,
body[data-sai-delay="1200"] [data-sai].sai-animate {
  transition-delay: 1.2s;
}

[data-sai][data-sai][data-sai-duration="1250"],
body[data-sai-duration="1250"] [data-sai] {
  transition-duration: 1.25s;
}

[data-sai][data-sai][data-sai-delay="1250"],
body[data-sai-delay="1250"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1250"].sai-animate,
body[data-sai-delay="1250"] [data-sai].sai-animate {
  transition-delay: 1.25s;
}

[data-sai][data-sai][data-sai-duration="1300"],
body[data-sai-duration="1300"] [data-sai] {
  transition-duration: 1.3s;
}

[data-sai][data-sai][data-sai-delay="1300"],
body[data-sai-delay="1300"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1300"].sai-animate,
body[data-sai-delay="1300"] [data-sai].sai-animate {
  transition-delay: 1.3s;
}

[data-sai][data-sai][data-sai-duration="1350"],
body[data-sai-duration="1350"] [data-sai] {
  transition-duration: 1.35s;
}

[data-sai][data-sai][data-sai-delay="1350"],
body[data-sai-delay="1350"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1350"].sai-animate,
body[data-sai-delay="1350"] [data-sai].sai-animate {
  transition-delay: 1.35s;
}

[data-sai][data-sai][data-sai-duration="1400"],
body[data-sai-duration="1400"] [data-sai] {
  transition-duration: 1.4s;
}

[data-sai][data-sai][data-sai-delay="1400"],
body[data-sai-delay="1400"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1400"].sai-animate,
body[data-sai-delay="1400"] [data-sai].sai-animate {
  transition-delay: 1.4s;
}

[data-sai][data-sai][data-sai-duration="1450"],
body[data-sai-duration="1450"] [data-sai] {
  transition-duration: 1.45s;
}

[data-sai][data-sai][data-sai-delay="1450"],
body[data-sai-delay="1450"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1450"].sai-animate,
body[data-sai-delay="1450"] [data-sai].sai-animate {
  transition-delay: 1.45s;
}

[data-sai][data-sai][data-sai-duration="1500"],
body[data-sai-duration="1500"] [data-sai] {
  transition-duration: 1.5s;
}

[data-sai][data-sai][data-sai-delay="1500"],
body[data-sai-delay="1500"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1500"].sai-animate,
body[data-sai-delay="1500"] [data-sai].sai-animate {
  transition-delay: 1.5s;
}

[data-sai][data-sai][data-sai-duration="1550"],
body[data-sai-duration="1550"] [data-sai] {
  transition-duration: 1.55s;
}

[data-sai][data-sai][data-sai-delay="1550"],
body[data-sai-delay="1550"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1550"].sai-animate,
body[data-sai-delay="1550"] [data-sai].sai-animate {
  transition-delay: 1.55s;
}

[data-sai][data-sai][data-sai-duration="1600"],
body[data-sai-duration="1600"] [data-sai] {
  transition-duration: 1.6s;
}

[data-sai][data-sai][data-sai-delay="1600"],
body[data-sai-delay="1600"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1600"].sai-animate,
body[data-sai-delay="1600"] [data-sai].sai-animate {
  transition-delay: 1.6s;
}

[data-sai][data-sai][data-sai-duration="1650"],
body[data-sai-duration="1650"] [data-sai] {
  transition-duration: 1.65s;
}

[data-sai][data-sai][data-sai-delay="1650"],
body[data-sai-delay="1650"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1650"].sai-animate,
body[data-sai-delay="1650"] [data-sai].sai-animate {
  transition-delay: 1.65s;
}

[data-sai][data-sai][data-sai-duration="1700"],
body[data-sai-duration="1700"] [data-sai] {
  transition-duration: 1.7s;
}

[data-sai][data-sai][data-sai-delay="1700"],
body[data-sai-delay="1700"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1700"].sai-animate,
body[data-sai-delay="1700"] [data-sai].sai-animate {
  transition-delay: 1.7s;
}

[data-sai][data-sai][data-sai-duration="1750"],
body[data-sai-duration="1750"] [data-sai] {
  transition-duration: 1.75s;
}

[data-sai][data-sai][data-sai-delay="1750"],
body[data-sai-delay="1750"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1750"].sai-animate,
body[data-sai-delay="1750"] [data-sai].sai-animate {
  transition-delay: 1.75s;
}

[data-sai][data-sai][data-sai-duration="1800"],
body[data-sai-duration="1800"] [data-sai] {
  transition-duration: 1.8s;
}

[data-sai][data-sai][data-sai-delay="1800"],
body[data-sai-delay="1800"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1800"].sai-animate,
body[data-sai-delay="1800"] [data-sai].sai-animate {
  transition-delay: 1.8s;
}

[data-sai][data-sai][data-sai-duration="1850"],
body[data-sai-duration="1850"] [data-sai] {
  transition-duration: 1.85s;
}

[data-sai][data-sai][data-sai-delay="1850"],
body[data-sai-delay="1850"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1850"].sai-animate,
body[data-sai-delay="1850"] [data-sai].sai-animate {
  transition-delay: 1.85s;
}

[data-sai][data-sai][data-sai-duration="1900"],
body[data-sai-duration="1900"] [data-sai] {
  transition-duration: 1.9s;
}

[data-sai][data-sai][data-sai-delay="1900"],
body[data-sai-delay="1900"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1900"].sai-animate,
body[data-sai-delay="1900"] [data-sai].sai-animate {
  transition-delay: 1.9s;
}

[data-sai][data-sai][data-sai-duration="1950"],
body[data-sai-duration="1950"] [data-sai] {
  transition-duration: 1.95s;
}

[data-sai][data-sai][data-sai-delay="1950"],
body[data-sai-delay="1950"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="1950"].sai-animate,
body[data-sai-delay="1950"] [data-sai].sai-animate {
  transition-delay: 1.95s;
}

[data-sai][data-sai][data-sai-duration="2000"],
body[data-sai-duration="2000"] [data-sai] {
  transition-duration: 2s;
}

[data-sai][data-sai][data-sai-delay="2000"],
body[data-sai-delay="2000"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2000"].sai-animate,
body[data-sai-delay="2000"] [data-sai].sai-animate {
  transition-delay: 2s;
}

[data-sai][data-sai][data-sai-duration="2050"],
body[data-sai-duration="2050"] [data-sai] {
  transition-duration: 2.05s;
}

[data-sai][data-sai][data-sai-delay="2050"],
body[data-sai-delay="2050"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2050"].sai-animate,
body[data-sai-delay="2050"] [data-sai].sai-animate {
  transition-delay: 2.05s;
}

[data-sai][data-sai][data-sai-duration="2100"],
body[data-sai-duration="2100"] [data-sai] {
  transition-duration: 2.1s;
}

[data-sai][data-sai][data-sai-delay="2100"],
body[data-sai-delay="2100"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2100"].sai-animate,
body[data-sai-delay="2100"] [data-sai].sai-animate {
  transition-delay: 2.1s;
}

[data-sai][data-sai][data-sai-duration="2150"],
body[data-sai-duration="2150"] [data-sai] {
  transition-duration: 2.15s;
}

[data-sai][data-sai][data-sai-delay="2150"],
body[data-sai-delay="2150"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2150"].sai-animate,
body[data-sai-delay="2150"] [data-sai].sai-animate {
  transition-delay: 2.15s;
}

[data-sai][data-sai][data-sai-duration="2200"],
body[data-sai-duration="2200"] [data-sai] {
  transition-duration: 2.2s;
}

[data-sai][data-sai][data-sai-delay="2200"],
body[data-sai-delay="2200"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2200"].sai-animate,
body[data-sai-delay="2200"] [data-sai].sai-animate {
  transition-delay: 2.2s;
}

[data-sai][data-sai][data-sai-duration="2250"],
body[data-sai-duration="2250"] [data-sai] {
  transition-duration: 2.25s;
}

[data-sai][data-sai][data-sai-delay="2250"],
body[data-sai-delay="2250"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2250"].sai-animate,
body[data-sai-delay="2250"] [data-sai].sai-animate {
  transition-delay: 2.25s;
}

[data-sai][data-sai][data-sai-duration="2300"],
body[data-sai-duration="2300"] [data-sai] {
  transition-duration: 2.3s;
}

[data-sai][data-sai][data-sai-delay="2300"],
body[data-sai-delay="2300"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2300"].sai-animate,
body[data-sai-delay="2300"] [data-sai].sai-animate {
  transition-delay: 2.3s;
}

[data-sai][data-sai][data-sai-duration="2350"],
body[data-sai-duration="2350"] [data-sai] {
  transition-duration: 2.35s;
}

[data-sai][data-sai][data-sai-delay="2350"],
body[data-sai-delay="2350"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2350"].sai-animate,
body[data-sai-delay="2350"] [data-sai].sai-animate {
  transition-delay: 2.35s;
}

[data-sai][data-sai][data-sai-duration="2400"],
body[data-sai-duration="2400"] [data-sai] {
  transition-duration: 2.4s;
}

[data-sai][data-sai][data-sai-delay="2400"],
body[data-sai-delay="2400"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2400"].sai-animate,
body[data-sai-delay="2400"] [data-sai].sai-animate {
  transition-delay: 2.4s;
}

[data-sai][data-sai][data-sai-duration="2450"],
body[data-sai-duration="2450"] [data-sai] {
  transition-duration: 2.45s;
}

[data-sai][data-sai][data-sai-delay="2450"],
body[data-sai-delay="2450"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2450"].sai-animate,
body[data-sai-delay="2450"] [data-sai].sai-animate {
  transition-delay: 2.45s;
}

[data-sai][data-sai][data-sai-duration="2500"],
body[data-sai-duration="2500"] [data-sai] {
  transition-duration: 2.5s;
}

[data-sai][data-sai][data-sai-delay="2500"],
body[data-sai-delay="2500"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2500"].sai-animate,
body[data-sai-delay="2500"] [data-sai].sai-animate {
  transition-delay: 2.5s;
}

[data-sai][data-sai][data-sai-duration="2550"],
body[data-sai-duration="2550"] [data-sai] {
  transition-duration: 2.55s;
}

[data-sai][data-sai][data-sai-delay="2550"],
body[data-sai-delay="2550"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2550"].sai-animate,
body[data-sai-delay="2550"] [data-sai].sai-animate {
  transition-delay: 2.55s;
}

[data-sai][data-sai][data-sai-duration="2600"],
body[data-sai-duration="2600"] [data-sai] {
  transition-duration: 2.6s;
}

[data-sai][data-sai][data-sai-delay="2600"],
body[data-sai-delay="2600"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2600"].sai-animate,
body[data-sai-delay="2600"] [data-sai].sai-animate {
  transition-delay: 2.6s;
}

[data-sai][data-sai][data-sai-duration="2650"],
body[data-sai-duration="2650"] [data-sai] {
  transition-duration: 2.65s;
}

[data-sai][data-sai][data-sai-delay="2650"],
body[data-sai-delay="2650"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2650"].sai-animate,
body[data-sai-delay="2650"] [data-sai].sai-animate {
  transition-delay: 2.65s;
}

[data-sai][data-sai][data-sai-duration="2700"],
body[data-sai-duration="2700"] [data-sai] {
  transition-duration: 2.7s;
}

[data-sai][data-sai][data-sai-delay="2700"],
body[data-sai-delay="2700"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2700"].sai-animate,
body[data-sai-delay="2700"] [data-sai].sai-animate {
  transition-delay: 2.7s;
}

[data-sai][data-sai][data-sai-duration="2750"],
body[data-sai-duration="2750"] [data-sai] {
  transition-duration: 2.75s;
}

[data-sai][data-sai][data-sai-delay="2750"],
body[data-sai-delay="2750"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2750"].sai-animate,
body[data-sai-delay="2750"] [data-sai].sai-animate {
  transition-delay: 2.75s;
}

[data-sai][data-sai][data-sai-duration="2800"],
body[data-sai-duration="2800"] [data-sai] {
  transition-duration: 2.8s;
}

[data-sai][data-sai][data-sai-delay="2800"],
body[data-sai-delay="2800"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2800"].sai-animate,
body[data-sai-delay="2800"] [data-sai].sai-animate {
  transition-delay: 2.8s;
}

[data-sai][data-sai][data-sai-duration="2850"],
body[data-sai-duration="2850"] [data-sai] {
  transition-duration: 2.85s;
}

[data-sai][data-sai][data-sai-delay="2850"],
body[data-sai-delay="2850"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2850"].sai-animate,
body[data-sai-delay="2850"] [data-sai].sai-animate {
  transition-delay: 2.85s;
}

[data-sai][data-sai][data-sai-duration="2900"],
body[data-sai-duration="2900"] [data-sai] {
  transition-duration: 2.9s;
}

[data-sai][data-sai][data-sai-delay="2900"],
body[data-sai-delay="2900"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2900"].sai-animate,
body[data-sai-delay="2900"] [data-sai].sai-animate {
  transition-delay: 2.9s;
}

[data-sai][data-sai][data-sai-duration="2950"],
body[data-sai-duration="2950"] [data-sai] {
  transition-duration: 2.95s;
}

[data-sai][data-sai][data-sai-delay="2950"],
body[data-sai-delay="2950"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="2950"].sai-animate,
body[data-sai-delay="2950"] [data-sai].sai-animate {
  transition-delay: 2.95s;
}

[data-sai][data-sai][data-sai-duration="3000"],
body[data-sai-duration="3000"] [data-sai] {
  transition-duration: 3s;
}

[data-sai][data-sai][data-sai-delay="3000"],
body[data-sai-delay="3000"] [data-sai] {
  transition-delay: 0;
}

[data-sai][data-sai][data-sai-delay="3000"].sai-animate,
body[data-sai-delay="3000"] [data-sai].sai-animate {
  transition-delay: 3s;
}

[data-sai][data-sai][data-sai-easing=linear],
body[data-sai-easing=linear] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-sai][data-sai][data-sai-easing=ease],
body[data-sai-easing=ease] [data-sai] {
  transition-timing-function: ease;
}

[data-sai][data-sai][data-sai-easing=ease-in],
body[data-sai-easing=ease-in] [data-sai] {
  transition-timing-function: ease-in;
}

[data-sai][data-sai][data-sai-easing=ease-out],
body[data-sai-easing=ease-out] [data-sai] {
  transition-timing-function: ease-out;
}

[data-sai][data-sai][data-sai-easing=ease-in-out],
body[data-sai-easing=ease-in-out] [data-sai] {
  transition-timing-function: ease-in-out;
}

[data-sai][data-sai][data-sai-easing=ease-in-back],
body[data-sai-easing=ease-in-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sai][data-sai][data-sai-easing=ease-out-back],
body[data-sai-easing=ease-out-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sai][data-sai][data-sai-easing=ease-in-out-back],
body[data-sai-easing=ease-in-out-back] [data-sai] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sai][data-sai][data-sai-easing=ease-in-sine],
body[data-sai-easing=ease-in-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sai][data-sai][data-sai-easing=ease-out-sine],
body[data-sai-easing=ease-out-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sai][data-sai][data-sai-easing=ease-in-out-sine],
body[data-sai-easing=ease-in-out-sine] [data-sai] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sai][data-sai][data-sai-easing=ease-in-quad],
body[data-sai-easing=ease-in-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing=ease-out-quad],
body[data-sai-easing=ease-out-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing=ease-in-out-quad],
body[data-sai-easing=ease-in-out-quad] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing=ease-in-cubic],
body[data-sai-easing=ease-in-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing=ease-out-cubic],
body[data-sai-easing=ease-out-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing=ease-in-out-cubic],
body[data-sai-easing=ease-in-out-cubic] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai][data-sai][data-sai-easing=ease-in-quart],
body[data-sai-easing=ease-in-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sai][data-sai][data-sai-easing=ease-out-quart],
body[data-sai-easing=ease-out-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sai][data-sai][data-sai-easing=ease-in-out-quart],
body[data-sai-easing=ease-in-out-quart] [data-sai] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sai^=fade][data-sai^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sai^=fade][data-sai^=fade].sai-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-sai=fade-up] {
  transform: translate3d(0, 40px, 0);
}

[data-sai=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-sai=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-sai=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-sai=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-sai=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-sai=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-sai=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-sai^=zoom][data-sai^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sai^=zoom][data-sai^=zoom].sai-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-sai=zoom-in] {
  transform: scale(0.6);
}

[data-sai=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-sai=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-sai=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-sai=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-sai=zoom-out] {
  transform: scale(1.2);
}

[data-sai=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-sai=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-sai=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-sai=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-sai^=slide][data-sai^=slide] {
  transition-property: transform;
}

[data-sai^=slide][data-sai^=slide].sai-animate {
  transform: translateZ(0);
}

[data-sai=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-sai=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-sai=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-sai=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-sai^=flip][data-sai^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sai=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-sai=flip-left].sai-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-sai=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-sai=flip-right].sai-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-sai=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-sai=flip-up].sai-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-sai=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-sai=flip-down].sai-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-sai=blur] {
  filter: blur(20px);
  opacity: 0;
}

[data-sai=blur].sai-animate {
  filter: blur(0);
  opacity: 1;
}

[data-sai^=target][data-sai^=target] {
  opacity: 1;
}

[data-sai=mask-fade-right],
[data-sai=mask-fade-left] {
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}

[data-sai=mask-fade-right].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

[data-sai=mask-fade-left].sai-animate {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

[data-sai=mask-fade-top] {
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
}

[data-sai=mask-fade-top].sai-animate {
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  transition: 3s cubic-bezier(0.43, 0.02, 0.05, 1) 0s !important;
}

/* 共通箇所追記 */
.mainContent {
  font-family: var(--font-jp);
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .mainContent {
    min-width: var(--wrap);
    padding-top: 89px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mainContent {
    min-width: inherit;
  }
}

.ftrCvArea {
  position: relative;
  z-index: 1;
  background: #5c747e;
}
@media screen and (min-width: 768px) {
  .ftrCvArea {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .ftrCvArea {
    padding: 120px 0;
  }
}
.ftrCvArea__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ftrCvArea__inner {
    width: 768px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .ftrCvArea__inner {
    width: 100%;
    margin: 0 auto 0 0;
    max-width: 100vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .ftrCvArea__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .ftrCvArea__inner {
    padding: 0 20px;
  }
}
.ftrCvArea__ttl {
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-family: var(--font-garamond);
  letter-spacing: 0.08em;
  font-size: 48px;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .ftrCvArea__cont {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .ftrCvArea__head + .ftrCvArea__cont {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ftrCvArea__head + .ftrCvArea__cont {
    margin-top: 60px;
  }
}
.ftrCvArea__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .ftrCvArea__item {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .ftrCvArea__item:not(:first-child) {
    margin-top: 40px;
  }
}
.ftrCvArea__label {
  color: #fff;
  font-size: 32px;
  line-height: 2.6;
  text-align: center;
}
.ftrCvArea__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ftrCvArea__bg .pic {
  width: 100%;
  height: 100%;
}
.ftrCvArea__bg .pic__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ftrCvBtn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ftrCvBtn {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  .ftrCvBtn {
    height: 70px;
  }
}
.ftrCvBtn--reserve {
  background: #99A9AF;
}
.ftrCvBtn--request {
  background: #7E8F97;
}
.ftrCvBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 75%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(2px);
}
.ftrCvBtn__inner {
  font-family: var(--font-jp);
  letter-spacing: 0.16em;
  text-align: center;
  transition: text-shadow 0.4s ease;
  line-height: 1.2;
}
.ftrCvBtn__inner:before {
  content: "";
  margin-top: calc((1 - 1.2) * 0.5em);
}
.ftrCvBtn__inner:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.ftrCvBtn__inner:before, .ftrCvBtn__inner:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .ftrCvBtn__inner {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ftrCvBtn__inner {
    font-size: 18px;
  }
}
.ftrCvBtn__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ftrCvBtn__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .ftrCvBtn:hover::before {
    width: 60%;
    opacity: 0.7;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  }
  .ftrCvBtn:hover .ftrCvBtn__inner {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}
@media (hover: hover) and (pointer: fine) {
  .ftrCvBtn:hover::before {
    width: 60%;
    opacity: 0.7;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  }
  .ftrCvBtn:hover .ftrCvBtn__inner {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}

/* 下層ページ共通 */
.keyVisual {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .keyVisual {
    padding: 60px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual {
    padding: 95px 0;
  }
}
.keyVisual__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .keyVisual__inner {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__inner {
    padding-inline: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .keyVisual__inner {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .keyVisual__head {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .keyVisual__visual {
    width: 784px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__visual {
    width: 54.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__visual {
    margin-top: 60px;
  }
}
.keyVisual__visual .photo__image {
  filter: blur(10px) brightness(1.2);
  transition: filter 1.5s ease-in-out;
}
.keyVisual__ttl {
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: 400% 100%;
          mask-size: 400% 100%;
}
.keyVisual__ttl .ja {
  display: inline-block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.2;
}
.keyVisual__ttl .ja:before {
  content: "";
  margin-top: calc((1 - 1.2) * 0.5em);
}
.keyVisual__ttl .ja:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.keyVisual__ttl .ja:before, .keyVisual__ttl .ja:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.keyVisual__ttl .en {
  display: block;
  font-family: var(--font-garamond);
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--ttl-color);
}
@media screen and (min-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .keyVisual__ttl .en {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 70px;
  }
}
.keyVisual__ttl .en + .ja {
  margin-top: 24px;
}
.keyVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.keyVisual__bg .pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.keyVisual__bg .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.keyVisual.sai-animate .keyVisual__ttl {
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  transition: 2s cubic-bezier(0.43, 0.02, 0.05, 1) 0.5s !important;
}
.keyVisual.sai-animate .keyVisual__visual .photo__image {
  filter: blur(0);
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 30px;
  }
}

.headingUnit--center .heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headingUnit--center .txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
  }
}

.heading {
  color: var(--primary-color);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.heading:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.heading:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.heading:before, .heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) {
  .heading + .txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .heading + .txt {
    margin-top: 40px;
  }
}
.heading .inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading .inner {
    padding-top: 1em;
  }
}
.heading .sub {
  position: absolute;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .heading .sub {
    left: 1.5em;
    top: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .heading .sub {
    left: 1em;
    top: 0.75em;
    font-size: 14px;
  }
}
.heading--large {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .heading--large {
    font-size: 36px;
    line-height: 2;
  }
  .heading--large:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .heading--large:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .heading--large:before, .heading--large:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .heading--large {
    font-size: 28px;
    line-height: 1.4;
  }
  .heading--large:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .heading--large:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .heading--large:before, .heading--large:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.heading--large + .txt {
  margin-top: 32px;
}

.txt {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}
.txt:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.txt:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.txt:before, .txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.generalBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6E6E6E;
  border: 1px solid #6E6E6E;
  color: #fff;
  padding: 20px 40px;
  gap: 20px;
  transition: background-color 0.4s ease-in-out;
}
.generalBtn__icon .iconPrint {
  width: 28px;
  height: auto;
}
.generalBtn__inner {
  letter-spacing: 0;
  line-height: 1.2;
}
.generalBtn__inner:before {
  content: "";
  margin-top: calc((1 - 1.2) * 0.5em);
}
.generalBtn__inner:after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
.generalBtn__inner:before, .generalBtn__inner:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .generalBtn__inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .generalBtn__inner {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .generalBtn:hover {
    background-color: rgba(110, 110, 110, 0.6);
  }
}
@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover {
    background-color: rgba(110, 110, 110, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .generalBtn--print {
    display: none;
  }
}


.mapSect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../../assets/imgs/bg-map.jpg") no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  .mapSect {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .mapSect {
    padding: 100px 0;
  }
}
.mapSect:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1718/1281;
  background: url("../../assets/imgs/bg-symbol-01.png") no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .mapSect:before {
    width: 1718px;
    top: -258px;
    left: -578px;
  }
}
@media screen and (max-width: 768px) {
  .mapSect:before {
    width: 1030px;
    top: -120px;
    left: -421px;
  }
}
.mapSect__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mapSect__inner {
    width: 960px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mapSect__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mapSect__inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__head .headingUnit .txt {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .mapSect__cont {
    width: 960px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__cont {
    margin: 0;    
  }
}
.mapSect__head + .mapSect__cont {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .mapSect__btn {
    margin-top: 40px;
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__btn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .mapSect__btn .generalBtn {
    width: calc(50% - 12px);
  }
}
.mapSect__btn + .caption {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mapSect__btn + .caption {
    text-align: right;
  }
}

.mapCodeBlock {
  background-color: #7F87AD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mapCodeBlock {
    padding: 40px 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mapCodeBlock {
    padding: 40px 24px;
    margin-top: 24px;
  }
}
.mapCodeBlock__heading {
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.4;
}
.mapCodeBlock__heading:before {
  content: "";
  margin-top: calc((1 - 1.4) * 0.5em);
}
.mapCodeBlock__heading:after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.mapCodeBlock__heading:before, .mapCodeBlock__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .mapCodeBlock__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .mapCodeBlock__heading {
    font-size: 20px;
  }
}
.mapCodeBlock__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mapCodeBlock__detail {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mapCodeBlock__detail {
    flex-direction: column;
    gap: 16px;
  }
}
.mapCodeBlock__mark {
  width: 144px;
}
@media screen and (max-width: 768px) {
  .mapCodeBlock__mark {
    margin: 0 auto;
  }
}
.mapCodeBlock__num {
  font-family: var(--font-garamond);
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 40px;
}
.mapCodeBlock__info {
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.mapCodeBlock__info:before {
  content: "";
  margin-top: calc((1 - 1.6) * 0.5em);
}
.mapCodeBlock__info:after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.mapCodeBlock__info:before, .mapCodeBlock__info:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
@media screen and (min-width: 768px) {
  .mapCodeBlock__info {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .mapCodeBlock__info {
    font-size: 14px;
    text-align: center;
  }
}