@charset "UTF-8";
@font-face {
  font-family: "MBCorpoA-Regular1";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular2";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular2.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular3";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular3.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-BRegular1";
  src: url(/fonts/MBCorpoS/MBCorpoS-BRegular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-Regular2";
  src: url(/fonts/MBCorpoS/MBCorpoS-Regular2.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*=======*/
/* index */
/*=======*/
.index {
  /* メイン
  -----------------------------------*/
  /* info
  -----------------------------------*/
  /* order
  -----------------------------------*/
  /* news
  -----------------------------------*/
  /* about
  -----------------------------------*/
  /* drive
  -----------------------------------*/
  /* room
  -----------------------------------*/
  /* exhibition
  -----------------------------------*/
  /* column
  -----------------------------------*/
}
.index .loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: #000;
  z-index: 10000;
  -webkit-animation: load-out 1.5s linear 2.3s both;
          animation: load-out 1.5s linear 2.3s both;
}
.index .loading .inner {
  max-width: 300px;
  margin: 45vh auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .index .loading .inner {
    max-width: 240px;
  }
}
.index .loading .logo01 {
  margin-bottom: 64px;
}
.index .loading .logo01 img {
  width: 100%;
}
.index .loading .logo02 {
  margin-top: 0;
  font-family: "MFW-GothicMB101Pro-Regular";
  font-size: 24px;
  line-height: 1;
  -webkit-animation: blur 2s ease-in-out forwards;
          animation: blur 2s ease-in-out forwards;
}
@media (max-width: 767px) {
  .index .loading .logo02 {
    font-size: 20px;
  }
}
@-webkit-keyframes load-out {
  0% {
    opacity: 1;
  }
  80% {
    width: 100vw;
    height: 100vh;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes load-out {
  0% {
    opacity: 1;
  }
  80% {
    width: 100vw;
    height: 100vh;
    opacity: 0;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.index .title-wrap {
  margin: 120px 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .title-wrap {
    margin: 80px 0 32px;
  }
}
.index .title-wrap .sub-txt {
  margin-bottom: 16px;
  font-family: "MFW-GothicMB101Pro-Medium";
  font-size: 16px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .index .title-wrap .sub-txt {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.index .title-wrap .h-index {
  font-family: "MFW-GothicMB101Pro-Medium";
  font-size: 48px;
  line-height: 1.125;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .title-wrap .h-index {
    font-size: 32px;
  }
}
.index .title-wrap .h-index.en-txt {
  font-family: "MBCorpoS-Regular2";
  font-weight: bold;
  letter-spacing: 0.025em;
}
.index .movie-sec {
  position: relative;
  height: 0;
  padding-bottom: 44.583%;
  /*856/1920*/
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .movie-sec {
    padding-bottom: 100%;
  }
}
.index .movie-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent 100%);
  z-index: 1;
}
.index .movie-sec .contents {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .index .movie-sec .contents {
    bottom: 10%;
  }
}
.index .movie-sec .txt-area {
  width: 60%;
}
@media (max-width: 767px) {
  .index .movie-sec .txt-area {
    width: 70%;
  }
}
.index .movie-sec .txt-area .catch-copy {
  margin-bottom: 8px;
  font-family: "MFW-RyuminPro-Medium";
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .index .movie-sec .txt-area .catch-copy {
    font-size: 19px;
  }
}
.index .movie-sec .txt-area .sub-txt {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.6;
  -webkit-animation: slow-in 3s ease-out 4.5s both;
          animation: slow-in 3s ease-out 4.5s both;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .movie-sec .txt-area .sub-txt {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.index .movie-sec .txt-area .shop-name {
  font-family: "MBCorpoS-Regular2";
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.6;
  font-size: 28px;
  -webkit-animation: slow-in 3s ease-out 3.5s both;
          animation: slow-in 3s ease-out 3.5s both;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .movie-sec .txt-area .shop-name {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.index .movie-sec .main-mv {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .index .movie-sec .main-mv {
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slow-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slow-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.index .info-sec {
  position: relative;
  margin-top: -80px;
  z-index: 1;
  z-index: 2;
}
@media (max-width: 1279px) {
  .index .info-sec {
    margin-top: 32px;
  }
}
.index .info-sec .event-bn {
  width: 80%;
  max-width: 880px;
  margin: 0 auto;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.index .order-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .index .order-sec {
    margin-top: 80px;
  }
}
.index .order-sec .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1279px) {
  .index .order-sec .wrap {
    display: block;
  }
}
.index .order-sec .wrap .cell {
  width: 48%;
}
@media (max-width: 1279px) {
  .index .order-sec .wrap .cell {
    width: 100%;
  }
  .index .order-sec .wrap .cell + .cell {
    margin-top: 32px;
  }
}
.index .order-sec .wrap .cell .title-wrap {
  margin-top: 0;
  text-align: left;
}
.index .order-sec .wrap .cell .note {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .index .order-sec .wrap .cell .note {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .news-sec .list-news li:nth-child(n+4) {
    display: none;
  }
}
.index .news-sec .btn {
  margin-top: 40px;
  text-align: center;
}
.index .about-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .index .about-sec {
    margin-top: 80px;
  }
}
.index .about-sec .wrap .title-wrap {
  width: 48%;
  float: right;
  text-align: left;
}
@media (max-width: 1279px) {
  .index .about-sec .wrap .title-wrap {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.index .about-sec .wrap .title-wrap .jp-txt {
  font-size: 24px;
}
@media (max-width: 1279px) {
  .index .about-sec .wrap .title-wrap .jp-txt {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.index .about-sec .wrap .img01 {
  width: 48%;
  float: left;
}
@media (max-width: 1279px) {
  .index .about-sec .wrap .img01 {
    width: 100%;
    float: none;
  }
}
.index .about-sec .wrap .img02 {
  width: 48%;
  float: right;
}
@media (max-width: 1279px) {
  .index .about-sec .wrap .img02 {
    width: 100%;
    float: none;
    margin-top: 16px;
  }
}
.index .about-sec .wrap .txt {
  width: 48%;
  /*float: left;*/
  padding-top: 24px;
  clear: left;
}
@media (max-width: 1279px) {
  .index .about-sec .wrap .txt {
    width: 100%;
    float: none;
  }
}
.index .drive-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .index .drive-sec {
    margin-top: 80px;
  }
}
.index .drive-sec .list-drive {
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.index .drive-sec .list-drive li {
  display: block;
  margin-right: 0;
  padding: 16px;
  background-color: #000;
  color: #FFF;
}
@media (max-width: 767px) {
  .index .drive-sec .list-drive li {
    width: 48%;
    margin-bottom: 24px;
    padding: 8px;
  }
}
.index .drive-sec .list-drive li figcaption {
  font-family: "MBCorpoS-Regular2";
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .drive-sec .list-drive li figcaption {
    font-size: 14px;
  }
}
.index .drive-sec .list-drive li .type {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .index .drive-sec .list-drive li .type {
    font-size: 12px;
  }
}
.index .room-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .index .room-sec {
    margin-top: 80px;
  }
}
.index .room-sec .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 1;
}
@media (max-width: 1279px) {
  .index .room-sec .wrap {
    display: block;
  }
}
.index .room-sec .wrap .cell {
  width: 48%;
}
@media (max-width: 1279px) {
  .index .room-sec .wrap .cell {
    width: 100%;
  }
}
.index .room-sec .wrap .cell .title-wrap {
  text-align: left;
}
@media (max-width: 767px) {
  .index .room-sec .wrap .cell .title-wrap {
    text-align: center;
  }
}
.index .room-sec .wrap .cell figure {
  margin-bottom: 16px;
}
.index .room-sec .wrap .cell .inner {
  max-width: 480px;
}
.index .room-sec .wrap .cell .inner .btn {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .index .room-sec .wrap .cell .inner .btn {
    margin: 24px 0 32px;
  }
}
.index .room-sec .h-room {
  margin-bottom: 24px;
  font-family: "MBCorpoS-Regular2";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .room-sec .h-room {
    align-items: center;
  }
}
.index .room-sec .h-room .icon {
  display: block;
  margin: 0 auto 16px;
}
.index .room-sec .info-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .room-sec .info-wrap .block {
  width: 48%;
  min-height: 316px;
  background-color: #353530;
}
@media (max-width: 767px) {
  .index .room-sec .info-wrap .block {
    min-height: auto;
    width: 100%;
  }
  .index .room-sec .info-wrap .block.img-block {
    width: 49%;
  }
}
.index .room-sec .info-wrap .block:not(:first-child) {
  margin-top: 24px;
}
.index .room-sec .info-wrap .txt-block .block-inner {
  display: block;
  height: 100%;
  padding: 48px 32px;
  text-align: center;
  color: #FFF;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .index .room-sec .info-wrap .txt-block .block-inner {
    padding: 24px 16px;
  }
}
.index .room-sec .bg-img {
  position: relative;
  width: 60%;
  margin: -25% 0 0 auto;
  z-index: 0;
}
@media (max-width: 767px) {
  .index .room-sec .bg-img {
    display: none;
  }
}
.index .room-sec .bg-img::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/index/room_bg02.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.index .exhibition-sec {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .index .exhibition-sec {
    margin-bottom: 32px;
  }
}
.index .exhibition-sec .list-car {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .index .exhibition-sec .list-car {
    width: 90%;
    margin: 0 auto;
  }
}
.index .exhibition-sec .list-car .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.index .exhibition-sec .list-car .slick-arrow::before {
  content: none;
}
.index .exhibition-sec .list-car .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.index .exhibition-sec .list-car li {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
  background-color: #353530;
  margin: 0 12px;
}
@media (max-width: 1279px) {
  .index .exhibition-sec .list-car li {
    margin: 0 8px;
  }
}
.index .exhibition-sec .list-car a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  transition: 0.5s all;
}
.index .exhibition-sec .list-car a .new {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2px 16px;
  z-index: 1;
}
.index .exhibition-sec .list-car a figure {
  position: relative;
  height: 0;
  padding-bottom: 75%; /*3/4*/
  overflow: hidden;
  background: #1F1F1F;
}
.index .exhibition-sec .list-car a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .exhibition-sec .list-car a .txt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
}
@media (max-width: 767px) {
  .index .exhibition-sec .list-car a .txt {
    padding: 12px 8px;
  }
}
.index .exhibition-sec .list-car a .txt .car-name {
  width: 90%;
  margin-bottom: 8px;
  font-family: "MBCorpoS-Regular2";
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  /*flex-grow: 2;*/
  letter-spacing: 0.025em;
}
.index .exhibition-sec .list-car a .txt .type {
  width: 90%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .index .exhibition-sec .list-car a .txt .type {
    font-size: 12px;
  }
}
.index .exhibition-sec .list-car a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.index .exhibition-sec .list-car a:hover img {
  opacity: 1 !important;
}
.index .exhibition-sec .btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .exhibition-sec .btn {
    margin-top: 24px;
  }
}
.index .column-sec {
  padding: 0 0 120px 0;
  background: url(/images/common/com_bg01.webp) repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .column-sec {
    padding: 0 0 64px 0;
  }
}
.index .column-sec .title-wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .index .column-sec .title-wrap {
    margin-top: 40px;
  }
}
.index .column-sec .list-column {
  justify-content: center;
  -moz-column-gap: 1.333%;
       column-gap: 1.333%;
}
@media (max-width: 1023px) {
  .index .column-sec .list-column li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .index .column-sec .list-column {
    display: block;
  }
  .index .column-sec .list-column li {
    width: 100%;
  }
}
.index .column-sec .list-column li {
  margin-right: 0;
}
.index .column-sec .list-column a {
  display: block;
  color: #FFF;
  transition: 0.5s all;
}
.index .column-sec .list-column a figure {
  text-align: center;
}
.index .column-sec .list-column a .txt {
  padding: 16px;
  background-color: #353530;
}
@media (max-width: 767px) {
  .index .column-sec .list-column a .txt {
    padding: 8px;
  }
}
.index .column-sec .list-column a .txt .title {
  margin-bottom: 8px;
  font-family: "MFW-GothicMB101Pro-Medium";
}
@media (max-width: 767px) {
  .index .column-sec .list-column a .txt .title {
    margin-top: 8px;
  }
}
.index .column-sec .list-column a .txt .note {
  position: relative;
  display: -webkit-box;
  max-height: 3.2em;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .column-sec .list-column a .txt .note {
    font-size: 12px;
  }
}
.index .column-sec .list-column a:hover {
  background-color: #333;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.index .column-sec .list-column a:hover img {
  opacity: 1 !important;
}
.index .column-sec .btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .column-sec .btn {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=index.css.map */