@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
??????   ?????  ??????? ???????
??   ?? ??   ?? ??      ??
??????  ??????? ??????? ?????
??   ?? ??   ??      ?? ??
??????  ??   ?? ??????? ???????
*/
/*
??????  ??????  ???????  ?????  ??   ?? ??????   ??????  ?? ???    ?? ????????
??   ?? ??   ?? ??      ??   ?? ??  ??  ??   ?? ??    ?? ?? ????   ??    ??
??????  ??????  ?????   ??????? ?????   ??????  ??    ?? ?? ?? ??  ??    ??
??   ?? ??   ?? ??      ??   ?? ??  ??  ??      ??    ?? ?? ??  ?? ??    ??
??????  ??   ?? ??????? ??   ?? ??   ?? ??       ??????  ?? ??   ????    ??
*/
/*
 ??????  ??????  ??       ??????  ??????
??      ??    ?? ??      ??    ?? ??   ??
??      ??    ?? ??      ??    ?? ??????
??      ??    ?? ??      ??    ?? ??   ??
 ??????  ??????  ???????  ??????  ??   ??
*/
/*
???????? ??????? ??   ?? ????????
   ??    ??       ?? ??     ??
   ??    ?????     ???      ??
   ??    ??       ?? ??     ??
   ??    ??????? ??   ??    ??
*/
/*!
 * ress.css ? v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }
body {
  box-sizing: border-box;
  word-wrap: break-word;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: normal; }

a {
  text-decoration: underline;
  color: #000; }

ul {
  list-style: none; }

#container {
  margin: 0 auto; }

#main #contents {
  padding: 2em 0; }
  #main #contents:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 600px) {
    #main #contents {
      padding: 0; } }

#main .content {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    #main .content {
      margin: 10px; } }
  @media screen and (max-width: 600px) {
    #main .content img:not(.columnL_bs_img) {
      width: 100%; } }
#main .artist_contents,
#main .column_news {
  padding: 0 30px;
  background-color: #fff; }
  #main .artist_contents:after,
  #main .column_news:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 600px) {
    #main .artist_contents,
    #main .column_news {
      padding: 0 10px; } }

#main .content .btn_area.tab a {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  float: left;
  text-decoration: none;
  width: 33.333%;
  padding: 10px 0; }
  #main .content .btn_area.tab a:first-child, #main .content .btn_area.tab a:nth-child(4n) {
    border-left: 1px solid #ccc; }
  #main .content .btn_area.tab a:hover {
    background-color: #eee; }
  #main .content .btn_area.tab a.music:hover {
    background-color: #FFE6EE; }
  #main .content .btn_area.tab a.art:hover {
    background-color: #F0FFFB; }
  #main .content .btn_area.tab a.other:hover {
    background-color: #EFE0FC; }
  #main .content .btn_area.tab a.active1 {
    background-color: #FFE6EE; }
  #main .content .btn_area.tab a.active2 {
    background-color: #F0FFFB; }
  #main .content .btn_area.tab a.active3 {
    background-color: #EFE0FC; }

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

.btn_area.tab a {
  float: left; }

/* solbs-test */
.artist {
  width: 230px;
  height: 380px;
  float: left;
  word-break: break-all;
  padding: 0 5px 0 5px;
  margin-bottom: 1.6em; }
  .artist a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1em; }
    .artist a:hover {
      text-decoration: underline;
      background-color: #eee; }
  .artist img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .artist p {
    text-align: center;
    line-height: 1.2em;
    margin-top: .5em; }
    .artist p span {
      font-size: 0.8em;
      color: gray; }
/* solbs-test */
  @media screen and (max-width: 600px) {
     .artist {
       width: 170px; 
       height: 310px;
     }
/*
    .artist {
      width: 50% !important;
      text-align: center;
      margin-left: 0;
      margin-bottom: .6em; }
      .artist:nth-child(odd) {
        padding-left: 0; }
      .artist:nth-child(even) {
        padding-right: 0; } 
*/
}
#group section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888; }
  #group section .box_area {
    width: 95%;
    margin: auto; }

#group .group_list {
  margin: 30px auto;
  width: 95%; }
  #group .group_list > li {
    margin: 20px 0;
    font-weight: bold; }
    #group .group_list > li:first-letter {
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: .4em .5em;
      line-height: 1em; }
  #group .group_list ul {
    margin-left: 30px; }
    #group .group_list ul li {
      display: inline-block;
      padding: 5px 10px; }

#group ul.tab li {
  display: inline-block; }
  #group ul.tab li a {
    display: inline-block;
    padding: .5em 1em .5em 0; }

#group .btn_area.tab a {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 33.333%; }
  #group .btn_area.tab a:first-child, #group .btn_area.tab a:nth-child(4n) {
    border-left: 1px solid #ccc; }
  #group .btn_area.tab a:hover {
    background-color: #eee; }
  #group .btn_area.tab a.active {
    background-color: #eee; }
#contact .content .content_contact .link {
  margin: 20px 30px; }
  #contact .content .content_contact .link 　 {
    margin: 10px 0; }

#contact .content > div {
  margin-bottom: 15px; }

#contact .link ul {
  list-style: none;
  margin-left: 1em;
  margin: 0; }
  #contact .link ul:after {
    content: "";
    display: block;
    clear: both; }
  #contact .link ul li {
    display: inline-block;
    margin-right: 10px; }
    #contact .link ul li img {
      vertical-align: middle;
      max-height: 45px;
      display: block; }
    #contact .link ul li a {
      font-size: .7em;
      display: inline-block;
      text-align: center; }
    @media screen and (max-width: 600px) {
      #contact .link ul li {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 18px; }
        #contact .link ul li img {
          max-height: none; } }
#artist .artist {
  width: 200px; 
  height: 350px; }
  @media screen and (max-width: 600px) {
     #artist .artist {
       width: 170px; 
       height: 310px;
     } }

#profile .intro {
  margin: 1em 0; }
  #profile .intro:after {
    content: "";
    display: block;
    clear: both; }
  #profile .intro .photo {
    float: left;
    text-align: center;
    width: 40%;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 600px) {
      #profile .intro .photo {
        float: none;
        width: auto;
        height: auto;
        margin: 0 10px; } }
/* 2019.02.15
    #profile .intro .photo img {
      vertical-align: bottom;
      max-width: 100%;
      height: auto;
      max-height: 100%; }
*/
    #profile .intro .photo img {
      vertical-align: bottom;
      width: auto;
      max-width: 300px;
      height: auto;
      max-height: 360px; }
  #profile .intro .detail {
    float: left;
    margin: 0 20px; }
    @media screen and (max-width: 600px) {
      #profile .intro .detail {
        float: none;
        margin: 0;
        margin: 10px; } }
    #profile .intro .detail li {
      margin-top: 10px; }

#profile .work_list {
  padding: 1em 0 3em; }
  #profile .work_list ul:after {
    content: "";
    display: block;
    clear: both; }
  #profile .work_list ul li {
    width: 20%;
    float: left;
    text-align: center; }
    #profile .work_list ul li .img {
      height: 150px; }
    @media screen and (max-width: 600px) {
      #profile .work_list ul {
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:flex;
        -webkit-box-lines:multiple;
        -moz-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
      }
      #profile .work_list ul li {
        width: 50%; } }
    #profile .work_list ul li img {
      padding: 5px;
      max-width: 100%;
      max-height: 100%; }
    #profile .work_list ul li span {
      display: block;
      text-align: center; }

#profile .content p {
  margin-left: 1em; }
  @media screen and (max-width: 600px) {
    #profile .content p {
      margin-left: 0; } }

#profile .content h3 {
  display: inline-block;
  margin-bottom: 10px; }

/*
モジュール系おまとめファイル
*/
header {
  max-width: 1000px;
  margin: 1em auto 0;
  position: relative;}
  header .login {
    width:200px;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:0px 0 0px;
    color:#333;
    border:1px solid #DDDDDD;
    position: absolute;
    right: 0;
    top: 0; }
.login:hover {
      background-color: #DDDDDD; }

  @media screen and (max-width: 600px) {
    header {
      margin: 0 0 15px; }
      header #gnavi {
        padding-top: 25px;
        position: fixed;
        height: 100vh;
        width: 100vw;
        background-color: rgba(255, 255, 255, 0.95);
        display: none;
        top: 0;
        z-index: 99; }
        .gnavi-show header #gnavi {
          display: block; }
      header .logo {
        display: inline-block; }
        header .logo img {
          margin-top: 10px;
          margin-left: 10px;
          width: 230px; } }

#btn-spmenu {
  width: 50px;
  height: 50px;
  background-color: #888;
  display: inline-block;
  position: fixed;
  right: 5px;
  top: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  z-index: 100;
  display: none; }
  @media screen and (max-width: 600px) {
    #btn-spmenu {
      display: inline-block; } }
  #btn-spmenu:before {
    content: "≡\A";
    font-size: 26px;
    display: inline;
    line-height: 1px; }
    .gnavi-show #btn-spmenu:before {
      content: "×"; }

footer {
  max-width: 1000px;
  margin: 50px auto 0; }
  @media screen and (max-width: 600px) {
    footer {
      margin: 10px; } }
  footer .title_image {
    border:0.5px solid #DDDDDD; }
  footer .contact:after {
    content: "";
    display: block;
    clear: both; }
  footer .contact p {
    font-size: .9em;
    float: left;
    width: 50%;
	padding-top: 30px;
    padding-left: 30px; }
    @media screen and (max-width: 600px) {
      footer .contact p {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px; } }
    footer .contact p .pdf {
      margin-bottom: 10px; }
  footer .banner a img {
    margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    footer .banner {
      text-align: center;
      margin-top: 2em; } }
  footer .footer_link {
    text-align: center;
    margin: 3em 0 1em 0; }
    footer .footer_link a {
      margin: .5em; }
      @media screen and (max-width: 600px) {
        footer .footer_link a {
          display: block;
          margin-top: 10px; } }
  footer small {
    display: block;
    text-align: center; }
    footer small a {
      text-decoration: none; }
      footer small a:hover {
        text-decoration: underline; }
/*
#gnavi {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px; }
*/
  #gnavi a:not(.login) {
    background-color: #fff;
    border: none;
    text-decoration: none;
    display: block; }
    #gnavi a:not(.login) img {
      width: 165px;
      height: 53px; }
    @media screen and (max-width: 600px) {
      #gnavi a:not(.login) {
        text-align: center; } }
  #gnavi ul {
    list-style: none;
    margin: 4px 0;
    vertical-align: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 600px) {
      #gnavi ul {
        margin: 0;
        display: block; 
        width: 165px;
        margin: auto; }
        #gnavi ul a.btn {
          margin-left: 0;
          margin-right: 0; }  }
  #gnavi li {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    max-height: 53px;
    display: inline-block;
    text-align: center; }
  #gnavi li+ li {
    border-left: 0;
    border-right: 1px solid #333;
    max-height: 53px;
    display: inline-block;
    text-align: center; }
    #gnavi li:last-child {
      position: absolute;
      right: 0;
      top: 0; }
    @media screen and (max-width: 600px) {
      #gnavi li {
        border-left: 0;
        border-right: 0;
        width: 100%;
        text-align: center;
        float: none; }
      #gnavi li+ li {
        border-left: 0;
        border-right: 0;
        width: 100%;
        text-align: center;
        float: none; }
        #gnavi li:last-child {
          position: static; }
        #gnavi li .login {
          position: static;
          margin: 0 10px;
          width: auto; } }

.title_pc {
  display: block;
}
.title_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .title_pc {
    display: none;
  }
  .title_sp {
    display: block;
  }
}

.pagenation {
  text-align: center;
  margin: .5em 0; }
  .pagenation ul {
    display: inline-block; }
  .pagenation li, .pagenation a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em; }
  .pagenation li.active {
    background-color: #eee; }
  .pagenation a {
    text-decoration: none; }
    .pagenation a:hover {
      background-color: #eee; }

#pageTop {
  position: fixed;
  bottom: 3vw;
  right: 1vw;
  font-size: 1.5em;
  background-color: gray;
  border-radius: 50%;
  width: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  text-decoration: none; }
  #pageTop:before {
    content: "^";
    position: relative;
    top: 5px;
    display: inline-block; }
  @media screen and (max-width: 600px) {
    #pageTop {
      background-color: #eee;
      color: #444;
      position: static;
      border-radius: 0;
      width: 100%;
      display: block;
      margin-bottom: 1em; } }

.box_area {
  border: 1px solid #ccc;
  padding: .6em; }

.btn {
  display: inline-block;
  font-size: 16px;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: #888;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none; }
  .btn:hover {
    background-color: #6f6f6f; }
  @media screen and (max-width: 600px) {
    .btn {
      display: block;
      width: 100%; } }

.topicspath {
  overflow: auto;
  font-size: .85em; }
  .topicspath li {
    display: inline-block;
    float: left; }
    .topicspath li:after {
      margin: 0 .5em;
      display: inline-block;
      color: #999;
      content: ">"; }
    .topicspath li:last-child:after {
      content: ""; }
  @media screen and (max-width: 600px) {
    .topicspath {
      padding: 10px; } }

ul.article_list {
  margin-bottom: 3em; }
  ul.article_list li {
    overflow: auto;
    margin: 1em 0; }
    ul.article_list li[class^=cat] {
      padding: 8px; }
    ul.article_list li h3 {
      font-size: 1em;
      margin-top: .3em; }
    ul.article_list li img {
      float: left;
      margin-right: 1em; }
      @media screen and (max-width: 600px) {
        ul.article_list li img {
          margin-bottom: .5em; } }
    ul.article_list li p {
      clear: none !important;
      overflow: auto;
      margin-top: .8em;
      margin-bottom: 0 !important; }

article {
  background: none !important; }
  article > div {
    margin: 1.5em 0; }
  article.cat-artist h3 {
    padding: .5em;
    margin-bottom: .2em;
    background-color: #fdf9bd; }
  article.cat-sponsor h3 {
    padding: .5em;
    margin-bottom: .2em;
    background-color: #ceebf9; }
  article.cat-other h3 {
    padding: .5em;
    margin-bottom: .2em;
    background-color: #f5f5f5; }

article.cat-artist,
article li.cat-artist,
.article_list.cat-artist,
.article_list li.cat-artist {
  background-color: #fdf9bd; }
  article.cat-artist .label,
  article li.cat-artist .label,
  .article_list.cat-artist .label,
  .article_list li.cat-artist .label {
    background-color: #fbf059;
    color: #534e02; }

article.cat-sponsor,
article li.cat-sponsor,
.article_list.cat-sponsor,
.article_list li.cat-sponsor {
  background-color: #ceebf9; }
  article.cat-sponsor .label,
  article li.cat-sponsor .label,
  .article_list.cat-sponsor .label,
  .article_list li.cat-sponsor .label {
    background-color: #74c5ed;
    color: #0b3e57; }

article.cat-other,
article li.cat-other,
.article_list.cat-other,
.article_list li.cat-other {
  background-color: #f5f5f5; }
  article.cat-other .label,
  article li.cat-other .label,
  .article_list.cat-other .label,
  .article_list li.cat-other .label {
    background-color: #a9a9a9;
    color: #591372; }

article .date,
.article_list .date {
  vertical-align: middle;
  display: inline-block;
  opacity: .6; }

article .label,
.article_list .label {
  display: inline-block;
  background-color: #eee;
  font-size: .8em;
  margin-left: .6em;
  padding: .2em .7em; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "?";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*# sourceMappingURL=_map/style.css.map */
