@charset "UTF-8";
/*header*/
html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333333;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100% !important; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }

img {
  max-width: 100%;
  height: auto; }

a:hover, button:hover {
  opacity: 0.7; }

header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100% !important;
  position: relative;
  height: 60px;
  display: none;
  background-color: #000562;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    header {
      height: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
  header h1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100% !important;
    position: fixed;
    left: 0px;
    bottom: 0px;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
    padding: 10px 10px;
    height: 30px;
    opacity: 0.5;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      header h1 i {
        display: none; } }
    header h1 span {
      color: #000562;
      font-family: futura;
      display: inline-block;
      padding: 0px 3px; }
    header h1 a {
      text-decoration: underline;
      display: inline-block;
      color: #fff; }
    @media screen and (max-width: 768px) {
      header h1 {
        display: none;
        font-size: 1.1rem;
        text-align: center; } }
  header .header_in {
    width: 93.75%;
    margin: 0px auto;
    position: relative;
    padding: 0px 0px; }
  header .btn_lang {
    position: absolute;
    left: 20px;
    top: 15px; }
    @media screen and (max-width: 768px) {
      header .btn_lang {
        left: 10px;
        top: 10px; } }
    header .btn_lang ul li {
      display: inline-block;
      line-height: 1;
      border: 1px solid transparent; }
      header .btn_lang ul li a {
        display: inline-block;
        line-height: 1;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 1rem;
        color: #ccc;
        padding: 3px 10px; }
    header .btn_lang ul .lang_cur {
      border: 1px solid #333; }
      header .btn_lang ul .lang_cur a {
        color: #333; }
  header h2 {
    width: 150px;
    padding-top: 10px;
    margin: 0px auto; }
    @media screen and (max-width: 768px) {
      header h2 {
        width: 120px; } }
    header h2 img {
      max-width: 100%;
      height: auto;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100% !important;
      display: block; }
  header .btn_menu_fix {
    position: absolute;
    right: 10px;
    top: 13px; }
    @media screen and (max-width: 768px) {
      header .btn_menu_fix {
        right: 8px;
        top: 15px; } }
  header .btn_menu_area {
    position: relative;
    width: 18px;
    height: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      header .btn_menu_area {
        width: 20px;
        height: 20px; } }
    header .btn_menu_area span {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 2px;
      height: 100%;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
    header .btn_menu_area:before {
      position: absolute;
      left: calc(50% - 1.5px);
      top: 0px;
      height: 100%;
      width: 2px;
      background-color: #fff;
      content: "";
      -webkit-transition: all 1.0s;
      transition: all 1.0s; }
    header .btn_menu_area:after {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 2px;
      height: 100%;
      background-color: #fff;
      content: "";
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  header .btn_menu_area_on span {
    top: 10px; }
  header .btn_menu_area_on:after {
    top: -10px; }

.header_on {
  -webkit-transition: all 3.0s;
  transition: all 3.0s;
  background-color: rgba(255, 255, 255, 0.9) !important; }

.gnav_area {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100% !important;
  position: fixed;
  left: 0px;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  height: calc(100vh - 60px);
  z-index: 101;
  display: none; }
  @media screen and (max-width: 768px) {
    .gnav_area {
      top: 50px;
      height: calc(100vh - 50px); } }
  .gnav_area .link_area {
    padding-top: 40px;
    margin-bottom: 40px; }
    .gnav_area .link_area li {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100% !important;
      text-align: center;
      margin-bottom: 10px; }
      .gnav_area .link_area li a {
        color: #333;
        font-size: 2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 400;
        font-style: normal;
        font-style: italic;
        font-weight: normal !important; }
        @media screen and (max-width: 768px) {
          .gnav_area .link_area li a {
            font-weight: bold; } }
        .gnav_area .link_area li a span {
          color: #f00; }
    .gnav_area .link_area .new:before {
      content: "new";
      color: #fff;
      background-color: #d00;
      line-height: 1;
      padding: 3px 5px;
      display: inline-block;
      font-size: 1rem;
      margin-right: 10px; }
  .gnav_area .sns_area {
    text-align: center;
    margin-bottom: 20px; }
    .gnav_area .sns_area li {
      display: inline-block;
      padding: 0px 10px; }

.list_nav {
  margin-bottom: 50px; }
  .list_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .list_nav ul li {
      display: block;
      width: 30px;
      height: 18px;
      margin: 0px 5px; }
      .list_nav ul li a {
        position: relative;
        display: block;
        height: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .list_nav ul li #list {
        border: 1px solid #777;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .list_nav ul li #list span, .list_nav ul li #list::before, .list_nav ul li #list::after {
          width: calc(100% - 10px);
          height: 1px;
          background-color: #777;
          position: absolute;
          left: 5px;
          display: block; }
        .list_nav ul li #list::before, .list_nav ul li #list::after {
          content: ""; }
        .list_nav ul li #list span:nth-child(1) {
          top: 5px; }
        .list_nav ul li #list::before {
          top: 50%; }
        .list_nav ul li #list::after {
          bottom: 5px; }
      .list_nav ul li #thum span {
        width: 13px;
        height: 8px;
        background-color: #fff;
        position: absolute;
        display: block;
        border: 1px solid #777; }
      .list_nav ul li #thum span:nth-child(1) {
        top: 0px;
        left: 0px; }
      .list_nav ul li #thum span:nth-child(2) {
        top: 0px;
        right: 0px; }
      .list_nav ul li #thum span:nth-child(3) {
        bottom: 0px;
        right: 0px; }
      .list_nav ul li #thum span:nth-child(4) {
        bottom: 0px;
        left: 0px; }
      .list_nav ul li .cur#thum span {
        background-color: #000;
        border: 1px solid #000; }
      .list_nav ul li .cur#list {
        border: 1px solid #000;
        background-color: #000; }
        .list_nav ul li .cur#list span, .list_nav ul li .cur#list::before, .list_nav ul li .cur#list::after {
          background-color: #fff; }

footer {
  background-color: #000562;
  position: fixed;
  color: #fff;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100% !important; }
  footer h1 {
    width: 140px;
    margin: 0px auto; }
    footer h1 img {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100% !important;
      display: block; }
  footer .lang {
    position: absolute;
    left: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .lang li {
      font-size: 1.3rem; }
      footer .lang li a {
        color: #fff;
        line-height: 1;
        padding: 3px 0px;
        opacity: 0.7;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      footer .lang li .cur {
        opacity: 0.3; }
    footer .lang li:nth-child(2) {
      padding: 0px 3px; }
  footer small {
    text-align: center;
    font-size: 1.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 100% !important;
    color: #fff;
    text-align: center; }

.vt {
  font-size: 1rem;
  vertical-align: top;
  color: #ddd; }

.caption {
  font-size: 1.1rem;
  color: #ddd;
  line-height: 1.3;
  display: block; }
  .caption a {
    color: #1da1f2;
    display: inline;
    text-decoration: underline; }
