@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("/data/webfonts/fontawesome-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/data/webfonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/data/webfonts/fontawesome-webfont.woff") format("woff"), url("/data/webfonts/fontawesome-webfont.ttf") format("truetype"), url("/data/webfonts/fontawesome-webfont.svg#svgFontName") format("svg");
  /* svg - Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
/*
//  keyframes
//
@mixin keyframes($animation-name) {
  @-webkit-keyframes $animation-name {
    @content;
  }
  @-moz-keyframes $animation-name {
    @content;
  }
  @keyframes $animation-name {
    @content;
  }
}
*/
#contents main {
  overflow: visible;
}
#contents main section.about {
  overflow: visible;
}
#contents main .check-list {
  margin: 21px 0 8px;
}
#contents main .check-list ul {
  /*
  text-align: center;
  @include mediaquery-sm(){
    text-align: left;
  }
  */
  position: relative;
  margin: 5px 0 0;
}
#contents main .check-list ul:first-child {
  margin: 0;
}
#contents main .check-list li {
  display: inline-block;
}
#contents main .check-list li + li:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 19px;
  height: 15px;
  vertical-align: middle;
  border-left: 1px solid #302d29;
}
#contents main .check-list label {
  cursor: pointer;
}
#contents main .check-list input {
  display: none;
}
#contents main .check-list input + .text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 17px;
}
#contents main .check-list input + .text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0;
  display: block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 1px solid #302d29;
}
#contents main .check-list .is-checked .text:before {
  content: '　';
  background: #302d29;
}
@-moz-document url-prefix() {
  #contents main .check-list input + .text:before {
    margin: -4px 0 0;
  }
}
@media screen and (max-width: 765px) {
  #contents main .check {
    position: relative;
    margin: 20px 20px 0;
    padding: 0;
    height: 48px;
    z-index: 1;
  }
  #contents main .check > .grid {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    max-height: 350px;
    box-sizing: border-box;
    z-index: 1;
    overflow-y: scroll;
  }
  #contents main .check.is-open .check-title a:after {
    margin: -3px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #contents main .check.is-open .check-list {
    -webkit-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: auto;
    max-height: 100%;
  }
  #contents main .check.is-open .check-btn {
    max-height: 350px;
  }
  #contents main .check .grid {
    margin: 0;
    background: #fff;
    border: 5px solid #313131;
  }
  #contents main .check-title .col-12 {
    padding: 0;
  }
  #contents main .check-title a {
    display: block;
    position: relative;
    padding: 12px 15px;
    font-size: 16px !important;
  }
  .pc #contents main .check-title a:hover {
    color: #313131;
  }
  #contents main .check-title a:after {
    position: absolute;
    content: '';
    right: 18px;
    top: 50%;
    margin: -9px 0 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #313131;
    border-right: 2px solid #313131;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #contents main .check-list {
    -webkit-transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin: 0;
    max-height: 0;
    overflow: hidden;
  }
  #contents main .check-list ul {
    padding: 0 15px;
    margin-top: -1px;
  }
  #contents main .check-list ul:first-child {
    margin-top: 0px;
  }
  #contents main .check-list li {
    display: block;
    border-top: 1px solid #313131;
  }
  #contents main .check-list li + li:before {
    display: none;
  }
  #contents main .check-list li:last-child {
    border-bottom: 1px solid #313131;
  }
  #contents main .check-list label {
    display: block;
    padding: 9px 2px;
  }
  #contents main .check-list .text {
    display: block;
    font-size: 16px !important;
  }
  #contents main .check-btn {
    max-height: 0;
    overflow: hidden;
  }
  #contents main .check-btn p {
    display: block;
    margin: 0 5px;
    padding: 15px 0 25px;
    width: auto;
  }
  #contents main .check-btn a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 16px !important;
    border: 5px solid #ed93b0;
  }
  .pc #contents main .check-btn a:hover {
    color: #313131;
  }
}
#contents main .creator-list {
  padding: 30px 0 0;
}
#contents main .creator-list > .row > .col {
  margin: 50px 0 0;
}
#contents main .creator-list .image {
  padding: 8px 0 0;
  text-align: center;
}
#contents main .image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
#contents main .caption h4 {
  line-height: 30px;
  font-family: "Shuei KakuGo Kin B", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
@media screen and (max-width: 765px) {
  #contents main .creator-list {
    position: relative;
    padding: 12px 0 0;
    z-index: 0;
  }
  #contents main .creator-list .image {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  #contents main .caption h4,
  #contents main .caption-text {
    margin: 0;
    line-height: 30px;
    font-size: 16px !important;
  }
  #contents main .creator-list > .row > .col {
    margin: 62px 0 0;
  }
}
#contents main .btn-more {
  display: none;
}
