/* ===================================================================
CSS information

 file name  : template-banner-public.css
 author     : template-banner-public
 style info : template-banner-public
=================================================================== */
/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

/* -----------------------------------------------------------
	pop_banner_fixed
----------------------------------------------------------- */
.pop_banner_fixed {
  position: fixed;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 1200px;
  bottom: -100%;
  left: 50%;
  margin-left: -600px;
  z-index: 100;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .pop_banner_fixed {
    width: 100%;
    margin: 0;
    left: 0%;
  }
}
@media print {
  .pop_banner_fixed {
    width: 100%;
    margin: 0;
    left: 0%;
  }
}
.ie8 .pop_banner_fixed {
  width: 100%;
  margin: 0;
  left: 0%;
}
.pop_banner_fixed * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop_banner_fixed .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .pop_banner_fixed .close {
    font-size: 25px;
    line-height: 20px;
  }
}
.pop_banner_fixed .close:hover {
  opacity: .7;
}
.pop_banner_fixed a {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pop_banner_fixed a img {
  max-width: 100%;
  display: block;
  height: auto;
}
.pop_banner_fixed a:hover {
  opacity: .8;
}
.pop_banner_fixed img {
  display: block;
  height: auto;
}
.pop_banner_fixed.embed {
  width: 728px;
  margin-left: -364px;
}
@media only screen and (max-width: 468px) {
  .pop_banner_fixed.embed {
    width: 100%;
    margin: 0;
    left: 0%;
  }
}
.pop_banner_fixed.active {
  bottom: 0;
}
.pop_banner_fixed.active .close {
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .pop_banner_fixed.active .close {
    top: -20px;
  }
}
