@charset "UTF-8";
body {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 780px) {
  body {
    background-image: url(../images/bg-pc.png);
  }
}
@media screen and (max-width: 779px) {
  body {
    background-image: url(../images/bg-sp.png);
  }
}

/*==================================
 main-container
===================================*/
.main-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .main-container {
    font-size: 4.0625vw;
  }
}
.main-container _:lang(x)::-internal-media-controls-overlay-cast-button, .main-container img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.particles {
  position: absolute;
  z-index: -1;
  bottom: -300px;
  width: 1440px;
  height: 800px;
  pointer-events: none;
}

@media screen and (max-width: 779px) {
  .particles {
    width: 100vw;
    height: auto;
  }
}
.particles.reversed img {
  transform: rotate(180deg);
}

.titleText,
.credit-heading img {
  opacity: 0;
}

.titleMark {
  display: block;
  width: 213px;
  padding-top: 40px;
  margin: auto;
}
@media screen and (max-width: 779px) {
  .titleMark {
    width: 39.358974359%;
    padding-top: 29.6875vw;
  }
}

.titleText {
  display: block;
  width: 462px;
  margin: 20px auto 0;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s ease-out, opacity 0.3s 0.7s;
}
@media screen and (max-width: 779px) {
  .titleText {
    width: 90.1282051282%;
    margin: 0 auto;
  }
}
.titleText.-show {
  opacity: 1;
  transform: translateY(0);
}

.credit-heading {
  text-align: center;
}
.credit-heading img {
  width: 462px;
  filter: blur(20px);
  transition: filter 0.3s 0.2s ease-out, opacity 0.3s 0.2s;
}
.credit-heading.-show img {
  opacity: 1;
  filter: blur(0px);
}

@media screen and (max-width: 779px) {
  .credit-heading img {
    width: 90.1282051282%;
  }
}
.creditNameArea #followerLoadingArea.loading {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
.creditNameArea #followerLoadingArea.loading:before {
  font-size: inherit;
  font-weight: 700;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0 auto;
  content: "読み込み中...";
  text-align: center;
  color: #dac684;
  transform: translateY(-50%);
}
.creditNameArea .followersNameWrap {
  text-align: center;
}
@media screen and (max-width: 779px) {
  .creditNameArea .followersNameWrap {
    width: 85.2564102564%;
    margin: auto;
  }
}
.creditNameArea .name {
  padding: 15px 0 30px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-shadow: 0 0 5px #000;
  background-image: url(../images/name-line.png);
  background-position: center bottom;
  background-size: 384px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 779px) {
  .creditNameArea .name {
    background-size: 100% auto;
  }
}
.creditNameArea .name.-on {
  color: #dac684;
}
.creditNameArea .name span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 779px) {
  .creditNameArea .name span {
    padding-left: 7.6923076923vw;
  }
}
.creditNameArea .name span img {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
}
@media screen and (max-width: 779px) {
  .creditNameArea .name span img {
    width: 4.8717948718vw;
  }
}

.notice {
  margin-top: 15px;
  text-align: center;
  font-size: 90%;
}
@media screen and (max-width: 779px) {
  .notice {
    width: 80%;
    margin: 4% auto 0;
  }
}
.notice.-upper {
  width: 700px;
  margin: 20px auto 30px;
  font-size: 80%;
}
@media screen and (max-width: 779px) {
  .notice.-upper {
    width: 90%;
    margin: 4% auto 5vw;
    font-size: 65%;
  }
}
.notice.-upper span {
  display: inline-block;
  text-align: left;
}

.bottomArea {
  margin: 90px auto 0px;
  padding: 30px 0;
  border: solid #d1b77a;
  border-width: 2px 0px 2px;
  background-color: rgba(47, 92, 102, 0.8);
  box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.004);
}
.bottomArea .searchArea,
.bottomArea .followerNumButtons {
  max-width: 610px;
  margin: auto;
}
.bottomArea .button {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 102px;
  padding: 3px 0px 0px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #a98650 0%, #eedc9a 100%);
  text-align: center;
  box-shadow: 1px 1.732px 8px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  .bottomArea .button {
    width: 26.9230769231%;
  }
}
.bottomArea .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #000000;
  transition: background-color 0.15s;
}
.bottomArea .button:hover:before, .bottomArea .button.-on:before {
  background-color: #504727;
}
.bottomArea .searchArea {
  padding: 50px 0;
}
@media screen and (min-width: 780px) {
  .bottomArea .searchArea {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/search-line-pc.png) top center/100% auto no-repeat, url(../images/search-line-pc.png) bottom center/100% auto no-repeat;
  }
}
@media screen and (max-width: 779px) {
  .bottomArea .searchArea {
    width: 90%;
    margin: auto;
    padding: 8% 0;
    text-align: center;
    background: url(../images/search-line-sp.png) top center/100% auto no-repeat, url(../images/search-line-sp.png) bottom center/100% auto no-repeat;
  }
}
.bottomArea .searchArea .text {
  text-shadow: 0 0 5px #000;
}
.bottomArea .searchArea .text:after {
  content: "▶";
}
@media screen and (max-width: 779px) {
  .bottomArea .searchArea .text:after {
    content: "▼";
    display: block;
  }
}
@media screen and (max-width: 779px) {
  .bottomArea .searchArea .nextButton {
    width: 36.0902255639%;
  }
}
.bottomArea .searchArea .nameSearch {
  width: 45%;
  margin: 0 10px;
}
@media screen and (max-width: 779px) {
  .bottomArea .searchArea .nameSearch {
    width: 100%;
    margin: 4% auto 6%;
  }
}
.bottomArea .searchArea .nameSearch .input {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.bottomArea .followerNumButtons {
  text-align: center;
}
.bottomArea .followerNumButtons .button {
  margin: 8px 10px;
}
@media screen and (max-width: 779px) {
  .bottomArea .followerNumButtons .button {
    margin: 2.5% 2%;
  }
}/*# sourceMappingURL=style.css.map */