@charset "utf-8";

.tmpBanner {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 40px;
  background: #eb5505;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-family: Helvetica, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
  z-index: 998;
}
.tmpBanner[aria-hidden="true"] {
  display: none;
}
.btn-tmpBanner-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
}
.btn-tmpBanner-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url("../png/to_icon_close_04.png");
  background-size: cover;
}
.tmpBanner-content {
  display: table !important;
  margin: -3px auto; /*2px auto*/
  padding: 15px 0px 15px 10px;
}
.tmpBanner-button {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tmpBanner-button > span {
  display: block;
  padding: 6px 20px 6px 10px;
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
  font-size: 18px; /*12px*/
  color: #eb5505;
  white-space: nowrap;
  position: relative;
}
.tmpBanner-button > span::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../png/to_icon_link_05.png);
  background-size: cover;
}
.tmpBanner-text {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.tmpBanner-product {
  padding-left: 12px;
}
.tmpBanner-link {
  display: block;
  overflow: hidden;
  height: 100%;
}
.tmpBanner-link:hover,
.tmpBanner-content:link,
.tmpBanner-content:visited {
  text-decoration: none;
  color: #fff !important;
}

@media all and (min-width: 768px) {
  .tmpBanner {
    padding-right: 56px;
  }
  .btn-tmpBanner-close {
    height: 50px;
    width: 50px;
  }
  .btn-tmpBanner-close::before {
    height: 20px;
    width: 20px;
  }
  .tmpBanner-text {
    font-size: 20px;
  }
  .tmpBanner-button {
    padding-left: 15px;
  }
  .tmpBanner-button > span {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }
 .fs10 {
	 font-size:13px;
 }
 .fs20 {
	 font-size:20px;
 }
 .taC {
	 text-align:center;
 }
.l-sp-br {
	display:none !important
	}
.l-pc-hide {
	display:none !important
	}
}
@media all and (min-width: 1000px) {
  .tmpBanner-text {
    font-size: 20px; /*24px*/
  }
  .tmpBanner-button {
    padding-left: 30px;
  }
  .tmpBanner-button > span {
    padding-left: 30px; /*50*/
    padding-right: 30px; /*50*/
    font-size: 16px;
	letter-spacing: 1.5px;
  }
}

/* PC時左のナビとはかぶらないように調整 */
@media all and (min-width: 1200px) {
  .tmpBanner {
    left: 180px;
  }
}
/* iphone5でくずれないように調整 */
@media all and (max-width: 374px) {
  .tmpBanner-text {
    font-size: 13px;
  }
}
/* バナー表示中はフッターロゴに被らないよう調整 */
.footerLogo {
  margin-top: 30px;
}
.cmp-au-com-au-layoutcontainer__footer .au-footer,
.footerElem {
 margin-bottom: 50px;
}

/* spボタン大きさ調整 */
@media all and (max-width: 767px) {
.tmpBanner-button > span {
  display: block;
  padding: 5px 14px 5px 12px;　/* 4px 13px 1px 9px */
  border-radius: 3px;
  background: #fff;
  font-weight: bold;
  font-size: 12px; /*14px*/
  color: #eb5505;
  white-space: nowrap;
  position: relative;
}

.tmpBanner-button > span::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 1px;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  background: url(../png/to_icon_link_05.png);
  background-size: cover;
}
.tmpBanner-link{
	border-right: 1px dotted #f9dbc2;
	}
 .fs10 {
	 font-size:11px;
 }
 .fs20 {
	 font-size:20px;
 }
.taC {
	text-align:center;
}
.l-pc-br {
	display:none !important
	}
.l-sp-hide {
	display:none !important
	}
}


.tmpBanner {
  bottom: -66px!important; transition: .1s;
}
.tmpBanner.in {
  bottom: 0!important; transition: .6s;
}
