li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

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

.wrapper {
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  padding: 0 1rem 5rem;
  color: #2f2420;
  text-align: center;
}
.wrapper p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

#sengo80 {
  font-family: "Shippori Mincho", serif;
  background-color: #ebebeb;
  overflow: hidden;
}
#sengo80 .mv {
  width: 100%;
  height: 70vh;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 800px) {
  #sengo80 .mv {
    height: 100vh;
  }
}
#sengo80 .mv .main_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 50vw, 900px);
  animation: fadeIn 0.7s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(40px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
}
#sengo80 .mv .time {
  position: absolute;
  bottom: clamp(40px, 8vw, 100px);
  left: 50%;
  transform: translateX(-50%);
}
#sengo80 .mv .time img {
  max-width: none;
  width: clamp(300px, 55vw, 900px);
  filter: drop-shadow(0 6px 12px rgba(47, 36, 32, 0.18)) drop-shadow(0 16px 40px rgba(47, 36, 32, 0.12));
}
#sengo80 .movie {
  box-sizing: border-box;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 10rem;
}
#sengo80 .movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#sengo80 .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
#sengo80 .about {
  line-height: 1.9;
  font-weight: 600;
}
#sengo80 .about > p {
  margin-bottom: 5rem;
}
#sengo80 .about_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
#sengo80 .about_item p {
  word-break: keep-all;
}
@media (min-width: 800px) {
  #sengo80 .about_item {
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    gap: 0;
    margin-bottom: 10rem;
  }
  #sengo80 .about_item .about_text {
    width: 55%;
    margin-bottom: -1rem;
    margin-right: -3rem;
    position: relative;
    z-index: 33;
  }
  #sengo80 .about_item .about_text p {
    background-color: #ebebeb;
    padding: 2rem 1rem;
    box-shadow: 0 20px 50px rgba(47, 36, 32, 0.12);
  }
  #sengo80 .about_item .about_img {
    width: 50%;
  }
  #sengo80 .about_item .about_img img {
    max-width: 800px;
    width: 100%;
  }
  #sengo80 .about_item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #sengo80 .about_item:nth-of-type(even) .about_text {
    margin-left: -3rem;
  }
}
#sengo80 .production {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sengo80 .production h2 {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
#sengo80 .production table tr {
  display: block;
}
#sengo80 .production table tr th, #sengo80 .production table tr td {
  display: block;
  text-align: left;
}
#sengo80 .production table tr th {
  font-weight: bold;
}
#sengo80 .production table tr td {
  font-size: 0.9rem;
}
@media (min-width: 800px) {
  #sengo80 .production table tr {
    display: table-row;
  }
  #sengo80 .production table tr th, #sengo80 .production table tr td {
    display: table-cell;
  }
  #sengo80 .production table tr th {
    font-size: 1.1rem;
  }
  #sengo80 .production table tr td {
    font-size: 1rem;
    padding-left: 13px;
  }
}
#sengo80 .link {
  text-align: center;
}
#sengo80 .link a {
  display: inline-block;
  transition: opacity 0.3s ease-in;
}
#sengo80 .link a img {
  width: clamp(200px, 20vw, 300px);
  margin: 0 auto;
}
#sengo80 .link a:hover {
  opacity: 0.7;
}
#sengo80 .link p {
  font-size: 0.8rem;
  margin: 1rem 0;
}/*# sourceMappingURL=style.css.map */