@charset "UTF-8";
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, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 300;
}

/*--------------------------------------
base
---------------------------------------*/
body {
  position: relative;
}

ol, ul, li {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  height: 100%;
}

body {
  font-size: 16px;
  height: 100%;
  background-color: blue;
}

body#form-page {
  background-image: url(../img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

button {
  display: block;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
button:focus {
  outline: none;
}

body#form-page {
  background-color: #000;
}
body#form-page .bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}
body#form-page #wrap {
  width: 375px;
  height: 552px;
  margin: auto;
}
body#form-page #mG61Hd {
  height: 100%;
}
body#form-page #form {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
body#form-page .radio-group {
  display: block;
}
body#form-page .radio-group input[type=radio] {
  display: none;
}
body#form-page .radio-group input[type=radio] + label {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body#form-page .radio-group input[type=radio]#btn00 + label {
  background-image: url(../img/btn00.jpg);
}
body#form-page .radio-group input[type=radio]#btn00:checked + label {
  background-image: url(../img/btn00_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn01 + label {
  background-image: url(../img/btn01.jpg);
}
body#form-page .radio-group input[type=radio]#btn01:checked + label {
  background-image: url(../img/btn01_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn02 + label {
  background-image: url(../img/btn02.jpg);
}
body#form-page .radio-group input[type=radio]#btn02:checked + label {
  background-image: url(../img/btn02_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn03 + label {
  background-image: url(../img/btn03.jpg);
}
body#form-page .radio-group input[type=radio]#btn03:checked + label {
  background-image: url(../img/btn03_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn04 + label {
  background-image: url(../img/btn04.jpg);
}
body#form-page .radio-group input[type=radio]#btn04:checked + label {
  background-image: url(../img/btn04_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn05 + label {
  background-image: url(../img/btn05.jpg);
}
body#form-page .radio-group input[type=radio]#btn05:checked + label {
  background-image: url(../img/btn05_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn06 + label {
  background-image: url(../img/btn06.jpg);
}
body#form-page .radio-group input[type=radio]#btn06:checked + label {
  background-image: url(../img/btn06_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn07 + label {
  background-image: url(../img/btn07.jpg);
}
body#form-page .radio-group input[type=radio]#btn07:checked + label {
  background-image: url(../img/btn07_on.jpg);
}
body#form-page .radio-group input[type=radio]#btn08 + label {
  background-image: url(../img/btn08.jpg);
}
body#form-page .radio-group input[type=radio]#btn08:checked + label {
  background-image: url(../img/btn08_on.jpg);
}
body#form-page .radio-group label {
  display: block;
  width: 100%;
  height: 100%;
}
body#form-page .form-btn {
  width: 50%;
  height: 93px;
}
body#form-page .form-btn.form-btn00 {
  width: 100%;
  height: 80px;
}
body#form-page #btn-submit {
  width: 100%;
}
body#form-page #submit {
  display: block;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  width: 100%;
  height: 100px;
  background-color: #014955;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/submit.jpg);
  transition: all .3s ease;
}
body#form-page #success,
body#form-page #error {
  display: none;
  height: 100%;
}
body#form-page #success .inner,
body#form-page #error .inner {
  color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body#form-page #success h2,
body#form-page #error h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}
body#form-page button#close-btn,
body#form-page button#error-btn {
  width: calc(100% - 15px);
  background-color: #FFF;
  padding: 1rem 0;
}

body#barchart {
  background-color: #00F;
  height: auto;
}
body#barchart #wrap {
  position: relative;
  margin: 1rem auto;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#barchart #chart {
  width: calc(100% - 400px);
  height: 240px;
}
body#barchart .bar {
  fill: #F8B862;
}
body#barchart .bar.bar-red {
  fill: red;
}
body#barchart .bar.bar-white {
  fill: white;
}
body#barchart .label, body#barchart .djname,
body#barchart .labelbak, body#barchart .djnamebak {
  fill: #333;
  font-size: 20px;
  font-weight: bold;
}
body#barchart .labelbak, body#barchart .djnamebak {
  stroke: #FFF;
  stroke-width: 4;
  stroke-linejoin: round;
}
body#barchart #timetable {
  width: 320px;
}
body#barchart #timetable h2 {
  box-sizing: border-box;
  width: 320px;
  background: #000;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  color: #FFF;
}
body#barchart #timetable img {
  width: 320px;
}
@media all and (max-width: 991px) {
  body#barchart #timetable img {
    width: 160px;
  }
}
body#barchart #timetable img.icon-dj {
  display: none;
}
