@charset "utf-8";

/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-image: url("../img/gray_texture.webp");
}
body.news {
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section {
  margin-bottom: 2rem;
}

section#news {
  margin-top: 80px;
}

section#news .news_title {
  margin-top: 1rem;
  border-bottom: solid 1px #333333;
  padding-bottom: 0.5rem;
  text-align: left;
}
section#news .news_body {
  margin: 1rem;
}

footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: small;
}

/* main */
main {
  margin-top: 56px;
}

main .container-fluid {
  background: linear-gradient(to bottom, rgba(120, 120, 120, 0.6), rgba(30, 30, 30, 0.9)), url(../img/bg_newspaper.webp);
}


/* cast, staff */
#cast table td {
  width: 49%;
}
#cast table td:first-of-type,
#cast table th:first-of-type {
  border-right: 1px solid lightgray;
}
#cast table td:only-of-type {
  border-right: none;
}

#staff table td {
  padding: 0;
}
#staff td:first-child {
  width: 35%;
}

/* h */
h2.deco,
h3.deco,
h3.deco {
  border-bottom: 1px solid #666;
}

h2.deco,
h3.deco {
  border-left: 12px solid #666;
}

h4.deco {
  border-left: 8px solid #666;
}

/* contents */
#contents {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

/* to top */
#to_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
}

#to_top a i {
  color: #666;
}

#to_top a:hover i {
  color: #ccc;
}

/* headings */
#top,
#news_list,
#cast,
#staff,
#ticket,
#access {
  margin-top: -56px;
  padding-top: 56px;
}

/* ticket */
#ticket table th,
#ticket table td {
  border-color: #666;
  align-content: center;
  align-items: center;
}

#ticket .stage-time {
  width: 6rem;
  text-align: right;
}

#ticket .stage-team-a,
#ticket .stage-team-b {
  padding: 0;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

#ticket .stage-team-a {
  background-color: skyblue;
}
#ticket .stage-team-b {
  background-color: indianred;
}

#ticket .stage-team-a a,
#ticket .stage-team-b a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

#ticket .stage-team-a a:hover {
  background-color: deepskyblue;
}

#ticket .stage-team-b a:hover {
  background-color: darkred;
}

#ticket .ticket-group {
  width: 11rem;
}

/* social */
#share-btn {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  vertical-align: middle;
}

.social-header {
  font-size: large;
  display: inline-block;
  text-decoration: none;
}

.social-header a span {
  color: #333;
  transition: .5s;
}

.social-header a:hover span {
  display: inline-block;
  transform: rotate(360deg);
}

#social-timeline a {
  text-decoration: none;
}

/* parts */
.fs80p {
  font-size: 0.8rem;
}
.fs120p {
  font-size: 1.2rem;
}

.ex_link {
  margin-left: 0.2rem;
  font-size: smaller;
}

.btn_grad_gray {
  background: linear-gradient(to bottom, #ccc, #666);
}

.btn_grad_green {
  background: linear-gradient(to bottom, #99cc99, #28a745);
}