/* CSS Document */

@charset "utf-8";

/*base2020.cssの打ち消し*/
.content__inner {
  max-width: 100%;
}

.content__wrapper {
  display: block;
  justify-content: inherit;
}

.topic-path {
  display: none;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.hover {
  transition: all 0.3s;
}

.hover:hover {
  transform: translateY(-4px);
}

a {
  display: block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  font-style: normal;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #ececec;
  filter: drop-shadow(1px 0px 3px rgba(0, 0, 0, 0.4));
}

header p {
  width: 6%;
}

header .header-toTop {
  width: 9%;
  display: block;
  position: relative;
  margin: 0;
}

main {
  width: 1200px;
  margin: 10rem auto;
  text-align: center;
}

ul {
  display: flex;
  justify-content: center;
}

.bnrBox {
  width: 50%;
  margin: 0 auto 2rem;
}



/*トップページ*/
#top {
  margin: 10rem auto 3rem;
}

#top h1 {
  width: 70%;
  margin: 0 auto 3rem;
}

#top a {
  display: block;
  margin: 0 auto 2rem;
}

#top .leadTxt {
  width: 70%;
  font-size: 1.4em;
  text-align: left;
  margin: 0 auto 7rem;
  line-height: 2em;
}

#top .btnBox {
  margin-bottom: 7rem;
}

#top .pickupBnr {
  margin-top: 10rem;
}


#top ul li:first-child {
  margin: 0 2rem 0 0;
  filter: grayscale(1);
  opacity: 0.3;
}

#artist {
  margin: 8rem auto 0 !important;
  font-size: 1.5rem;
}

#link-bnr {
  width: 70%;
  margin: 0 auto 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#link-bnr p {
  width: calc(100% / 2 - 5px);
}

/*ミタイ！とは*/
#about h1 {
  width: 22%;
  margin: 0 auto 5rem;
}

#about h2 {
  width: 60%;
  margin: 0 auto 5rem;
}

#about ul {
  justify-content: center;
  margin: 0 0 5rem 0;
}

#about ul li {
  width: 10%;
  margin: 0 1rem 0 0;
}

#about ul li:last-child {
  margin: 0;
}

#about ul li img {
  width: 100%;
}

#about dl div {
  margin: 0 0 2rem 0;
  padding: 3rem;
  border: 5px solid #000;
  border-radius: 3rem;
  text-align: left;
}

#about dl dt {
  position: relative;
  font-size: 3rem;
  background: -webkit-linear-gradient(transparent 80%, #fdff01 0%);
  background: -o-linear-gradient(transparent 80%, #fdff01 0%);
  background: linear-gradient(transparent 80%, #fdff01 0%);
  display: inline;
}

#about dl dd {
  margin: 1rem 0 0 0;
  font-size: 2rem;
  font-weight: 500;
}

.btn-toTop {
  display: block;
  width: 18%;
  margin: 5rem auto 0;
  filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.4));
}



#faq .btnBox {
  display: flex;
  justify-content: center;
}

#faq .btn-toTop {
  margin: 5rem 0 0 0;
}

#faq .btn-toToiforms {
  display: block;
  width: 18%;
  margin: 5rem 0 0 3rem;
  filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.4));
}





/*お知らせ*/
#news p>img {
  width: 18%;
  margin: 0 auto;
}

#news article {
  margin: 7rem 0;
  text-align: left;
  font-weight: 500;
}

#news article p.date {
  margin: 0;
}

#news article h1 {
  margin: 0 0 3rem 0;
  padding: 0 0 0.5rem 0;
  font-size: 3rem;
  color: #2278e5;
  border-bottom: 2px dashed #d5d5d5;
}

#news article p {
  margin-bottom: 3rem;
  font-size: 1.7rem;
}

#news article figure {
  width: 80%;
  margin: 0 auto 3rem;
}


/*オーディション*/
#audition article {
  margin: 7rem 0;
  text-align: left;
  font-weight: 500;
}

#audition article p.date {
  margin: 0;
}

#audition article h1 {
  margin: 0 0 3rem 0;
  padding: 0 0 0.5rem 0;
  font-size: 3rem;
  color: #2278e5;
  border-bottom: 2px dashed #d5d5d5;
}

#btnPagetop {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.4));
}




@media screen and (max-width:1200px) {
  header p {
    width: 10%;
  }

  header .header-toTop {
    width: 15%;
  }

  main {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  #btnPagetop {
    position: fixed;
    bottom: 15rem;
    right: 3rem;
  }

  #top .bnr {
    width: 50%;
  }
}

@media screen and (max-width:950px) {
  header p {
    width: 15%;
  }

  header .header-toTop {
    width: 20%;
  }

  #news p>img {
    width: 25%;
  }

  #about h1 {
    width: 25%;
  }

  #about h2 {
    width: 80%;
  }

  #about ul li {
    width: 15%;
  }

  .btn-toTop {
    width: 25%;
  }

  #faq .btnBox {
    flex-direction: column;
  }

  #faq .btn-toTop {
    margin: 5rem auto 0;
  }

  #faq .btn-toToiforms {
    width: 25%;
    margin: 2rem auto 0;
  }

}

@media screen and (max-width:560px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  header p {
    width: 20%;
  }

  header .header-toTop {
    width: 32%;
  }

  main {
    width: 90%;
    margin: 5rem auto;
  }

  .bnrBox {
    width: auto;
  }

  /*トップ*/
  #top h1 {
    width: auto;
  }

  #top .bnr {
    width: auto;
  }

  #top .leadTxt {
    width: 80%;
    font-size: 1em;
    margin: 0 auto 5rem;
  }


  #top ul li {
    width: 22%;
  }

  #artist {
    margin: 5rem auto 0 !important;
  }

  #link-bnr {
    width: auto;
    display: block;
  }

  #link-bnr p {
    width: 100%;
  }


  /*ミタイ！とは*/
  #about h1 {
    width: 50%;
    margin: 0 auto 3rem;
  }

  #about h2 {
    margin: 0 auto 3rem;
  }

  #about ul {
    flex-wrap: wrap;
  }

  #about ul li {
    width: 20%;
  }

  #about dl div {
    padding: 2rem;
    border: 4px solid #000;
  }

  #about dl dt {
    font-size: 2.2rem;
  }

  #about dl dd {
    font-size: 1.5rem;
  }


  #faq .btn-toToiforms {
    width: 45%;
  }


  /*お知らせ*/

  #news p>img {
    width: 40%;
  }

  #news article {
    margin: 5rem 0;
  }

  #news article p.date {
    margin: 0;
    font-size: 1.4rem;
  }

  #news article h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  #news article p {
    font-size: 1.5rem;
  }

  #news article figure {
    width: auto;
    margin: 0 auto 3rem;
  }

  .btn-toTop {
    width: 45%;
  }

  #audition article {
    margin: 5rem 0;
  }

  #audition article h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  #audition article p.date {
    margin: 0;
    font-size: 1.4rem;
  }

  #btnPagetop {
    position: fixed;
    width: 12%;
    bottom: 2rem;
    right: 2rem;
  }
}

  /*footer*/
.__sgk-footer-sub-item a{
  display:inline-block;
}