@charset "UTF-8";
html {
	text-align: center;
	margin:auto;
}

body {
    margin: 0;
}
.light-box{
	display: none;
}
.category h2{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}

.lang_menu{
  display: flex;
  gap: 5px;
  position: absolute;
  right: -190px;
}
.lang_menu a:hover{
  opacity: .7;
}

.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: 25px 70px 15px;
  width: 500px;
  height: 92px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
      gap: 10px;
  position: relative;
}
.booth-title img {
  max-width: 100%;
  margin: -20px 0 0;
}
.main-title-box.booth {
  text-align: center;
  padding-left: 0%;
  position: relative;
  z-index: 1;
}
.booth-title h1{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size: 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;
}

.catalog_link{
	position: absolute;
}
.catalog_link.rev01{
  top: 141px;
  left: 36px;
}

.catalog_link.rev03{
  top: 200px;
  left: 38px;
}
.catalog_link.rev04{
  top: 200px;
  left: 82px;
}
.catalog_link.rev05{
  top: 200px;
  left: 127px;
}
.catalog_link.rev06{
  top: 200px;
  right: 79px;
}
.catalog_link.rev07{
  top: 200px;
  right: 35px;
}
.catalog_link.rev08{
  top: 260px;
  left: 38px;
}
.catalog_link.rev09{
  top: 260px;
  left: 82px;
}
.catalog_link.rev10{
  top: 320px;
  left: 38px;
}
.catalog_link.rev11{
  top: 320px;
  left: 82px;
}
.catalog_link.rev12{
  top: 320px;
  left: 127px;
}


.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: 100px;
    left: 27px;
}
.item01 {
    bottom: 150px;
    left: 35px;
}

.video_box{
    position: absolute;
    top: 85px;
    left: 18px;
}
.video_box .link_btn {
	top: -10px;
	left: 215px;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}

.item02 {
    bottom: 124px;
    left: 60px;
}
.item03 {
    bottom: 123px;
    left: 165px;
}
.item04 {
    bottom: 115px;
    left: 15px;
}

.item-3d {
  bottom: 231px;
  left: 122px;
}

.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;
}
.link_btn.button {
    top: 10px;
    left: 262px;
    position: absolute;
}


.img02 {
    top: 100px;
    left: 136px;
}
.img03 {
    top: 100px;
    right: 303px;
}
.img04 {
    top: 100px;
    right: 159px;
}

.item06 {
    bottom: 115px;
    left: 250px;
}
.item07 {
    bottom: 115px;
    left: 350px;
}
.item08 {
    bottom: 115px;
    left: 490px;
}
.item05 {
    bottom: 115px;
    left: 135px;
}

.companion {
    right: -45px;
    bottom: -30px;
}

.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
}

/*light-box*/
.category{
	margin-bottom: 40px;
	overflow: hidden;
}
.category_flex{
  display: flex;
  flex-wrap:wrap;
  gap: 20px;
  justify-content: center;
}
.featherlight .featherlight-content {
    width: 1024px;
}
.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;
}

.btn-menu li{
	background: #03063E url(../img/productmenu_bg01.png) no-repeat left center;
	padding: 13px 0px 13px 40px;
	color:#fff;
  margin-top: 20px;
	margin-bottom: 10px;
  width: 415px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-menu a{
	color: #fff;
  text-decoration: none;
  font-size: 2rem;
}


.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;
}

/* table
==================================*/
.table-box{
	/*max-width: 690px;*/
}
table{
	width: 415px;
	border-top: 1px solid #999999;
	float: left;
}
th{
	white-space: nowrap;
	width: 20px;
}
th,td{
	border-bottom: 1px solid #999999;
	text-align: left;
	padding: 12px 0 12px 30px;
}
th{
	background-color:#001d59;
	color: #ffffff;
}
td.gray{
	background-color:#b7c3dd;
}
.table-midasi{
	margin-bottom: 10px;
}
.disc{
	margin-right: 5px;
}
.pickup{
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	margin-left: 50px;
	width: 200px;
	height: 10px;
	padding: 2px 5px;
	background: #e11d27;
}
.left-menu li.menu1{
	background: url(../../common/img/sidemenu_bg02.png) no-repeat top;
	color: #fff;
}
.left-menu li.menu1:hover{
	background: url(../../common/img/sidemenu_bg03.png) no-repeat top;
}

.left-text.padding0 {
  max-width: 520px;
  width: 100%;
}

.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 (min-width:767px) {
  body{
    background: url(../img/main_bg.png) top center no-repeat;
    background-size: cover;
  }
  .companion {
    right: 0px;
    bottom: -30px;
  }
  .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%;
  }

.booth-title {
  margin: 0 auto 0px;
}
}
/*
@media screen and (max-width: 767px) {
	.wrapper{
		top: 10%;
		bottom: auto;
	}
}*/
