<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  position: relative;
}
.flex {
  display: flex;
}
#sp_menu ,.sp_menu-overlay {
  display: none;
}
/* ---------------------------------------------------------------------------------------------

    TOP

--------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  /* overflow: hidden; */
}
#vr iframe {
  border:none;
  width:100%;
  height:100%;
}
/* ---------------------------------------------------------------------------------------------

   floormap

--------------------------------------------------------------------------------------------- */
#floormap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
h2 {
  color: #ddd;
  text-align: center;
}
.overlay {
  background: rgb(20 20 30 / 80%);
}
.img_floormap {
  align-self: center;
  margin: auto;
}
.left_menu {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.left_menu a:last-of-type {
  margin-top: 60%;
}
.left_menu a {
  color: #ddd;
  margin-top: 10%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  border-bottom: solid;
  letter-spacing: .3rem;
}

@media print, screen and ( min-width : 768px ) {
  h1 img {
    min-width: 180px;
  }
}
/* ---------------------------------------------------------------------------------------------

   venue

--------------------------------------------------------------------------------------------- */
#venue {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
h2 {
  color: #ddd;
  text-align: center;
}
.overlay {
  background: rgb(20 20 30 / 80%);
}
.img_venue{
  align-self: center;
  margin: auto;
}
.left_menu {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.left_menu a:last-of-type {
  margin-top: 60%;
}
.left_menu a {
  color: #ddd;
  margin-top: 10%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  border-bottom: solid;
  letter-spacing: .3rem;
}

@media print, screen and ( min-width : 768px ) {
  h1 img {
    min-width: 180px;
  }
}
/* ---------------------------------------------------------------------------------------------

   sidemenu

--------------------------------------------------------------------------------------------- */
#sidemenu {
  position: absolute;
  right: 0;
  top: 20%;
  color: #c80000;
  text-align: center;
}
#sidemenu img {
  width: 35px;
}
#sidemenu p {
  margin-top: 10px;
}
.btn_venue,.btn_venue-close {
  margin-top: 30px;
}
.btn_floormap,.btn_venue,.btn_floormap-close,.btn_venue-close {
  display: block;
  padding: 10px;
  border: solid;
  color: #c80000;
  cursor: pointer;
  background: #fff;
}
.btn-pc img.on {
  display: none;
}
/*---------------------------------------------------------------------------------------------

    movie

--------------------------------------------------------------------------------------------- */
#movie {
  position: absolute;
  bottom: 10%;
  right: 0;
}

.btn_off img,.btn_on img {
  cursor: pointer;
  width: 40px;
  display: block;
  margin-right: 15px;
  margin-left: auto;
  margin-bottom: 10px;
}
.btn_on {
  display: none;
}
.movie_sp {
  display: none;
}
/* ----------------------------------------------

 *レスポンシブ表示

---------------------------------------------- */
@media screen and ( max-width : 1000px ) , (max-height : 900px ) {
  .customBillboard.cs-default.media .tag-media-content {
    min-width: 100% !important;
  }
  #movie,#language,#sidemenu,.sp_menu-overlay{
    display: none;
  }
  #sp_menu {
    display: block;
    position: absolute;
    top: 10%;
    right: 10px;
  }
  .openbtn5{
    position: relative;
    /* ボタン内側の基点となるためrelativeを指定 */
    cursor: pointer;
    width: 50px;
    height: 50px;
    /* right: 10px; */
  }
  /* ボタン内側 */
    .openbtn5 span{
      display: inline-block;
      transition: all .4s;
      /* アニメーションの設定 */
      position: absolute;
    }
  .openbtn5 span:nth-of-type(1),
  .openbtn5 span:nth-of-type(3) {
    height: 2px;
    background: #fff;
    width: 100%;
    left: 10px;
  }
  .openbtn5 span:nth-of-type(1) {
    top:13px; 
    left: auto;
  }
  
  .openbtn5 span:nth-of-type(2) {
    top:21px;
    left: 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
  }
  
  .openbtn5 span:nth-of-type(3) {
    top:45px;
    left: auto;
  }
  
  /* activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える */
  .openbtn5.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 60%;
  }
  
  .openbtn5.active span:nth-of-type(2) {
    opacity: 0;
  }
  
  .openbtn5.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 60%;
  } 
/* ----------------------------------------------

 * ハンバーガーメニュー内部

---------------------------------------------- */
  .sp_menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(20 20 30 / 80%);
    width: 100%;
    height: 100%;
    padding: 0 15px;
    overflow-y: scroll;
  }
  .language_menu,.floor_menu,.venue_menu{
    display: none;
  }
  .language_menu-btn,.floor_menu-btn,.venue_menu-btn {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    margin-top: 20px;
  }
  .language_menu-btn:after,.floor_menu-btn:after,.venue_menu-btn:after {
    content: '▼';
    font-size: 1rem;
  }
  .sp_menu-overlay h1 img {
    display: block;
    margin: auto;
    min-width: unset;
  }
  .language_menu li a,.floor_menu a {
    font-size: 20px;
    color: #ddd;
    padding-left: 15px;
  }
  .floor_menu a {
    display: block;
  }
  .language_menu li a:before,.floor_menu a:before {
    content: '-';
}
  .floor_menu h2 {
    text-align: left;
    font-weight: normal;
    padding-left: 15px;
  }
  .course {
    width: 60%;
  }
  .movie_sp {
    display: block;
    position: absolute;
    bottom: 20%;
    right: 0;
    min-height: 40px;
  }
  .movie_sp .btn_off {
    display: block;
  }
  .movie_sp iframe {
    width: 100%;
    /* height: auto; */
  }
}
/* ----------------------------------------------

 * aタグの設定

---------------------------------------------- */
a {
	-webkit-transition: 0.5s;
 	transition: 0.5s;
}

a:hover {
  filter: alpha(opacity=80) !important; /* IE:元の色から80%の透過*/
  -moz-opacity:0.80 !important;
  opacity:0.80 !important; /* 0.0（完全に透明）～1.0（完全に不透明）の範囲で指定する（初期値は1） */
}

a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */
/* モバイル＞タブレット＞パソコン */

/* タブレット */
@media only screen and ( max-width : 1024px ) {
  .pc {
    display: none;
  }
}

/* パソコン */
@media print, screen and ( min-width : 1024px ) {
  .sp {
    display: none;
  }
}
</pre></body></html>