@charset "UTF-8";
/* ==========================================================================
Definition
========================================================================== */
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Base
	----------------------------------------------------------------- */
html {
  background: #fff;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 820px) {
  body {
    overflow-y: scroll;
  }
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #000;
}

@media screen and (min-width: 821px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    text-decoration: none !important;
  }
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
Utility
========================================================================== */
@media screen and (max-width: 820px) {
  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .u-sp_only {
    display: none;
  }
}

/* ==========================================================================
Layout
========================================================================== */
#wrapper {
  text-align: center;
  padding: 110px 30px;
}

@media screen and (max-width: 820px) {
  #wrapper {
    padding: calc(110px*0.7) calc(30px*0.7);
  }
}

.c-section:before {
  content: '';
  display: block;
  margin: 0 auto 0;
  width: 20px;
  height: 5px;
  background: #000;
}

.c-section__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .c-section__title {
    margin-top: calc(100px*0.7);
    font-size: 22px;
  }
}

/* ==========================================================================
Object
========================================================================== */
.p-artists {
  margin-top: 70px;
}

@media screen and (max-width: 820px) {
  .p-artists {
    margin-top: calc(70px*0.7);
  }
}

.p-artists__list {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
}

.p-artists__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-artists__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-artists__list li:nth-child(3n+1) {
  width: calc(180/800*100%);
  margin-right: calc(100/800*100%);
}

.p-artists__list li:nth-child(3n+2) {
  width: calc(260/800*100%);
  margin-right: calc(80/800*100%);
}

.p-artists__list li:nth-child(3n+3) {
  width: calc(180/800*100%);
}

.p-artists__list li:nth-child(n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .p-artists__list {
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-artists__list li {
    width: 40% !important;
    margin: calc(40px*0.7) auto !important;
  }
}

.p-beyond {
  margin-top: 100px;
}

@media screen and (max-width: 820px) {
  .p-beyond {
    margin-top: 70px;
  }
}

.p-beyond__text {
  margin-top: 70px;
  font-size: 16px;
  line-height: calc(36/16);
}

@media screen and (max-width: 820px) {
  .p-beyond__text {
    margin-top: 35px;
    font-size: 13px;
  }
}

.p-beyond__contact {
  margin-top: 110px;
  text-align: center;
}

.p-beyond__contact a {
  display: block;
  margin: 0 auto;
  max-width: 340px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 820px) {
  .p-beyond__contact {
    margin-top: calc(110px*0.7);
  }
  .p-beyond__contact a {
    height: calc(90px*0.7);
    line-height: calc(90px*0.7);
    font-size: 16px;
  }
}

#footer {
  margin-top: 180px;
}

@media screen and (max-width: 820px) {
  #footer {
    margin-top: calc(180px*0.7);
  }
}
