body {
    background: orange url(//www.happeanuts.com/hapitike/public/img/bg.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;

  /*background: url(../img/bg.png) repeat;*/
}
.sectionInner {
  width: 1000px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 96px 32px;
  font-size: 20px;
  box-sizing: border-box;
}
.sectionTitle {
  font-size: 64px;
  font-weight: bold;
  font-family: 'Corben', cursive;
  color: #fff;
  text-shadow: 
    0 1px 0 #000, 0 2px 0 #000, 0 3px 0 #000, 0 4px 0 #000, 0 5px 0 #000,
    0 -1px 0 #000, 0 -2px 0 #000, 0 -3px 0 #000, 0 -4px 0 #000, 0 -5px 0 #000,
    1px 0 0 #000, 2px 0 0 #000, 3px 0 0 #000, 4px 0 0 #000, 5px 0 0 #000,
    -1px 0 0 #000, -2px 0 0 #000, -3px 0 0 #000, -4px 0 0 #000, -5px 0 0 #000,
    -5px -1px 0 #000, -5px -2px 0 #000, -5px -3px 0 #000, -5px -4px 0 #000, -5px -5px 0 #000,
    -1px -5px 0 #000, -2px -5px 0 #000, -3px -5px 0 #000, -4px -5px 0 #000, -5px -5px 0 #000,
    -5px 1px 0 #000, -5px 2px 0 #000, -5px 3px 0 #000, -5px 4px 0 #000, -5px 5px 0 #000,
    1px -5px 0 #000, 2px -5px 0 #000, 3px -5px 0 #000, 4px -5px 0 #000, 5px -5px 0 #000,
    5px 1px 0 #000, 5px 2px 0 #000, 5px 3px 0 #000, 5px 4px 0 #000, 5px 5px 0 #000,
    1px 5px 0 #000, 2px 5px 0 #000, 3px 5px 0 #000, 4px 5px 0 #000, 5px 5px 0 #000,
    5px -1px 0 #000, 5px -2px 0 #000, 5px -3px 0 #000, 5px -4px 0 #000, 5px -5px 0 #000,
    -1px 5px 0 #000, -2px 5px 0 #000, -3px 5px 0 #000, -4px 5px 0 #000, -5px 5px 0 #000;
}
.timeTable {
  min-width: 600px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  background: #fff;
}
.timeTable th,
.timeTable td {
  padding: 8px 16px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  vertical-align: middle;
}
.timeTable td {
  font-size: 2em;
}
.timeTable .msg {
  display: block;
  margin-left: 4px;
  color: #E3007F;
  text-align: center;
  font-size: .75rem;
}
.timeTable_offer {
  margin-top: 0;
}
.timeTable a {
  color: #009FE8;
}
.timeTable a:hover {
  color: #E3007F;
}
.sat {
  color: #009FE8;
}
.san {
  color: #E3007F;
}
.btn a {
  display: inline-block;
  padding: 16px 40px;
  background: #009FE8;
  border-radius: 3px;
  color: #fff;
  transition: background .6s ease;
}
.btn a:hover {
  background: #E3007F;
}
.fa-exclamation-triangle {
  color: yellow;
}
.affiliation {
  font-size: .678em;
}
.sp {
  display: none;
}
#fp-nav ul li .active span, .fp-slidesNav ul li .active span {
  background: #E3007F;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #009FE8;
}

/* -----------------------------------------------------------------------
## Overview ##############################################################
----------------------------------------------------------------------- */
.overview {
  width: auto;
  min-width: 1000px;
  padding: 96px 0 0;
}
.mainTitle {
  text-align: center;
}
.mainTitle img {
  max-width: 1200px;
  width: 100%;
}
.subTitle {
  display: block;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 1.5em;
}
.catchCopy {
  width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  font-size: 1.25em;
}
.catchCopy_title {
  font-size: 2em;
}

/* -----------------------------------------------------------------------
## Date ##################################################################
----------------------------------------------------------------------- */
.date .term {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}

/* -----------------------------------------------------------------------
## Place #################################################################
----------------------------------------------------------------------- */
.placeName {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.gMap {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 16px;
}
.gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------
## Ticket ################################################################
----------------------------------------------------------------------- */
.ticket .price {
  font-size: 1.5em;
  font-weight: bold;
}
.ticket .offer {
  text-indent: -.5em;
}

/* -----------------------------------------------------------------------
## cast ##################################################################
----------------------------------------------------------------------- */
.cast .mt {
  margin-top: 2em;
}


/* -----------------------------------------------------------------------
## Staff #################################################################
----------------------------------------------------------------------- */
.staffList_item {
  text-indent: -.5em;
}


/* -----------------------------------------------------------------------
## Reserve ###############################################################
----------------------------------------------------------------------- */
.reserve .attention {
  padding-left: 1.4em;
}
.reserve .attention .fa {
  margin-left: -1.4em;
}


@media screen and (max-width: 640px){
  body {
    background: url(//www.happeanuts.com/wp-content/themes/happeanuts/special/img/bg.png) repeat;
  }
  #fp-nav {
    display: none;
  }
  .sp {
    display: inline;
  }
  .sectionInner {
    width: 100%;
    line-height: 1.6;
    margin: 0 auto;
    padding: 64px 10px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .sectionTitle {
    font-size: 40px;
    padding-bottom: 0;
  }
  .timeTable {
    width: 100%;
    min-width: 0;
  }
  .timeTable th,
  .timeTable td {
    padding: 0;
  }
  .timeTable td {
    font-size: 1rem;
  }
  .catchCopy {
    font-size: 12px;
  }
  .overview {
    padding-top: 64px;
    min-width: 0;
  }
  .subTitle {
    font-size: 1em;
  }
  .catchCopy {
    width: auto;
    padding: 0 10px;
  }
  .catchCopy_title {
    font-size: 1.5em;
  }
  .catchCopy_text {
    margin-top: .25em;
  }
  .reserve {
    padding-top: 64px;
  }
  .reserve .sectionInner {
    padding-top: 0;
  }
  .reserve .sectionTitle {
    padding-top: 0;
  }
  .reserve .attention {
    font-size: 10px;
  }
  .reserve .btn a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .gMap {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 16px;
  }
}