@charset "utf-8";
/* CSS Document */

.popupbox {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.popupbox {
  height: 100%;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.popuplink {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popupimg {
  background-color: #fff;
  display: block;
  width: 100%;
}

.popupimgBG {
  display: inline-block;
  background-color: #FFF;
  padding: 10px;
}

.popupimgBG p {
  font-size: 18px;
  padding-top: 8px;
  font-weight: bold;

}

@media only screen and (min-width: 767px) {
  .hola_sp {
    display: none;
  }
}

div.modal_cookie {
  position: absolute;
  display: none;
  z-index: 9999;
  /*	top:50%;*/
  top: 2%;
  left: 50%;
  /*	width:310px;
	height:111px;*/
  margin-top: -55x;
  margin-left: -360px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.modal_cookie {
    left: initial;
    margin: initial;
  }
  div.modal_cookie img {
    width: 100%;
  }
}

div.modal_cookie .pr_box {
  /*	width:310px;
	height:auto;*/
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  background: #FFFFFF;
}

@media only screen and (min-width: 767px) {
  div.modal_cookie .pr_box img {
    width: 700px;
  }
}

.pr_box img:hover {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  -ms-opacity: 0.50;
  -o-opacity: 0.50;
  opacity: 0.50;
}
.close_modal_cookie {
  margin: 10px 0;
}
.close_modal_cookie a {
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}


/*--------------------------------------
 *背景
--------------------------------------*/

.wrapper02 {
  background: url(../images/bg_build.png) no-repeat, url(../images/bg_mt.png) repeat-x, url(../images/bg_topCloud2.png) repeat;
  background-position: bottom center, bottom center, top center;
  background-size: 1458px 325px, 592px 57px, 2500px 750px;
}


.contents {
  position: relative;
  overflow: hidden;
}
