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

/*////////////////////////////////////////////////////////

index.css

///////////////////////////////////////////////////////*/
#sigIndex {
}
/* =common
-------------------------------------------------------*/
#sigIndex .head-sec-ttl {
 font-size: calc(7.2rem + ((1vw - 12.8px) * 0.625));
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	margin-bottom: 50px;
	line-height: 1;
}

@media screen and (max-width: 1280px) {
#sigIndex .head-sec-ttl {
 font-size: calc(6.0rem + ((1vw - 12.8px) * 0.625));
}
}
#sigIndex .ttl-sec {
	position: relative;
}
#sigIndex .ttl-sec .ttl-deco {
	display: block;
	position: absolute;
	/*top:40px;*/
	bottom: -30px;
	line-height: 1;
}
#sigIndex .btn-default {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	#sigIndex .head-sec-ttl {
 font-size: calc(5.0rem + ((1vw - 12.8px) * 0.625));
 margin-bottom:30px;
}
#sigIndex .ttl-sec .ttl-deco {
	bottom: -15px;
}
	#sigIndex .btn-default {
	margin-top: 40px;
}
}
/* =header
-------------------------------------------------------*/
#sigIndex header .nav-wrap ul li a:link, #sigIndex header .nav-wrap ul li a:visited {
	color: #fff;
}
#sigIndex header .nav-wrap ul li a:hover, #sigIndex header .nav-wrap ul li a:active {
	color: #fff;
}
#sigIndex header .nav-wrap ul li a::after {
	background-color: #fff;
}
#sigIndex header #stickyHeader .nav-wrap ul li a:link, #sigIndex header #stickyHeader .nav-wrap ul li a:visited {
	color: #242424;
}
#sigIndex header #stickyHeader .nav-wrap ul li a:hover, #sigIndex header #stickyHeader .nav-wrap ul li a:active {
	color: #242424;
}
#sigIndex header #stickyHeader .nav-wrap ul li a::after {
	background-color: #242424;
}
/* =first-view-wrap
-------------------------------------------------------*/
#first-view-inner {
	position: relative;
}
#first-view-inner .pcUser {
	height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
}
#first-view-inner video {
  /*min-width: 100%;
  min-height: 100vh;*/
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
#first-view-inner .scroll-txt {
	position:absolute;
	bottom:0;
	right:4%;
	color:#fff;
	height:150px;
	line-height:2;
	border-left:1px solid #fff;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
		  z-index:3;
}
.first-view-inner-box-img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translateZ(0);
	animation: grow 50s linear 10ms infinite;
	transition: all 0.2s ease-in-out;
	z-index: -2;
}

#first-view-inner .pcUser,
#first-view-inner .spUser { display:none; }
#first-view-inner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.4) 50%);
  background-size: 2px 2px;
  z-index: 2;
}
#first-view-inner .overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:rgba(0,0,0,.2);
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.4) 50%);
  background-size: 2px 2px;*/
  z-index: 2;
}
@keyframes grow {
 0% {
transform:scale(1)
}
 50% {
transform:scale(1.2)
}
}
#first-view-inner .first-view-logo {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	animation: fadeIn 3s ease 0s 1 normal;
	z-index: 2;
}
#first-view-inner .first-view-logo img {
	max-width: 250px;
}
.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(/pasha/dampasha02/assets/index/img/mainvisual.jpg) no-repeat center center/cover;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
}
/*.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}*/
@media screen and (max-width: 768px) {
	#first-view-inner .first-view-logo {
	top: 30%;
}
#first-view-inner .first-view-logo img {
	max-width: 200px;
}
}
@media screen and (max-width: 414px) {
	#first-view-inner .first-view-logo {
	top: 30%;
}
#first-view-inner .first-view-logo img {
	max-width: 100px;
}
}
/*=======================================================

catch

=======================================================*/
#sigIndex #catch-wrap {
	padding: 0 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #catch-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #catch-wrap section .catch-head-box {
	float: left;
	width: 48%;
	padding-left: 10%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #catch-wrap section .catch-head-box h2 {
 font-size: calc(3.6rem + ((1vw - 12.8px) * 0.625));
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	color: #e84592;
	line-height: 1.6;
}
#sigIndex #catch-wrap section .catch-body-box {
	float: right;
	width: 50%;
	line-height: 2.4;
}

@media screen and (max-width: 1024px) {
#sigIndex #catch-wrap {
	padding: 0 4%;
}
#sigIndex #catch-wrap section .catch-head-box {
	padding-left: 0;
}
}

@media screen and (max-width: 768px) {
#sigIndex #catch-wrap section .catch-head-box {
	float: none;
	width: 100%;
	text-align:center;
}
#sigIndex #catch-wrap section .catch-body-box {
	float: none;
	width: 100%;
	margin-top: 50px;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #catch-wrap section .catch-head-box h2 {
 font-size: calc(2.8rem + ((1vw - 12.8px) * 0.625));
}
}
/*=======================================================

movie

=======================================================*/
#sigIndex #movie-wrap {
	padding: 70px 80px 0;
	margin-top: 130px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #movie-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #movie-wrap section {
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat right bottom;
	background-size: 70% 320px;
	padding-bottom: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #movie-wrap section .video-wrap {
	float: left;
	width: 59%;
	/*height: 500px;
	background-color: #ccc;*/
}
#sigIndex #movie-wrap section .movie-body {
	float: right;
	width: 35%;
}
#sigIndex #movie-wrap .head-sec-ttl {
	color: #81819d;
}
#sigIndex #movie-wrap .ttl-sec .ttl-deco {
	left: 10%;
	bottom: -20px;
	width: 75%;
}

@media screen and (max-width: 1024px) {
#sigIndex #movie-wrap {
	padding: 0 4%;
	margin-top: 100px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #movie-wrap section {
	background-size: 70% 200px;
}
	#sigIndex #movie-wrap .ttl-sec .ttl-deco {
	bottom: -10px;
}

}
@media screen and (max-width: 414px) {
	#sigIndex #movie-wrap section {
	background-size: 70% 150px;
	padding-bottom: 50px;
}
	#sigIndex #movie-wrap section .video-wrap {
	float: none;
	width: 80%;
	margin-top:50px;
}
#sigIndex #movie-wrap section .movie-body {
	float: none;
	width: 100%;
}
#sigIndex #movie-wrap .ttl-sec .ttl-deco {
	width: 60%;
	bottom: -15px;
}
}
/*=======================================================

gallery

=======================================================*/
#sigIndex #gallery-wrap {
	padding: 0 80px;
	margin-top: 250px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigIndex #gallery-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #gallery-wrap section .gallery-body {
	float: left;
	width: 40%;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s {
	margin-top: 100px;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s li:nth-child(2n) {
	margin-right: 0;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #gallery-wrap .head-sec-ttl {
	color: #0085a2;
}
#sigIndex #gallery-wrap .ttl-sec .ttl-deco {
	left: 10%;
	width: 100%;
}
#sigIndex #gallery-wrap section .gallery-pic {
	float: right;
	width: 50%;
	background: url(/pasha/dampasha02/assets/common/img/bg-gray.png) no-repeat left bottom;
	background-size: 50% 330px;
	padding-bottom: 100px;
	padding-left: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
#sigIndex #gallery-wrap {
	padding: 0 4%;
	margin-top: 100px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #gallery-wrap section .gallery-pic {
	background-size: 50% 180px;
	padding-left: 50px;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s {
	margin-top: 80px;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #gallery-wrap section .gallery-body {
	float: none;
	width: 100%;
}
#sigIndex #gallery-wrap section .gallery-pic {
	float: none;
	width: 100%;
	padding-left: 20%;
	padding-bottom: 80px;
	margin-top:50px;
}
#sigIndex #gallery-wrap section .gallery-body ul.gallery-pic-s {
	width:80%;
	margin-top:60px;
}
#sigIndex #gallery-wrap .ttl-sec .ttl-deco {
	width: 80%;
}
}
/*=======================================================

about

=======================================================*/
#sigIndex #about-wrap {
	padding: 0 80px 0 0;
	margin-top: 250px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigIndex #about-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #about-wrap section {
	position: relative;
}
#sigIndex #about-wrap section .about-body {
	position: absolute;
	top: 200px;
	right: 0;
	width: 47.5%;
	/*float:right;
	margin-left:-17.5%;
	margin-top:200px;*/
	background-color: #fff;
	padding: 80px 0 80px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
}
#sigIndex #about-wrap .head-sec-ttl {
	color: #c14502;
}
#sigIndex #about-wrap .ttl-sec .ttl-deco {
	/*top:100px;*/
	left: 28%;
	width: 66%;
}
#sigIndex #about-wrap section .about-pic {
	/*float:left;*/
	width: 70%;
}

@media screen and (max-width: 1024px) {
#sigIndex #about-wrap {
	padding: 0 4%;
	margin-top: 150px;
}
#sigIndex #about-wrap section .about-body {
	top: 100px;
	right: 0;
	width: 55%;
	padding: 40px 0 0 40px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #about-wrap section .about-body {
	position: inherit;
	top: 0;
	width: 75%;
	float:right;
	margin-bottom:-100px;
	padding: 0 0 40px 40px;
}
#sigIndex #about-wrap section .about-pic {
	width: 80%;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #about-wrap {
	margin-top: 100px;
}
	#sigIndex #about-wrap section .about-body {
	width: 100%;
	float:none;
	margin-bottom:0;
	padding: 0;
}
#sigIndex #about-wrap section .about-pic {
	width: 100%;
	margin-top:50px;
}
}
/*=======================================================

pickup

=======================================================*/
#sigIndex #pickup-wrap {
	margin-top: 250px;
	background-color: #e1e8e5;
	padding: 80px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #pickup-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #pickup-wrap .head-sec-ttl {
 font-size: calc(4.6rem + ((1vw - 12.8px) * 0.625));
	color: #688a7c;
	margin-bottom: 30px;
	text-align: center;
}
#sigIndex #pickup-wrap .tagline {
	color: #688a7c;
	text-align: center;
}
#sigIndex #pickup-wrap ul.pickup-list {
	margin-top: 60px;
}
#sigIndex #pickup-wrap ul.pickup-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #pickup-wrap ul.pickup-list li {
	float: left;
	width: 29.85075%;
	margin-right: 5.223881%;
}
#sigIndex #pickup-wrap ul.pickup-list li:nth-child(3n) {
	margin-right: 0;
}
#sigIndex #pickup-wrap ul.pickup-list li .pick-facility-name {
 font-size: calc(1.8rem + ((1vw - 12.8px) * 0.625));
	margin-top: 20px;
}
#sigIndex #pickup-wrap ul.pickup-list li .pick-tagline {
	margin-top: 30px;
}
#sigIndex #pickup-wrap .btn-default {
	text-align: center;
	margin:60px auto 0;
}

@media screen and (max-width: 1024px) {
#sigIndex #pickup-wrap {
	padding: 40px 4%;
	margin-top: 200px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #pickup-wrap {
	margin-top: 100px;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #pickup-wrap .tagline {
	text-align: left;
}
#sigIndex #pickup-wrap .tagline br { display:none; }
#sigIndex #pickup-wrap ul.pickup-list li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top:30px;
}
#sigIndex #pickup-wrap ul.pickup-list li .pick-facility-name {
 font-size: calc(2.4rem + ((1vw - 12.8px) * 0.625));
}
}
/*=======================================================

voice

=======================================================*/
#sigIndex #voice-wrap {
	padding: 0 80px;
	margin-top: 250px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigIndex #voice-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #voice-wrap section .voice-body {
	float: left;
	width: 40%;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s {
	width: 75%;
	margin-top: 120px;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s li:nth-child(2n) {
	margin-right: 0;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #voice-wrap .head-sec-ttl {
	color: #cfaf01;
}
#sigIndex #voice-wrap .ttl-sec .ttl-deco {
	left: 25%;
	width: 75%;
}
#sigIndex #voice-wrap section .voice-pic {
	position: relative;
	float: right;
	width: 58%;
}
#sigIndex #voice-wrap section .voice-pic .pic-1 {
	/*width:70%;*/
	margin-left: 30%;
}
#sigIndex #voice-wrap section .voice-pic .pic-2 {
	position: absolute;
	left: 0;
	bottom: -140px;
	width: 42%;
}

@media screen and (max-width: 1024px) {
#sigIndex #voice-wrap {
	padding: 0 4%;
	margin-top: 100px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #voice-wrap section .voice-pic .pic-1 {
	margin-left: 20%;
}
#sigIndex #voice-wrap section .voice-pic .pic-2 {
	bottom: -80px;
	width: 42%;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s {
	width: 90%;
	margin-top: 80px;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #voice-wrap section .voice-body {
	float: none;
	width: 100%;
}
#sigIndex #voice-wrap section .voice-pic {
	float: none;
	width: 100%;
	margin-top:50px;
}
#sigIndex #voice-wrap section .voice-body ul.voice-pic-s {
	width: 80%;
}
}
/*=======================================================

newspaper

=======================================================*/
#sigIndex #npa-wrap {
	padding: 80px;
	margin-top: 350px;
	background-color: #f4f4f4;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigIndex #npa-wrap section {
	padding: 50px;
	background-color: #fff;
}
#sigIndex #npa-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #npa-wrap section .npa-pic {
	float: left;
	width: 24.193548%;
}
#sigIndex #npa-wrap section .npa-body {
	float: right;
	width: 69.35484%;
	padding-top: 50px;
}
#sigIndex #npa-wrap .head-sec-ttl {
 font-size: calc(5.0rem + ((1vw - 12.8px) * 0.625));
	color: #afafaf;
}

@media screen and (max-width: 1024px) {
#sigIndex #npa-wrap {
	padding: 40px 4%;
	margin-top: 150px;
}
#sigIndex #npa-wrap section {
	padding: 20px;
}
#sigIndex #npa-wrap section .npa-body {
	padding-top: 0;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #npa-wrap section .npa-pic {
	float: none;
	width: 100%;
	margin-top:50px;
}
#sigIndex #npa-wrap section .npa-body {
	float: none;
	width: 100%;
}
}
/*=======================================================

collabo-info

=======================================================*/
#sigIndex #collabo-info-wrap {
	padding: 0 80px;
	margin-top: 250px;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
#sigIndex #collabo-info-wrap section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li {
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li:last-child {
	margin-right: 0;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li .collabo-img {
	float: left;
	width: 28%;
	margin: 20px 0;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li .collabo-txt {
	float: right;
	width: 67%;
	margin: 6% 0 0 4%;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li:first-child .collabo-txt {
	width: 100%;
	margin: 6% 0 0 0;
	text-align:center;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li:nth-child(2) .collabo-txt {
	margin: 4% 0 0 4%;
}
#sigIndex #collabo-info-wrap .btn-seemore {
	position: absolute;
	top: -1px;
	right: 20px;
	font-style: italic;
	color: #01bce4;
	text-decoration: none;
}
#sigIndex #collabo-info-wrap .btn-seemore:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	display: block;
	content: '';
	background: #01bce4;
	-webkit-transition: all .4s cubic-bezier(.58, .03, .33, .91);
	transition: all .4s cubic-bezier(.58, .03, .33, .91)
}
#sigIndex #collabo-info-wrap .btn-seemore:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#sigIndex #collabo-info-wrap ul.img-list {
	padding: 30px 6%;
}
#sigIndex #collabo-info-wrap ul.img-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sigIndex #collabo-info-wrap ul.img-list li {
	width: 26%;
	margin: 0 3.6%;
	float: left;
}

@media screen and (max-width: 1024px) {
#sigIndex #collabo-info-wrap {
	padding: 0 4%;
	margin-top: 150px;
}
}
@media screen and (max-width: 768px) {
	#sigIndex #collabo-info-wrap {
	margin-top: 100px;
}
}
@media screen and (max-width: 414px) {
	#sigIndex #collabo-info-wrap section ul.collabo-info-list > li {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top:30px;
}
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li .collabo-txt br { display:none; }
#sigIndex #collabo-info-wrap section ul.collabo-info-list > li .collabo-txt {
	margin: 4% 0 0 4%;
}
#sigIndex #collabo-info-wrap ul.img-list {
	padding: 30px 0;
}
#sigIndex #collabo-info-wrap ul.img-list li {
	width: 29%;
	margin:0 6% 0 0;
}
#sigIndex #collabo-info-wrap ul.img-list li:last-child {
	margin-right:0;
}
}


/* フローティングバナー */
.float_bnr {
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 50px;
  right: 0px;
}

.float_bnr_close {
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.hide {
  display: none;
  opacity: 0;
  animation: fadeOut 0.3s ease-out 0s forwards;
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .float_bnr {
    text-align: center;
    bottom: 0px;
    width: 60%;
  }
  .float_bnr_close {
    top: -16px;
    right: -18px;
    padding: 6px 12px;
    font-size: 21px;
  }
}/*# sourceMappingURL=common.css.map */
