#about {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#about .pickup {
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: center;
}

#poster {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #poster {
    padding-bottom: 50px;
  }
}
#poster .prWrapper {
  margin-bottom: 60px;
}
#poster .prWrapper .area {
  background-color: #150a5e;
  color: #fdfdfd;
  font-weight: 900;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-size: 1.8rem;
}
#poster .prWrapper .imgBox {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#poster .prWrapper .imgBox:hover {
  opacity: 0.7;
}
#poster .prWrapper img {
  margin-bottom: 15px;
  width: 100%;
}
#poster .prWrapper .title {
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #150a5e;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#poster .prWrapper .name {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.5;
}
#poster .prWrapper .name span {
  font-size: 1.4rem;
}
#poster .prWrapper .nameTitle {
  font-size: 1.4rem;
  line-height: 1.5;
}
#poster .prWrapper .dlBtnWrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #poster .prWrapper .dlBtnWrapper {
    text-align: left;
  }
}
#poster .prWrapper .dlBtnWrapper a {
  display: inline-block;
  color: #fdfdfd;
  background-color: #150a5e;
  padding: 3px 15px;
  min-width: 120px;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: bold;
}
#poster .prWrapper .posterBtnWrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #poster .prWrapper .posterBtnWrapper {
    text-align: left;
  }
}
#poster .prWrapper .posterBtnWrapper a {
  display: inline-block;
  color: #fdfdfd;
  background-color: #f68c93;
  padding: 3px 15px;
  min-width: 120px;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: bold;
}

.js-modal {
  z-index: 110;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalInner {
    max-height: 90vh;
  }
}
.js-modal .modalInner .modalBox {
  padding-top: 50px;
  padding-bottom: 50px;
}
.js-modal .modalInner .modalBox .commentWrapper {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}
.js-modal .modalInner .modalBox .commentWrapper > .title {
  background-color: #150a5e;
  color: #fdfdfd;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
.js-modal .modalInner .modalBox .profileRow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.js-modal .modalInner .modalBox .profileRow .profileBox {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalInner .modalBox .profileRow .profileBox {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.js-modal .modalInner .modalBox .profileRow .profileBox img {
  border-radius: 8px;
}
.js-modal .modalInner .modalBox .profileRow .profileBox .name {
  margin-top: 5px;
  font-size: 1.6rem;
}
.js-modal .modalInner .modalBox .profileRow .profileBox .name span {
  font-size: 80%;
}

/*=============================================
=            POOL            =
=============================================*/
#pool {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}
#pool .commentWrapper {
  margin-top: 40px;
  text-align: center;
}
#pool .commentWrapper h5 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 15px;
}
#pool .commentWrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  flex-wrap: wrap;
}
#pool .commentWrapper ul a {
  display: block;
  width: 280px;
  background-color: #f97b00;
  color: #fdfdfd;
  padding: 19px 10px;
  border-radius: 3px;
  margin: 5px;
  font-weight: 900;
  transition: 0.2s all ease-in-out;
}
#pool .commentWrapper ul a.listBtn {
  background-color: #150a5e;
  color: #fdfdfd;
}
#pool .commentWrapper ul a:hover {
  opacity: 0.7;
}
#pool #kiyakuWrapper {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#pool .kiyakuWrapper {
  margin-top: 60px;
  position: relative;
  background-color: #fafafa;
  border: 2px solid #e2e2e2;
  border-radius: 3px;
  padding: 30px;
  font-size: 1.2rem;
}
#pool .kiyakuWrapper .kiyakuTitle {
  background-color: #1b1e24;
  color: #fdfdfd;
  display: block;
  position: absolute;
  padding: 5px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
#pool .kiyakuWrapper .dscBox h6 {
  font-weight: bold;
  font-size: 1.2rem;
}
#pool .kiyakuWrapper .dscBox ul {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#pool .kiyakuWrapper .dscBox ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*=====  End of POOL  ======*//*# sourceMappingURL=custom.css.map */