.w100{
  width: 100%;
}
.font_Arno{
  font-family: "arno-pro",serif;
}

.wrapper{
  background: #000;
}

/*inner系*/
.innerMiddle{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-device-width : 414px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 115%;
  }
}

/*-------------------------------------
globalNavi
*/
.globalNavi {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,.8);
  line-height: 1;
  z-index: 1000;
}

.globalNavi ul li{
  text-align: center;
  float: left;
  width: 16%;
}
.globalNavi ul li a{
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color:#fff;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.globalNavi ul li a:hover{
  background: rgba(255,255,255,.1);
}
@media screen and (max-device-width : 414px) {
  .globalNavi ul li{
    text-align: center;
    float: left;
    width: 32%;
  }
  .globalNavi ul li a{
    border:1px solid #2f2f2f;
    padding-top: 30px;
    padding-bottom: 30px;

  }
}

.copy{
  color: #fff;
  text-align: center;
  margin-top: -8em;
  font-size: 9px;
}

.shop{
  position: fixed;
  right: 0;
  top:0;
  width: 20%;
  transition: all 1s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  z-index: 101;
}
.shop a{
  text-align: center;
  border:1px solid #fff;
  display: block;
  background:rgba(0,0,0,.5) ;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
@media (max-device-width : 900px) {
  .shop{
      width: 30%;
  }
}

/*▼Responsive Style-------------*/
.sp, .tb {
  display: none;
}

.pc {
  display: block;
}

.pc_none {
  display: none;
}

.tb_none, .sp_none {
  display: block;
}

@media (max-width: 900px) {
  .pc, .sp {
    display: none;
  }
  .tb, .pc_none {
    display: block;
  }
  .tb_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}

@media (max-device-width : 414px) {
  .pc, .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc_none, .tb_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
