@charset "UTF-8";
@font-face {
  font-family: Alegreya;
  src: url("/css/Alegreya-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Alegreya;
  src: url("/css/Alegreya-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Alegreya;
  src: url("/css/Alegreya-Italic.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: Alegreya;
  src: url("/css/Alegreya-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: bold;
}
textarea, .songBox [lang='en'], .liner_notes section[lang='en'] {
  font-family: Alegreya, 'Times New Roman',serif;
}

body {
  font-family: Alegreya, '游明朝','YuMincho','Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝','Times New Roman',serif;
}

.toppage header p, .member > h2, .news > h3, main > h4, main .songs li dt, #songheader h1 {
  text-shadow: 2px 2px 3px rgba(36, 27, 56, 0.66);
}

* {
  margin: 0px;
  padding: 0px;
}
*:after {
  display: block;
  clear: both;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

header, article, footer, article, aside, time, nav {
  display: block;
}

img {
  border-style: none;
}

.noscript p {
  color: #3e28e8;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  clear: both;
  width: 100%;
  margin: 20px auto;
}

a {
  color: #3e28e8;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: #c4ffea;
}
a:visited {
  color: #3e28e8;
}

ul {
  list-style-type: square;
}

[lang='en'] {
  font-family: "Times New Roman",serif;
}

em {
  font-style: normal;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.super {
  vertical-align: super;
  font-size: 8px;
  font-size: 0.8rem;
  color: #3e28e8;
}

.super_b {
  color: #3e28e8;
}

canvas {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

input, textarea {
  border: 1px inset #666;
  box-shadow: inset 5px 5px 5px rgba(100, 100, 100, 0.3);
  padding: 5px;
  border-radius: 2px;
  margin-left: 1em;
  background: transparent;
  background-image: -moz-linear-gradient(top, rgba(208,218,224,0.05) 10%, rgba(223,237,240,0.4) 20%, rgba(247,251,252,0.9) 100%);
  background-image: -o-linear-gradient(top, rgba(208,218,224,0.05) 10%, rgba(223,237,240,0.4) 20%, rgba(247,251,252,0.9) 100%);
  background-image: -ms-linear-gradient(top, rgba(208,218,224,0.05) 10%, rgba(223,237,240,0.4) 20%, rgba(247,251,252,0.9) 100%);
  background-image: -webkit-linear-gradient(top, rgba(208,218,224,0.05) 10%, rgba(223,237,240,0.4) 20%, rgba(247,251,252,0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(208,218,224,0.05) 10%, rgba(223,237,240,0.4) 20%, rgba(247,251,252,0.9) 100%);
}

textarea {
  overflow: auto;
}

label {
  display: inline-block;
  vertical-align: top;
  min-width: 8.5em;
}

html {
  background-attachment: fixed;
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #33203e;
  width: 100%;
  height: 100%;
  line-height: 160%;
}

#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background-image: url(../images/bg.png);
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bracket {
  font-family: 'Arial', 'Helvetica', sans-serif;
}

a {
  color: #3e28e8;
}
a:visited {
  color: #3e28e8;
}
a:focus {
  color: #DD7D96;
}

#globalContainer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.toppage header {
  padding: 30px;
  text-align: center;
}
.toppage header p {
  margin: 1em 0px;
  color: #333;
  font-size: 1.6em;
  line-height: 160%;
}

#top_h1 {
  letter-spacing: 0.25em;
  display: inline-block;
  padding-bottom: 0.25em;
  font-size: 3.6rem;
  margin-bottom: 1em;
}
#top_h1 > img {
  width: 80%;
}

.member {
  padding: 30px;
  text-align: center;
}
.member > h2 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5em;
  color: #7429aa;
}
.member > h2 > a {
  color: inherit;
}
.member dl {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
}
.member dl:after {
  clear: both;
  content: '';
}
.member dt {
  font-weight: 700;
  float: left;
  clear: left;
  margin-bottom: 1em;
}
.member dt a {
  color: #a72089;
}
.member dt:after {
  content: ':';
  display: inline;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.member dd {
  float: left;
}

.news {
  padding: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.news > h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5em;
  color: #7429aa;
}
.news dl {
  display: inline-block;
  text-align: left;
}
.news dt {
  font-size: 1.6rem;
  color: #555;
  margin-bottom: 0.25em;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  font-weight: bold;
}
.news dd {
  font-size: 2rem;
  line-height: 160%;
  margin-left: 1em;
  margin-bottom: 2em;
  font-weight: normal;
}
.news dd:last-child {
  margin-bottom: 0;
}
.news dd strong {
  font-weight: 700;
}

main {
  text-align: center;
}
main > h4 {
  text-align: center;
  color: #7429aa;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5em;
}
main .songs {
  display: inline-block;
  list-style-type: decimal-leading-zero;
  font-size: 1.8em;
  line-height: 160%;
  margin: 0 1em;
  padding: 0;
  color: #333;
  text-align: left;
}
main .songs li {
  margin: 0px 0px 1.5em 2em;
  padding: 0 0 0.5em 0;
}
main .songs li dl {
  text-align: center;
  margin-left: -1em;
}
main .songs li dt {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #a72089;
}
main .songs li audio {
  display: block;
  margin: 0px auto;
}
main .songs li:last-of-type {
  border-style: none;
}
main .songs li > div {
  margin-bottom: 0.125em;
}
main .songs li .songname {
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
main .songs li .songname > span {
  font-weight: normal;
  font-size: 0.8em;
}
main .songs li a {
  font-size: 1em;
}
main .songs li time {
  display: inline-block;
  font-size: 0.9em;
  color: #666;
  margin: 0 0 0 0.5em;
  line-height: 1.3em;
}
main .songs li .newmix {
  display: block;
  margin-bottom: 0.5em;
}
main .songs li .runningtime {
  display: inline-block;
  font-size: 0.9em;
  color: #666;
  margin: 0 0.5em 0 0;
}
main .songs li .runningtime:before {
  content: '[';
  margin-left: 0.5em;
  display: inline;
}
main .songs li .runningtime:after {
  content: ']';
  display: inline;
}
main .songs li.coming {
  color: #C0B79A;
}

.song .headNav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(81, 26, 95, 0.9);
  padding: 5px 0;
}
.song .headNav li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #666;
  line-height: 1.3em;
}
.song .headNav li > a {
  color: #FCFBF8;
}
.song .headNav li:last-of-type {
  border-style: none;
  margin: 0;
  padding: 0;
}

#songheader {
  padding: 60px;
  text-align: center;
}
#songheader h1 {
  font-size: 3em;
  line-height: 160%;
  margin-bottom: 0.4em;
  letter-spacing: 0.05em;
}
#songheader > dl {
  font-size: 1.4em;
}
#songheader > dl dt {
  display: inline-block;
  vertical-align: baseline;
  font-weight: bold;
  color: #a72089;
}
#songheader > dl dt.music {
  margin-left: 1em;
}
#songheader > dl dt:after {
  display: inline;
  content: ':';
  margin-left: 0.25em;
  margin-right: 0.25em;
  vertical-align: baseline;
}
#songheader > dl dd {
  display: inline-block;
  vertical-align: baseline;
  color: #333;
}
#songheader > dl dd.lyrics:first-of-type:after {
  content: ',';
  display: inline;
}

.songBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.songBox section {
  margin-bottom: 6em;
}
.songBox p {
  font-size: 1.4em;
  margin-bottom: 1em;
  line-height: 160%;
}
.songBox [lang='en'] {
  margin-right: 3rem;
  text-align: left;
  font-style: italic;
}
.songBox [lang='en'] p {
  line-height: 160%;
  margin-bottom: 1em;
}
.songBox [lang='jp'] {
  padding: 0px 30px;
  margin-left: 3rem;
  text-align: center;
}
.songBox [lang='jp'] > h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  letter-spacing: 0.125em;
}

.liner_notes {
  margin: 0px 2rem;
}
.liner_notes h3 {
  font-size: 2rem;
  border-bottom: 4px solid;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.liner_notes section {
  font-size: 1.4rem;
  margin-bottom: 3em;
}
.liner_notes section p {
  line-height: 160%;
  margin-bottom: 1em;
  text-indent: 1em;
}

#ajaxLyricsBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: rgba(35, 4, 38, 0.75);
  color: #eee;
}
#ajaxLyricsBox #songheader > dl dt {
  color: #d692c6;
}
#ajaxLyricsBox #songheader > dl dd {
  color: #fff;
}
#ajaxLyricsBox .songBox [lang='jp'] p {
  color: #fff;
}

.artwork {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

footer {
  border-top: 1px solid #555;
  padding: 1em 30px 30px 30px;
  text-align: center;
  font-size: 1.6em;
}
footer address {
  font-style: normal;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}

.mobile {
  -webkit-text-size-adjust: 100%;
}
.mobile #globalContainer {
  position: relative;
  z-index: 1;
}
.mobile .songBox main {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile main {
  margin-left: auto;
  margin-right: auto;
}
.mobile main .songs li audio {
  margin-left: 0;
}
.mobile #songheader {
  padding-left: 2em;
  padding-right: 2em;
}
.mobile #songheader h1 {
  font-size: 2.2em;
  margin-bottom: 0;
}
.mobile #songheader > dl {
  font-size: 1em;
}
.mobile #ajaxLyricsBox {
  text-align: center;
}
.mobile .songBox {
  display: inline-block;
  text-align: left;
}
.mobile .songBox main {
  padding-top: 0;
}

.closeButton {
  display: inline-block;
  position: fixed;
  z-index: 3;
  background-color: #e7d4e8;
  right: 10px;
  top: 10px;
  color: #000;
  font-size: 1.6em;
  padding: 5px 10px;
  line-height: 1.3em;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
