@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
  background-attachment: fixed !important;
  background: url("../images/bg_pc.jpg");
}
@media screen and (max-width: 768px) {
  body {
    background: url("../images/bg_sp.jpg");
  }
}

h1,
h2,
h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.main-visual {
  width: 100%;
  background: #fff;
}
.main-visual img {
  width: 100%;
}

.global-nav {
  background: #fff;
  padding: 15px 0;
}
.global-nav ul {
  /* リストのスタイルをリセット */
  list-style: none;
  margin: 0;
  padding: 0;
  /* PC(768px以上)向け: 横一列で4つ並べる */
  display: flex;
  justify-content: center;
  /* 中央寄せなどが必要であれば */
  flex-wrap: wrap;
  /* 要素の折り返し */
}
.global-nav ul li {
  padding: 5px 10px;
  box-sizing: border-box;
  /* パディングやボーダーを含む計算にする場合 */
  width: 15%;
  /* スタイルの調整（下線除去、ブロック化など任意） */
}
.global-nav ul li a {
  display: block;
  text-decoration: none;
}
.global-nav ul li a:hover img {
  opacity: 0.7;
  /* ホバー時に画像の不透明度を変更 */
  transition: opacity 0.3s;
  /* スムーズな遷移 */
}

.trailer-soon {
  padding: 3rem 1rem;
  margin-bottom: 3rem;
}
.trailer-soon__inner {
  text-align: center;
  margin: 0 auto;
}
.trailer-soon__inner .youtube-embed {
  width: 800px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .trailer-soon__inner .youtube-embed {
    width: 90%;
    height: auto;
  }
}
.trailer-soon__placeholder {
  margin-top: 2rem;
  background: #ccc;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section {
  width: 90%;
  margin: 0 auto 3rem auto;
}
.section-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.line {
  width: 100%;
}
.line img {
  width: 100%;
}

.event {
  width: 60%;
}
.event-content {
  margin: 20px 0px;
  text-align: center;
}
.event-content img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event {
    width: 90%;
  }
}
.event-content-1 {
  position: relative;
}
.event .event-btn {
  position: absolute;
  bottom: 18%;
  right: 39%;
  width: 22%;
}
.event .event-btn:hover {
  opacity: 0.7;
}

.campaign {
  width: 60%;
}
.campaign-content {
  margin: 20px 0px;
  text-align: center;
}
.campaign-content img {
  display: block;
  margin: 0 auto;
}
.campaign-content-1 {
  position: relative;
}
.campaign-content-1 .campaign-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .campaign-content-1 .campaign-btn {
    bottom: 9px;
  }
}
.campaign-content-1 .campaign-btn img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .campaign-content-1 .campaign-btn img {
    width: 100%;
  }
}
.campaign-content-1 .campaign-btn a:hover img {
  opacity: 0.7;
  /* ホバー時に画像の不透明度を変更 */
  transition: opacity 0.3s;
  /* スムーズな遷移 */
}
@media screen and (max-width: 768px) {
  .campaign {
    width: 90%;
  }
}

.lineup {
  width: 90%;
  margin: 0 auto 3rem auto;
}
.lineup-content {
  gap: 1rem;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  text-align: center;
}
.lineup-lead img {
  display: block;
  margin: 15px auto;
}
.lineup-top-item {
  width: 60%;
  margin: 15px auto;
  padding: 0 5px;
}
.lineup-top-item-content {
  display: flex;
  flex-direction: row;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.lineup-top-item-content-img {
  margin: 20px;
  width: auto;
  /* 幅を自動に設定 */
  height: auto;
  /* 高さを自動に設定 */
  max-width: 65%;
  /* 最大幅を親要素に合わせる */
  max-height: 100%;
  /* 最大高さを親要素に合わせる */
  -o-object-fit: contain;
     object-fit: contain;
  /* 縦横比を維持しつつ、親要素に収める */
}
@media screen and (max-width: 768px) {
  .lineup-top-item-content-img {
    max-width: 100%;
  }
}
.lineup-top-item-content-summary {
  margin: 20px 20px 20px 0px;
}
.lineup-top-item-content-text {
  margin-top: 20px;
  text-align: center;
}
.lineup-top-item-content-text p {
  font-weight: bold;
}
.lineup-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}
.lineup-item-list img {
  width: 24%;
  margin-bottom: 1rem;
}
.lineup-annotation {
  text-align: left;
  width: 70%;
  margin: 30px auto;
  max-width: 800px;
}
.lineup-btn {
  margin: 30px 0;
}
.lineup-btn img {
  margin: 0px auto;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .lineup-btn img {
    width: 75%;
  }
}
.lineup-btn a:hover img {
  opacity: 0.7;
  /* ホバー時に画像の不透明度を変更 */
  transition: opacity 0.3s;
  /* スムーズな遷移 */
}

.event-item,
.campaign-item,
.lineup-item {
  width: calc(33.333% - 1rem);
  background: #eee;
  text-align: center;
  padding: 1rem;
}

.event-img,
.campaign-img,
.lineup-img {
  background: #ccc;
  height: 150px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theater-info .section-content {
  display: block;
}
.theater-info .section-content .theater-info-img {
  margin: 15px auto 3rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .theater-info .section-content .theater-info-img {
    width: 100%;
  }
}
.theater-info-ttl {
  text-align: center;
  margin-top: 2rem;
  background: #7747a0;
  padding: 1%;
  width: 60%;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .theater-info-ttl {
    width: 100%;
  }
}
.theater-info-ttl img {
  width: 15%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .theater-info-ttl img {
    width: 25%;
  }
}
.theater-info-ttl-3 {
  width: 30% !important;
}
@media screen and (max-width: 768px) {
  .theater-info-ttl-3 {
    width: 50% !important;
  }
}
.theater-info-ttl-4 {
  width: 30% !important;
}
@media screen and (max-width: 768px) {
  .theater-info-ttl-4 {
    width: 50% !important;
  }
}
.theater-info .info-box {
  display: flex;
  margin: 0 auto 3rem;
  width: 60%;
}
.theater-info .info-box .info3 {
  width: 100%;
}
.theater-info .info-box .info4 {
  width: 100%;
}
.theater-info .info-box img {
  width: 48%;
}
.theater-info .info-btn img {
  width: 25%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .theater-info .info-btn img {
    width: 75%;
    margin: 1rem auto 0;
  }
}
.theater-info .info-btn a:hover img {
  opacity: 0.7;
  /* ホバー時に画像の不透明度を変更 */
  transition: opacity 0.3s;
  /* スムーズな遷移 */
}

.theater-annotation {
  text-align: center;
  width: 70%;
  margin: 30px auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .theater-annotation {
    width: 80%;
  }
}
.theater-annotation p {
  text-align: center;
}

.price {
  background-color: #fff;
  width: 60%;
  margin: 0 auto 2rem;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .price {
    width: 100%;
  }
}

.price-table {
  border-collapse: collapse;
  margin: 20px auto;
  width: 100%;
}
.price-table th,
.price-table td {
  border-bottom: 1px solid #333;
  padding: 5px;
  text-align: left;
}
.price-table .price {
  width: 20%;
}
.price-table .description {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .price-table {
    width: 100%;
  }
}

.price-table02 {
  border-collapse: collapse;
}
.price-table02 tr {
  display: flex;
  border-bottom: solid 1px #333;
}
.price-table02 td {
  display: flex;
  width: 80%;
  border: none;
}
.price-table02 th {
  border: none;
}
.price-table02 .name {
  width: 40%;
  margin-right: 1rem;
}
.price-table02 .expl {
  width: 40%;
}
.price-table02 .expl-small {
  font-size: 12px;
  display: block;
}
.price-table02 .description {
  width: 20% !important;
}

.price-annotation {
  text-align: left;
  margin: 20px auto 3rem;
  margin-left: 1rem;
  text-indent: -1rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .price-annotation {
    width: 100%;
    font-size: 12px;
  }
}

.footer {
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.footer img {
  width: 15%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .global-nav ul li {
    /* 幅を50%にして2つ並ぶように */
    width: 45%;
    padding: 5px 10px;
  }
  .section-content {
    flex-direction: column;
  }
  .lineup-top-item {
    width: 100%;
  }
  .lineup-top-item-content {
    flex-direction: column;
  }
  .lineup-top-item-content-summary {
    margin: 10px;
  }
  .lineup-item-list {
    width: 100%;
  }
  .lineup-item-list img {
    width: 50%;
  }
  .lineup-annotation {
    width: 100%;
    font-size: 12px;
  }
  .theater-info {
    margin-top: 1rem;
  }
  .theater-info .info-box {
    flex-direction: column;
    width: 100%;
  }
  .theater-info .info-box img {
    width: 100%;
    margin: 5px 0;
  }
  .theater-info-ttl-big {
    margin-bottom: 1rem;
  }
  .footer img {
    width: 45%;
  }
}
/*# sourceMappingURL=style.css.map */