@charset "UTF-8";

@import url("reset.css");

body.wp-autoresize {
  padding: 40px !important;
}

.article {
  background-color: inherit;
  letter-spacing: 0.01em;
}

.article p,
.article a,
.article table,
.article li {
  color: #151515;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}
article .btn {
  margin: 40px 0px;
}
article .btn a {
  display: block;
  background-color: #000;
  text-align: center;
  padding: 25px 20px;
  font-weight: 500;
  color: #fff;
}
article .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin: 40px 0px;
  display: block;
}

article .movie-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.article {
  /* padding: 60px; */
  color: #151515;
  /*   font-feature-settings: "palt"; */
}
.article p.caption {
  font-size: 10px;
}
.article p.small {
  font-size: 12px;
}

.article p {
  font-size: 15px;
}
.article h5 {
  font-size: 20px;
}
.article h4 {
  font-size: 24px;
}
.article h3 {
  font-size: 30px;
  transform: scaleY(0.9);
}
.article h2 {
  font-size: 40px;
  transform: scaleY(0.9);
}
.article h1 {
  font-size: 48px;
  transform: scaleY(0.9);
}

.article table {
  width: 100%;
}
.article table tr {
  border-top: solid 1px #ddd;
}
.article table tr:last-child {
  border-bottom: solid 1px #ddd;
}
.article table td {
  padding: 15px;
}

.article .movie-wrap {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.article .movie-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.article p a {
  text-decoration: underline;
}
.article p a:hover,
.article .flash-child a:hover {
  animation: flash 0.14s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-iteration-count: 2;
}

.article .btn {
  text-align: center;
  position: relative;
}

.article .btn a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px;
  background-color: #000;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.article .bar {
}
.article .bar span {
  padding: 8px;
}

/* 2023teaser style add=========================================================================== */


/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition: all .5s ease;
  margin-bottom: 10%;
}

.title a{
  color: #ffffff;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #fff;
  
}
.title::before{
  top:48%;
  right: 1.5%;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  right: 1.5%;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close{
  margin-bottom: 0;
}
.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  margin: 0 0% 3% 0%;
  padding-top: 1%;
  height: 100%;
}


@media screen and (max-width: 600px) {

  /*アコーディオンで現れるエリア*/
.box {
  /* max-height: 400px; */
  height: 100%;
  /* overflow-x: scroll; */
}



  .article p,
  .article a,
  .article table,
  .article li {
    color: #151515;
    font-size: 14px;
  }

  .title a{
    color: #ffffff;
  }

  .article p.caption {
    font-size: 10px;
  }
  .article p.small {
    font-size: 12px;
  }

  .article p {
    font-size: 14px;
  }
  .article h5 {
    font-size: 16px;
  }
  .article h4 {
    font-size: 18px;
  }
  .article h3 {
    font-size: 20px;
  }
  .article h2 {
    font-size: 26px;
  }
  .article h1 {
    font-size: 30px;
  }
  .article .btn a {
    padding: 15px;
    font-size: 12px;
  }
  .article .ticket-detail {
  }
  .article .ticket-detail tr {
    display: flex;
    flex-direction: column;
    border: solid 1px #ddd;
    margin-bottom: 10px;
  }
  .article .ticket-detail td {
    padding: 10px;
  }
  .article .ticket-detail td:nth-child(1) {
    padding: 2px 10px;
    background-color: #ddd;
    font-size: 12px;
  }
}
