@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*=======================================
　header
=======================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  background: #000;
  padding: 0 50.5px 0 24px;
  gap: 0 20px;
  position: fixed;
  top: -150px;
  width: 100%;
  z-index: 2;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header {
    height: 90px;
    padding: 0 5% 0 11px;
  }
}
header.act-on {
  top: 0;
}
header h1 {
  width: 108px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 24.62%;
    max-width: 85.07px;
  }
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
  /* width: 47.52%; */
}
@media screen and (max-width: 768px) {
  header .right {
    /* width: 63.38%; */
    width: 100%;
    max-width: 219px;
  }
}
header .right .date_area {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: clamp(35px, 3.25vw, 52px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  header .right .date_area {
    display: none;
  }
}
header .right .date_area span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-size: clamp(10px, 0.875vw, 14px);
}
header .right .cmn_btn_01_img {
  max-width: 326px;
}/*# sourceMappingURL=common.css.map */