@charset "utf-8";

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

#header_menu {
  height: 0px;
  overflow: hidden;
}



/* ３本バー（ハンバーガー）アイコン設定 */
#header_menu_hdr {
  display: block;
  position: fixed;
  z-index: 100;
  top: 6px; /* 上からの配置場所指定 */
  right: 10px; /* 右からの配置場所指定 */
  width: 50px; /* 幅 */
  height: 60px; /* 高さ */
  cursor: pointer;
  background: #3c88d6 url(../images/ham.png) no-repeat center top/50px; /* 背景色、ハンバーガメニュー画像の読み込み、50pxは幅の指定 */
}

/* ×印が出ている状態の設定 */
#header_menu_hdr.ham {
  background: #3c88d6 url(../images/ham.png) no-repeat center bottom/50px;
}

/* 小さな端末用のメニューブロック */
#header_menu.db {
  position: fixed;
  overflow: auto;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  animation: opa1 1s both;
  padding: 90px 10px; /* 上下、左右へのメニューブロック内の余白 */
  background: #fff; /* 背景色 */
  text-align: center;
}

@media screen and (max-width: 600px) {}

/* @media screen and (min-width:1510px) */
@media screen and (min-width: 1510px) {
  .gnavi__wrap {
    width: 1100px;
    max-width: 1100px;
    padding-left: 20px;
    box-sizing: border-box;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
  }
}

/* @media screen and (min-width:900px) and (max-width:1509px) */
@media screen and (min-width: 900px) and (max-width: 1509px) {
  .gnavi__wrap {
    width: calc(100% - 415px);
  }
}

@media screen and (max-width: 899px) {
  header div {
    padding-left: 0;
  }

  .gnavi__list {
    background-color: #fff;
  }

  .gnavi__list > a,
  .dropdown__list a {
    width: 100%;
    line-height: 35px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
  }

  .gnavi__list > a {
    background: #03024d;
    color: #fff;
  }

  .dropdown__list {
    border-bottom: #eee 1px solid;
  }

  .dropdown__list a:hover {
    background: #cce8ff;
    color: #1b4059;
  }

  a.members_only span {
    width: 100% !important;
  }

  a.li_mo {
    padding-top: 0px !important;
  }

  a.li_mo.first_mo {
    padding-top: 28px !important;
  }
}

@media screen and (min-width: 900px) {
  #header_menu_hdr {
    display: none;
  }

  #header_menu {
    height: auto;
    overflow: visible;
  }

  #header_menu.db {
    position: static;
    overflow: visible;
    height: auto;
    padding: 0;
  }

  header div {
    position: relative;
  }

  .gnavi__wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 190px;
  }

  .gnavi__lists {
    display: flex;
    margin: 10px 0 0;
  }

  .gnavi__list {
    width: 20%;
    position: relative;
    transition: all .3s;
    height: 70px; /* 高さを60pxから70pxに変更 */
    background-color: #E5F0F8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* ボックスシャドウを追加 */
  }

  .gnavi__list:first-child {
    min-width: 120px !important;
  }

  .gnavi__list:hover {
    background-color: #fca311;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* ホバー時のボックスシャドウを追加 */
  }

  .gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }

  .gnavi__list:hover::before {
    background-color: #0071BB;
  }

  .gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #03024d;
    font-size: 15px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    font-weight: 700;
    transition: all .3s;
    padding: 0 !important;
    line-height: 70px !important; /* 行の高さを60pxから70pxに変更 */
  }

  .gnavi__list a::before {
    content: "" !important;
  }

  .gnavi__list:hover > a {
    color: #000;
  }

  .dropdown__lists {
    display: none; /* デフォルトでは非表示の状態にしておく */
    width: 100%;
    position: absolute;
    top: 70px; /* 高さを70pxに変更 */
    left: 0;
  }

  .gnavi__list:hover .dropdown__lists {
    display: block; /* Gナビメニューにホバーしたら表示 */
  }

  .dropdown__list {
    background-color: #03024d;
    height: 60px; /* 高さを50pxから60pxに変更 */
    transition: all .3s;
    position: relative;
    z-index: 100;
  }

  .dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
  }

  .dropdown__list:hover {
    background-color: #fca311;
  }

  .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 60px; /* 高さを50pxから60pxに変更 */
    line-height: 60px; /* 行の高さを50pxから60pxに変更 */
  }

  .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 3px);
  }

  @media screen and (max-width: 1200px) {
    .dropdown__list a::before {
      border-top: none !important;
      border-left: none !important;
    }

    .gnavi__list a {
      font-size: 13px;
    }
  }

  .dropdown__list a:hover {
    color: #000;
  }

  .dropdown__list a:hover::before {
    border-color: #000;
  }

  a.members_only span {
    width: 300% !important;
  }

  a.li_mo {
    padding-top: 28px !important;
  }
}

@media screen and (max-width: 420px) {
  #header_menu_hdr {
    top: 6px;
    right: 6px;
    width: 40px;
    height: 48px;
  }

  #header_menu_hdr,
  #header_menu_hdr.ham {
    background-size: 40px;
  }
}

.open_contents,
.limited_time_release,
.members_only {
  position: relative;
}

a.open_contents {
  background: #014387;
  color: #fff;
}

a.open_contents:hover {
  color: #fff !important; /* マウスオーバーしても文字が変わらないように設定 */
}

a.open_contents span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100% !important;
  height: 50%;
  line-height: 30px;
}

a.limited_time_release {
  background: #3c88d6;
  color: #fff;
}

a.limited_time_release:hover {
  color: #fff !important; /* マウスオーバーしても文字が変わらないように設定 */
}

a.limited_time_release span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100% !important;
  height: 50%;
  line-height: 30px;
}

a.members_only span::before {
  font-family: 'Material Icons';
  content: '\e897' !important;
  position: relative;
  top: 1px;
}

a.members_only span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #1b4059;
  color: #fff;
  height: 50%;
  line-height: 30px;
}

a.li_oc,
a.li_ltr,
a.li_mo {
  line-height: 30px !important;
}

a.li_oc,
a.li_ltr {
  padding-top: 28px !important;
}



