@charset "UTF-8";
/*----------------------------------------------------------------*/
/*スマホ用オーバーレイナビゲーション*/
/*----------------------------------------------------------------*/
/*ハンバーガーメニュー*/
/*----------------------------------------------------------------*/
/*虫眼鏡*/
/*----------------------------------------------------------------*/
/*メニューのの背景*/
/*----------------------------------------------------------------*/
/*SPメニュー内ロゴ*/
/*----------------------------------------------------------------*/
/*メニューの表示設定*/
/*----------------------------------------------------------------*/
/*メニューの SNS*/
/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/*ハンバーガーメニュー*/
/*----------------------------------------------------------------*/
#navToggle {
  position: relative;
    /* width: 56px; */
    height: 50px;
    /* padding-top: 15%; */
    /* background: url(../_image/menu.png) no-repeat center top / 100% auto; */
    margin: 0;
    /* z-index: 11011; */
    box-sizing: border-box;
    cursor: pointer;
    padding: 12px;
}
#navToggle .box_btn_menu {
        /* background-image: url(../_image/menu_bk.png); */
    /* width: 100%; */
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
}
#navToggle .box_btn_menu .box_navbtn_icon {
    height: 100%;
    margin-right: 3px;
}


/*ハンバーガーメニュー 閉じるボタンに切り替え*/
#navToggle.toggle-active {
    background-color: transparent;
}
#navToggle.toggle-active .box_btn_menu {
	    background-image: url(../_image/menu_off.png);

/*  background: url(../_image/menu_off.png) no-repeat center top /100% auto;*/
/*  z-index: 11011;*/
/*  top: 10px;*/
/*  top: -3px;
  -webkit-transition: top .15s;*/
}

/*スクロールしたらハンバーガーメニューの位置を調整*/
#navToggle.pos {
/*  top: 10px;*/
/*  top:-3px;*/
  -webkit-transition: top .35s;
}
/*----------------------------------------------------------------*/
/*虫眼鏡:通常1*/
/*----------------------------------------------------------------*/
#menu_search {
display: block;
    position: relative;
    /* width: 55px; */
    height: 50px;
    /* background-color: #000; */
    margin-right: 1px;
}


/*虫眼鏡:オーバーレイ内*/
.overlay #menu_search {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 10px;
  right: 38px;
}

/*虫眼鏡:リンク*/
#menu_search a {
height: 100%;
    padding: 12px 0 12px 12px;
    display: flex;
    align-items: center;
    color:#000;
}
.box_navbtn {
    font-size: .8rem;
    font-weight:bold;
}
.box_navbtn a .box_navbtn_icon {
    height: 100%;
}
.box_navbtn img {
    height: 100% !important;
}
#menu_search a:before {
/*    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../_image/menu_card_search_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}

/*----------------------------------------------------------------*/
/*ナビゲーションの背景*/
/*----------------------------------------------------------------*/
.overlay {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 0;
  background: #000 url(../_image/bg_spmenu.jpg) no-repeat center top/100% auto;
  padding: 0 0 0 0;
  top: 0;
  right: 0;
  opacity: 0;
  /*透明度、表示を変更、高さを変更する際のアニメーション設定*/
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  z-index: 11010;
  /*スクロールをスムーズに設定*/
  -webkit-overflow-scrolling: touch;
}
/*----------------------------------------------------------------*/
/*#toggleをクリックで.overlayに追加するクラス*/
.nav-active {
  opacity: .98;
  visibility: visible;
  overflow: auto;
  height: 100%;
  /*max-height: 340px;*/
}

/*----------------------------------------------------------------*/
/*SPメニュー内ロゴ*/
/*----------------------------------------------------------------*/
#logoSP {
  width: 50%;
    margin: 26px;
}

/*----------------------------------------------------------------*/
/*ナビゲーションメニューの表示設定*/
/*----------------------------------------------------------------*/
ul#naviSP {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 2.5% 0 0;
}

ul#naviSP li {
  width: 100%;
  margin: 0;
  padding: 4vw;
  font-size: 4.2vw;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.box_btn_nav_close {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
}
.box_btn_nav_close:after {
    content: "閉じる";
    display: block;
    color: #fff;
    font-size: .8rem;
    position: absolute;
    width: 4em;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 120%);
    text-align: center;
}

/*文字色*/
ul#naviSP li a {
  color: #FFF;
  display: block;
}
ul#naviSP li a:hover {
    opacity: .6;
}
/*----------------------------------------------------------------*/
/*ナビゲーション内 SNS*/
/*----------------------------------------------------------------*/
/*SNS*/
.overlay .snsList {
  width: 66%;
  margin: 50px auto 0;
}

.overlay .snsList li {
  width: 50%;
  padding: 0 6px;
}

/*----------------------------------------------------------------*/
@media screen and (min-width:480px) and (max-width:600px) {
  /*--------------------------------------------------------end@media*/
}

@media screen and (min-width:600px) and (max-width:960px) {
  /*　iPad用 画面サイズが600pxから960pxまではここを読み込む　*/
  /*--------------------------------------------------------end@media*/
}

@media screen and (min-width:960px) and (max-width:1280px) {
  /*　小型PC用 画面サイズが960pxから1280pxまではここを読み込む　*/
  /*--------------------------------------------------------end@media*/
}

@media screen and (min-width:1280px) {
  /*　大型PC用 画面サイズが1280pxからはここを読み込む　*/
  /*--------------------------------------------------------end@media*/
}

@media screen and (min-width:668px) {
  /*PCではボタンを非表示*/
  #navToggle {
    display: none;
  }
  /*虫眼鏡*/
  #menu_search {
  display:none;
    position: absolute;
    width: 28px;
    height: 27px;
    background: none;
    margin-top: -14px;
    top: 50%;
    right: 12px;
  }
  #menu_search a {
    display: block;
    width: 28px;
    height: 27px;
    background: url(../_image/menu_search_pc@2x.png) no-repeat center/100% auto;
  }

  /*　PC用 画面サイズが668pxからはここを読み込む　*/
  .overlay {
    display: none;
  }
  
  /*--------------------------------------------------------end@media*/
}

@media screen and (max-width: 320px) {
  /*　iPhone5用 画面サイズが320px以下はここを読み込む　*/
  /*--------------------------------------------------------end@media*/
}