/*********** header ***********/
header * {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

header {
    background-color: #000;
}
header a, header a:hover{
  text-decoration:none;
  color: black;
}
.white {
  color: #fff;
}

.gray {
  color: #666666;
}

.gray02 {
  color: #999999;
}

.gray03 {
  color: #333333;
}

.red {
  color: #bf0000;
}

.green {
  color: #6ea435;
}

.blue {
  color: #215a9a;
}

.blue02 {
  color: #036eb8;
}

.fs10 {
    font-size: 10px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.bold{
	font-weight:bold;
}

.header_menu{
}

.sp_navi {
  width: 85%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  font-size: 18px;
  font-weight:normal;
  display: none;
  padding-left: 25px;
}

.sp_navi ul {
  list-style: none;
  margin-top: 12px;;
  /*padding: 2em .8em 3em;*/
  /* text-align: center; */
}

.sp_navi ul li {
  border-bottom: 0.5px solid #e7e7e7;
  font-family: "ＭＳ Ｐゴシック,ＭＳ ゴシック", sans-serif;
  padding:9px 0 9px 0;
  font-weight: normal;
  line-height:20px;
  font-size: 14px;
}
.sp_navi ul li.red{
  text-align:center;
  padding:0 0 15px 0;
  font-weight: bold;
  font-size: 16px;
  color: #ed1e79;
}
.sp_navi ul li.btn{
  border-bottom: none;
}
.sp_navi ul li.btn button{
  text-align:center;
  font-weight: bold;
  width:60%;
  height:30px;
  border-radius:6px;
  margin: 10px auto 0 auto;
  display: block;
}

header a, header a:hover{
  text-decoration:none;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
