@charset "utf-8";
/* CSS Document */
body {
  background-color: #fff;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
  margin: 0;
}
img {image-rendering: -webkit-optimize-contrast;}
html {scroll-behavior: smooth;}
header {
	max-width: 1280px;
	display: block;
	margin:0 auto;
}
/*
header img {
    object-fit: cover;
    height: 10%;
}*/
.head-img {
    object-fit: cover;
    height: 10%;	
}
#first {
background: #333333;
background: -moz-linear-gradient( #000000 0%, #333333 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333333));
background: -webkit-linear-gradient( #000000 0%, #333333 100%);
background: -o-linear-gradient( #000000 0%, #333333 100%);
background: linear-gradient( #000000 0%, #333333 100%);
      width: 100%;
 /*
    background-image: url("images/booth_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
 
   
      height: 100vh;
     position: relative;
  background-image:url("images/booth_01.jpg");
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
    padding: 0;
  place-items: center;
  overflow: hidden;
    background-image: url("images/booth_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;*/
}
#last {

  width: 100%;

 /*
     position: relative;
    padding: 50px 10vw;
  margin: auto;
  place-items: center;
  overflow: hidden;*/
}
#first img {
    width: 100%;
    object-fit: cover;
}
.container{
	width:90%;
	max-width:980px;
	display: block;
	margin:20px auto 20px;
    padding-top:40px;
}
.top {
    width:100%;
    background-color:#5cb9bc;  
}
.top img {
    display:block;
    margin:0 auto;
    width:100%;
	max-width:980px;
}
.product-tbl{
    width:90%;
    margin:0 10%;    
}
.product-tbl ul{
    margin:0 0 0 -10%;
    padding:0;
}
.product-tbl ul li{
    list-style: none;
    margin:0;
    padding:0;
    width:50%;
    float: left;
}
.product-tbl img{
    width:100%;
}
.product-tbl img:hover{
    opacity: 0.5;  
}

.pr-btn {
    clear: both;
	width:fit-content;
	background-color: rgba(255,255,255,1);
	padding: 3px 5px;
	border:3px double #0F97C6;
	border-radius: 8px;
    margin:0 20px 0 0; /*80px 30px 40px 30%*/
    text-align: center;
	font-size: 32px;
}
.pr-btn:hover {
	background-color: rgba(175,193,215,1.00);
	border:2px solid #007BA6;
}
.pr-btn a {
	text-decoration: none;
	color:#0F97C6;
}
.pr-btn a:hover {
	color:#007BA6;
}
.scroll-btn {
  position: absolute;
  bottom: 2vw;
  left: 45vw;
  width: 180px;
  line-height: 1.5;
  color:#fff;
  font-size: 150%;
}
.scroll-btn a {
  color:#fff;
  text-decoration: none;
}
.scroll-btn a:hover {
  color:#ccc;
  text-decoration: none;
}
.scroll-btn img {
  width: 100%;
  margin: 0;	
}
.scroll-btn2 {
  float: right;
  width: 80px;
  line-height: 1.5;
  color:#fff;
  font-size: 150%;
  margin: 0 0 50px 0;
}
.scroll-btn2 a {
  color:#444;
  text-decoration: none;
}
.scroll-btn2 a:hover {
  color:#999;
  text-decoration: none;
}
.scroll-btn2 img {
  width: 60px;
  margin: 0;	
}
.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

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

 modal 

-------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  /*position:absolute;*/
  width: 0;
  height: 100%;
}

.modal_content {
  align-self: flex-start;
  width: 100%;
  height: 100vh;
  padding: 40px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: translateY(+150%);
  transition: 0.6s;
  border-radius: 10px;
  background-color: #F3F2EE;
}
.if-box {
	border:none;
	width: 100%;
	height: 90%;
	background-color: #fff;
	margin-top: 20px;
}
.if-box-y {
	border:none;
	width: 100%;
	height: 30%;
	background-color: #fff;
	margin-top: 20px;
}
.yt-btn {
	width:80%;
	display: block;
	margin: 0 auto;
}
.yt-btn img {
	width:100%;
}
.yt-img {
	width:80%;
	display: block;
	margin: 0 auto;
	padding: 60px 0 20px;
}
.yt-img img {
	width:100%;
}
.yt-play {
	width:80%;
	display: block;
	margin: 5px auto;
}
.close_button {
  /* position:relative;
 top: 0;
  left: 45%;*/
  font-size: 16px;
  cursor: pointer;
  border:3px double #ccc;
  margin: 0px 0 0 45%;
  padding: 3px 15px;
  border-radius: 30px;
  background-color: rgba(172,230,255,1.00);
  color:rgba(28,49,131,1.00)
}
.close_button:hover {
  background-color: rgba(85,169,205,1.00);
  color:rgba(228,233,255,1.00)
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(0px);
}

#page-link.downMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
	opacity: 1;
	transform: translateY(0);
  }
  to {
	opacity: 1;
	transform: translateY(100px);
  }
}
 /*
@media all and (max-width: 767px) {
	#page-link {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	
	#page-link a {
		border-radius: 0;
		justify-content: center;
	}
}	*/
@media (max-width: 520px) {
    .scroll-btn,.scroll-btn2 {
        display: none;
    }
.close_button {
	margin: 0px 0 0 40%;
	}
.modal_trigger {
  position:relative;
  width: 0;
  height: 100%;
}
.pr-btn {
	font-size: 20px;	
	}
.product-tbl ul li{
    margin:0;
    padding:0;
    width:100%;
    float: none;
}
}
