@charset "utf-8";

body {
  font-size: 14px;
}

header {
  font-size: 16px;
}
footer {
  margin-top: 10rem;
}
main.subPage {
  margin-top: 50px;
}

.sectionTitle {
  font-family: "Archivo Black", sans-serif;
  border-bottom: 2px solid rgba(241, 97, 181, 0.85);
  color: rgba(241, 97, 181, 0.85);
}

.navbar-brand {
  margin: 0 1rem 0 0;
}
.navbar-brand img {
  height: 44px;
}
.navbar-expand-md .navbar-nav {
  /*height: 40px;*/
}

.navbar-ntk .navbar-nav .active > .nav-link,
.navbar-ntk .navbar-nav .nav-link.active,
.navbar-ntk .navbar-nav .nav-link.show,
.navbar-ntk .navbar-nav .show > .nav-link,
a,
.page-link {
  color: rgba(31, 158, 181, 0.9);
}
a:hover {
  color: #ccc;
}

.carousel-item img {
  /*object-fit: cover;
  object-position: 50% 50%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-group.list-group-flush .list-group-item {
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 0px;
}

img.object-fit-cover {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.badge-yurine {
  color: #fff;
  background-color: #ff679f;
}
.badge-satomon {
  color: #fff;
  background-color: #19bcec;
}
.badge-sawayaka {
  color: #fff;
  background-color: #58c139;
}
#goPageTop {
  position: fixed;
  bottom: 1.5rem;
  right: 2rem;
}
a.backtoTop {
  color: #ddd;
  text-decoration: none;
}
a.backtoTop:hover {
  opacity: 0.8;
}

/*Artist Page*/
.card.artistTop {
  border: none;
}
.snsLinkBox {
  margin: 0.5rem 0 2rem;
  text-align: right;
}
.snsLinkBox a {
  color: #aaa;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}

dl.profileList dt {
  font-weight: normal;
}
dl.profileList dt::before {
  content: "-- ";
}
dl.profileList dd {
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
dl.profileList dd::before {
  content: "「";
}
dl.profileList dd::after {
  content: "」";
}
/* Detail Page */
.liveDetail dl > dt,
.liveDetail dl > dd {
  padding-bottom: 0.6rem;
}
.liveDetail dl > dt {
  float: left;
  width: 4.5rem;
  text-align: right;
}
.liveDetail dl > dd {
  margin-left: 6rem;
}
.liveDetail dl > dd:after {
  content: "";
  display: block;
  clear: both;
}
.naviBtnBox > div {
  width: 50%;
  margin-top: 1rem;
}
.naviBtnBox > div.prevBtnBox {
  padding-right: 2rem;
  float: left;
}
.naviBtnBox > div.nextBtnBox {
  padding-left: 2rem;
  float: right;
}

@media screen and (max-width: 736px) {
  .naviBtnBox > div {
    width: 100%;
  }
  .naviBtnBox > div.prevBtnBox {
    padding-right: 0;
    float: none;
  }
  .naviBtnBox > div.nextBtnBox {
    padding-left: 0;
    float: none;
  }
}

p.partColor {
  text-align: center;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.carousel-caption h1 {
  font-size: 1.5rem;
}

.carousel-caption .btn {
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 0.3rem;
}
.navbar-expand-md .navbar-collapse.show {
  /*height: 200px;*/
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}
.sm-none {
  display: none;
}
@media (min-width: 40em) {
  .carousel-caption h1 {
    font-size: 2.2rem;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .carousel-item {
    height: 26rem;
  }

  /*.featurette-heading {
    font-size: 50px;
    margin-bottom: 2rem;
  }*/
}

@media (min-width: 62em) {
  .carousel-caption h1 {
    font-size: 3.5rem;
  }
  .featurette-heading {
    margin-top: 7rem;
  }
  .carousel-item {
    height: 40rem;
  }
  .navbar-expand-md .navbar-collapse {
    height: 40px;
  }
  .carousel-caption .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .featurette-heading {
    font-size: 50px;
    margin-bottom: 2rem;
  }
  .sm-none {
    display: block;
  }
}

/* For LINE BUTTON */
.line-button {
  display: inline-block;
  padding: 10px 16px;
  background-color: #00c300; /* LINEっぽいグリーン（商標注意） */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.line-button:active {
  transform: translateY(1px);
}
.line-button:focus {
  outline: 3px solid rgba(0, 195, 0, 0.25);
  outline-offset: 2px;
}
