@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
@import url("https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800&display=swap");
/* ==================================================
normalize.css v8.0.0
================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==================================================
reset+
================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

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

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #333;
  background: #f6f4ef;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #b73333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
  background: transparent;
}
.a_deco a {
  text-decoration: underline;
}

.svg-inline--fa {
  margin-right: 0.2em;
}

.set_width {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1499px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

table {
  width: 100%;
}

header a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
  background: linear-gradient(to bottom, #444444 0%, #000000 100%);
  color: #fff;
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  padding: 0.5em;
  text-align: center;
}
header a:hover {
  opacity: 0.7;
}

.contents_area {
  padding: 0;
}
.contents_area > div {
  margin: 6em 0;
}
@media screen and (max-width: 799px) {
  .contents_area > div {
    margin: 4em 0;
  }
}
.contents_area h2.column_title {
  background: #b73333;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
  padding: 0.25em;
  border-radius: 2.5em;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

footer {
  text-align: center;
}
footer .copyright {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  padding: 2em;
}

.site_intro h1 {
  font-size: 5em;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  text-align: center;
}
.site_intro p {
  margin-top: 1em;
  font-size: 1.5em;
  line-height: 1.75;
}

.contact_toppage {
  font-family: "Dosis", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.contact_toppage p.txt {
  margin: 0 1.5em;
  font-size: 1.25em;
  line-height: 1.75;
}
.contact_toppage p.txt a {
  font-weight: bold;
}

.kgrc10012 .new_release_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
}
.kgrc10012 .new_release_wrap > div {
  width: calc((100% - 3em) / 2);
}
@media screen and (max-width: 1199px) {
  .kgrc10012 .new_release_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kgrc10012 .new_release_wrap > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
.kgrc10012 .ph img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .kgrc10012 .ph {
    margin: 0 auto;
    max-width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .kgrc10012 .data {
    margin: 0 auto;
    max-width: 600px;
  }
}
.kgrc10012 .data p.cancel {
  color: #f00;
  font-size: 0.875em;
  line-height: 1.325;
  border: 1px solid #f00;
  padding: 1em;
  margin-top: 2em;
}
.kgrc10012 .data .live_info {
  display: none;
  background: #fff;
  border: 5px solid #b73333;
  padding: 1em;
  margin-bottom: 2em;
  line-height: 1.5;
}
.kgrc10012 .data .live_info .title {
  font-size: 1.75em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.25em;
}
.kgrc10012 .data .live_info .title .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em;
  font-size: 50%;
  background: #ffd800;
  border-radius: 6px;
  margin-right: 10px;
}
@media screen and (max-width: 559px) {
  .kgrc10012 .data .live_info .title {
    font-size: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kgrc10012 .data .live_info .title .tt {
    width: 100%;
    padding: 0.25em;
    font-size: 0.75em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5em;
  }
}
.kgrc10012 .data .live_info .day {
  font-size: 1.3125em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 559px) {
  .kgrc10012 .data .live_info .day {
    font-size: 1.125em;
  }
}
.kgrc10012 .data .live_info .day .ll {
  font-size: 135%;
}
.kgrc10012 .data .live_info .day a {
  text-decoration: underline;
}
.kgrc10012 .data .live_info .act {
  margin-top: 0.25em;
}
.kgrc10012 .data p.lead {
  font-size: 1.75em;
  line-height: 1.5;
  padding-top: 0;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  .kgrc10012 .data p.lead {
    font-size: 1.5em;
  }
}
.kgrc10012 .data dl {
  margin: 1em 0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}
.kgrc10012 .data dl dt, .kgrc10012 .data dl dd {
  padding: 0.25em 0;
}
.kgrc10012 .data dl dt {
  float: left;
  width: 5em;
}
.kgrc10012 .data dl dd {
  padding-left: 5em;
}
.kgrc10012 .data p.guide {
  font-size: 1.125em;
  line-height: 1.75;
}
.kgrc10012 .data p.sp a {
  font-size: 1.125em;
  font-weight: bold;
  margin-top: 1.25em;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
  background: linear-gradient(to bottom, #444444 0%, #000000 100%);
  color: #fff;
  border-radius: 5px;
  padding: 1.25em;
  text-align: center;
}
.kgrc10012 .data p.sp a:hover {
  opacity: 0.7;
}

.albums_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0;
}
.albums_list li {
  text-align: center;
  width: 25%;
  padding: 0 1.5em 6em;
}
.albums_list li a {
  display: block;
  color: #333;
}
.albums_list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1199px) {
  .albums_list li {
    padding: 0 1em 4em;
  }
}
@media screen and (max-width: 799px) {
  .albums_list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 599px) {
  .albums_list li {
    width: 50%;
    padding: 0 0.5em 3em;
  }
}
.albums_list .ph {
  margin-bottom: 0.75em;
  position: relative;
  width: 100%;
}
.albums_list .ph::before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の-%に固定 */
}
.albums_list .ph .ins {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.albums_list .ph img {
  width: 100%;
}
.albums_list p {
  padding: 0.125rem 0;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}
.albums_list .artist {
  font-size: 1.125em;
  font-weight: bold;
}
.albums_list .title {
  font-size: 1.125em;
  font-weight: bold;
}
.albums_list .num {
  margin-top: 0.25em;
  font-size: 0.875em;
}
.albums_list .day {
  font-size: 0.875em;
}

.shops_banner {
  margin-top: 1.5em;
  background: #fff;
  border: 3px solid #b73333;
  padding: 1em;
}
.shops_banner p {
  color: #b73333;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.shops_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shops_banner li {
  width: calc(33% - 0.25em);
}
.shops_banner a {
  display: block;
  border: 1px solid #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ddd));
  background: linear-gradient(to bottom, #f9f9f9 0%, #ddd 100%);
  color: #555;
  font-weight: bold;
  text-align: center;
  font-size: 0.875em;
  padding: 1em 0.5em;
  border-radius: 4px;
}
@media screen and (max-width: 499px) {
  .shops_banner p {
    font-size: 1em;
  }
  .shops_banner ul {
    display: block;
  }
  .shops_banner ul li {
    width: 100%;
  }
  .shops_banner ul li a {
    font-size: 1em;
    margin-top: 0.5em;
  }
}