@charset "UTF-8";



/* BASE */
/* LAYOUT */
.contentMenu {
  height: 100vh;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.contentMenu::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .contentMenu {
    display: grid;
    grid-template-rows: 1fr auto;
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu {
    padding: 80px 20px 0;
  }
}

.contentMenu__bg {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  width: 100%;
  z-index: -1;
}

.contentMenu__bg .pic {
  height: 100%;
  width: 100%;
}

.contentMenu__bg .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.contentMenu {
  visibility: hidden;
}

.contentMenu.is-visible {
  visibility: visible;
}

.contentMenu .mansionSymbol,
.contentMenu .contentMenu-inner,
.contentMenu .contentMenu-external {
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.contentMenu__bg {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.contentMenu.is-visible .mansionSymbol,
.contentMenu.is-visible .contentMenu-inner,
.contentMenu.is-visible .contentMenu-external {
  opacity: 1;
  -webkit-transition: .3s .28s;
  transition: .3s .28s;
  visibility: visible;
}

.contentMenu.is-visible .contentMenu__bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: .3s;
  transition: .3s;
}

.contentMenu .mansionSymbol {
  position: absolute;
  top: 0;
}

.contentMenu-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9990;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu {
    height: 17px;
    right: 40px;
    top: 40px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .contentMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

.contentMenu-menu:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}

.contentMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-menu__line {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-menu__line {
    height: 1px;
  }
}

.contentMenu-menu.is-mod:before {
  opacity: 1;
}

.contentMenu-menu.is-mod.is-active:before {
  opacity: 0;
}

.contentMenu-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .contentMenu-gradient {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-gradient {
    height: 150px;
  }
}

@media only screen and (max-width: 320px) {
  .contentMenu-gradient {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") bottom left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-white .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-white .contentMenu-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.site-theme-white .contentMenu-menu__line {
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") bottom left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-black .contentMenu-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-black .contentMenu-menu__line {
  background-color: #ffffff;
}

.contentMenu-inner {
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.contentMenu-pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList {
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contentMenu-pageList__item {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item {
    width: calc(50% - 6px);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(odd):before {
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(odd):before {
    right: 12.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:nth-of-type(even) .contentMenu-pageList__link {
    margin: 0 0 0 auto;
  }
}

.contentMenu-pageList__item--full {
  width: 100%;
}

.contentMenu-pageList__item.is-active .contentMenu-pageList__link {
  background-color: rgba(176, 168, 148, 0.2);
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item:hover .contentMenu-pageList__link {
    background-color: rgba(176, 168, 148, 0.2);
  }
}

.contentMenu-pageList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background-color .8s ease-in-out;
  transition: background-color .8s ease-in-out;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__link {
    padding: 20px 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__link {
    padding: 20px 4px 20px 12px;
  }
}

.contentMenu-pageList__link:after {
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.contentMenu-pageList__page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contentMenu-pageList__page .new {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
  color: #ffffff;
  display: none;
  font-family: "Cormorant Infant", serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__page .new {
    margin-left: 10px;
    padding: 4px 10px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__page .new {
    font-size: 10px;
    padding: 3px 4px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__item.is-new .contentMenu-pageList__page .new {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__item.is-new .contentMenu-pageList__page .new {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}

.contentMenu-pageList__page .ja {
  color: #d8ceb9;
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.contentMenu-pageList__page .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.contentMenu-pageList__page .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.contentMenu-pageList__page .ja:before, .contentMenu-pageList__page .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.contentMenu-pageList__page .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  position: relative;
  line-height: 1.1;
}

.contentMenu-pageList__page .en:before {
  content: '';
  margin-top: calc((1 - 1.1) * .5em);
}

.contentMenu-pageList__page .en:after {
  margin-bottom: calc((1 - 1.1) * .5em);
}

.contentMenu-pageList__page .en:before, .contentMenu-pageList__page .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__page .en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__page .en {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__page .en + .ja {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__page .en + .ja {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-pageList__arrow {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-pageList__arrow {
    display: none;
  }
}

.contentMenu-pageList__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.contentMenu-specialList {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList {
    margin-top: 40px;
  }
}

.contentMenu-specialList__item {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item {
    -webkit-transition: .3s;
    transition: .3s;
    width: 435px;
  }
  .contentMenu-specialList__item:hover {
    background-color: rgba(176, 168, 148, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList__item:not(:first-child) {
    margin-top: 24px;
  }
}

.contentMenu-specialList__item.is-off {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList__item.is-off {
    opacity: .4;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item.is-off .contentMenu-dropdown {
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item.is-off .contentMenu-dropdown__link {
    opacity: .4;
  }
}

.contentMenu-specialList__item.is-off .contentMenu-dropdown__body {
  max-height: unset;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__item.is-off .contentMenu-dropdown__body {
    opacity: .4;
  }
}

.contentMenu-specialList__item.is-off .statusIcon {
  display: none;
}

.contentMenu-specialList__item.is-off .statusIcon .inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contentMenu-specialList__item.is-off .statusIcon .inner:before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.contentMenu-specialList__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-specialList__link {
    font-size: 14px;
    line-height: 1.42857;
  }
  .contentMenu-specialList__link:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-specialList__link:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-specialList__link:before, .contentMenu-specialList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-specialList__link {
    font-size: 12px;
    padding: 20px 0;
    line-height: 1.25;
  }
  .contentMenu-specialList__link:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .contentMenu-specialList__link:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .contentMenu-specialList__link:before, .contentMenu-specialList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.contentMenu-dropdown {
  background: rgba(216, 206, 185, 0.2);
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown {
    border: 1px solid rgba(254, 253, 251, 0.2);
    padding: 0 24px;
  }
}

.contentMenu-dropdown__head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head {
    padding: 24px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head {
    border: 1px solid rgba(254, 253, 251, 0.2);
    padding: 12px 16px;
  }
}

.contentMenu-dropdown__head .statusIcon {
  border-left: 1px solid rgba(254, 253, 251, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
  }
}

.contentMenu-dropdown__head .statusIcon .inner {
  display: block;
  height: 15px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 15px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head .statusIcon .inner:before, .contentMenu-dropdown__head .statusIcon .inner:after {
    background-color: #666666;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contentMenu-dropdown__head .statusIcon .inner:before {
    height: 1px;
    width: 100%;
  }
  .contentMenu-dropdown__head .statusIcon .inner:after {
    height: 100%;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__head.is-active .statusIcon .inner {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .contentMenu-dropdown__head.is-active .statusIcon .inner:before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

.contentMenu-dropdown__link {
  color: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
  width: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__link {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
  }
  .contentMenu-dropdown__link:before {
    content: '';
    margin-top: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-dropdown__link:after {
    margin-bottom: calc((1 - 1.42857) * .5em);
  }
  .contentMenu-dropdown__link:before, .contentMenu-dropdown__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__link {
    display: inline-block;
    font-size: 12px;
    line-height: 1.25;
  }
  .contentMenu-dropdown__link:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .contentMenu-dropdown__link:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .contentMenu-dropdown__link:before, .contentMenu-dropdown__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.contentMenu-dropdown__body {
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__body {
    padding: 0 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__body {
    max-height: 0;
  }
}

.contentMenu-dropdown__body.is-open {
  max-height: 300px;
  -webkit-transition: .6s;
  transition: .6s;
}

.contentMenu-dropdown__txt {
  color: #d8ceb9;
  display: block;
  font-size: 12px;
  line-height: 1.66667;
}

.contentMenu-dropdown__txt:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.contentMenu-dropdown__txt:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.contentMenu-dropdown__txt:before, .contentMenu-dropdown__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentMenu-dropdown__txt {
    letter-spacing: .15em;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-dropdown__txt {
    border-bottom: 1px solid rgba(254, 253, 251, 0.2);
    border-left: 1px solid rgba(254, 253, 251, 0.2);
    border-right: 1px solid rgba(254, 253, 251, 0.2);
    letter-spacing: .05em;
    padding: 20px 16px;
  }
}

.contentMenu-subNav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav {
    margin-top: 40px;
  }
}

.contentMenu-subNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 12px;
    letter-spacing: .04em;
    padding-left: 22px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-right: 40px;
  }
  .contentMenu-subNav__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav__link {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  .contentMenu-subNav__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .contentMenu-subNav__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .contentMenu-subNav__link:before, .contentMenu-subNav__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-subNav__link:not(:last-of-type) {
    margin-right: 60px;
  }
}

.contentMenu-subNav .svgIcon {
  height: auto;
}

@media screen and (min-width: 768px) {
  .contentMenu-subNav .svgIcon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 13px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-subNav .svgIcon {
    margin-right: 11.5px;
    width: 11px;
  }
}

.contentMenu-btnGroup {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup {
    margin-top: 60px;
    gap: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup {
    margin-top: calc(60 / 390 * 100vw);
    gap: calc(60 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contentMenu-btnGroup__item {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup__item {
    width: 470px;
  }
}

.contentMenu-btnGroup__ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup__ttl {
    font-size: calc(24 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup__ttl + .contentMenu-btnGroup__txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup__ttl + .contentMenu-btnGroup__txt {
    margin-top: calc(14 / 390 * 100vw);
  }
}

.contentMenu-btnGroup__txt {
  letter-spacing: .1em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.contentMenu-btnGroup .cvBtn--reserve,
.contentMenu-btnGroup .cvBtn--entry {
  max-width: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup .cvBtn--reserve,
  .contentMenu-btnGroup .cvBtn--entry {
    margin-top: 10px;
    width: 470px;
    height: 78px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup .cvBtn--reserve,
  .contentMenu-btnGroup .cvBtn--entry {
    margin-top: calc(14 / 390 * 100vw);
    height: calc(78 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup .cvBtn--reserve .cvBtn__ttl,
  .contentMenu-btnGroup .cvBtn--entry .cvBtn__ttl {
    font-size: 20px;
  }
}

.contentMenu-btnGroup .cvBtn--reserve .cvBtn__arrow,
.contentMenu-btnGroup .cvBtn--entry .cvBtn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translatY(-50%);
          transform: translatY(-50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-btnGroup .cvBtn--reserve .cvBtn__arrow,
  .contentMenu-btnGroup .cvBtn--entry .cvBtn__arrow {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-btnGroup .cvBtn--reserve .cvBtn__arrow,
  .contentMenu-btnGroup .cvBtn--entry .cvBtn__arrow {
    right: calc(30 / 390 * 100vw);
    width: calc(30 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-limitedGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-limitedGroup {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-express {
    width: 340px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-express:not(:last-of-type) {
    margin-bottom: 35px;
  }
}

.contentMenu-express__txt {
  letter-spacing: .06em;
}

@media screen and (min-width: 768px) {
  .contentMenu-express__txt {
    color: #333333;
    font-size: 10px;
    line-height: 1.6;
  }
  .contentMenu-express__txt:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .contentMenu-express__txt:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .contentMenu-express__txt:before, .contentMenu-express__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-express__txt {
    color: #666666;
    font-size: 11px;
    line-height: 1.54545;
  }
  .contentMenu-express__txt:before {
    content: '';
    margin-top: calc((1 - 1.54545) * .5em);
  }
  .contentMenu-express__txt:after {
    margin-bottom: calc((1 - 1.54545) * .5em);
  }
  .contentMenu-express__txt:before, .contentMenu-express__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-express__txt + .contentMenu-expressBtn {
    margin-top: 10px;
  }
}

.contentMenu-expressBtn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn {
    height: 50px;
  }
}

.contentMenu-expressBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contentMenu-expressBtn__link:hover {
    background-color: #333333;
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link {
    font-size: 12px;
  }
}

.contentMenu-expressBtn__link:after {
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 14px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link:after {
    font-size: 9px;
    right: 15px;
  }
}

.contentMenu-expressBtn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon {
    left: 26.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-expressBtn__link .svgIcon--limited {
    width: 11px;
  }
}

.contentMenu-external {
  background-color: #222222;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentMenu-external {
    margin-top: 60px;
    padding: 40px 0 92px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external {
    margin: 40px -20px 0;
  }
}

.contentMenu-external:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), color-stop(50%, #8f7c5d));
  background: linear-gradient(to right, #a08c6a, #c3ad8e 52%, #8f7c5d 50%);
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contentMenu-external__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 1204px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external__inner {
    padding: 40px 20px 120px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn {
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 340px;
  }
  .contentMenu-external .contentMenu-btn:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn {
    height: 50px;
    width: 100%;
  }
}

.contentMenu-external .contentMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(254, 253, 251, 0.2);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link {
    font-size: 12px;
    letter-spacing: .06em;
    line-height: 1.5;
  }
  .contentMenu-external .contentMenu-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:before, .contentMenu-external .contentMenu-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .contentMenu-external .contentMenu-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .contentMenu-external .contentMenu-btn__link:before, .contentMenu-external .contentMenu-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.contentMenu-external .contentMenu-btn__link .svgIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon {
    left: 12px;
  }
}

.contentMenu-external .contentMenu-btn__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon--external {
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-external .contentMenu-btn__link .svgIcon--external {
    width: 12px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList {
    margin-top: 27.5px;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__item:nth-of-type(n + 3) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.contentMenu-residenceList__link {
  color: #ffffff;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__link {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.5;
  }
  .contentMenu-residenceList__link:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .contentMenu-residenceList__link:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .contentMenu-residenceList__link:before, .contentMenu-residenceList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .contentMenu-residenceList__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList__link {
    font-size: 10px;
    padding-left: 22.5px;
    line-height: 1.4;
  }
  .contentMenu-residenceList__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .contentMenu-residenceList__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .contentMenu-residenceList__link:before, .contentMenu-residenceList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.contentMenu-residenceList__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.contentMenu-residenceList__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .contentMenu-residenceList__link .svgIcon--external {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu-residenceList__link .svgIcon--external {
    width: 12px;
  }
}

.cvMenu {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.cvMenu__content {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.cvMenu__inner {
  height: 100%;
  overflow: scroll;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.cvMenu__inner::-webkit-scrollbar {
  display: none;
}

.cvMenu__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 14.5px;
  padding: 0;
  position: absolute;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .cvMenu__close {
    height: 17px;
    right: 40px;
    top: 90px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu__close {
    height: 14.5px;
    right: 20px;
    top: 60px;
    width: 24.5px;
  }
}

.cvMenu__close:before, .cvMenu__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
  width: calc(56% / 49 * 100);
}

.cvMenu__close:before {
  left: 0;
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.cvMenu__close:after {
  right: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.cvMenu__close:focus:not(:focus-visible) {
  outline: 0;
}

.cvMenu {
  pointer-events: none;
}

.cvMenu__content {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: .6s;
  transition: .6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.cvMenu__inner {
  background-color: #ffffff;
}

.cvMenu.is-visible {
  pointer-events: auto;
}

.cvMenu.is-visible:before {
  opacity: 1;
}

.cvMenu.is-visible .cvMenu__content {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

.cvMenu .mansionSymbol {
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.cvMenu.is-visible .mansionSymbol {
  opacity: 1;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  visibility: visible;
}

.cvMenu-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 9993;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu {
    height: 30px;
    right: 40px;
    top: 40px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .cvMenu-menu {
    height: 15px;
    right: 20px;
    top: 20px;
    width: 26px;
  }
}

.cvMenu-menu:before {
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu:before {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-menu:before {
    height: 35px;
    width: 35px;
  }
}

.cvMenu-menu__line {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-menu__line {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-menu__line {
    height: 1px;
  }
}

.cvMenu-menu.is-mod:before {
  opacity: 1;
}

.cvMenu-menu.is-mod.is-active:before {
  opacity: 0;
}

.cvMenu-bnrArea {
  background-color: #7a6a56;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrArea {
    padding: 190px 0 150px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea {
    padding: 120px 20px 120px;
  }
}

.cvMenu-bnrArea:before {
  border: 1px solid #d8ceb9;
  content: '';
  display: block;
  left: 50%;
  opacity: .5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrArea:before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrArea:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }
}

.cvMenu-bnrArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 30px);
  }
}

.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn {
  margin-top: 20px;
}

.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link {
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1), -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
}

.cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:before {
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: left 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  width: 100%;
  will-change: left;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover {
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover:before {
    left: 100%;
    top: 0;
  }
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover .cvMenu-btn__arrow {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover {
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover:before {
    left: 100%;
    top: 0;
  }
  .cvMenu-bnrGroup--main .cvMenu-bnr .cvMenu-btn__link:hover .cvMenu-btn__arrow {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}

.cvMenu-bnrGroup--main .cvMenu-bnr--reserve .cvMenu-btn__link {
  background: -webkit-gradient(linear, left top, right top, from(#956C08), color-stop(30%, #B39031), to(#956C08));
  background: linear-gradient(90deg, #956C08 0%, #B39031 30%, #956C08 100%);
}

.cvMenu-bnrGroup--main .cvMenu-bnr--reserve .cvMenu-btn__link .svgIcon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.cvMenu-bnrGroup--main .cvMenu-bnr--reserve .cvMenu-btn__txt {
  color: #ffffff;
}

.cvMenu-bnrGroup--main .cvMenu-bnr--reserve .cvMenu-btn__arrow .arrowSVG__path {
  fill: #ffffff;
}

.cvMenu-bnrGroup--tel {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 64px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.cvMenu-bnrGroup--tel:before {
  background-color: #cdbe9e;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cvMenu-bnrGroup--tel .cvMenu-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
  color: #ebebeb;
  letter-spacing: .05em;
  line-height: 1.8;
}

.cvMenu-bnrGroup--tel .cvMenu-bnr__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvMenu-bnrGroup--tel .cvMenu-bnr__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvMenu-bnrGroup--tel .cvMenu-bnr__txt:before, .cvMenu-bnrGroup--tel .cvMenu-bnr__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr__txt {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn {
    margin-top: 12px;
  }
}

.cvMenu-bnrGroup--tel .cvMenu-bnr .cvMenu-btn__link {
  gap: 0;
}

@media screen and (max-width: 768px) {
  .cvMenu-bnr:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.cvMenu-bnr__txt {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.cvMenu-bnr__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvMenu-bnr__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvMenu-bnr__txt:before, .cvMenu-bnr__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .cvMenu-bnr__txt + .cvMenu-btn {
    margin-top: 20px;
  }
}

.cvMenu-btn {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn {
    height: 80px;
  }
}

.cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c8bb9b), color-stop(30%, #d7d1c3), to(#c8bb9b));
  background: linear-gradient(90deg, #c8bb9b 0%, #d7d1c3 30%, #c8bb9b 100%);
  color: #504e4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link {
    padding: 32px 40px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link {
    padding: 32px 20px;
  }
}

.cvMenu-btn__link .svgIcon__path {
  fill: none;
  stroke: #ffffff;
}

.cvMenu-btn__link .svgIcon--tel {
  height: auto;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--tel {
    width: 16px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--request {
    width: 31px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--entry {
    width: 21px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--online {
    width: 32px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__link .svgIcon--reserve {
    width: 31px;
  }
}

.cvMenu-btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__arrow {
    right: 40px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__arrow {
    right: 20px;
    width: 24px;
  }
}

.cvMenu-btn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.cvMenu-btn__txt {
  letter-spacing: .05em;
  line-height: 1.8;
}

.cvMenu-btn__txt:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvMenu-btn__txt:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvMenu-btn__txt:before, .cvMenu-btn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn__txt {
    font-size: 16px;
  }
}

.cvMenu-btn--tel {
  display: block;
  height: auto;
  width: auto;
}

.cvMenu-btn--tel .cvMenu-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  padding: 0;
  line-height: 1.07692;
}

.cvMenu-btn--tel .cvMenu-btn__link:before {
  content: '';
  margin-top: calc((1 - 1.07692) * .5em);
}

.cvMenu-btn--tel .cvMenu-btn__link:after {
  margin-bottom: calc((1 - 1.07692) * .5em);
}

.cvMenu-btn--tel .cvMenu-btn__link:before, .cvMenu-btn--tel .cvMenu-btn__link:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    font-size: 36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: .15em;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__link {
    font-size: 20px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: .15em;
  }
}

.cvMenu-btn--tel .cvMenu-btn__schedule {
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    line-height: 1.6;
    font-size: 11px;
    margin-top: 5px;
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before {
    content: '';
    margin-top: calc((1 - 1.6) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    margin-bottom: calc((1 - 1.6) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before, .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-btn--tel .cvMenu-btn__schedule {
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .cvMenu-btn--tel .cvMenu-btn__schedule:before, .cvMenu-btn--tel .cvMenu-btn__schedule:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.cvMenu-corporateArea {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateArea {
    padding: 77.5px 40px 150px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateArea--noColumn .cvMenu-corporateArea__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cvMenu-corporateArea--noColumn .cvMenu-corporateBlock .cvMenu-corporateList {
    margin-left: 60px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateBlock:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

.cvMenu-corporateLogo__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishi {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishi {
    width: 148px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishisoko {
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--mitsubishisoko {
    width: 84.5px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo__image--daiei {
    width: 144px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo__image--daiei {
    width: 104px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateLogo + .cvMenu-corporateList {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateLogo + .cvMenu-corporateList {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item {
    width: 215px;
  }
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateList__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.cvMenu-corporateList__link {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10px;
    letter-spacing: .04em;
    padding-left: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1.8;
  }
  .cvMenu-corporateList__link:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .cvMenu-corporateList__link:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .cvMenu-corporateList__link:before, .cvMenu-corporateList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .cvMenu-corporateList__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateList__link {
    font-size: 10px;
    padding-left: 20px;
    line-height: 1.4;
  }
  .cvMenu-corporateList__link:before {
    content: '';
    margin-top: calc((1 - 1.4) * .5em);
  }
  .cvMenu-corporateList__link:after {
    margin-bottom: calc((1 - 1.4) * .5em);
  }
  .cvMenu-corporateList__link:before, .cvMenu-corporateList__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.cvMenu-corporateList__link .svgIcon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.cvMenu-corporateList__link .svgIcon__path {
  fill: none;
  fill-rule: evenodd;
  stroke: #666666;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .cvMenu-corporateList__link .svgIcon--external {
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .cvMenu-corporateList__link .svgIcon--external {
    width: 12px;
  }
}

.emergency {
  background-color: #dcdcdc;
  color: #333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .emergency {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  .emergency {
    padding: 30px 20px;
  }
}

.emergency + .header {
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.emergency + .header .mansionSymbol {
  position: absolute;
  top: 0;
}

.emergency + .header .header-menu {
  position: absolute;
}

.emergency-message {
  display: inline-block;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .emergency-message {
    padding-right: 15px;
  }
  .emergency-message:after {
    content: '＞';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
  }
}

.emergency-message__link {
  color: #333333;
  display: inline-block;
  letter-spacing: .15em;
  overflow-x: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .emergency-message__link {
    font-size: 14px;
    line-height: calc(26 / 14);
  }
}

@media screen and (max-width: 768px) {
  .emergency-message__link {
    font-size: 12px;
    line-height: calc(36 / 24);
  }
}

@media screen and (min-width: 768px) {
  .emergency-message__link:after {
    content: '＞';
    display: inline-block;
    -webkit-transform: scale(0.6, 1);
            transform: scale(0.6, 1);
  }
}

.emergency-message__inner {
  padding-left: 20px;
  position: relative;
}

.emergency-message__inner:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a4005b;
  border-radius: 50%;
  color: #ffffff;
  content: '1';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: .3em;
  top: 0;
  width: 15px;
}

.bottomCV-btn {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn {
    height: 60px;
    margin: 0 auto;
    width: 340px;
  }
  .bottomCV-btn:hover:before {
    color: #666666;
  }
  .bottomCV-btn:hover .bottomCV-btn__link {
    background-color: #ffffff;
    color: #666666;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn {
    height: 50px;
    width: 100%;
  }
}

.bottomCV-btn:before {
  color: #ffffff;
  content: '＞';
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6, 1) translate(0, -50%);
          transform: scale(0.6, 1) translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn:before {
    font-size: 14px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn:before {
    font-size: 9px;
    right: 15px;
  }
}

.bottomCV-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15em;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bottomCV-btn__link {
    font-size: 16px;
    line-height: 1.75;
  }
  .bottomCV-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .bottomCV-btn__link {
    font-size: 12px;
    line-height: 1.25;
  }
  .bottomCV-btn__link:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .bottomCV-btn__link:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .bottomCV-btn__link:before, .bottomCV-btn__link:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.bottomArea {
  background-color: #e5e1d4;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bottomArea {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .bottomArea .caption + .bottomCV-btn {
    margin-top: 50px;
  }
}

.bottomArea__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bottomArea__inner {
    padding: 0 40px;
  }
}

.pageDirection {
  background-color: #504e4a;
  position: relative;
  z-index: 1;
}

.pageDirection__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pageDirection__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 18px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner {
    padding: 15px 24px;
  }
}

.pageDirection__inner:before {
  background-color: #d8ceb9;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .pageDirection__inner:before {
    height: 20px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__inner:before {
    height: 20px;
    width: 1px;
  }
}

.pageDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d8ceb9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  -webkit-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .pageDirection__link {
    max-width: calc(50% - 50px);
  }
  .pageDirection__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__link {
    max-width: calc(50% - 24px);
  }
}

.pageDirection__link--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pageDirection__page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pageDirection__page .ja {
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1.8;
}

.pageDirection__page .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.pageDirection__page .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.pageDirection__page .ja:before, .pageDirection__page .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .pageDirection__page .ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__page .ja {
    font-size: 12px;
  }
}

.pageDirection__page .en {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: 1.1;
}

.pageDirection__page .en:before {
  content: '';
  margin-top: calc((1 - 1.1) * .5em);
}

.pageDirection__page .en:after {
  margin-bottom: calc((1 - 1.1) * .5em);
}

.pageDirection__page .en:before, .pageDirection__page .en:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .pageDirection__page .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__page .en {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .pageDirection__arrow {
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .pageDirection__arrow {
    width: 32px;
  }
}

.pageDirection__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

.bnrSumaiGallery {
  display: block;
}

@media screen and (min-width: 768px) {
  .bnrSumaiGallery {
    margin: 30px auto 0;
    width: 295px;
  }
  .bnrSumaiGallery:hover .bnrSumaiGallery__image {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .bnrSumaiGallery {
    margin-top: 28px;
  }
}

.bnrSumaiGallery__image {
  -webkit-transition: .3s;
  transition: .3s;
}



@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-white .header-menu:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.site-theme-white .header-menu__line {
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

.site-theme-black .header-menu:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.site-theme-black .header-menu__line {
  background-color: #eeeeee;
}

.header.is-hidden .mansionSymbol--direct {
  pointer-events: none;
}

.header.is-hidden .mansionSymbol--direct .mansionSymbol-gradient,
.header.is-hidden .mansionSymbol--direct .mansionSymbol-bukkenLogo {
  opacity: 0;
  visibility: hidden;
}

.header.is-hidden.is-visible .mansionSymbol--direct {
  pointer-events: auto;
}

.header.is-hidden.is-visible .mansionSymbol--direct .mansionSymbol-gradient,
.header.is-hidden.is-visible .mansionSymbol--direct .mansionSymbol-bukkenLogo {
  opacity: 1;
  -webkit-transition: .6s;
  transition: .6s;
  visibility: visible;
}

.header.is-visible .header-menu.is-mod:before {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .cvBnr {
    bottom: 150px;
    height: 115px;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr {
    bottom: 0;
    height: 46px;
    left: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    -webkit-transition: 1.8s;
    transition: 1.8s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
  }
}

.cvBnr:before {
  background-color: #cccccc;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBnr:before {
    content: '';
  }
}

.cvBnr__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 768px) {
  .cvBnr__button {
    background-color: #eeeeee;
  }
  .cvBnr__button:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr__button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
            box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 15px;
  }
}

.cvBnr__button:focus:not(:focus-visible) {
  outline: 0;
}

.cvBnr__button:after {
  color: #333333;
  font-size: 9px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (max-width: 768px) {
  .cvBnr__button:after {
    content: '＞';
  }
}

.cvBnr .cvBnr-title {
  font-weight: 700;
  letter-spacing: .15em;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1.1;
    margin-left: -9px;
    padding-left: 15px;
  }
}

.cvBnr .cvBnr-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  opacity: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 6px;
    right: 0;
    top: 0;
    -webkit-transform: translate(4px, -6px);
            transform: translate(4px, -6px);
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title:before {
    height: 7.5px;
    left: 0;
    top: 0;
    width: 7.5px;
  }
}

.cvBnr .cvBnr-title__txt {
  display: block;
}

@media screen and (max-width: 768px) {
  .cvBnr .cvBnr-title__txt:not(:last-of-type):after {
    content: ' / ';
  }
}

.cvBnr__logo {
  margin-left: 21px;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .cvBnr__logo {
    display: none;
  }
}

.cvBnr.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: .6s .6s;
    transition: .6s .6s;
  }
}

@media screen and (max-width: 768px) {
  .cvBnr.is-visible {
    -webkit-transition: .6s;
    transition: .6s;
  }
}

.cvBnr.is-new .cvBnr-title:before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .cvBnr__button {
    background-color: #333333;
  }
}

.site-theme-black .cvBnr .cvBnr-title__txt {
  color: #ffffff;
}

.mansionSymbol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .mansionSymbol {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .mansionSymbol {
    padding: calc(30vw / 750 * 100) calc(40vw / 750 * 100);
  }
}

.mansionSymbol-bukkenLogo {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.mansionSymbol-bukkenLogo__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__ph {
    width: 109px;
  }
}

@media screen and (min-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    margin-left: 15px;
    width: 202px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-bukkenLogo__bk {
    margin-left: 16px;
    width: 160px;
  }
}

.mansionSymbol-gradient {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  width: 100%;
  z-index: -1;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .mansionSymbol-gradient {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .mansionSymbol-gradient {
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-black.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-white .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-black.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/pc/hdr-transparent-white.png") top left repeat-x;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 320px) {
  .site-theme-black .mansionSymbol-gradient {
    background: url("../imgs/sp/hdr-transparent-white.png") bottom left no-repeat;
    background-size: cover;
  }
}

/* LAYOUT */
/* VENDOR */
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions

 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* COMPONENTS */
.accessCard__head {
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .accessCard__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
  }
}

.accessCard__head:after {
  background: linear-gradient(to right, currentColor 4px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 8px 1px;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.accessCard__station {
  letter-spacing: 0;
  line-height: 1.8;
}

.accessCard__station:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.accessCard__station:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.accessCard__station:before, .accessCard__station:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .accessCard__station {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard__station {
    font-size: calc(26 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard__station {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .accessCard__station .strong {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__station .strong {
    font-size: 26px;
  }
}

.accessCard__dist {
  letter-spacing: 0;
  line-height: 1.8;
}

.accessCard__dist:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.accessCard__dist:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.accessCard__dist:before, .accessCard__dist:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .accessCard__dist {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .accessCard__dist {
    font-size: calc(26 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist {
    font-size: 13px;
    margin-top: 10px;
  }
}

.accessCard__dist .num {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .accessCard__dist .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist .num {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .accessCard__dist .cap {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .accessCard__dist .cap {
    font-size: 10px;
  }
}

.accessCard__head + .accessCard__cont {
  margin-top: 16px;
}

.accessCard__txt {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.accessCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.accessCard__txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.accessCard__txt:before, .accessCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.accessGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .accessGallery {
    gap: 48px 80px;
  }
}

@media screen and (max-width: 768px) {
  .accessGallery {
    gap: 40px 24px;
  }
}

@media screen and (min-width: 768px) {
  .accessGallery__item {
    width: calc(50% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .accessGallery__item {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 768px) {
  .anchorLinkList {
    padding: 104px 0;
  }
}

@media screen and (max-width: 768px) {
  .anchorLinkList {
    padding: 104px 0 64px;
  }
}

.anchorLinkList__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .anchorLinkList__inner {
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .anchorLinkList__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .anchorLinkList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
  }
}

@media screen and (min-width: 768px) {
  .anchorLinkList__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 112px) / 5);
  }
}

.anchorLinkList__link {
  color: #c8bb9b;
  display: block;
  font-family: "Cinzel", serif;
  font-size: 20px;
  letter-spacing: .05em;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .anchorLinkList__link {
    padding-top: 24px;
  }
}

.anchorLinkList__link:before {
  background-color: #615968;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.anchorLinkList__link:after {
  background-color: #c8bb9b;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .anchorLinkList__link:after {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .anchorLinkList__link:after {
    width: 207px;
  }
}

.anchorLinkList__link .inner {
  display: block;
  line-height: 1.4;
}

.anchorLinkList__link .inner:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.anchorLinkList__link .inner:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.anchorLinkList__link .inner:before, .anchorLinkList__link .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.anchorLinkList__link.is-current {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .anchorLinkList__link.is-current {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.anchorLinkList__link.is-current:after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

@media screen and (min-width: 768px) {
  .anchorLinkList__link:hover:after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorLinkList__link:hover:after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}

@media screen and (min-width: 768px) {
  .anchorLinkList--location .anchorLinkList__item {
    width: calc((100% - 56px) / 3);
  }
}

.bgLayer {
  position: relative;
  z-index: 1;
}

.bgLayer:after {
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .bgLayer:after {
    width: calc(100% + 40px);
  }
}

.bgLayer--texture01 {
  color: #333333;
}

@media screen and (min-width: 768px) {
  .bgLayer--texture01 {
    background: url("../imgs/pc/bg-texture-01@1.5x.png") top center repeat-y;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .bgLayer--texture01 {
    background: url("../imgs/sp/bg-texture-01.png") top center repeat-y;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
}

.bgLayer--gallery {
  background-color: #443a38;
  color: #c8bb9b;
}

.bgTextureFix {
  color: #333333;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.bgTextureFix__bg {
  height: 100vh;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}

.bgTextureFix__bg.is-fixed {
  position: fixed;
  z-index: -1;
}

.bgTextureFix__bg .photo {
  height: 100%;
  width: 100%;
}

.bgTextureFix__bg .photo__pic, .bgTextureFix__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bgTextureFix__bg .photo__pic, .bgTextureFix__bg .photo__image {
    -o-object-position: top center;
       object-position: top center;
  }
}

@media screen and (max-width: 768px) {
  .bgTextureFix__bg .photo__pic, .bgTextureFix__bg .photo__image {
    -o-object-position: top left;
       object-position: top left;
  }
}

.contentBG {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentBG {
    height: 100dvh;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentBG {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .contentBG {
    height: 100vh;
  }
}

.contentBG .inner {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contentBG .inner:before {
  background-color: rgba(17, 17, 17, 0.8);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  width: 100%;
  will-change: opacity;
  z-index: 2;
}

.contentBG__texture {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contentBG__texture .pic {
  display: block;
  height: 100%;
  width: 100%;
}

.contentBG__texture .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}

.contentBG.is-dark .inner:before {
  opacity: 1;
}

.contentBnr {
  display: block;
  position: relative;
  z-index: 1;
}

.contentBnr__bg .photo {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.contentBnr__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .8s ease-in-out,-webkit-filter .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out,-webkit-filter .8s ease-in-out;
  transition: transform .8s ease-in-out,filter .8s ease-in-out;
  transition: transform .8s ease-in-out,filter .8s ease-in-out,-webkit-transform .8s ease-in-out,-webkit-filter .8s ease-in-out;
  width: 100%;
}

.contentBnr__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contentBnr__inner {
    height: calc(100% - 10px);
    padding: 0 34px;
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .contentBnr__inner {
    height: calc(100% - 4px);
    padding: 0 22px;
    width: calc(100% - 4px);
  }
}

.contentBnr__ttl {
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
}

.contentBnr__ttl .ja {
  display: inline-block;
  letter-spacing: .05em;
  line-height: 2;
}

.contentBnr__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.contentBnr__ttl .ja:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.contentBnr__ttl .ja:before, .contentBnr__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .contentBnr__ttl .ja {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentBnr__ttl .ja {
    font-size: calc(13 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contentBnr__ttl .ja {
    font-size: 12px;
  }
}

.contentBnr__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .contentBnr__ttl .en {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentBnr__ttl .en {
    font-size: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contentBnr__ttl .en {
    font-size: 20px;
  }
}

.contentBnr__ttl .en + .ja {
  margin-top: 16px;
}

.contentBnr__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contentBnr__arrow {
    right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .contentBnr__arrow {
    right: 24px;
  }
}

@media screen and (min-width: 768px) {
  .contentBnr:hover .contentBnr__arrow {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .contentBnr:hover .contentBnr__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentBnr:hover .contentBnr__arrow {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .contentBnr:hover .contentBnr__bg .photo__image {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.contentBnrList {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contentBnrList {
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .contentBnrList {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .contentBnrList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .contentBnrList__item {
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .contentBnrList__item:not(:first-child) {
    margin-top: 20px;
  }
}

.contentCard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
          box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  padding: 16px 16px 46px 16px;
  position: relative;
  z-index: 1;
}

.contentCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contentCard__head + .contentCard__body {
  margin-top: 32px;
}

.contentCard__ttl {
  color: #6e6653;
  text-align: center;
}

.contentCard__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.contentCard__ttl .en + .jp {
  margin-top: 16px;
}

.contentCard__ttl .jp {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.contentCard__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.contentCard__ttl .jp:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.contentCard__ttl .jp:before, .contentCard__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.contentCard__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contentCard__button p {
  color: #b2a68c;
  display: inline-block;
  font-family: "Barlow Condensed", serif;
  font-size: 16px;
  letter-spacing: .2rem;
  line-height: 1;
}

.contentCard__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #b2a68c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
}

.contentCard__arrow .arrowSVG {
  color: #b2a68c;
  display: block;
  height: auto;
  width: 12px;
}

.contentCard__comingSoon {
  background-color: #f0f0f0;
  color: #666666;
  margin: 20px auto 0;
  padding: 16px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contentCard__comingSoon .inner {
  display: inline-block;
  font-family: "Barlow Condensed", serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .3rem;
  line-height: 1;
}

.contentCard--new .photo {
  position: relative;
}

.contentCard--new .photo:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(50%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(90deg, #a08c6a 0%, #c3ad8e 50%, #8f7c5d 100%);
  color: #ffffff;
  content: 'NEW';
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.contentListArea {
  background-color: #e5e1d4;
  color: #6e6653;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contentListArea {
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .contentListArea {
    padding: 0 0 160px;
  }
}

.contentListArea__head {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contentListArea__head {
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .contentListArea__head {
    padding: 0 20px;
  }
}

.contentListArea__ttl {
  text-align: center;
}

.contentListArea__ttl .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
}

.contentListArea__ttl .logo .symbolIconSVG {
  display: block;
  height: auto;
  width: 100%;
}

.contentListArea__ttl .logo .symbolIconSVG__path {
  fill: #b2a68c;
}

.contentListArea__ttl .logo + .inner {
  margin-top: 24px;
}

.contentListArea__ttl .inner {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contentListArea__ttl .inner {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .contentListArea__ttl .inner {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .contentListArea__head + .contentListArea__cont {
    margin-top: 40px;
  }
}

.contentListArea__capArea {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contentListArea__capArea {
    width: 1080px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .contentListArea__capArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contentListArea__capArea {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .contentListArea__capArea {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contentListArea__capArea {
    margin-top: 32px;
  }
}

.contentListSlider .swiper-slide {
  height: 380px;
}

@media screen and (min-width: 768px) {
  .contentListSlider .swiper-slide {
    width: 272px;
  }
}

.cvArea {
  background-color: #7a6a56;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.cvArea:before {
  border: 1px solid #d8ceb9;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cvArea:before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .cvArea:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
  }
}

.cvArea__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cvArea__inner {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .cvArea__inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__inner {
    padding: 0 44px;
  }
}

.cvArea__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cvArea__head .cvBtn {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__head .cvBtn {
    margin: 32px auto 0;
  }
}

.cvArea__ttl {
  line-height: 1.8;
}

.cvArea__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.cvArea__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.cvArea__ttl:before, .cvArea__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .cvArea__ttl {
    font-size: 28px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__ttl {
    font-size: 24px;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .cvBtn + .cvArea__ttl {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn + .cvArea__ttl {
    margin-top: 56px;
  }
}

.cvArea__txt {
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .cvArea__txt {
    font-size: 15px;
    line-height: 1.8;
  }
  .cvArea__txt:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .cvArea__txt:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .cvArea__txt:before, .cvArea__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .cvArea__txt {
    font-size: 13px;
    line-height: 2;
  }
  .cvArea__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .cvArea__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .cvArea__txt:before, .cvArea__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

* + .cvArea__txt {
  margin-top: 24px;
}

.cvArea__head + .cvArea__cont {
  margin-top: 64px;
}

.cvBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#c8bb9b), color-stop(30%, #d7d1c3), to(#c8bb9b));
  background: linear-gradient(90deg, #c8bb9b 0%, #d7d1c3 30%, #c8bb9b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1), -webkit-box-shadow 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvBtn {
    padding: 24px 48px;
    width: 316px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn {
    padding: 24px 40px;
    width: 100%;
  }
}

.cvBtn:before {
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: left 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  width: 100%;
  will-change: left;
  z-index: -1;
}

.cvBtn__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#504e4a), color-stop(52.5%, #857a64), to(#514b41));
  background: linear-gradient(90deg, #504e4a 0%, #857a64 52.5%, #514b41 100%);
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .9;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .cvBtn__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__ttl {
    font-size: 24px;
  }
}

.cvBtn--reserve {
  background: -webkit-gradient(linear, left top, right top, from(#956C08), color-stop(30%, #B39031), to(#956C08));
  background: linear-gradient(90deg, #956C08 0%, #B39031 30%, #956C08 100%);
}

.cvBtn--reserve .cvBtn__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#F7F5F3), color-stop(52.5%, #ECDCBB), to(#F7F5F3));
  background: linear-gradient(90deg, #F7F5F3 0%, #ECDCBB 52.5%, #F7F5F3 100%);
  -webkit-background-clip: text;
          background-clip: text;
}

.cvBtn--reserve .cvBtn__arrow path {
  fill: #F7F5F3;
}

.cvBtn__arrow {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0.1, 0.36, 1);
}

@media screen and (min-width: 768px) {
  .cvBtn__arrow {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn__arrow {
    width: 23px;
  }
}

.cvBtn__arrow .arrowSVG {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .cvBtn:hover:before {
    left: 100%;
    top: 0;
  }
  .cvBtn:hover .cvBtn__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .cvBtn:hover {
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
  }
  .cvBtn:hover:before {
    left: 100%;
    top: 0;
  }
  .cvBtn:hover .cvBtn__arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.cvBtn--small {
  width: 228px;
}

@media screen and (min-width: 768px) {
  .cvBtn--small {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 768px) {
  .cvBtn--small {
    padding: 16px 24px;
  }
}

.cvBtn--small .cvBtn__ttl {
  font-size: 20px;
}

.descriptionCard__head .photo__image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .descriptionCard__head + .descriptionCard__cont {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .descriptionCard__head + .descriptionCard__cont {
    margin-top: 8px;
  }
}

.entryFlow__ttl {
  text-align: center;
}

.entryFlow__ttl .ja {
  display: block;
  letter-spacing: .05em;
  line-height: 1.8;
}

.entryFlow__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.entryFlow__ttl .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.entryFlow__ttl .ja:before, .entryFlow__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .entryFlow__ttl .ja {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__ttl .ja {
    font-size: 12px;
  }
}

.entryFlow__ttl .en {
  display: block;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .entryFlow__ttl .en {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__ttl .en {
    font-size: 18px;
  }
}

.entryFlow__ttl .en + .ja {
  margin-top: 16px;
}

.entryFlow__list {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .entryFlow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .entryFlow__item {
    width: calc((100% - 48px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .entryFlow__item:not(:first-child) {
    margin-top: 24px;
  }
}

.entryFlowCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.entryFlowCard__head {
  background-color: #504e4a;
  -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 100%, 0% 100%);
  padding: 12px 24px;
  position: relative;
  z-index: 1;
}

.entryFlowCard__head:after, .entryFlowCard__head:before {
  background-color: #c8bb9b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  width: 2px;
}

.entryFlowCard__head:after {
  right: 12px;
}

.entryFlowCard__head:before {
  right: 17px;
}

.entryFlowCard__ttl {
  color: #d8ceb9;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .entryFlowCard__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlowCard__ttl {
    font-size: 18px;
  }
}

.entryFlowCard__cont {
  background: #eae3d5;
  color: #504e4a;
  padding: 40px 24px;
}

@media screen and (min-width: 768px) {
  .entryFlowCard__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.entryFlowCard__heading {
  letter-spacing: .05em;
  line-height: 1.8;
}

.entryFlowCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.entryFlowCard__heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.entryFlowCard__heading:before, .entryFlowCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .entryFlowCard__heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .entryFlowCard__heading {
    font-size: 15px;
  }
}

.entryFlowCard__heading + .cvBtn {
  margin-top: 24px;
}

.entryFlowCard__heading + .caption {
  margin-top: 16px;
}

.fadeSlider {
  position: relative;
}

.fadeSlider__controller {
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .fadeSlider__controller {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .fadeSlider__controller {
    padding-left: 10px;
  }
}

.fadeSlider__controller .swiper-pagination {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  position: static;
}

.fadeSlider__controller .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1 / 1;
  background-color: #cccac4;
  border-radius: 0;
  height: auto;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
  }
}

.fadeSlider__controller .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6b6a67;
}

@media screen and (min-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fadeSlider__controller .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .fadeSlider--disableMode .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fadeSlider--disableMode .fadeSlider__controller {
  display: none;
}

.figurePlot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
}

.generalBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 20px 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .generalBtn {
    max-width: calc(314 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .generalBtn {
    max-width: 380px;
  }
}

.generalBtn:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(89, 47, 68, 0.4)), to(rgba(89, 47, 68, 0)));
  background: linear-gradient(to right, rgba(89, 47, 68, 0.4) 0%, rgba(89, 47, 68, 0) 100%);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  width: 100%;
  z-index: -1;
}

.generalBtn__txt {
  letter-spacing: .04em;
  line-height: 1.4;
}

.generalBtn__txt:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.generalBtn__txt:before, .generalBtn__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (max-width: 768px) {
  .generalBtn__txt {
    font-size: 14px;
  }
}

.generalBtn__arrow {
  width: 22px;
}

.generalBtn__arrow .arrowSVG {
  height: auto;
  width: 100%;
}

.generalBtn__blank {
  width: 20px;
}

.generalBtn__blank .arrowSVG {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalBtn:hover:after {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

.generalBtn--large {
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .generalBtn--large {
    max-width: 100%;
  }
}

.generalBtn--large .generalBtn__txt {
  font-size: 20px;
}

.generalBtn--en .generalBtn__txt {
  font-family: "Cormorant Infant", serif;
}

.generalBtn--dark {
  background: #3c3a39;
}

.generalBtn--dark:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--dark:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--heathGray {
  background: #8d8186;
}

.generalBtn--heathGray:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 235, 235, 0.4)), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(to right, rgba(235, 235, 235, 0.4) 0%, rgba(235, 235, 235, 0) 100%);
}

.generalBtn--heathGray:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalBtn--simple {
  background: none;
  color: #3c3a39;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.generalBtn--simple:before {
  background: -webkit-gradient(linear, left top, right top, from(#a08c6a), color-stop(52%, #c3ad8e), to(#8f7c5d));
  background: linear-gradient(to right, #a08c6a 0%, #c3ad8e 52%, #8f7c5d 100%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.generalBtn--simple:after {
  background: -webkit-gradient(linear, left top, right top, from(#614f31), color-stop(52%, #8f7c5d), to(#a08c6a));
  background: linear-gradient(to right, #614f31 0%, #8f7c5d 52%, #a08c6a 100%);
  bottom: 0;
  height: 2px;
}

.generalBtn--simple .generalBtn__arrow .arrowSVG__path {
  fill: currentColor;
}

.generalBtn--simple .generalBtn__blank .blankSVG__path {
  fill: currentColor;
}

.generalBtn--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.generalBtn--prev:after {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.generalBtn--prev .generalBtn__arrow .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.generalModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 14px;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transition: opacity .9s;
  transition: opacity .9s;
  width: 100vw;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .generalModal {
    padding-bottom: 60px;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal {
    padding-bottom: 0;
  }
}

.generalModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.generalModal__cont {
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalModal__cont {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__cont {
    width: calc(670 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__cont {
    width: calc(600 / 750 * 100vw);
  }
}

.generalModal__inner {
  background-color: #ffffff;
  overflow-y: auto;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .generalModal__inner {
    max-height: calc(100vh - 200px);
    padding: 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__inner {
    max-height: calc(100vh - 160px);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__inner {
    width: 100%;
  }
}

.generalModal__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .generalModal__inner--map {
    padding: 60px;
  }
}

@media screen and (min-width: 768px) {
  .generalModal__inner .zoomFigure + .generalBtn {
    margin: 30px auto 0;
  }
}

.generalModal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(153, 153, 153, 0.9);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .generalModal__close {
    height: 56px;
    right: 0;
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__close {
    height: calc(80 / 750 * 100vw);
    right: 0;
    width: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .generalModal__close {
    bottom: 100%;
  }
}

.generalModal__close .inner {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .generalModal__close .inner {
    height: 17px;
    width: 17px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__close .inner {
    height: calc(23 / 750 * 100vw);
    width: calc(23 / 750 * 100vw);
  }
}

.generalModal__close .inner:before, .generalModal__close .inner:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .generalModal__close .inner:before, .generalModal__close .inner:after {
    height: 1px;
  }
}

.generalModal__close .inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.generalModal__close .inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.generalModal__close--bottom {
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 768px) {
  .generalModal__close--map {
    left: 0;
    right: auto;
  }
}

.generalModal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .generalModal--long .generalModal__cont {
    height: 100%;
    max-height: calc(100% - 160px);
  }
}

@media screen and (max-width: 768px) {
  .generalModal--long .generalModal__cont {
    height: calc(100% - (160 / 750 * 100vw));
  }
}

.generalModal--long .generalModal__inner {
  height: 100%;
}

.generalModal.is-active .generalModal__cont {
  width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .generalModal .movieFrame {
    height: calc(708.75vw / 1200 * 100);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .generalModal .movieFrame {
    height: 169px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .generalModal .movieFrame--pcPlayer {
    display: none;
  }
}

.generalSlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .generalSlider__controller {
    margin: 60px auto 0;
    width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__controller {
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(104 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}

.generalSlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #9e9d98;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media screen and (min-width: 768px) {
  .generalSlider__dir {
    margin-left: 32px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__dir {
    margin-left: 20px;
    width: 40px;
  }
}

@media screen and (min-width: 768px) {
  .generalSlider__dir:hover {
    background-color: #9e9d98;
  }
  .generalSlider__dir:hover .svgIcon {
    fill: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .generalSlider__dir:hover {
    background-color: #9e9d98;
  }
  .generalSlider__dir:hover .svgIcon {
    fill: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .generalSlider__dir + .generalSlider__dir {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .generalSlider__dir + .generalSlider__dir {
    margin-left: 5px;
  }
}

.generalSlider__dir--prev .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.generalSlider .swiper-slide .photo__capOut {
  position: static;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .generalSlider--disableMode .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.generalSlider--disableMode .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.generalSlider--disableMode .generalSlider__controller {
  display: none;
}

.guidanceHead {
  color: #c8bb9b;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .guidanceHead {
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .guidanceHead {
    padding: 0 20px;
  }
}

.guidanceHead__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__inner {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__inner {
    padding-left: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__inner {
    padding-left: 28px;
  }
}

.guidanceHead__inner:before {
  background-color: #41354b;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 2;
}

.guidanceHead__inner:after {
  background-color: rgba(200, 187, 155, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .guidanceHead__inner:after {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__inner:after {
    height: 88px;
  }
}

.guidanceHead__head {
  position: relative;
  z-index: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, white 33%, white 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%;
}

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

.guidanceHead__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl {
    padding-top: .25em;
  }
}

.guidanceHead__ttl .main {
  display: block;
  font-family: Cinzel, 'Shippori Mincho B1', serif;
  letter-spacing: .05em;
  line-height: .8;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main {
    font-size: 42px;
  }
}

.guidanceHead__ttl .main .ja {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main .ja {
    font-size: 48px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__ttl .main .ja {
    font-size: calc(48 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main .ja {
    display: block;
    font-size: 28px;
    margin-bottom: .25em;
  }
}

.guidanceHead__ttl .main .inner {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main .inner {
    padding: 0 .35em;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main .inner {
    padding: 0 .5em 0 .35em;
  }
}

.guidanceHead__ttl .main .bracket {
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main .bracket {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__ttl .main .bracket {
    font-size: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main .bracket {
    font-size: 18px;
  }
}

.guidanceHead__ttl .main .bracket--first {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main .bracket--first {
    left: 0;
    top: .25em;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__ttl .main .bracket--first {
    top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main .bracket--first {
    left: -.5em;
    top: 0;
  }
}

.guidanceHead__ttl .main .bracket--last {
  bottom: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .main .small {
    font-size: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__ttl .main .small {
    font-size: calc(56 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .main .small {
    font-size: 32px;
  }
}

.guidanceHead__ttl .main + .sub {
  margin-top: 24px;
}

.guidanceHead__ttl .sub {
  display: block;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__ttl .sub {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__ttl .sub {
    font-size: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__ttl .sub {
    font-size: 12px;
  }
}

.guidanceHead__txt {
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .guidanceHead__txt {
    font-size: 18px;
    padding-top: 1em;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2;
  }
  .guidanceHead__txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .guidanceHead__txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .guidanceHead__txt:before, .guidanceHead__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .guidanceHead__txt {
    font-size: calc(22 / 1440 * 100vw);
    padding-top: 3em;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__txt {
    font-size: 15px;
    margin-top: 48px;
    line-height: 1.8;
  }
  .guidanceHead__txt:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .guidanceHead__txt:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .guidanceHead__txt:before, .guidanceHead__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.guidanceHead__txt sup {
  vertical-align: text-top;
}

@media screen and (min-width: 768px) {
  .guidanceHead__txt sup {
    font-size: 12px;
  }
}

.guidanceHead__cont {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guidanceHead__cont {
    margin: 64px calc(50% - 50vw + 50px) 0 0;
  }
}

@media screen and (max-width: 768px) {
  .guidanceHead__cont {
    margin: 48px -20px 0 0;
  }
}

.guidanceHead__cont.is-init .guidanceHead__light {
  opacity: 1;
}

.guidanceHead__cont.is-init .guidanceHead__build {
  -webkit-mask-position: 100% 60%;
          mask-position: 100% 60%;
  -webkit-transition: 7s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
  transition: 7s cubic-bezier(0.43, 0.02, 0.05, 1) 0s;
}

.guidanceHead__vis .photo__image {
  will-change: transform, filter;
}

.guidanceHead__light {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .8s ease-in-out .2s;
  transition: opacity .8s ease-in-out .2s;
  width: 100%;
  will-change: opacity;
  z-index: 2;
}

.guidanceHead__light .pic {
  height: 100%;
  width: 100%;
}

.guidanceHead__light .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.guidanceHead__build {
  height: 100%;
  left: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(33%, white), color-stop(66%, white), color-stop(75%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, white 33%, white 66%, rgba(255, 255, 255, 0) 75%);
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
  -webkit-mask-size: 100% 400%;
          mask-size: 100% 400%;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .8s ease-in-out .2s;
  transition: opacity .8s ease-in-out .2s;
  width: 100%;
  will-change: opacity, filter;
  z-index: 2;
}

.guidanceHead__build .pic {
  height: 100%;
  width: 100%;
}

.guidanceHead__build .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.guidanceHead__cloud {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform, filter, opacity;
  z-index: 2;
}

.guidanceHead__cloud .pic {
  height: 100%;
  width: 100%;
}

.guidanceHead__cloud .pic__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .guidanceHead--parkhouse .guidanceHead__inner:after {
    height: 110px;
  }
}

.heading {
  line-height: 2;
	color: #c8bb9b;
}

.heading:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.heading:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.heading:before, .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .heading {
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 768px) {
  .heading {
    letter-spacing: .05em;
  }
}

.heading sup {
  font-size: 10px;
  vertical-align: text-top;
}

.heading .caption {
  display: block;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1.3;
}

.heading .caption:before {
  content: '';
  margin-top: calc((1 - 1.3) * .5em);
}

.heading .caption:after {
  margin-bottom: calc((1 - 1.3) * .5em);
}

.heading .caption:before, .heading .caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .heading--large {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .heading--large {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .heading--large + .txt {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .heading--large + .txt {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .heading--default {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .heading--default {
    font-size: 18px;
  }
}

.heading--default + .txt {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .heading--primary {
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.8;
  }
  .heading--primary:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .heading--primary:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .heading--primary:before, .heading--primary:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading--primary {
    font-size: 18px;
  }
}

.heading--primary + .txt {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .heading--medium {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .heading--medium {
    font-size: 16px;
  }
}

.heading--medium + .txt {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .heading--small {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .heading--small {
    font-size: 15px;
  }
}

.heading--small + .txt {
  margin-top: 20px;
}

.headingUnit {
  position: relative;
}

.headingUnit--center {
  text-align: center;
}

.headVisual {
  position: relative;
  z-index: 1;
}

.headVisual:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(51, 51, 51, 0) 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .headVisual:after {
    height: calc(104 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .headVisual:after {
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .headVisual {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 768px) {
  .headVisual {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.headVisual__ttl {
  color: #c8bb9b;
  font-family: "Cinzel", serif;
  left: 50%;
  letter-spacing: .2em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .headVisual__ttl {
    bottom: 16px;
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .headVisual__ttl {
    bottom: 8px;
    font-size: 20px;
  }
}

.headVisual__ttl .t {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(30%) scale(0.95);
          transform: translateY(30%) scale(0.95);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.headVisual__ttl.sai-animate .t {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.headVisual__bg .photo__capIn {
  z-index: 9;
}

.keyVisual {
  position: relative;
  z-index: 1;
		color: #c8bb9b;
}

.keyVisual__image .photo {
  overflow: hidden;
}

.keyVisual__image .photo__image {
  -webkit-filter: brightness(0.8) blur(10px);
          filter: brightness(0.8) blur(10px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out;
  transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-filter 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.keyVisual__image.sai-animate .photo__image {
  -webkit-filter: brightness(1) blur(0);
          filter: brightness(1) blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 768px) {
  .keyVisual__desc {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__desc {
    padding: 64px 0 104px;
  }
}

.keyVisual__inner {
  margin: 0 auto;
	color: #c8bb9b;
}

@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: 0 20px;
  }
}

.labelTtl {
  background-color: #b2a68c;
  color: #ffffff;
  padding: 16px;
  text-align: center;
	margin: 20px;
}

.labelTtl .inner {
  letter-spacing: .05em;
  line-height: 2;
}

.labelTtl .inner:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.labelTtl .inner:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.labelTtl .inner:before, .labelTtl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .labelTtl .inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .labelTtl .inner {
    font-size: 16px;
  }
}

.labelTtl .inner .small {
  display: inline-block;
  font-size: 15px;
}

.labelTtl .inner .num {
  display: inline-block;
  font-family: "Cinzel", serif;
}

@media screen and (min-width: 768px) {
  .labelTtl .inner .num {
    font-size: 40px;
    letter-spacing: .2em;
    line-height: .8;
  }
}

@media screen and (max-width: 768px) {
  .labelTtl .inner .num {
    font-size: 32px;
    letter-spacing: .05em;
    line-height: 1;
  }
}

.linkBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c8bb9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed", serif;
  letter-spacing: .3em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.linkBtn:hover {
  opacity: .7;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 768px) {
  .linkBtn {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn {
    font-size: 24px;
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__arrow {
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .linkBtn__arrow {
    width: 32px;
  }
}

.plan {
  color: #b2a68c;
  font-size: 16px;
  gap: 8px;
  letter-spacing: .02em;
}

.plan .linkBtn__arrow {
  width: 24px;
}

.loopSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.loopSlider .swiper-slide .photo__image {
  width: 100%;
}

.madoriDetail {
  background-color: #f0f0f0;
  color: #504e4a;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail {
    width: 992px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDetail {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    padding: 80px 120px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1032px) {
  .madoriDetail {
    gap: 80px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail {
    padding: 40px 24px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__head {
    width: 312px;
  }
}

.madoriDetail__type {
  font-family: "Cinzel", serif;
  letter-spacing: .1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type {
    font-size: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: 16px;
    padding-bottom: 12px;
    padding-right: 100px;
  }
}

.madoriDetail__type:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type:after {
    width: 31px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type:after {
    width: 24px;
  }
}

.madoriDetail__type .strong {
  display: inline-block;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 32px;
  }
}

.madoriDetail__type .type {
  display: inline-block;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__spec {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__spec {
    margin-top: 12px;
  }
}

.madoriDetail__variation {
  font-family: "Cinzel", serif;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    padding-right: 100px;
  }
}

.madoriDetail__variation .num {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation .num {
    font-size: 32px;
  }
}

.madoriDetail__variation .ldk {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__variation .ldk {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__length {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    margin-top: 24px;
  }
}

.madoriDetail__mainLength {
  letter-spacing: .04em;
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength {
    padding-right: 100px;
  }
}

.madoriDetail__mainLength .ja {
  display: inline-block;
  line-height: 1.8;
}

.madoriDetail__mainLength .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.madoriDetail__mainLength .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.madoriDetail__mainLength .ja:before, .madoriDetail__mainLength .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__mainLength .ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength .ja {
    font-size: 12px;
  }
}

.madoriDetail__mainLength .unit {
  display: inline-block;
  font-family: "Cinzel", serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .madoriDetail__mainLength .unit {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength .unit {
    font-size: 16px;
  }
}

.madoriDetail__mainLength .int {
  display: inline-block;
  margin-left: .25em;
}

@media screen and (min-width: 768px) {
  .madoriDetail__mainLength .int {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength .int {
    font-size: 24px;
  }
}

.madoriDetail__mainLength .meter {
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .madoriDetail__mainLength .meter {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength .meter {
    font-size: 10px;
  }
}

.madoriDetail__mainLength .tsubo {
  display: inline-block;
  line-height: 1.8;
}

.madoriDetail__mainLength .tsubo:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.madoriDetail__mainLength .tsubo:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.madoriDetail__mainLength .tsubo:before, .madoriDetail__mainLength .tsubo:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__mainLength .tsubo {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__mainLength .tsubo {
    font-size: 10px;
    width: 100%;
  }
}

.madoriDetail__cap {
  color: #666666;
  font-size: 10px;
  letter-spacing: .04em;
  margin-top: 12px;
}

.madoriDetail__subLength {
  line-height: 1.8;
}

.madoriDetail__subLength:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.madoriDetail__subLength:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.madoriDetail__subLength:before, .madoriDetail__subLength:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__subLength {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subLength {
    margin-top: 16px;
  }
}

.madoriDetail__subItem {
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .madoriDetail__subItem {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subItem {
    font-size: 10px;
    height: calc(40 / 390 * 100vw);
  }
}

.madoriDetail__subItem .floor {
  color: #666666;
  display: block;
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .madoriDetail__subItem .floor {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__subItem .floor {
    font-size: 8px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__building {
    margin-top: 32px;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__building {
    position: absolute;
    right: 24px;
    top: 40px;
    width: 100px;
  }
}

.madoriDetail__building .label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b2a68c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__building .label {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__building .label {
    padding: 4px 8px;
  }
}

.madoriDetail__building .label .building {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.8;
}

.madoriDetail__building .label .building:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.madoriDetail__building .label .building:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.madoriDetail__building .label .building:before, .madoriDetail__building .label .building:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.madoriDetail__building .label + img {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__point {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__point {
    margin-top: 24px;
  }
}

.madoriDetail__point .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__point .pointList {
    width: 180px;
  }
}

.madoriDetail__point .pointList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b2a68c;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .madoriDetail__point .pointList__item {
    font-size: 12px;
    min-width: calc(50% - 2px);
    padding: 6px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__point .pointList__item {
    font-size: 10px;
    padding: 6px 8px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__point .pointList__item .small {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__point .pointList__item .small {
    font-size: 8px;
  }
}

.madoriDetail__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.madoriDetail__label .label {
  background-color: #e5e5e5;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .madoriDetail__label .label {
    height: 12px;
    width: 33px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__label .label {
    height: 10px;
    width: 20px;
  }
}

.madoriDetail__label .guide {
  color: #3c3a39;
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1.8;
}

.madoriDetail__label .guide:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.madoriDetail__label .guide:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.madoriDetail__label .guide:before, .madoriDetail__label .guide:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .madoriDetail__label .guide {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__label .guide {
    font-size: 9px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__body {
    width: 440px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__body {
    margin-top: 40px;
  }
}

.madoriDetail__body .madoriFig__img {
  display: none;
}

.madoriDetail__body .madoriFig__img.is-active {
  display: block;
}

.madoriDetail__body .madoriFig + .caption {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.madoriDetail__tabList {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .madoriDetail__tabList {
    border-radius: 20px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__tabList {
    border-radius: calc(20 / 390 * 100vw);
    width: calc(240 / 390 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .madoriDetail__tabList + .madoriFig {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__tabList + .madoriFig {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.madoriDetail__tabBtn {
  color: #504E4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .03em;
  -webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
  transition: background .4s ease-in-out, color .4s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .madoriDetail__tabBtn {
    border-radius: 20px;
    font-size: 13px;
    height: 40px;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__tabBtn {
    border-radius: calc(20 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    width: calc(130 / 390 * 100vw);
  }
}

.madoriDetail__tabBtn.is-active {
  background-color: #504E4A;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .madoriDetail__tabBtn:hover {
    background-color: rgba(80, 78, 74, 0.5);
    color: #fff;
  }
}

.madoriDetail__note {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .madoriDetail__note {
    position: relative;
  }
}

.madoriDetail__note .usageNote__item .caption {
  color: #3c3a39;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .05em;
}

.madoriDetail__note .usageNote + .caption {
  margin-top: 24px;
}

.madoriDetail__note .usageNote + .caption--illust {
  display: none;
}

@media screen and (min-width: 768px) {
  .madoriDetail__note .usageNote + .caption--illust {
    bottom: -45px;
    left: 0;
    position: absolute;
  }
}

.madoriDetail__note .usageNote + .caption--illust.is-active {
  display: block;
}

.madoriDetail__note .caption {
  padding-left: 1em;
  text-indent: -1em;
}

.madoriDirection {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .madoriDirection {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDirection {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection {
    padding: 0 8px;
    width: 100vw;
    z-index: 2;
  }
}

.madoriDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  border: 1px solid #c8bb9b;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s opacity ease;
  transition: .4s opacity ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    width: 63px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    width: 48px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    opacity: .7;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    opacity: .7;
  }
}

.madoriDirection__link .svgIcon {
  display: block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link .svgIcon {
    width: 23px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link .svgIcon {
    width: 17px;
  }
}

.modalFigure {
  position: relative;
}

.modalFigure .figurePlot .svgIcon {
  aspect-ratio: 44 / 43;
}

@media screen and (max-width: 768px) {
  .modalFigure .figurePlot .svgIcon {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .modalFigure[data-modal-device='pc'] .figurePlot {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .modalFigure[data-modal-device='sp'] .figurePlot {
    display: none;
  }
}

.movieModal__btn {
  -webkit-box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
          box-shadow: 0 20px 20px rgba(18, 15, 4, 0.1);
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .movieModal__btn:hover .photo__image {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.movieModal__btn .arrow {
  aspect-ratio: 1 / 1;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .movieModal__btn .arrow {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movieModal__btn .arrow {
    width: 61px;
  }
}

.movieModal__btn .photo {
  overflow: hidden;
}

.movieModal__btn .photo__image {
  -webkit-transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: -webkit-transform .6s ease, -webkit-filter .6s ease;
  transition: transform .6s ease, filter .6s ease;
  transition: transform .6s ease, filter .6s ease, -webkit-transform .6s ease, -webkit-filter .6s ease;
}

@media screen and (max-width: 768px) {
  .moviePlayer__frame {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pageHead {
    padding: 180px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead {
    padding: 110px 0 65px;
  }
}

.pageHead__inner {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pageHead__inner {
    width: 1200px;
  }
}

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

@media screen and (max-width: 768px) {
  .pageHead__inner {
    padding: 0 20px;
  }
}

.pageHead__ttl .en,
.pageHead__ttl .ja {
  display: block;
}

.pageHead__ttl .ja {
  letter-spacing: .05em;
  line-height: 1.8;
}

.pageHead__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.pageHead__ttl .ja:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.pageHead__ttl .ja:before, .pageHead__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .pageHead__ttl .ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__ttl .ja {
    font-size: 12px;
  }
}

.pageHead__ttl .en {
  font-family: "Cinzel", serif;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .pageHead__ttl .en {
    font-size: 56px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__ttl .en {
    font-size: 32px;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .pageHead__ttl .en + .ja {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__ttl .en + .ja {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .pageHead__logo + .pageHead__ttl {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .pageHead__logo + .pageHead__ttl {
    margin-top: 32px;
  }
}

.parallaxPhoto {
  overflow: hidden;
  position: relative;
}

.photo {
  position: relative;
}

@media screen and (min-width: 768px) {
  .photo + .caption {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .photo + .caption {
    padding-top: 10px;
  }
}

.photo__capIn, .photo__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.photo__capIn, .photo__capOut, .photo__capInTop {
  position: absolute;
}

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

.photo__capInTop {
  right: 5px;
  top: 5px;
}

.photo__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  text-align: right;
  top: 100%;
}

.photo .numCap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(102, 102, 102, 0.9);
  bottom: 0;
  color: #fdfdfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  height: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 15px;
}

.photo__pic {
  display: block;
	overflow: hidden;
}

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

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo--shadow {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.21);
}

.pic {
  position: relative;
}

.pic__capIn, .pic__capOut {
  font-size: 10px;
  line-height: calc(18 / 10);
}

.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;
}

.pinchInFigure {
  position: relative;
}

.pinchInFigure .figurePlot {
  background-color: rgba(80, 78, 74, 0.6);
  -webkit-box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
          box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
}

@media screen and (min-width: 768px) {
  .pinchInFigure .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot {
    right: 10px;
    top: 10px;
    width: 50px;
  }
}

.pinchInFigure .figurePlot .svgIcon {
  height: auto;
}

@media screen and (max-width: 768px) {
  .pinchInFigure .figurePlot .svgIcon {
    width: 26px;
  }
}

.pinchInFigure .figurePlot .svgIcon__path {
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .pinchInFigure--full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.generalModal__inner .pinchInFigure {
  padding: 30px 0;
}

.qualityCard__ttl {
  letter-spacing: .05em;
  text-align: center;
	color: #c8bb9b;
}

.qualityCard__ttl span.sec_cap{
	font-size: 12px;
	line-height: 14px;
}

@media screen and (min-width: 768px) {
  .qualityCard__ttl {
    font-size: 20px;
    line-height: 1.2;
  }
  .qualityCard__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .qualityCard__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .qualityCard__ttl:before, .qualityCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__ttl {
    font-size: 16px;
    line-height: 2;
  }
  .qualityCard__ttl:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .qualityCard__ttl:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .qualityCard__ttl:before, .qualityCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .qualityCard__visual + .qualityCard__ttl {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__visual + .qualityCard__ttl {
    margin-top: 32px;
	  margin-bottom: 60px;
  }
}

.qualityCard__cap {
  color: #c8bb9b;
  margin-top: 10px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .qualityCard__cap {
    text-align: right;
  }
}

.qualityCard__visual .photo + .caption {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .qualityCard--small .qualityCard__ttl {
    font-size: 13px;
  }
}

.qualityCard--head .qualityCard__ttl {
  text-align: left;
}

.relatedBox {
  background-color: rgba(62, 58, 57, 0.8);
  border: 1px solid #e5d4a9;
}

@media screen and (min-width: 768px) {
  .relatedBox {
    padding: 100px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox {
    padding: 80px 28px;
  }
}

.relatedBox__head {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .relatedBox__head {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__head {
    padding-bottom: 32px;
  }
}

.relatedBox__head:after {
  background-color: #d8ceb9;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .relatedBox__head:after {
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__head:after {
    width: 24px;
  }
}

.relatedBox__ttl {
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.8;
}

.relatedBox__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.relatedBox__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.relatedBox__ttl:before, .relatedBox__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .relatedBox__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__ttl {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .relatedBox__head + .relatedBox__cont {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .relatedBox__head + .relatedBox__cont {
    margin-top: 64px;
  }
}

.sectTtl {
  display: inline-block;
  letter-spacing: .4em;
  line-height: 1.75;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .sectTtl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl {
    font-size: 20px;
  }
}

.sectTtl .bracket {
  display: inline-block;
  left: .7em;
  position: relative;
  top: -.7em;
}

.sectTtl .k {
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
}

.sectTtl .k-start {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sectTtl .k-start {
    -webkit-transform: translateY(-0.1em);
            transform: translateY(-0.1em);
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl .k-start {
    height: 1em;
    -webkit-transform: translateY(-0.1em) rotate(90deg);
            transform: translateY(-0.1em) rotate(90deg);
    width: 1em;
  }
}

.sectTtl .k-end {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sectTtl .k-end {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
    -webkit-writing-mode: sideways-rl;
        -ms-writing-mode: sideways-rl;
            writing-mode: sideways-rl;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl .k-end {
    height: 1em;
    -webkit-transform: translateY(-0.1em) translateX(-0.1em) rotate(90deg);
            transform: translateY(-0.1em) translateX(-0.1em) rotate(90deg);
  }
}

.sectTtl .r {
  display: inline-block;
  height: .8em;
  left: .7em;
  position: relative;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.sectTtl .l {
  display: inline-block;
  height: .8em;
  left: -.2em;
  position: relative;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.swipeFigure {
  position: relative;
}

.swipeFigure__inner {
  overflow: scroll;
}

.swipeFigure__inner::-webkit-scrollbar {
  display: none;
}

.swipeFigure__inner[data-mode=''] .photo,
.swipeFigure__inner[data-mode=''] .photo__pic,
.swipeFigure__inner[data-mode=''] .photo__image {
  height: 100%;
  max-width: unset;
  width: auto;
}

@media screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] .photo,
  .swipeFigure__inner[data-mode='pc'] .photo__pic,
  .swipeFigure__inner[data-mode='pc'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='pc'] + .figurePlot {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] + .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure__inner[data-mode='sp'] .photo,
  .swipeFigure__inner[data-mode='sp'] .photo__pic,
  .swipeFigure__inner[data-mode='sp'] .photo__image {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.swipeFigure__capIn, .swipeFigure__capOut {
  font-size: 10px;
  letter-spacing: .05em;
  line-height: calc(18 / 10);
  position: absolute;
  z-index: 1;
}

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

.swipeFigure__capOut {
  padding: 5px 5px 0 0;
  right: 0;
  text-align: right;
  top: 100%;
}

.swipeFigure .figurePlot {
  background-color: rgba(80, 78, 74, 0.6);
  -webkit-box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
          box-shadow: 0 0 30px 3px rgba(51, 51, 51, 0.05);
}

@media screen and (min-width: 768px) {
  .swipeFigure .figurePlot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot {
    right: 10px;
    top: 10px;
    width: 50px;
  }
}

.swipeFigure .figurePlot .svgIcon {
  height: auto;
}

@media screen and (max-width: 768px) {
  .swipeFigure .figurePlot .svgIcon {
    width: 26px;
  }
}

.swipeFigure .figurePlot .svgIcon__path {
  fill: #ffffff;
}

@media screen and (max-width: 768px) {
  .swipeFigure--full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.symbolFront .frontSVG {
  height: auto;
  width: 100%;
}

.symbolLogo .theSVG {
  height: auto;
  width: 100%;
}

.symbolTtl {
  color: #c8bb9b;
  text-align: center;
}

.symbolTtl__ttl {
  font-family: "Cinzel", serif;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

.symbolTtl__ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.symbolTtl__ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.symbolTtl__ttl:before, .symbolTtl__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .symbolTtl__ttl {
    font-size: 56px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .symbolTtl__ttl {
    font-size: 24px;
    letter-spacing: .05em;
  }
}

@media screen and (min-width: 768px) {
  .symbolTtl__ttl .small {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .symbolTtl__ttl .small {
    font-size: 16px;
  }
}

.symbolTtl__ttl .ja {
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (min-width: 768px) {
  .symbolTtl__logo + .symbolTtl__ttl {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .symbolTtl__logo + .symbolTtl__ttl {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .symbolTtl--small .symbolTtl__ttl {
    font-size: 32px;
  }
}

.tabBtn {
  background-color: #b2a68c;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #050505;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .8s ease-out, color .8s ease-out;
  transition: background-color .8s ease-out, color .8s ease-out;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .tabBtn {
    padding: 12px 10px;
    width: 100%;
  }
}

.tabBtn.is-active {
  background-color: #fcf4e3;
  color: #504e4a;
  pointer-events: none;
}

.tabBtn:focus-visible {
  outline: 4px solid #ffffff;
}

.tabBtn__inner {
  letter-spacing: .05em;
  line-height: 2;
}

.tabBtn__inner:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.tabBtn__inner:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.tabBtn__inner:before, .tabBtn__inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .tabBtn__inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .tabBtn__inner {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .tabBtn:hover {
    background-color: #fcf4e3;
    color: #504e4a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .tabBtn:hover {
    background-color: #fcf4e3;
    color: #504e4a;
  }
}

@media screen and (min-width: 768px) {
  .tabBtn--small {
    min-width: 230px;
  }
}

.tabBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .tabBtnList {
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .tabBtnList {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .tabBtnList__item {
    width: calc(50% - 4px);
  }
}

.tabCont {
  display: none;
}

.tabCont.is-active {
  display: block;
}

.txt {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 2;
}

.txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.txt:before, .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.txt .caption {
  display: inline-block;
  line-height: 1.5;
}

.txt + .txt {
  margin-top: 1em;
}

.txt + .caption {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .txt--large {
    font-size: 16px;
    line-height: 3;
  }
  .txt--large:before {
    content: '';
    margin-top: calc((1 - 3) * .5em);
  }
  .txt--large:after {
    margin-bottom: calc((1 - 3) * .5em);
  }
  .txt--large:before, .txt--large:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.txt--small {
  font-size: 12px;
  line-height: 1.8;
}

.txt--small:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.txt--small:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.txt--small:before, .txt--small:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.txt--xSmall {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .txt--xSmall {
    font-size: 10px;
  }
}

.txt--xSmall:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.txt--xSmall:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.txt--xSmall:before, .txt--xSmall:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.usableList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usableList__note {
  margin-top: 10px;
  text-align: right;
}

.usageNote__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usageNote__item {
  display: inline-block;
  margin-right: 10px;
}

.usageNote__item .icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: sub;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon {
    width: 38px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    width: 33px;
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 33 / 12;
  background-color: #d9d0b7;
  border: 1px solid #d4d4d4;
}

.usageNote__item .icon--floor {
  aspect-ratio: 33 / 12;
  background-color: #f3e4de;
  border: 1px solid #d4d4d4;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 38 / 8;
  vertical-align: inherit;
}

.zoomFigure {
  margin: 0 auto;
  position: relative;
}

.zoomFigure .figurePlot {
  background-color: rgba(247, 247, 247, 0.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s ease 4s;
  transition: opacity 2s ease 4s;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot {
    width: 95px;
  }
}

.zoomFigure .figurePlot .svgIcon {
  height: auto;
  margin-left: -5px;
}

@media screen and (max-width: 768px) {
  .zoomFigure .figurePlot .svgIcon {
    width: 28px;
  }
}

.zoomFigure.sai-animate .figurePlot {
  opacity: 0;
}

.zoomFigure__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.zoomFigure__controller .btnSVG {
  display: block;
  height: 100%;
  width: 100%;
}

.zoomFigure__controller .btnSVG__path {
  fill: #666666;
}

.zoomFigure__btn {
  background-color: rgba(247, 247, 247, 0.9);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
}

.zoomFigure__btn:not(:last-of-type) {
  margin-bottom: 5px;
}

.zoomFigure .caption,
.zoomFigure .capIn,
.zoomFigure .capOut {
  color: #666666;
  font-size: 10px;
  line-height: 1.8;
}

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

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

.zoomFigure .caption[data-color='sdw-wh'],
.zoomFigure .capIn[data-color='sdw-wh'],
.zoomFigure .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;
}

.zoomFigure .caption[data-color='sdw-bl'],
.zoomFigure .capIn[data-color='sdw-bl'],
.zoomFigure .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;
}

.zoomFigure__capIn, .zoomFigure__capOut {
  position: absolute;
}

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

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

.zoomFigure__inner {
  height: 100%;
  overflow: scroll;
}

.zoomFigure__inner::-webkit-scrollbar {
  display: none;
}

.zoomFigure__inner .photo__image {
  width: 100%;
}

.zoomFigure__inner .photo .caption,
.zoomFigure__inner .photo .capIn,
.zoomFigure__inner .photo .capOut {
  display: none;
}

.zoomFigure__wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .zoomFigure[data-mode='pc'] .figurePlot,
  .zoomFigure[data-mode='pc'] .zoomFigure__controller {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zoomFigure[data-mode='sp'] .figurePlot,
  .zoomFigure[data-mode='sp'] .zoomFigure__controller {
    display: none;
  }
}

.zoomFigure + .caption {
  margin-top: 10px;
}

/* DEVELOPMENT */
.dummyArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aaaaaa;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .dummyArea {
    height: 600px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .dummyArea {
    height: 300px;
    padding: 20px 40px;
  }
}

.dummyArea__content {
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .dummyArea__content {
    font-size: 18px;
    line-height: calc(30 / 18);
  }
}

@media screen and (max-width: 768px) {
  .dummyArea__content {
    font-size: 15px;
    line-height: calc(50 / 30);
  }
}

#canvas-container, #canvas-container2, #canvas-container3 {
  position: absolute;
  bottom: 0;
  transition: all 1s;
  z-index: 1
}
#canvas-container canvas, #canvas-container2 canvas, #canvas-container3 canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: bottom;
  z-index: 1
}
#sineCanvas {
  opacity: .5
}
#sineCanvas2 {
  opacity: 1
}

/* DEVELOPMENT */
