@charset "UTF-8";

html {
	text-align: center;
	margin:auto;
}
header {
    height: 125px;
    border-bottom: 2px solid #a1a1a1;
    background: rgba(255,255,255,.42);
}
body {
    margin: 0;
    background: #c6c6c6 url(../img/bg_grad.png) center top repeat-x;
    background-size: 100% auto;
  height: 100vh;
  max-height: 66vw;
  min-height: 850px;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
.floor{
  display: block;
  width: 100%;
  height: 173px;
  background: url("../img/bg_floor.png") center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bar{
  display: block;
  width: 100%;
  height: 50px;
  background: url("../img/bg_bar.png") center repeat-x;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 300px;
  left: 0;
}
.light-box{
	display: none;
}

.main {
    height: auto;
    position: absolute;
    box-sizing: border-box;
    min-width: 1200px;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.lang_menu{
  position: absolute;
  right: -100px;
}
.booth-title{
  position: relative;
  width: 700px;
  height: 112px;
  margin: 0 auto -14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.booth-title img {
}
.main-title-box.booth {
  text-align: center;
  padding-left: 0%;
}
.booth-title h1{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size: 2.2rem;
	font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: -20px 0 0;
  line-height: 1.4;
}
.booth-title .sub{
	font-size: 1.4rem;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.wrapper{
	position: relative;
	top:20px;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg_img{
	pointer-events: none;
}
.left,.center,.right{
	position: relative;
}

.link_btn{
	position: absolute;
	top: -25px;
	right:-25px;
   	animation: pulsate 2s ease-out;  /* スピードなど */ 
	animation-iteration-count: infinite;
	}
@keyframes pulsate {
    0%   { opacity: 0.5 }
    50%  { opacity: 1; }
    100% { opacity: 0.5 ;}
}

/*absolute*/
.absolute{
	position: absolute;
  z-index: 1;
}

.img01 {
    top: 117px;
    left: 7px;
}
.img01 .link_btn {
    right: 0px;
}
.item01 {
    bottom: 65px;
    left: 20px;
}
.item-3d01 {
    top: 230px;
    left: 25px;
}

.video_box{
    position: absolute;
    top: 85px;
    left: 18px;
}
.video_box .link_btn {
	top: -10px;
	right: -10px;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.item02 {
    bottom: 115px;
    left: 10px;
}
.item02 .link_btn {
    right: -15px;
    top: -15px;
}
.item03 {
    bottom: 125px;
    left: 125px;
}
.item03 .link_btn {
    right: -15px;
    top: -23px;
}
.item04 {
    bottom: 125px;
    left: 210px;
}
.item04 .link_btn {
    right: -20px;
    top: -22px;
}

.cata01 {
    top: 137px;
    left: 33px;
}
.cata02 {
    top: 247px;
    left: 33px;
}
.cata03 {
    top: 357px;
    left: 33px;
}
.cata01 .link_btn,.cata02 .link_btn,.cata03 .link_btn{
	top: 0px;
}

.item05 {
    bottom: 120px;
    left: 153px;
}
.item05 .link_btn {
}
.item06 {
    bottom: 130px;
    left: 253px;
}
.item06 .link_btn {
}
.item07 {
    bottom: 130px;
    left: 353px;
}
.item07 .link_btn {
}
.item08 {
    bottom: 130px;
    left: 453px;
}
.item07 .link_btn {
}

.item-3d01 {
    top: 230px;
    left: 15px;
}
.item-3d02 {
    bottom: 268px;
    left: 150px;
}
.item-3d03 {
    bottom: 157px;
    left: 87px;
}
.item-3d04 {
    bottom: 157px;
    left: 233px;
}


.companion {
    right: 30px;
    bottom: 155px;
}
.companion img {
}
.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
}
.credit {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
  color: #000;
  font-size: 1rem;
  position: absolute;
  right: 20px;
  bottom: 35px;
  z-index: 5;
  pointer-events: none;
  font-weight: bold;
}
/*Landscape（画面横）*/
@media screen and (max-device-width: 480px) {
    /*スタイル記述*/
.credit {
  font-size: 5px;
}
}
/*Portrait（画面縦）*/
@media screen and (max-device-width: 320px) {
    /*スタイル記述*/
.credit {
  font-size: 5px;
}
}
/*light-box*/

.featherlight .featherlight-content {
    width: 540px;
}
.lb-title {
    font-size: 160%;
    margin-bottom: 30px;
}
.lb-img {
    text-align: center;
}
.lb-text {
    margin-top: 20px;
}
.lb-link {
    font-size: 93%;
    margin-top: 1em;
}
.expo-nav {
  position: absolute;
  list-style: none;
  top: 20px;
  display: flex;
  justify-content: space-between;
  width: 86px;
  z-index:2;
}
.expo-nav--right {
  right: 50px;
}
.expo-nav--left {
  left: 50px;
}

.expo-nav li {
  width: 86px;
  height: 86px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding-top: 6px;
}

.expo-nav li:hover {
  opacity: 0.8;
}

.expo-nav li a {
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding-top: 6px;
  height: 100%;
  width: 100%;
}

.expo-nav-btn1 {
  background-color: #CC0000;
  background-image: url("../../common/img/expo-btn.png");
  background-position: bottom 6px center;
  background-repeat: no-repeat;
}

.expo-nav-btn2 {
  background-color: #0C0052;
  background-image: url("../../common/img/hp-btn.png");
  background-position: bottom 6px center;
  background-repeat: no-repeat;
}

.expo-nav li.expo-nav-btn2 a{
  padding-top: 15px;
}

.mask {
  display: none;
}
@media (min-width:1920px) {
.main {
  margin-top: 0px;
}
.expo-nav--left {
  left: 15%;
}
.expo-nav--right {
  right: 15%;
}
}

@media (max-width:1280px) {
.expo-nav--left {
  left: 50px;
}
.expo-nav--right {
  right: 50px;
}
}
@media (min-width:767px) {
  .mask {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    color: #fff;
    font-size: 5rem;
    transition: .3s;
  }
  .mask.hide {
    opacity: 0;
    pointer-events: none;
  }
  .mask_tips {
    margin-top: 40px;
  }
  .mask_img {
    animation: 2s ease-in-out 1s infinite reverse both running roll;
    transition: .5s;
  }
  .hide .mask_img {
    animation: none;
    transform: rotate(90deg);
  }
  @keyframes roll {
    0%{
      transform: rotate(0);
    }
    20%{
      transform: rotate(10deg);
    }
    40%{
      transform: rotate(-10deg);
    }
    60%{
      transform: rotate(10deg);
    }
    80%{
      transform: rotate(0);
    }
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-device-width: 481px) and (orientation:portrait), 
/* iPadランドスケープ */ 
screen and (min-device-width: 481px) and (orientation:landscape) {

html {
  height: 100%;
}
}
/*
@media screen and (max-width: 767px) {
	.wrapper{
		top: 10%;
		bottom: auto;
	}
}*/
