@charset "UTF-8";

/* ------------------------------
	cookie
------------------------------ */
.l-footer_cookieAlertBox {
  bottom: 0;
  display: none;
  position: fixed;
  background: #575757;
  width: 100%;
  z-index: calc(infinity)
}
.l-footer_cookieAlertBoxInner {
box-sizing: border-box;
  color: #fff;
  margin: 0 auto;
  max-width: 1260px;
  padding: 2.1875rem 42px 3rem;
  position: relative;
  max-width: 1280px;
  width: 100%;
  font-size: 1.125rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBoxInner {
    padding: 2.1875rem 1.5625rem 3rem;
    font-size: .8125rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieAboutlBtn {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 1.625rem 0 0;
  position: relative;
  text-decoration: none;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieAboutlBtn {
    padding: 0 0 0 .8rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieAboutlBtn:after {
  color: red;
  content: '＞';
  font-size: 1rem;
  font-weight: 400;
  left: 8rem;
  margin: -.5rem 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(.6,1);
  -ms-transform: scale(.6,1);
  transform: scale(.6,1)
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieAboutlBtn:after {
    left: 9rem;
    margin: -.3rem 0 0;
    font-size: .8125rem
  }
}
.l-footer_cookieAlertBox .l-footer_cookieApprovalBtn {
  border: solid 1px #fff;
  cursor: pointer;
  margin: 1rem auto 0;
  max-width: 350px;
  padding: 1.0625rem 0;
  text-align: center;
  width: 94%;
  font-size: .875rem
}
@media print,
screen and (max-width:30em) {
  .l-footer_cookieAlertBox .l-footer_cookieApprovalBtn {
    width: 100%
  }
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn {
  cursor: pointer;
  display: block;
  line-height: 1;
  margin: 1.5rem 0 0 auto;
  padding: 0 1.5rem 0 0;
  position: relative;
  width: 84px;
  font-size: .875rem
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn:after {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px
}
.l-footer_cookieAlertBox .l-footer_cookieCloseBtn:before {
  background: #fff;
  content: "";
  display: block;
  height: .8rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px
}
