/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
main {
  margin-top: 0px; }

.smaller main {
  margin-top: 180px;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .smaller main {
      margin-top: 0px; } }

.sub {
  display: flex;
  justify-content: space-around;
  border-bottom: solid #000 1px;
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
  padding: 0 0 10px; }
  .sub li {
    list-style: none; }
  .sub a {
    opacity: 0.6; }

#concept {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center; }
  @media (max-width: 599px) {
    #concept {
      text-align: left; } }
  #concept .en {
    margin-top: 2em; }

#member, #supporters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0; }
  @media (max-width: 1023px) {
    #member, #supporters {
      justify-content: space-around; } }
  #member .ph, #supporters .ph {
    text-align: center; }
  #member section, #supporters section {
    min-width: 290px;
    width: 28%;
    margin-bottom: 80px;
    padding: 0 20px; }
    #member section p, #supporters section p {
      font-size: 13px; }
    #member section .comment, #supporters section .comment {
      margin: 20px 0 40px;
      text-align: center; }
      #member section .comment .en, #supporters section .comment .en {
        font-size: 12px;
        margin-top: 1em; }
    #member section .name, #supporters section .name {
      font-size: 14px; }
    #member section .job, #supporters section .job {
      margin-bottom: 1em; }
  #member #koji .name, #supporters #koji .name {
    padding-top: 3em; }
    @media (max-width: 1023px) {
      #member #koji .name, #supporters #koji .name {
        padding-top: 1.5em; } }
    @media (max-width: 599px) {
      #member #koji .name, #supporters #koji .name {
        padding-top: 0; } }
  #member #hayashi .name, #supporters #hayashi .name {
    padding-top: 2em; }
    @media (max-width: 599px) {
      #member #hayashi .name, #supporters #hayashi .name {
        padding-top: 0; } }

#supporters section {
  text-align: center; }

.date {
  text-align: center;
  margin-bottom: 40px; }

.text {
  text-align: center; }
  @media (max-width: 599px) {
    .text {
      text-align: left; } }
  .text .en {
    margin-top: 40px; }
    .text .en p {
      font-size: 12px; }

#intro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px; }
  #intro div {
    margin-bottom: 100px; }
  #intro .text {
    margin-top: 40px; }
  #intro .ph img {
    width: 100%;
    height: auto; }

#artist {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0; }
  @media (max-width: 599px) {
    #artist {
      display: block;
      float: none; } }
  #artist section {
    margin-bottom: 200px;
    width: 42%; }
    @media (max-width: 599px) {
      #artist section {
        margin-bottom: 20px;
        width: 100%; } }
    #artist section dt {
      margin: 20px 0 10px; }

#koji, #hayashi, #matsushima_komesu {
  float: left; }
  #koji .komesu, #hayashi .komesu, #matsushima_komesu .komesu {
    margin-top: 200px; }
    @media (max-width: 599px) {
      #koji .komesu, #hayashi .komesu, #matsushima_komesu .komesu {
        margin-top: 20px; } }

#taco, #ooka, #mifuku {
  float: right; }

.en {
  margin-top: 40px; }
  .en p {
    font-size: 12px; }

.name {
  margin-top: 20px;
  border-bottom: solid #686868 1px;
  padding-bottom: 20px; }
