@charset "UTF-8";
html {
	text-align: center;
	margin:auto;
}

body {
    margin: 0;
}
.light-box{
	display: none;
}

.main {
    height: auto;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    min-width: 1200px;
}
.booth-title{
	background: url("../img/title_bg.png")no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 10px 70px 15px;
  width: 500px;
  height: 92px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.booth-title img {
  max-width: 100%;
  margin: -20px 0 0;
}
.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;
}

.img01 {
    top: 97px;
    left: 136px;
}
.img_04 {
    top: 99px;
    left: 32px;
}
.item01 {
    bottom: 157px;
    left: 45px;
}
video{
    max-width: 100%;
}
.video_box{
    position: absolute;
    top: 83px;
    left: 18px;
}
.video_box .link_btn {
    top: -25px;
    right: -24px;
    z-index: 9;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}


.item02 {
    bottom: 120px;
    left: 5px;
}
.item02 .link_btn {
    top: -25px;
    right: -9px;
}
.item04 {
    bottom: 120px;
    left: 105px;
}
.item04 .link_btn {
    top: -25px;
    right: -9px;
}
.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;
}



.img02 {
    top: 30px;
    left: 10px;
}

.img03 {
    top: 100px;
    right: 303px;
}
.img04 {
    top: 100px;
    right: 159px;
}
.item05 {
    bottom: 114px;
    left: 203px;
}
.item06 {
    bottom: 140px;
    left: 136px;
}
.item07 {
    bottom: 135px;
    right: 280px;
}
.item08 {
    bottom: 135px;
    right: 177px;
}
.item09 {
    top: 103px;
    left: 249px;
}
.companion {
    right: -15px;
    bottom: 155px;
}
.companion img {
    width: 150px;
}
.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
}
.panel_01 {
    bottom: 85px;
    left: 25px;
}
.panel_02 {
    bottom: 48px;
    left: 34px;
}
.panel_03 {
    bottom: 48px;
    left: 207px;
}
.panel_04 {
    bottom: 58px;
    left: 151px;
}
.panel_05 {
    bottom: 58px;
    left: 278px;
}
.panel_06 {
    bottom: 58px;
    left: 402px;
}
/*light-box*/

.light-box {
    width: 540px;
}
.light-box.large {
    width: 980px;
}
.lb-title {
    font-size: 160%;
    margin-bottom: 30px;
}
.lb-img {
    text-align: center;
    margin-top: 30px;
}
.lb-img.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list video {
    width: 49%;
    margin-top: 10px;
    height: fit-content;
}
iframe {
    width: 100%;
    height: 303px;
}
.list iframe {
    width: 49%;
    margin-top: 10px;
    height: 256px;
}
.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;
}
.booth-title{
  margin: 0 auto -35px;
}
header {
    height: 60px;
}
.expo-nav--left {
  left: 15%;
}
.expo-nav--right {
  right: 15%;
}
}

@media (max-width:1280px) {
header {
    height: 70px;
}
.expo-nav--left {
  left: 50px;
}
.expo-nav--right {
  right: 50px;
}
}
@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%;
  }

.booth-title {
  margin: 0 auto -30px;
}
}
@media screen and (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);
    }
  }
}