/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-size: 16px;
  background: #020709;
  color: #fff;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.BD-home {
  position: fixed;
}

.BD-excrusive {
  background: #fafbfb;
  color: #434444;
}
.BD-excrusive a {
  color: #434444;
}

a {
  color: #fff;
  text-decoration: none;
}

.hvop {
  transition: opacity .3s ease;
}
.hvop:hover {
  opacity: .7;
}

::-moz-selection {
  background-color: #020709;
  color: #fff;
}

::selection {
  background-color: #020709;
  color: #fff;
}

.is-tab {
  display: none;
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
  .hvop:hover {
    opacity: 1;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.tdU:hover {
  text-decoration: none;
}

/* ===== layout ===== */
[class*="l-inner"] {
  margin: auto;
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
}

/* ===== tab ===== */
.js-tab-nav li {
  cursor: pointer;
}

/* ===== modal ===== */
.js-modal-open {
  cursor: pointer;
}

.js-modal-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.js-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.js-modal.modal-type01 {
  background: rgba(2, 7, 9, .85);
}
.js-modal.modal-type01 .js-modal-close {
  background-image: url(../images/ico-close-wh.svg);
}
.js-modal.modal-type01 .modal-contents {
  width: 56.25vw;
  max-width: 720px;
  background: #fff;
  padding: 40px 48px 48px;
}
.js-modal.modal-type02 {
  background: rgba(250, 251, 251, .9);
}
.js-modal.modal-type02 .js-modal-close {
  background-image: url(../images/ico-close-bk.svg);
}
.js-modal.modal-type02 .modal-contents {
  width: 70.3125vw;
  max-width: 900px;
}
.js-modal .modal-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}
.js-modal .modal-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 7.8125vw;
}
.js-modal .modal-contents {
  margin: auto;
  box-sizing: border-box;
}

.modal-type01 {
  color: #434444;
}
.modal-type01 .item-title {
  font-size: 20px;
  padding-bottom: .8em;
  border-bottom: 1px solid #dee4e4;
  margin-bottom: 1em;
}
.modal-type01 .item-meta {
  margin-bottom: 30px;
}
.modal-type01 .item-meta .pos {
  font-size: 12px;
  margin-bottom: .5em;
}
.modal-type01 .item-meta .time {
  margin-top: .5em;
}
.modal-type01 .item-text {
  font-size: 14px;
  line-height: 2.4;
}
.modal-type01 .item-btn {
  margin-top: 30px;
}
.modal-type01 .item-btn a {
  display: block;
  width: 25vw;
  text-align: center;
  max-width: 320px;
  background: #020709;
  font-family: "pragmatica", serif;
  line-height: 52px;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid rgba(2, 7, 9, .85);
  box-sizing: border-box;
  transition: .3s;
}
.modal-type01 .item-btn a:hover {
  background: rgba(255, 255, 255, .6);
  color: #020709;
}

.modal-type02 .modal-item {
  position: relative;
}

.modal-type02 .slick-dots {
  text-align: center;
  position: absolute;
  top: 100%;
  padding-top: 20px;
  left: 0;
  width: 100%;
}
.modal-type02 .slick-dots button {
  margin: 0;
  padding: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: #dee4e4;
}
.modal-type02 .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.modal-type02 .slick-dots .slick-active button {
  background: #020709;
}

.modal-type02 .item-image {
  width: 42.1875vw;
  max-width: 540px;
  box-sizing: border-box;
  padding: 68px;
  border: 1px solid #dee4e4;
}

.modal-type02 .item-cont {
  margin-left: auto;
  width: 25vw;
  max-width: 320px;
}

.modal-type02 .item-floor {
  font-size: 18px;
  margin-bottom: .8em;
}

.modal-type02 .item-title {
  font-size: 24px;
  margin-bottom: 1em;
}

.modal-type02 .item-text {
  font-size: 14px;
  line-height: 2;
}

.modal-type02 .item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal-type02 .item-btn .price {
  text-align: right;
  font-family: "pragmatica", serif;
  font-size: 12px;
}
.modal-type02 .item-btn .price span {
  font-size: 28px;
}
.modal-type02 .item-btn a {
  display: block;
  width: 25vw;
  text-align: center;
  max-width: 320px;
  background: #020709;
  font-family: "pragmatica", serif;
  line-height: 52px;
  font-size: 12px;
  border-radius: 40px;
  color: #fff;
  position: relative;
}
.modal-type02 .item-btn a:after {
  content: "";
  width: 1.40625vw;
  height: 1.40625vw;
  max-width: 18px;
  max-height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/ico-cart-wh.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 1280px) {
  /* ===== modal ===== */
  .js-modal-close {
    top: 2.34375vw;
    right: 2.34375vw;
    width: 3.75vw;
    height: 1.5625vw;
  }
  .js-modal.modal-type01 .modal-contents {
    padding: 3.125vw 3.75vw 3.75vw;
  }
  .js-modal .modal-inner {
    padding: 3.125vw 7.8125vw;
  }
  .modal-type01 .item-title {
    font-size: 1.5625vw;
  }
  .modal-type01 .item-meta {
    margin-bottom: 2.34375vw;
  }
  .modal-type01 .item-meta .pos {
    font-size: .9375vw;
  }
  .modal-type01 .item-text {
    font-size: 1.09375vw;
  }
  .modal-type01 .item-btn {
    margin-top: 2.34375vw;
  }
  .modal-type01 .item-btn a {
    line-height: 4.0625vw;
    font-size: .9375vw;
  }
  .modal-type02 .slick-dots {
    padding-top: 1.5625vw;
  }
  .modal-type02 .item-image {
    padding: 5.3125vw;
  }
  .modal-type02 .item-floor {
    font-size: 1.40625vw;
  }
  .modal-type02 .item-title {
    font-size: 1.875vw;
  }
  .modal-type02 .item-text {
    font-size: 1.09375vw;
  }
  .modal-type02 .item-btn {
    position: static;
    margin-top: 2.34375vw;
  }
  .modal-type02 .item-btn .price {
    font-size: .9375vw;
  }
  .modal-type02 .item-btn .price span {
    font-size: 2.1875vw;
  }
  .modal-type02 .item-btn a {
    line-height: 4.0625vw;
    font-size: .9375vw;
  }
}

@media only screen and (max-width: 780px) {
  /* ===== layout ===== */
  [class*="l-inner"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* ===== modal ===== */
  .js-modal-close {
    top: 30px;
    right: 25px;
    width: 48px;
    height: 20px;
  }
  .js-modal.modal-type01 .modal-contents {
    width: 100%;
    padding: 40px 28px 48px;
  }
  .js-modal.modal-type02 .modal-contents {
    width: 100%;
    max-width: 87.17949vw;
  }
  .js-modal .modal-inner {
    padding: 80px 25px;
  }
  .modal-type01 .item-title {
    font-size: 20px;
  }
  .modal-type01 .item-meta {
    margin-bottom: 30px;
  }
  .modal-type01 .item-meta .pos {
    font-size: 12px;
  }
  .modal-type01 .item-text {
    font-size: 14px;
  }
  .modal-type01 .item-btn {
    margin-top: 30px;
  }
  .modal-type01 .item-btn a {
    width: 100%;
    max-width: none;
    line-height: 52px;
    font-size: 12px;
  }
  .modal-type01 .item-btn a:hover {
    background: rgba(2, 7, 9, .85);
    color: #fff;
  }
  .modal-type02 .modal-item {
    display: block;
  }
  .modal-type02 .slick-dots {
    padding-top: 20px;
  }
  .modal-type02 .item-image {
    width: 100%;
    padding: 40px;
    margin-bottom: 65px;
  }
  .modal-type02 .item-cont {
    width: 100%;
    max-width: none;
  }
  .modal-type02 .item-floor {
    font-size: 18px;
  }
  .modal-type02 .item-title {
    font-size: 24px;
  }
  .modal-type02 .item-text {
    font-size: 14px;
  }
  .modal-type02 .item-btn {
    position: static;
    margin-top: 60px;
  }
  .modal-type02 .item-btn .price {
    font-size: 12px;
  }
  .modal-type02 .item-btn .price span {
    font-size: 28px;
  }
  .modal-type02 .item-btn a {
    width: 100%;
    max-width: none;
    line-height: 52px;
    font-size: 12px;
  }
  .modal-type02 .item-btn a:after {
    width: 18px;
    height: 18px;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.site-header {
  display: none;
  position: fixed;
  transform: translateY(-30px);
  transition: .8s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.site-header__in {
  position: relative;
  padding: 30px 30px 0;
  justify-content: space-between;
}
.site-header__cont {
  margin-left: auto;
}
.site-header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 144px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  background-image: url(../images/logo-wh.svg);
  transition: .3s;
  opacity: 0;
}
.site-header__logo.is-visible {
  opacity: 1;
}
.site-header.is-fix {
  transform: translateY(0);
}
.site-header.is-black:before {
  background: linear-gradient(180deg, rgba(239, 242, 242, .9) 23.44%, rgba(239, 242, 242, 0) 100%);
}
.site-header.is-black .site-header__logo {
  background-image: url(../images/logo-bk.svg);
}

.global-nav {
  padding-top: 10px;
  padding-right: 10px;
}
.global-nav li {
  margin-left: 2.22em;
}
.global-nav a {
  display: block;
  font-family: "baskerville-urw", serif;
  letter-spacing: 0;
  font-size: 18px;
  transition: .3s;
  background: rgba(2, 7, 9, .65);
  line-height: 1.1;
  padding: 3px;
  color: #fff;
}
.global-nav a:hover {
  color: #020709;
  background: rgba(255, 255, 255, .75);
}

.BD-excrusive .site-header {
  display: block !important;
  transform: translateY(0) !important;
}
.BD-excrusive .site-header__logo {
  background-image: url(../images/logo-bk.svg);
}

@media only screen and (max-width: 1280px) {
  .site-header__in {
    padding: 2.34375vw 2.34375vw 0;
  }
  .site-header__logo {
    width: 11.25vw;
    height: 6.25vw;
    left: 2.34375vw;
    top: 2.34375vw;
  }
  .global-nav {
    padding-top: .78125vw;
    padding-right: .78125vw;
  }
  .global-nav a {
    font-size: 1.40625vw;
  }
}

@media only screen and (min-width: 781px) {
  .site-header__cont {
    display: block !important;
  }
}

@media only screen and (max-width: 780px) {
  .site-header.is-black .site-header__logo.is-active {
    background-image: url(../images/logo-wh.svg);
  }
  .site-header.is-black .site-header__trigger span {
    background: #020709;
  }
  .site-header.is-black .site-header__trigger.is-active span {
    background: #fff;
  }
  .site-header.is-black .global-nav {
    padding: 0;
  }
  .site-header.is-black .global-nav a {
    color: #fff;
  }
  .site-header__in {
    padding: 20px 20px 0;
  }
  .site-header__logo {
    width: 108px;
    height: 62px;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  .site-header__trigger {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 18px;
    top: 32px;
    right: 20px;
  }
  .site-header__trigger span {
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
  }
  .site-header__trigger span:nth-child(1) {
    top: 0;
    right: 10px;
    transform-origin: left top;
    transition: right .3s .3s, transform .3s;
  }
  .site-header__trigger span:nth-child(2) {
    top: 50%;
    right: 5px;
    transition: right .3s .3s, opacity .3s;
  }
  .site-header__trigger span:nth-child(3) {
    bottom: 0;
    right: 0;
    transform-origin: left bottom;
    transition: transform .3s;
  }
  .site-header__trigger.is-active span {
    background: #fff !important;
  }
  .site-header__trigger.is-active span:nth-child(1) {
    right: 0;
    transform: rotate(20deg);
    transition: right .3s, transform .3s .3s;
  }
  .site-header__trigger.is-active span:nth-child(2) {
    opacity: 0;
    right: 0;
    transition: right .3s, opacity .3s .3s;
  }
  .site-header__trigger.is-active span:nth-child(3) {
    transform: rotate(-20deg);
    transition: transform .3s .3s;
  }
  .site-header__cont {
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(2, 7, 9, .85);
  }
  .global-nav {
    height: 100vh;
    height: 100dvh;
    align-items: center;
  }
  .global-nav ul {
    display: block;
  }
  .global-nav li {
    margin: 0;
  }
  .global-nav a {
    padding: 20px 34px;
    font-size: 18px;
    background: none !important;
    color: #fff !important;
  }
  .BD-excrusive .site-header__trigger span {
    background: #020709;
  }
  .BD-excrusive .site-header__logo.is-active {
    background-image: url(../images/logo-wh.svg);
  }
  .BD-excrusive .global-nav a {
    color: #fff;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.site-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.site-footer:before {
  content: "";
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #020708;
  background: linear-gradient(0deg, #020708 0%, rgba(2, 7, 8, 0) 100%);
}
.site-footer__in {
  position: relative;
  z-index: 1;
  padding: 40px;
  align-items: center;
}
.site-footer__logo {
  width: 120px;
}
.site-footer__credit {
  font-size: 12px;
  margin-left: 30px;
}
.site-footer__info {
  margin-left: auto;
}
.site-footer .footer-sns {
  margin-bottom: 10px;
  justify-content: flex-end;
}
.site-footer .footer-sns li {
  width: 32px;
  margin-left: 5px;
}
.site-footer .footer-sns li:first-child {
  margin-left: 0;
}
.site-footer .footer-copy {
  font-size: 10px;
  color: rgba(255, 255, 255, .6);
}

.BD-excrusive .site-footer {
  position: relative;
  margin-top: 160px;
}
.BD-excrusive .site-footer:before {
  content: none;
}
.BD-excrusive .site-footer .footer-copy {
  color: #434444;
}

@media only screen and (max-width: 1280px) {
  .site-footer__in {
    padding: 2.34375vw;
  }
  .site-footer__logo {
    width: 9.375vw;
  }
  .site-footer__credit {
    font-size: .9375vw;
    margin-left: 2.34375vw;
  }
  .site-footer .footer-sns {
    margin-bottom: .78125vw;
  }
  .site-footer .footer-copy {
    font-size: .85938vw;
  }
  .BD-excrusive .site-footer {
    margin-top: 12.5vw;
  }
}

@media only screen and (max-width: 780px) {
  .site-footer__in {
    padding: 0 25px 80px;
    display: block;
  }
  .site-footer__logo {
    width: 128px;
    margin-bottom: 12px;
  }
  .site-footer__credit {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .site-footer .footer-sns {
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .site-footer .footer-sns li {
    width: 32px;
    margin-left: 5px;
  }
  .site-footer .footer-copy {
    font-size: 10px;
  }
  .BD-excrusive .site-footer {
    margin-top: 80px;
  }
  .BD-excrusive .site-footer__in {
    display: flex;
  }
  .BD-excrusive .site-footer .footer-sns {
    justify-content: flex-end;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.wrapper.is-active .mv-scroll {
  opacity: 1;
  transition: .6s;
}
.wrapper.is-active .mv-scroll span:after {
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.wrapper.is-active .sound-btn {
  opacity: 1;
  transition: .6s;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 1000;
  display: table;
  text-align: center;
  background-image: url(../images/bg-loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.loading-inner {
  display: table-cell;
  vertical-align: middle;
  background: rgba(2, 7, 9, .8);
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  padding-bottom: 30px;
}
.loading-logo img {
  width: 9.21875vw;
  max-width: 118px;
}
.loading-btn {
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.loading-icon {
  position: relative;
}
.loading-icon:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  margin-left: 2px;
  width: 1.64062vw;
  height: 1.5625vw;
  max-width: 21px;
  max-height: 20px;
  background: url(../images/ico-play.svg) no-repeat center;
  background-size: 100%;
}
.loading-icon .loader {
  position: relative;
  display: inline-block;
  width: 11.71875vw;
  height: 11.71875vw;
  max-width: 150px;
  max-height: 150px;
}
.loading-icon .loader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  -webkit-animation: 16s linear infinite rotation;
          animation: 16s linear infinite rotation;
}
.loading-icon .loader img.icon_2 {
  -webkit-animation: 16s linear infinite rotation_2;
          animation: 16s linear infinite rotation_2;
}
.loading-title {
  font-family: "baskerville-urw", serif;
  line-height: 1.8;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1em);
  white-space: nowrap;
}
.loading-title span {
  font-size: 24px;
}
.loading.is-active .loading-logo {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  transform: translate(-50%, -50%) scale(.75);
  opacity: 0;
  transition: 1s 1s;
}
.loading.is-active .loading-btn {
  opacity: 1;
  transition: opacity 1s 2s;
  pointer-events: auto;
  cursor: pointer;
}
.loading.is-active .loading-icon:before {
  opacity: 1;
  transition: opacity 1s 3s;
}
.loading.is-active .loading-title {
  opacity: 1;
  transition: opacity 1s 3s;
}

.progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.progress:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .4);
  position: absolute;
  left: 0;
  bottom: 0;
}
.progress__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 0%;
}
.progress__text {
  display: none;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation_2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotation_2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
    movie
------------------------------------*/
.player-wrapper {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.player-wrapper__bg {
  z-index: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #020708;
  background: linear-gradient(0deg, #020708 0%, rgba(2, 7, 8, 0) 100%);
}

@media print, screen and (max-width: 779px), screen and (min-width: 780px) and (max-width: 780px) and (orientation: portrait) {
  html, body {
    content: "portrait";
  }
}

@media print, screen and (min-width: 780px) and (orientation: landscape), screen and (min-width: 781px) {
  html, body {
    content: "landscape";
  }
}

@media print, screen and (max-width: 779px), screen and (min-width: 780px) and (max-width: 780px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width: 780px) and (orientation: landscape), screen and (min-width: 781px) {
  .dn-landscape {
    display: none !important;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.movie_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100vh + 100px);
  height: calc(100dvh + 100px);
  opacity: 0;
  pointer-events: none;
}

.is-playing .movie_box {
  opacity: 1;
}

.site-main {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
}

.BD-excrusive .site-main {
  padding-top: 60px;
}

.sec-in {
  position: relative;
  max-width: 1080px;
  margin: auto;
}

.sec-ttl {
  text-align: center;
  font-size: 60px;
  line-height: 1.25;
  font-family: "baskerville-urw", serif;
  letter-spacing: 0;
  margin-bottom: 1em;
}

.sec-mv {
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 1;
  margin-bottom: 25vh;
}

.mv-scroll {
  position: absolute;
  bottom: 180px;
  left: 40px;
  width: 14.0625vw;
  max-width: 180px;
  height: 1.5625vw;
  max-height: 20px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  opacity: 0;
}
.mv-scroll p {
  line-height: 1.1;
  font-family: "pragmatica", serif;
  font-size: 1.2rem;
}
.mv-scroll span {
  display: inline-block;
  z-index: 2;
  overflow: hidden;
}
.mv-scroll span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 1px;
  background: rgba(255, 255, 255, .4);
}
.mv-scroll span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 1px;
  background: #fff;
}

@-webkit-keyframes scroll {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

@keyframes scroll {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}

.sound-btn {
  position: absolute;
  bottom: 20px;
  left: 75px;
  cursor: pointer;
  opacity: 0;
}

.sound-wave {
  display: flex;
  justify-content: center;
}
.sound-wave.sp {
  display: none;
}
.sound-wave span {
  width: 1px;
  height: 1.40625vw;
  max-height: 18px;
  background-color: #fff;
  margin: 0 2px;
  transform: scaleY(.2);
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
          animation-timing-function: cubic-bezier(.42, 0, .58, 1);
  transform-origin: left bottom;
}
.sound-wave span:nth-child(4) {
  transform: scaleY(1);
}
.sound-wave span:nth-child(2) {
  transform: scaleY(.4);
}
.sound-wave span:nth-child(1), .sound-wave span:nth-child(5) {
  transform: scaleY(.6);
}
.sound-wave span:nth-child(3), .sound-wave span:nth-child(6) {
  transform: scaleY(.2);
}
.sound-wave.on span:nth-child(4n) {
  -webkit-animation-name: bar-scale-xl;
          animation-name: bar-scale-xl;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
}
.sound-wave.on span:nth-child(4) {
  -webkit-animation-duration: .95s;
          animation-duration: .95s;
}
.sound-wave.on span:nth-child(3) {
  -webkit-animation-name: bar-scale-lg;
          animation-name: bar-scale-lg;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}
.sound-wave.on span:nth-child(1), .sound-wave.on span:nth-child(6) {
  -webkit-animation-name: bar-scale-md;
          animation-name: bar-scale-md;
  -webkit-animation-duration: .65s;
          animation-duration: .65s;
}
.sound-wave.on span:nth-child(2), .sound-wave.on span:nth-child(5) {
  -webkit-animation-name: bar-scale-sm;
          animation-name: bar-scale-sm;
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
}

@-webkit-keyframes bar-scale-sm {
  0%, 50% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(.6);
  }
  75% {
    transform: scaleY(.4);
  }
}

@keyframes bar-scale-sm {
  0%, 50% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(.6);
  }
  75% {
    transform: scaleY(.4);
  }
}

@-webkit-keyframes bar-scale-md {
  0%, 50% {
    transform: scaleY(.1);
  }
  25% {
    transform: scaleY(.6);
  }
  75% {
    transform: scaleY(.5);
  }
}

@keyframes bar-scale-md {
  0%, 50% {
    transform: scaleY(.1);
  }
  25% {
    transform: scaleY(.6);
  }
  75% {
    transform: scaleY(.5);
  }
}

@-webkit-keyframes bar-scale-lg {
  0%, 50% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(.4);
  }
  75% {
    transform: scaleY(.6);
  }
}

@keyframes bar-scale-lg {
  0%, 50% {
    transform: scaleY(1);
  }
  25% {
    transform: scaleY(.4);
  }
  75% {
    transform: scaleY(.6);
  }
}

@-webkit-keyframes bar-scale-xl {
  0%, 50% {
    transform: scaleY(.1);
  }
  25% {
    transform: scaleY(.7);
  }
  75% {
    transform: scaleY(1);
  }
}

@keyframes bar-scale-xl {
  0%, 50% {
    transform: scaleY(.1);
  }
  25% {
    transform: scaleY(.7);
  }
  75% {
    transform: scaleY(1);
  }
}

.sec-lead {
  padding-bottom: 150px;
}
.sec-lead .sec-in {
  padding-top: 90px;
}
.sec-lead .sec-in:before {
  content: "";
  width: 180px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-image: url(../images/lead.svg);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-lead .sec-cont {
  padding-left: 33.33%;
  line-height: 2.375;
  font-size: 16px;
}
.sec-lead .lead-box {
  margin-bottom: 88px;
}
.sec-lead .lead-box:last-child {
  margin-bottom: 0;
}
.sec-lead .lead-box p {
  letter-spacing: .1em;
}
.sec-lead .lead-box .box-ttl {
  font-family: "baskerville-urw", serif;
  font-size: 28px;
  letter-spacing: .07em;
  line-height: 1.1;
  margin-bottom: .8em;
}
.sec-lead .lead-box__top {
  font-size: 20px;
  line-height: 2.4;
}
.sec-lead .lead-box__top p {
  margin-bottom: 2em;
  text-align: justify;
}
.sec-lead .lead-box__top p:last-child {
  margin-bottom: 0;
}

.sec-event {
  padding-top: 150px;
  padding-bottom: 160px;
}
.sec-event .sec-cont {
  position: relative;
}

.event-nav {
  position: -webkit-sticky;
  position:         sticky;
  left: 0;
  top: 70px;
  z-index: 2;
}
.event-nav li {
  width: 50%;
  text-align: center;
  font-family: "baskerville-urw", serif;
  letter-spacing: 0;
  box-sizing: border-box;
  height: 56px;
  align-items: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .2);
  transition: .3s;
}
.event-nav li:hover {
  background: #fff;
  color: #020709;
}
.event-nav li.is-active {
  background: #fff !important;
  color: #020709 !important;
}
.event-nav li p {
  width: 100%;
}

.event-list {
  padding: 80px 0 120px;
}
.event-list__item li {
  width: 21.666%;
  margin-right: 4.44533%;
  margin-top: 60px;
  position: relative;
  opacity: 0;
  transition: .6s;
}
.event-list__item li:nth-child(4n) {
  margin-right: 0;
}
.event-list__item li:nth-child(1), .event-list__item li:nth-child(2), .event-list__item li:nth-child(3), .event-list__item li:nth-child(4) {
  margin-top: 0;
}
.event-list__item li.is-active {
  opacity: 1;
}
.event-list__item a {
  display: block;
  position: relative;
}
.event-list__item a:hover .item-image:before {
  opacity: 1;
}
.event-list__item a:hover .item-image img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transform: scale(1.25);
}
.event-list__item .item-date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "pragmatica", serif;
  font-size: 14px;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 2.2;
}
.event-list__item .item-image {
  position: relative;
  overflow: hidden;
}
.event-list__item .item-image:before {
  content: "View";
  position: absolute;
  font-size: 12px;
  font-family: "pragmatica", serif;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: rgba(2, 7, 9, .85);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
  z-index: 1;
}
.event-list__item .item-image img {
  transition: .3s;
}
.event-list__item .item-text {
  margin-top: 1em;
  line-height: 1.75;
}
.event-list__item .item-text .floor {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  margin-top: .5em;
}

.event .steps-image {
  width: 100%;
  max-height: 234px;
  height: 18.28125vw;
  position: relative;
}
.event .steps-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.BD-home .site-main {
  position: relative;
}
.BD-home .site-main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 242, 242, .9);
  transition: .8s;
  opacity: 0;
}
.BD-home .site-main.is-active:before {
  opacity: 1;
}

.sec-item {
  padding-top: 180px;
  padding-bottom: 200px;
  transition: .8s;
  position: relative;
}
.sec-item .sec-in {
  max-width: 100%;
}
.sec-item .sec-cont {
  overflow: hidden;
}
.sec-item .sec-ttl {
  transition: .8s;
}
.sec-item.is-active .sec-ttl {
  color: #434444;
}
.sec-item.is-active .item-loop p {
  color: #434444;
}
.sec-item.is-active .btn-more {
  opacity: 1;
  transform: translateY(0);
}
.sec-item .btn-more {
  opacity: 0;
  transform: translateY(30px);
  transition: .6s;
  position: -webkit-sticky;
  position:         sticky;
  bottom: 40px;
  left: 100%;
  width: 11.71875vw;
  height: 11.71875vw;
  max-width: 150px;
  max-height: 150px;
  margin-right: 7.8125vw;
}
.sec-item .btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.71875vw;
  height: 11.71875vw;
  max-width: 150px;
  max-height: 150px;
  background: rgba(2, 7, 9, .85);
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid rgba(2, 7, 9, .85);
  transition: .3s;
}
.sec-item .btn-more a p {
  font-family: "pragmatica", serif;
  padding-top: 1em;
}
.sec-item .btn-more a i {
  display: inline-block;
  width: 2.1875vw;
  height: 1.79688vw;
  max-width: 28px;
  max-height: 23px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../images/arrow-more.svg);
}
.sec-item .btn-more a:hover {
  background: rgba(255, 255, 255, .6);
  color: #020709;
}
.sec-item .btn-more a:hover i {
  background-image: url(../images/arrow-more-bk.svg);
}

.item-loop {
  display: flex;
  width: 100vw;
  height: 21.09375vw;
  overflow: hidden;
}
.item-loop:first-child {
  border-top: 1px solid #fff;
}
.item-loop ul {
  width: auto;
  height: 100%;
  display: flex;
}
.item-loop li {
  width: 21.09375vw;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3.125vw;
  position: relative;
}
.item-loop a {
  display: block;
}
.item-loop a.nolink {
  pointer-events: none;
}
.item-loop img {
  width: 100%;
}
.item-loop p {
  position: absolute;
  font-size: 12px;
  left: 1.5em;
  bottom: 1em;
  transition: .6s;
}
.item-loop__left ul:first-child {
  -webkit-animation: loopLeft 110s -55s linear infinite;
          animation: loopLeft 110s -55s linear infinite;
}
.item-loop__left ul:last-child {
  -webkit-animation: loopLeft2 110s linear infinite;
          animation: loopLeft2 110s linear infinite;
}
.item-loop__right ul:first-child {
  -webkit-animation: loopRight 150s -75s linear infinite;
          animation: loopRight 150s -75s linear infinite;
}
.item-loop__right ul:last-child {
  -webkit-animation: loopRight2 150s linear infinite;
          animation: loopRight2 150s linear infinite;
}

@-webkit-keyframes loopLeft {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loopLeft {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loopLeft2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loopLeft2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loopRight {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes loopRight {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes loopRight2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes loopRight2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

.blur-padding {
  width: 100%;
  height: 50vh;
  height: 50dvh;
}
.blur-padding > div {
  height: 33.333vh;
}

.sec-excrusive {
  padding-top: 160px;
}

.sec-floor {
  font-size: 32px;
  margin-bottom: .8em;
  font-family: "baskerville-urw", serif;
}
.sec-floor strong {
  font-size: 200%;
  font-weight: 400;
}
.sec-floor span {
  display: inline-block;
  margin-right: 1em;
}
.sec-floor span:last-child {
  margin-right: 0;
}

#excrusive56F .sec-floor span:first-child, #excrusive78F .sec-floor span:first-child {
  transform: translateY(-50%);
}

.excrusive-list li {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #dee4e4;
  border-left: 1px solid #dee4e4;
}
.excrusive-list li:nth-child(1), .excrusive-list li:nth-child(2), .excrusive-list li:nth-child(3), .excrusive-list li:nth-child(4) {
  border-top: 1px solid #dee4e4;
}
.excrusive-list li:nth-child(4n), .excrusive-list li:last-child {
  border-right: 1px solid #dee4e4;
}

.excrusive-list .item-inner {
  box-sizing: border-box;
  position: relative;
  display: block;
  transition: .3s;
}
.excrusive-list .item-inner:before {
  content: "";
  display: block;
  width: 1.40625vw;
  height: 1.40625vw;
  max-width: 18px;
  max-height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../images/ico-cart.svg);
  position: absolute;
  bottom: 25px;
  right: 1em;
}
.excrusive-list .item-inner:hover {
  background: #eff2f2;
}
.excrusive-list .item-inner:hover:before {
  background-image: url(../images/ico-cart-on.svg);
}
.excrusive-list .item-inner:hover .item-image:before {
  opacity: 1;
}
.excrusive-list .item-inner.js-modal-open:before {
  content: none;
}

.excrusive-list .item-image {
  padding: 40px;
  position: relative;
}
.excrusive-list .item-image:before {
  content: "View";
  position: absolute;
  font-size: 12px;
  font-family: "pragmatica", serif;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: rgba(2, 7, 9, .85);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
  z-index: 1;
  color: #fff;
}

.excrusive-list .item-cont {
  padding: 0 1em 70px;
  position: relative;
}

.excrusive-list .item-title {
  font-size: 13px;
  margin-bottom: 1em;
}

.excrusive-list .item-text {
  font-size: 10px;
}

.excrusive-list .item-foot {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  left: 0;
  bottom: 25px;
  align-items: flex-end;
}
.excrusive-list .item-foot .price {
  font-size: 10px;
  font-family: "pragmatica", serif;
}

.excrusive-nav {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 10;
}
.excrusive-nav p {
  padding: .5em .8em;
}
.excrusive-nav a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-family: "baskerville-urw", serif;
}
.excrusive-nav a:hover .floor {
  background: #020709;
  color: #fff;
}
.excrusive-nav a:hover .floor-hide p {
  width: 100%;
  font-size: 12px;
}
.excrusive-nav a:hover .floor-hide p:before {
  width: 100%;
}
.excrusive-nav a.current .floor {
  background: #020709 !important;
  color: #fff !important;
}
.excrusive-nav .floor {
  background: #fff;
  transition: .6s;
}
.excrusive-nav .floor-hide {
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  color: #fff;
}
.excrusive-nav .floor-hide p {
  position: relative;
  width: 0;
  overflow: hidden;
  font-size: 0;
}
.excrusive-nav .floor-hide p:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #020709;
  transition: .6s;
}
.excrusive-nav .floor-hide span {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .loading-logo {
    padding-bottom: 2.34375vw;
  }
  .loading-title span {
    font-size: 1.875vw;
  }
  .BD-excrusive .site-main {
    padding-top: 4.6875vw;
  }
  .sec-ttl {
    font-size: 4.6875vw;
  }
  .sound-btn {
    bottom: 1.5625vw;
    left: 5.85938vw;
  }
  .sound-wave span {
    margin: 0 .15625vw;
  }
  .mv-scroll {
    bottom: 14.0625vw;
    left: 3.125vw;
  }
  .mv-scroll p {
    font-size: .9375vw;
  }
  .mv-scroll span:before {
    width: 14.0625vw;
  }
  .mv-scroll span:after {
    width: 14.0625vw;
  }
  .sec-lead {
    padding-bottom: 11.71875vw;
  }
  .sec-lead .sec-in {
    padding-top: 7.03125vw;
  }
  .sec-lead .sec-in:before {
    width: 14.0625vw;
  }
  .sec-lead .sec-cont {
    font-size: 1.25vw;
  }
  .sec-lead .lead-box {
    margin-bottom: 6.875vw;
  }
  .sec-lead .lead-box .box-ttl {
    font-size: 2.1875vw;
  }
  .sec-lead .lead-box__top {
    font-size: 1.5625vw;
  }
  .sec-event {
    padding-top: 11.71875vw;
    padding-bottom: 12.5vw;
  }
  .event-nav {
    top: 5.46875vw;
  }
  .event-nav li {
    height: 4.375vw;
  }
  .event-list {
    padding: 6.25vw 0 9.375vw;
  }
  .event-list__item li {
    margin-top: 4.6875vw;
  }
  .event-list__item .item-date {
    font-size: 1.09375vw;
  }
  .event-list__item .item-image:before {
    font-size: .9375vw;
    width: 5.46875vw;
    line-height: 5.46875vw;
  }
  .event-list__item .item-text .floor {
    font-size: .9375vw;
  }
  .sec-item {
    padding-top: 14.0625vw;
    padding-bottom: 15.625vw;
  }
  .sec-item .btn-more {
    bottom: 3.125vw;
  }
  .item-loop p {
    font-size: .9375vw;
  }
  .sec-excrusive {
    padding-top: 12.5vw;
  }
  .sec-floor {
    font-size: 2.5vw;
  }
  .excrusive-list .item-inner:before {
    bottom: 1.95312vw;
  }
  .excrusive-list .item-image {
    padding: 3.125vw;
  }
  .excrusive-list .item-image:before {
    font-size: .9375vw;
    width: 5.46875vw;
    line-height: 5.46875vw;
  }
  .excrusive-list .item-cont {
    padding: 0 1em 5.46875vw;
  }
  .excrusive-list .item-title {
    font-size: 1.01562vw;
  }
  .excrusive-list .item-text {
    font-size: .78125vw;
  }
  .excrusive-list .item-foot {
    bottom: 1.95312vw;
  }
  .excrusive-list .item-foot .price {
    font-size: .78125vw;
  }
  .excrusive-nav {
    left: 3.125vw;
    bottom: 3.125vw;
  }
  .excrusive-nav a {
    font-size: .9375vw;
  }
}

@media only screen and (max-width: 780px) {
  .loading {
    background-image: url(../images/bg-loading-sp.jpg);
  }
  .loading-logo {
    padding-bottom: 30px;
  }
  .loading-logo img {
    width: 118px;
  }
  .loading-icon:before {
    width: 21px;
    height: 20px;
  }
  .loading-icon .loader {
    width: 150px;
    height: 150px;
  }
  .loading-title {
    font-size: 16px;
  }
  .loading-title span {
    font-size: 24px;
  }
  .movie_box {
    top: 0;
    transform: translate(-50%, 0);
  }
  .BD-excrusive .site-main {
    padding-top: 45px;
  }
  .sec-ttl {
    font-size: 32px;
  }
  .sec-mv {
    margin-bottom: 25vh;
  }
  .mv-scroll {
    bottom: 144px;
    left: 20px;
    width: 144px;
    height: 20px;
    transition: opacity .6s;
  }
  .mv-scroll p {
    font-size: 1.2rem;
  }
  .mv-scroll span:before {
    width: 144px;
  }
  .mv-scroll span:after {
    width: 144px;
  }
  .mv-scroll.off {
    opacity: 0 !important;
  }
  .sound-btn {
    bottom: 20px;
    left: 50px;
  }
  .sound-wave.pc {
    display: none;
  }
  .sound-wave.sp {
    display: flex;
  }
  .sound-wave span {
    margin: 0 2px;
    height: 18px;
  }
  .sec-lead {
    padding-bottom: 100px;
  }
  .sec-lead .sec-in {
    padding-top: 0;
  }
  .sec-lead .sec-in:before {
    content: none;
  }
  .sec-lead .sec-cont {
    padding-left: 0;
    font-size: 16px;
  }
  .sec-lead .lead-box {
    margin-bottom: 88px;
  }
  .sec-lead .lead-box .box-ttl {
    font-size: 28px;
  }
  .sec-lead .lead-box__top {
    font-size: 16px;
  }
  .sec-event {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .event-nav {
    top: 60px;
  }
  .event-nav li {
    font-size: 12px;
    line-height: 1.4;
    height: 56px;
  }
  .event-nav li:hover {
    background: rgba(255, 255, 255, .2);
    color: #fff;
  }
  .event-list {
    padding: 40px 0 120px;
  }
  .event-list__item ul {
    justify-content: space-between;
  }
  .event-list__item li {
    width: 41.02564vw;
    margin-right: 0;
    margin-top: 48px;
  }
  .event-list__item li:nth-child(3), .event-list__item li:nth-child(4) {
    margin-top: 48px;
  }
  .event-list__item a:hover .item-image img {
    -webkit-filter: blur(0);
            filter: blur(0);
    transform: scale(1);
  }
  .event-list__item .item-date__sp {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "pragmatica", serif;
    font-size: 10px;
    background: rgba(255, 255, 255, .75);
    color: #020709;
    padding: 4px;
    line-height: 1.1;
  }
  .event-list__item .item-image:before {
    content: none;
  }
  .event-list__item .item-text .floor {
    font-size: 12px;
  }
  .event .steps-image {
    max-height: none;
    height: 41.02564vw;
  }
  .sec-item {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .sec-item .btn-more {
    transform: translateY(0);
    margin-top: 60px;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0;
    text-align: center;
  }
  .sec-item .btn-more a {
    display: inline-block;
    width: 300px;
    height: auto;
    max-width: none;
    max-height: none;
    background: rgba(2, 7, 9, .85);
    border-radius: 40px;
    transform: translateY(0);
    position: relative;
  }
  .sec-item .btn-more a > div {
    display: block;
  }
  .sec-item .btn-more a p {
    font-size: 16px;
    padding: 1em 0;
  }
  .sec-item .btn-more a i {
    position: absolute;
    width: 15px;
    height: 13px;
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
  }
  .sec-item .btn-more a:hover {
    background: rgba(2, 7, 9, .85);
    color: #fff;
  }
  .sec-item .btn-more a:hover i {
    background-image: url(../images/arrow-more.svg);
  }
  .item-loop {
    height: 54.61538vw;
  }
  .item-loop li {
    width: 54.61538vw;
    padding: 7.69231vw;
  }
  .item-loop p {
    font-size: 12px;
    bottom: .5em;
  }
  .item-loop__left ul:first-child {
    -webkit-animation: loopLeft 80s -40s linear infinite;
            animation: loopLeft 80s -40s linear infinite;
  }
  .item-loop__left ul:last-child {
    -webkit-animation: loopLeft2 80s linear infinite;
            animation: loopLeft2 80s linear infinite;
  }
  .item-loop__right ul:first-child {
    -webkit-animation: loopRight 120s -60s linear infinite;
            animation: loopRight 120s -60s linear infinite;
  }
  .item-loop__right ul:last-child {
    -webkit-animation: loopRight2 120s linear infinite;
            animation: loopRight2 120s linear infinite;
  }
  .sec-excrusive {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 0;
  }
  .sec-floor {
    font-size: 20px;
  }
  .sec-floor span {
    display: block;
  }
  #excrusive56F .sec-floor span:first-child, #excrusive78F .sec-floor span:first-child {
    transform: translateY(0);
  }
  .excrusive-list li {
    width: 50%;
  }
  .excrusive-list li:nth-child(3), .excrusive-list li:nth-child(4) {
    border-top: none;
  }
  .excrusive-list li:nth-child(2n), .excrusive-list li:nth-child(4n) {
    border-right: none;
  }
  .excrusive-list .item-inner:before {
    bottom: 15px;
    right: 12px;
    width: 16px;
    height: 16px;
    max-width: none;
    max-height: none;
  }
  .excrusive-list .item-inner:hover {
    background: none;
  }
  .excrusive-list .item-inner:hover:before {
    background-image: url(../images/ico-cart.svg);
  }
  .excrusive-list .item-image {
    padding: 10px;
  }
  .excrusive-list .item-image:before {
    content: none;
  }
  .excrusive-list .item-cont {
    padding: 0 12px 50px;
  }
  .excrusive-list .item-title {
    font-size: 12px;
  }
  .excrusive-list .item-text {
    font-size: 10px;
  }
  .excrusive-list .item-foot {
    padding: 0 12px;
    bottom: 15px;
  }
  .excrusive-list .item-foot .price {
    font-size: 10px;
  }
  .excrusive-nav {
    left: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .excrusive-nav ul {
    display: flex;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .excrusive-nav p {
    padding: 16px 6px;
  }
  .excrusive-nav a {
    font-size: 12px;
  }
  .excrusive-nav a:hover .floor {
    background: #fff;
    color: #020709;
  }
  .excrusive-nav .floor-hide {
    display: none;
  }
}