*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

html {
  scroll-behavior: smooth;
}

header,
nav,
footer {
  text-align: center;
}

main {
  width: min(1024px, 95%);
  margin-inline: auto;
}

.center {
  text-align: center;
}

a {
  color: crimson;
}

h2 {
  background: url(img/movie.svg) no-repeat 0% 50%;
  padding-left: 3.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  background-color: #e8e8e8;
  padding: 15px;
}

table tr:nth-child(2n) td {
  background-color: #f8f8f8;
}

table .fee {
  text-align: right;
  width: 30%;
}

p,
ul {
  line-height: 1.8;
}

ol {
  font-size: small;
}

dl dt {
  background-color: pink;
  font-weight: bold;
}

dl dd {
  border: 4px solid pink;
  border-top: 0;
  margin: 0;
}

dl dt,
dl dd {
  padding: 10px;
}

.balloon {
  padding: 1.5rem;
  background: url(img/check.svg) no-repeat 1rem 50%;
  background-color: #f8f8f8;
  padding-left: 3rem;
  line-height: initial;
}

.illust {
  text-align: center;
  margin: 4rem 1rem;
}

a[href*="fee"] {
  background-color: yellow;
}

.table-feelist {
  text-align: center;
}

#backToTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}

.video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

.top-info {
  border: 4px solid pink;
  margin: 0;
  padding: 0 1rem;
}

.marker {
  background-color: rgb(156, 230, 255);
}

.new {
  color: red;
}

.read {
  list-style: none;
  padding-left: 1rem;
}

.read li {
  background: linear-gradient(90deg, pink, #fff);
  padding: 1rem;
  margin: 1rem 0;
}

.read li::before {
  content: "♪ ";
}

.top-info ul {
  padding-left: 1.5rem;
}
