@charset "UTF-8";
/*テキスト非表示*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }

/*クリア*/
.clfx:after {
  content: " ";
  display: block;
  clear: both; }

/* タップ時のハイライトカラーの設定 */
/* 意図しない画像やテキスト選択の可能性もあるので、ハイライトカラーを透明に設定 */
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8; }
    a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* @sitestyle */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 75%;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.5;
  height: 100%; }

body {
  font-family: "Noto Sans Japanese","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  background-color: #ececec;
  height: 100%;
  width: 100%; }

/* @loading */
/* @content */
#modal-trigger {
  display: none; }

#header nav.pc_nav {
  display: none; }
#header .menu-btn {
  right: 5px;
  top: 6px;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.3s ease; }
  #header .menu-btn .bar {
    position: absolute;
    top: 6px;
    left: 25%;
    display: block;
    width: 20px;
    height: 1px;
    background: #000000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
    #header .menu-btn .bar.middle {
      top: 11px;
      opacity: 1; }
    #header .menu-btn .bar.bottom {
      top: 16px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom; }
  #header .menu-btn .menu-btn_text {
    font-size: 8px;
    font-weight: 200;
    color: #999;
    left: 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: 19px; }

nav.sp_nav {
  height: calc(100% + 1px); }

/* @footer */
footer {
  background-color: #061139; }
  footer small {
    text-align: center;
    display: block;
    padding: 20px 10px 20px 10px;
    margin-top: 4px;
    color: #ffffff; }

/* ------------------------------------------
  iPhone6 375pxSTYLE
--------------------------------------------- */
/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {
  /* @content */
  #header .menu-btn {
    right: 5px;
    top: 6px;
    width: 45px;
    height: 38px; }
    #header .menu-btn .bar {
      top: 8px;
      left: 22%;
      width: 25px; }
      #header .menu-btn .bar.middle {
        top: 14px; }
      #header .menu-btn .bar.bottom {
        top: 20px; }
    #header .menu-btn .menu-btn_text {
      font-size: 9px;
      left: 15%;
      margin-top: 24px;
      letter-spacing: 1px; }

  header#header .menu-btn .bar.top {
    width: 27px; }
  header#header .menu-btn .bar.bottom {
    width: 27px;
    top: 27px; } }
/* ------------------------------------------
  pc980pxSTYLE
--------------------------------------------- */
@media all and (min-width: 980px) {
  /* @content */
  #header nav.pc_nav {
    display: block; }
  #header .menu-btn {
    display: none; } }
/* ------------------------------------------
  pc1200pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1200px) {
  /* @sitestyle */
  /* @header */ }
