/*-----------
ヘッダー調整
-----------*/
.l-headerPc {
  position: absolute;
}

.l-headerPc.fixed {
  position: fixed;
  top: 0;
}

.l-headerSp {
  position: absolute;
  top: 18.47vw;
}

.l-headerSp.fixed {
  position: fixed;
  top: 0;
}

.l-headerSp.is-open {
  top: 0;
}

@media screen and (max-width:750px) {
  .l-headerSp{
    z-index: 999;
  }

  .l-headerSp__btn,
  .l-headerSpCt.is-open,
  .l-headerSp__head.is-open {
    background: #fd019c;
  }
  .l-headerSp__logo{
    width: 40vw;
  }
  
}

.l-headerPc.fixed{
  z-index: 999;
}

/*-----------
タブヘッダー
-----------*/
#tab_header {
  position: relative;
  /* margin-bottom: 15px; */
  margin-bottom: 0;
  background-color: #fff;
}

#tab_header img {
  width: 100%;
}

#tab_header .tab_header_inner {
  width: 1120px;
  margin: 0 auto 0;
  overflow: hidden;
}

#tab_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

#tab_header .tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 880px;
  height: 80px;
  margin-left: 15px;
  float: left;
}

#tab_header .tab li {
  width: 48.9%;
}

#tab_header .tab li a {
  display: block;
  height: 64px;
  background-color: #f0ebed;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

#tab_header .tab li a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

#tab_header .tab .tab_ljs img {
  width: 350px;
  margin-top: 12px;
}

#tab_header .tab .tab_lj img {
  width: 230px;
  margin-top: 22px;
}

#tab_header .tab .current a {
  position: relative;
  background-color: #fafafa;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#tab_header .btn_keibago {
  width: 150px;
  margin: 20px 15px 0 0;
  float: right;
}


/*-----------
bottom-fix-button
-----------*/

.bottom-fix-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 20;
}

.bottom-fix-button ul {
  display: flex;
  justify-content: center;
}

.bottom-fix-button li a {
  display: inline-block;
  width: 240px;
  height: 60px;
  margin: 0 10px 0;
  padding: 10px 0 10px 14px;
  border-radius: 4px;
  background: #fff url(../img/common/icon_arrow_btn_black01.svg) right 10px top 46% no-repeat;
  background-size: 26px;
  box-sizing: border-box;
}

.bottom-fix-button li img {
  width: 180px;
  height: auto;
}

.bottom-fix-button li a:hover {
  opacity: 1;
  background-color: #ededed;
}


@media all and (min-width: 0) and (max-width: 749px) {

  /*-----------
    タブヘッダー
    -----------*/
  #tab_header {
    /* margin-bottom: 3%; */
    margin-bottom: 0;
  }

  #tab_header .tab_header_inner {
    width: auto;
  }

  #tab_header::after {
    height: 7px;
  }

  #tab_header .tab {
    width: 71.6%;
    height: 15.47vw;
    margin-left: 2.67%;
  }

  #tab_header .tab li a {
    display: block;
    height: 13.3vw;
    border-radius: 4px 4px 0 0;
  }

  #tab_header .tab li a:hover {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    opacity: 1;
  }

  #tab_header .tab .tab_ljs {
    width: 37.47vw;
  }

  #tab_header .tab .tab_ljs img {
    width: 86.12%;
    margin-top: 8.2%;
  }

  #tab_header .tab .tab_lj {
    width: 32vw;
  }

  #tab_header .tab .tab_lj img {
    width: 51.67%;
    margin-top: 8.9%;
  }

  #tab_header .tab .current a {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  }

  #tab_header .btn_keibago {
    width: 20%;
    margin: 3.3% 2.67% 0 0;
  }


  /*-----------
    bottom-fix-button
    -----------*/

  .bottom-fix-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.22);
  }

  .bottom-fix-button ul {
    display: flex;
    justify-content: center;
  }

  .bottom-fix-button li {
    width: 46%;
    margin: 0 6px;
  }

  .bottom-fix-button li a {
    width: 100%;
    height: auto;
    margin: 0 0 0;
    padding: 10px 0 10px 8px;
    background: #fff url(../img/common/icon_arrow_btn_black01.svg) right 8px top 46% no-repeat;
    background-size: 20px;
  }

  .bottom-fix-button li img {
    width: 80%;
  }

  .bottom-fix-button li a:hover {
    opacity: 1;
  }

}











/* 追加 */
.l-headerPcList {
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  padding: 0;
  margin: 0 auto;
}

.l-headerPcList__item a {
  display: block;
}

.l-headerPcList__item a img {
  width: 100%;
}

.l-headerPcList__profile {
  max-width: 70px;
}

.l-headerPcList__news {
  max-width: 48px;
}

.l-headerPcList__schedule {
  max-width: 88px;
}

.l-headerPcList__victory {
  max-width: 73px;
}

.l-headerPcList__special {
  max-width: 68px;
}

.l-headerPcList__contents {
  max-width: 89px;
}

.l-headerPcList__column {
  max-width: 73px;
}

.l-headerPcList__beginnerscontents {
  max-width: 190px;
}

@media screen and (max-width:850px) {
  .l-headerPc__inner{
    justify-content: center;
  }

  .l-headerPcList {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }

  .l-headerPcList__item{
    margin: 0 5%;
  }

  .l-headerPcList__beginnerscontents {
    max-width: 190px;
  }
}

