a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  display: block;
}

.anohi {
  font-family: "Shippori Mincho", serif;
  overflow-x: hidden;
  background-color: hsl(0, 0%, 95%);
}

.time img {
  max-width: 1000px;
  width: 100%;
  margin: 8rem auto;
}

.movie {
  max-width: 1000px;
  width: 100%;
  padding: 1rem;
  margin: 3rem auto;
  box-sizing: border-box;
  overflow: hidden;
}
.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.about {
  max-width: 1000px;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
}
.about_item {
  margin-bottom: 5rem;
}
.about_item p {
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .about_item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10rem;
  }
  .about_item p {
    width: 55%;
    background-color: #fff;
    margin-bottom: 0;
    padding: 2rem 1rem;
    margin: 0 -3rem -3rem 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(47, 36, 32, 0.2);
  }
  .about_item img {
    width: 50%;
  }
  .about_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .about_item:nth-child(even) p {
    margin: 0 0 -3rem -3rem;
  }
}

.production {
  max-width: 1000px;
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}
.production h2 {
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
}
.production table {
  text-align: left;
  width: 100%;
}
.production table tr {
  display: block;
}
.production table tr th, .production table tr td {
  display: block;
}
.production table tr th {
  font-weight: bold;
}
.production table tr td {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .production table {
    width: 50%;
    margin: 0 auto 5rem;
  }
  .production table tr {
    display: table-row;
  }
  .production table tr th, .production table tr td {
    display: table-cell;
  }
  .production table tr th {
    font-size: 1.1rem;
    width: 30%;
  }
  .production table tr td {
    font-size: 1rem;
    padding-left: 13px;
    width: 70%;
  }
}
.production .talk tr th {
  text-align: center;
}

.link {
  text-align: center;
  padding: 3rem 0;
}
.link a {
  display: inline-block;
}
.link a img {
  width: clamp(200px, 20vw, 300px);
  transition: transform 0.1s ease-in;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.link a img:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.link p {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  word-break: keep-all;
}/*# sourceMappingURL=style.css.map */