/*============================================================================================
🌟Header
=============================================================================================*/
.u_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.u_wrp {
  width: 100%;
  /* min-width: 1200px;
  min-width: 1024px; */
  margin: 0 auto;
}
.u_wrp_xl {
  width: calc(100% - 40px);
  width: 100%;
  min-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .u_wrp {
    margin-bottom: 8px;
  }
  .u_wrp_xl {
    margin: 0;
  }
  .u_wrp_xl {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.u_col_chd {
  display: inline-block;
  vertical-align: top;
}
.u_col_chd:first-child,
.u_col_chd:first-of-type {
  margin-left: 0;
}

.u_pc {
  display: block;
}
.u_pc.u_flex {
  display: flex;
}
.u_pc.u_inlineB {
  display: inline-block;
}
.u_pc.u_inline {
  display: inline;
}
.u_sp {
  display: none;
}

/*スマホのみ改行*/
.u_sp_br {
  display: none;
}
/*PCのみ改行*/
.u_pc_br {
  display: inline;
}

@media (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc.u_flex {
    display: none;
  }
  .u_pc.u_inlineB {
    display: none;
  }
  .u_pc.u_inline {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_br {
    display: inline;
  }
  .u_pc_br {
    display: none;
  }
}

.w_Head {
  padding-top: 68px;
}
.w_Header {
  position: relative;
  z-index: 999;
  background: #000;
}
.Header {
  min-width: 1280px;
  min-width: 1024px;
  padding: 0 0 0 20px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  transition: 0.2s;
  z-index: 100;
}
.Header.js_scroll {
  position: fixed;
  top: 0;
  left: 0;
}

.js_menu_open .Header {
  position: fixed;
  top: 65px;
}

@media (max-width: 767px) {
  .Header {
    width: 100%;
    min-width: 100%;
    padding: 0;
    top: 65px;
  }
}
