@import url("https://fonts.googleapis.com/css?family=Oswald:200,400,700|Noto+Sans+JP:400,700");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

::selection {
  background-color: rgba(0, 0, 0, 0.1);
}

a {
  outline: none !important;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}

a:link, a:visited {
  color: #e84709;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #ff0000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

input, button, textarea, select {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type="submit"], input[type="button"], button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -o-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  -webkit-transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
  transition: color 0.4s linear, opacity 0.4s linear, background-color 0.4s linear;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.alignright {
  float: right;
}

.alignright img, img.alignright {
  padding-left: 1em;
  background-color: #ffffff;
}

.alignleft {
  float: left;
}

.alignleft img, img.alignleft {
  padding-right: 1em;
  background-color: #ffffff;
}

.en {
  font-family: 'Oswald', sans-serif;
}

.red {
  color: #e84709 !important;
}

.orange {
  color: #ff7f00 !important;
}

.blue {
  color: #0066cc !important;
}

.green {
  color: #67cc00 !important;
}

.black {
  color: #000000 !important;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25em;
  text-align: left;
}
.container::after {
  content: '';
  clear: both;
  display: block;
}

.sp {
  display: none;
}

img.sp {
  display: none;
}

span.sp {
  display: none;
}

table.sp {
  display: none;
}

.pc {
  display: block;
}

img.pc {
  display: inline-block;
}

span.pc {
  display: inline;
}

table.pc {
  display: table;
}

/* Main
---------------------------------------------------------------- */
.main {
  position: relative;
  padding-top: 12.5em;
}

/* Header
---------------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.header .logo {
  padding: 0.9375em 0;
  background-color: #ffffff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .logo h1 {
  text-align: center;
}
.header .logo img {
  width: 20em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .logo a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.header .logo.scroll {
  padding: 0.625em 0;
}
.header .logo.scroll img {
  width: 15em;
}

/* Global navigation
---------------------------------------------------------------- */
.globalnav {
  background-color: #ffe100;
}
.globalnav ul {
  padding: 0.625em 0;
}
.globalnav ul::after {
  content: '';
  clear: both;
  display: block;
}
.globalnav ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 20%;
}
.globalnav ul li + li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.125em;
  width: 0.25em;
  height: 6.25em;
  background: url("../images/separator.png") repeat-y 0 0;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.globalnav ul li.about a::before {
  background-image: url("../images/icon_about.png");
}
.globalnav ul li.performer a::before {
  background-image: url("../images/icon_performer.png");
}
.globalnav ul li.request a::before {
  background-image: url("../images/icon_request.png");
}
.globalnav ul li.schedule a::before {
  background-image: url("../images/icon_schedule.png");
}
.globalnav ul li.contact a::before {
  background-image: url("../images/icon_contact.png");
}
.globalnav ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 6.25em;
  margin: 0 0.3125em;
  color: #000000;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
}
.globalnav ul li a::before {
  content: '';
  position: absolute;
  top: 0.625em;
  left: 50%;
  width: 3.125em;
  height: 3.125em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.globalnav ul li a .title {
  display: block;
  position: absolute;
  bottom: 1.25em;
  left: 0;
  width: 100%;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.globalnav ul li a:hover, .globalnav ul li a.current {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Footer contact
---------------------------------------------------------------- */
.footercontact {
  margin-top: 5em;
}
.footercontact .contactbox {
  padding: 1.875em;
  background-color: #fff9cc;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
}
.footercontact .contactbox::after {
  content: '';
  clear: both;
  display: block;
}
.footercontact .contactbox h3 {
  margin-bottom: 0.9em;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 1.625;
}
.footercontact .contactbox .phone {
  float: left;
  width: 45%;
  padding-top: 0.3125em;
}
.footercontact .contactbox .phone a {
  pointer-events: none;
  display: block;
  position: relative;
  padding-left: 1em;
  color: #e84709;
  font-size: 300%;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.footercontact .contactbox .phone a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  background: url("../images/icon_phone.png") no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footercontact .contactbox .phone p {
  margin-top: 0.625em;
  text-align: center;
}
.footercontact .contactbox .mail {
  float: right;
  width: 52%;
}
.footercontact .contactbox .mail a {
  display: block;
  position: relative;
  padding: 0 0.625em 0 3em;
  border-bottom: solid 0.3125em #ceb400;
  color: #000000;
  font-size: 150%;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 3.25;
  background-color: #ffe100;
}
.footercontact .contactbox .mail a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.footercontact .contactbox .mail a::before {
  content: '';
  display: block;
  position: absolute;
  left: 1em;
  top: 50%;
  width: 2em;
  height: 2em;
  background: url("../images/icon_contact.png") no-repeat 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* SNS
---------------------------------------------------------------- */
.sns {
  margin-top: 5em;
}
.sns ul {
  text-align: center;
}
.sns ul li {
  display: inline-block;
}
.sns ul li + li {
  margin-left: 0.625em;
}
.sns ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.sns ul li img {
  width: 3.125em;
}

/* Footer
---------------------------------------------------------------- */
.footer {
  margin-top: 5em;
  padding: 1.875em 0 4.375em;
  background-color: #000000;
}
.footer .copyright {
  color: #4d4d4d;
  font-size: 112.5%;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body, input, button, textarea, select {
    font-size: 1.63vw;
  }

  .header .sns {
    display: none;
  }
  .header .nav {
    margin-right: 3.75em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 5vw;
  }

  input, button, textarea, select {
    font-size: 4.5vw;
  }

  .alignright {
    float: none;
    text-align: center;
  }

  .alignright img, img.alignright {
    padding-left: 0;
  }

  .alignleft {
    float: none;
    text-align: center;
  }

  .alignleft img, img.alignleft {
    padding-right: 0;
  }

  .sp {
    display: block;
  }

  img.sp {
    display: inline-block;
  }

  span.sp {
    display: inline;
  }

  table.sp {
    display: table;
  }

  table.sp tbody {
    width: 100%;
  }

  .pc {
    display: none;
  }

  img.pc {
    display: none;
  }

  span.pc {
    display: none;
  }

  table.pc {
    display: none;
  }

  .container {
    padding: 0 0.625em;
  }

  .main {
    padding-top: 6.25em;
  }

  .header .container {
    padding: 0;
  }
  .header .logo {
    padding: 0.625em 0;
  }
  .header .logo img {
    width: 12em;
  }
  .header .logo.scroll {
    padding: 0.3125em 0;
  }
  .header .logo.scroll img {
    width: 8em;
  }

  .globalnav ul {
    padding: 0.3125em 0;
  }
  .globalnav ul li + li::before {
    left: -1px;
    width: 2px;
    height: 3.125em;
  }
  .globalnav ul li a {
    height: 3.125em;
    -moz-border-radius: 0.3125em;
    -webkit-border-radius: 0.3125em;
    border-radius: 0.3125em;
  }
  .globalnav ul li a::before {
    top: 0.3125em;
    width: 1.25em;
    height: 1.25em;
  }
  .globalnav ul li a .title {
    bottom: 1.5em;
    font-size: 50%;
  }

  .footercontact {
    margin-top: 1.875em;
  }
  .footercontact .contactbox {
    padding: 0.9375em;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  .footercontact .contactbox h3 {
    margin-bottom: 0.625em;
    font-size: 75%;
  }
  .footercontact .contactbox .phone {
    display: inline-block;
    position: relative;
    left: 50%;
    float: none;
    width: auto;
    margin: 0 auto 0.9375em;
    padding-top: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footercontact .contactbox .phone a {
    pointer-events: auto;
    font-size: 200%;
  }
  .footercontact .contactbox .phone p {
    font-size: 62.5%;
  }
  .footercontact .contactbox .mail {
    float: none;
    width: 100%;
  }
  .footercontact .contactbox .mail a {
    font-size: 87.5%;
  }

  .sns {
    margin-top: 1.875em;
  }
  .sns ul li img {
    width: 1.875em;
  }

  .footer {
    margin-top: 1.875em;
    padding: 1.25em 0;
  }
  .footer .copyright {
    font-size: 75%;
  }
}
