/*--------------------------------------------------------------------
  common
--------------------------------------------------------------------*/
body {
  background: #a0d0eb;
  font-feature-settings: "pkna";
  background-size: cover;
}

img {
  width: inherit;
}

a {
  color: #000;
  text-decoration: underline;
}

.oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 16px;
  }
}

.title {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "fwid";
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 320px) {
  .title {
    font-size: 2.6rem;
  }
}
.title--sub {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
}

.text {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 1.6rem;
  }
}
.text--mid {
  font-size: 1.5rem;
  line-height: 1.8;
}
.text--mini {
  font-size: 1.3rem;
}

.cvr_btn {
  display: inline-block;
  background: #fff;
  border-radius: 24px;
}
.cvr_btn__wrapper {
  text-align: center;
}
.cvr_btn a {
  display: block;
  position: relative;
  border: 4px solid #39ade4;
  background: url(../img/bttf/btn_bg.png) repeat-x;
  background-size: cover;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 16px;
  padding: 36px 60px 36px 50px;
  font-weight: bold;
  text-shadow: 0px 0px 13px #e66205;
}
@media screen and (max-width: 768px) {
  .cvr_btn a {
    border: 2px solid #39ade4;
    border-radius: 8px;
    padding: 24px 50px 24px 32px;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
}
.cvr_btn a:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 35px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cvr_btn a:after {
    right: 24px;
    width: 11px;
    height: 11px;
  }
}

.text_link {
  text-decoration: underline !important;
}

.tel_link {
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel_link {
    pointer-events: all;
  }
}

strong {
  font-weight: 700;
}

/*--------------------------------------------------------------------
  header
--------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.header__twitter {
  position: absolute;
  top: 18px;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .header__twitter {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
}
.header__fb {
  position: absolute;
  top: 18px;
  right: 60px;
  width: 45px;
  height: 45px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .header__fb {
    top: 10px;
    right: 50px;
    width: 32px;
    height: 32px;
  }
}

/*--------------------------------------------------------------------
  fv
--------------------------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url(https://cineoke.info/wp/wp-content/themes/cineoke-themes/img/dragon/fv_sky.webp);
  background-size: cover;
  padding: 3% 0 1% 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv {
    background-size: cover;
  }
}
@media screen and (max-width: 650px) {
  .fv {
    min-height: 128vw;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    min-height: 165vw;
  }
}
.fv__inner {
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .fv__inner {
    align-items: center;
  }
}
.fv__title {
  width: 60%;
  z-index: 1;
  margin: 0 auto;
  transform: scale(0, 0);
  animation: zoomIn_title 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 70%;
    margin: 20% auto 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .fv__title {
    width: 100%;
    margin: 30% auto 0 auto;
  }
}
.fv__date {
  width: 55%;
  margin-top: 3%;
  z-index: 9;
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
  animation-delay: 4s;
}
@media screen and (max-width: 1400px) {
  .fv__date {
    width: 50%;
    margin-top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .fv__date {
    width: 65%;
    margin-top: 10%;
    z-index: 3;
  }
}
@media screen and (max-width: 650px) {
  .fv__date {
    width: 80%;
    position: absolute;
    bottom: 30px;
  }
}
.fv__dragon {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: scale(0, 0);
}
.fv__dragon.toothless {
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: bottom left;
  animation: zoomIn_dragon 1.8s ease-in-out forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 1400px) {
  .fv__dragon.toothless {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv__dragon.toothless {
    width: 70%;
    height: auto;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 650px) {
  .fv__dragon.toothless {
    bottom: calc(32.7vw + 30px);
  }
}
@media screen and (max-width: 500px) {
  .fv__dragon.toothless {
    width: 90%;
    z-index: 0;
  }
}
.fv__dragon.astrid {
  width: 40%;
  bottom: 45%;
  right: 0;
  transform-origin: top right;
  animation: zoomIn_dragon 2s ease-in-out forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .fv__dragon.astrid {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .fv__dragon.astrid {
    width: 50%;
  }
}
.fv__copy {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .fv__copy {
    z-index: 3;
  }
}
@media screen and (max-width: 650px) {
  .fv__copy {
    position: absolute;
    bottom: 0;
  }
}
.fv__note {
  display: block;
  margin: 15px auto 0;
  font-size: 2.4rem;
  color: #ef0000;
  padding: 7px 0;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__note {
    font-size: 1.6rem;
  }
}
.fv__note span {
  background: linear-gradient(transparent 0%, #fee200 0%);
}
.fv__water {
  width: 100%;
  max-height: unset;
  position: absolute;
  top: 19%;
  left: 0;
  z-index: -1;
  aspect-ratio: 931/1000;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fv__water {
    top: 23vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .fv__water {
    top: 50vw;
    height: 100%;
  }
}

@keyframes zoomIn_title {
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomIn_dragon {
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .video {
    padding: 0 16px;
    margin-top: 20px;
  }
}
.video p {
  text-align: right;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .video p {
    font-size: 11px;
  }
}

.videoWrapper {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.videoWrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper video {
  display: flex;
  margin: 40px auto 80px;
  width: 100%;
  max-width: 915px;
  height: auto;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .videoWrapper video {
    margin: 40px auto 40px;
  }
}
.videoWrapper .video {
  position: relative;
  width: 100%;
  padding-top: 56.4062%;
}
.videoWrapper .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.postponed .ticket {
  margin-top: 64px;
}
.postponed .ticket__title {
  background: rgba(255, 241, 0, 0.8);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: #ca0000;
  padding: 32px 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__title {
    font-size: 2.4rem;
  }
}
.postponed .ticket__text {
  background: rgba(255, 255, 255, 0.1);
  padding: 56px 160px 120px;
}
.postponed .ticket__text p {
  margin-top: 40px;
}
.postponed .ticket__text p:first-of-type {
  margin-top: 0;
}
.postponed .ticket__text p.border {
  padding: 24px 0;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}
.postponed .ticket__text span {
  font-weight: 700;
  font-size: 4rem;
  display: inherit;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text span {
    font-size: 2.4rem;
  }
}
.postponed .ticket__text span.bold {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
}
.postponed .ticket__text a {
  text-decoration: underline;
}
.postponed .ticket__text a[href^="tel:"] {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text a {
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .postponed .ticket__text {
    padding: 32px 24px;
  }
}
.postponed .ticket__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.postponed .ticket__list li {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list li {
    padding: 8px 0;
  }
}
.postponed .ticket__list li:nth-of-type(odd) {
  width: 20%;
  font-weight: 700;
}
.postponed .ticket__list li:nth-of-type(even) {
  width: 76%;
}
.postponed .ticket__list__heading {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__heading {
    font-size: 2rem;
  }
}
.postponed .ticket__list__heading span {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__heading span {
    font-size: 2.2rem;
  }
}
.postponed .ticket__list__title {
  font-size: 2.4rem;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__list__title {
    font-size: 2rem;
    margin-top: 24px;
  }
}
.postponed .ticket__list__nots {
  margin-top: 40px;
  font-size: 1.3rem;
}
.postponed .ticket__btn {
  color: #fff;
  font-size: 2.4rem;
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .postponed .ticket__btn {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn {
    font-size: 1.2rem;
    margin-top: 10%;
  }
}
.postponed .ticket__btn a {
  position: relative;
  border: 2px solid #fff;
  padding: 16px 116px 16px 116px;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn a {
    display: inline-block;
    width: 100%;
    padding: 16px;
    font-size: 1.4rem;
  }
}
.postponed .ticket__btn a::after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  right: 21px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .postponed .ticket__btn a::after {
    top: 24px;
    right: 14px;
    width: 10px;
    height: 10px;
  }
}

.discontinued {
  padding: 32px 0 80px;
}
@media screen and (max-width: 768px) {
  .discontinued {
    padding: 32px 0;
  }
}
.discontinued .ticket {
  margin-top: 64px;
}
.discontinued .ticket__title {
  background: rgba(255, 241, 0, 0.8);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: #ca0000;
  padding: 32px 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__title {
    font-size: 2.4rem;
  }
}
.discontinued .ticket__text {
  background: rgba(255, 255, 255, 0.1);
  padding: 56px 160px 120px;
}
.discontinued .ticket__text p {
  margin-top: 40px;
}
.discontinued .ticket__text p:first-of-type {
  margin-top: 0;
}
.discontinued .ticket__text p.border {
  padding: 24px 0;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
}
.discontinued .ticket__text span {
  font-weight: 700;
  font-size: 4rem;
  display: inherit;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__text span {
    font-size: 2.4rem;
  }
}
.discontinued .ticket__text span.bold {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
}
.discontinued .ticket__text a {
  text-decoration: underline;
}
.discontinued .ticket__text a[href^="tel:"] {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__text a[href^="tel:"] {
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__text {
    padding: 32px 24px;
  }
}
.discontinued .ticket__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.discontinued .ticket__list li {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__list li {
    padding: 8px 0;
  }
}
.discontinued .ticket__list li:nth-of-type(odd) {
  width: 20%;
  font-weight: 700;
}
.discontinued .ticket__list li:nth-of-type(even) {
  width: 76%;
}
.discontinued .ticket__list__heading {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__list__heading {
    font-size: 2rem;
  }
}
.discontinued .ticket__list__heading span {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__list__heading span {
    font-size: 2.2rem;
  }
}
.discontinued .ticket__list__title {
  font-size: 2.4rem;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .discontinued .ticket__list__title {
    font-size: 2rem;
    margin-top: 24px;
  }
}
.discontinued .ticket__list__nots {
  margin-top: 40px;
  font-size: 1.3rem;
}

.goods {
  padding: 16px 0 80px;
}
@media screen and (max-width: 768px) {
  .goods {
    padding: 50px 0 0;
  }
}
.goods a {
  text-decoration: underline;
}
.goods .goods__title {
  background: #025b9f;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .goods .goods__title {
    font-size: 2.4rem;
  }
}
.goods .goods__text {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 100px;
  color: #000;
}
.goods .goods__text > p {
  margin-top: 40px;
}
.goods .goods__text > p:first-of-type {
  margin-top: 0;
}
.goods .goods__text span {
  font-weight: 700;
}
.goods .goods__text span.mini {
  font-size: 1.2rem;
  font-weight: 400;
}
.goods .goods__text span.red {
  color: #ca0000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .goods .goods__text {
    padding: 32px 24px;
  }
}
.goods__list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 20px;
}
.goods__list__detail {
  position: relative;
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .goods__list__detail {
    white-space: inherit;
  }
}
.goods__list__detail--note {
  font-size: 1.6rem;
}
.goods__list__detail span.soldout {
  color: #ca0000;
  margin-left: 4px;
  font-weight: 400;
}
.goods__list__tmb {
  margin-top: 20px;
}
.goods__list li {
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .goods__list li {
    width: 100%;
  }
}

/*--------------------------------------------------------------------
  date
--------------------------------------------------------------------*/
.date {
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.date__bg {
  z-index: -1;
  position: absolute;
  top: -110%;
  left: 0;
  right: 0;
  animation: updown 5s ease-in-out infinite;
  width: 100%;
  height: auto;
  max-height: unset;
}
@media screen and (max-width: 768px) {
  .date__bg {
    top: -10%;
    height: 150%;
    object-fit: cover;
  }
}
.date__inner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .date__inner {
    padding: 80px 0 0 0;
  }
}
.date__inner img {
  display: block;
  margin: 0 auto;
}
.date__inner .date__title {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .date__inner .date__title {
    width: 70%;
  }
}
.date__inner .date__info {
  width: 30%;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .date__inner .date__info {
    width: 70%;
  }
}
.date .cvr_btn {
  margin-top: 30px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .date .cvr_btn {
    margin-top: 30px;
  }
}
.date .cvr_btn--sub {
  width: 440px;
}
.date__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .date__list {
    flex-flow: column;
    padding-top: 20px;
  }
}
.date__list li {
  padding: 0 30px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .date__list li {
    padding: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.date__list li .cvr_btn a {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .date__list li .cvr_btn a {
    font-size: 2.2rem;
  }
}

@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*--------------------------------------------------------------------
  overview
--------------------------------------------------------------------*/
.overview {
  width: 100%;
}
.overview__title {
  font-weight: bold;
  text-align: center;
  background: #009dd1;
  letter-spacing: 0.1em;
  padding: 40px 16px;
  line-height: 5.6rem;
}
@media screen and (max-width: 768px) {
  .overview__title {
    line-height: 1.6;
    font-size: 2.3rem;
    padding: 16px 16px;
  }
}
.overview__content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .overview__content {
    flex-flow: column;
  }
}
.overview__content:nth-of-type(2) {
  margin-top: 80px;
}
.overview__tmb {
  width: 47%;
}
.overview__tmb img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .overview__tmb {
    width: 100%;
  }
}
.overview__text {
  background: rgba(255, 255, 255, 0.9);
  padding: 70px 100px;
  color: #000;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .overview__text {
    width: 100%;
    padding: 32px 24px;
  }
}
.overview__text__heading {
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview__text__heading {
    font-size: 2.2rem;
  }
}
.overview__finaly {
  text-align: center;
  margin-top: 100px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .overview__finaly {
    font-size: 2.9rem;
    text-align: left;
    margin-top: 40px;
  }
}
.overview__finaly span {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .overview__finaly span {
    font-size: 1.6rem;
  }
}
.overview__finaly__text {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 24px 80px;
  text-align: left;
  margin-top: 80px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .overview__finaly__text {
    padding: 32px 24px;
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------------------
  movie
--------------------------------------------------------------------*/
.movie {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 16px;
  }
}
.movie__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*--------------------------------------------------------------------
  ticket
--------------------------------------------------------------------*/
.info.ticket .inner > p {
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .info.ticket .inner > p {
    padding: 0 24px;
  }
}

/*--------------------------------------------------------------------
  info
--------------------------------------------------------------------*/
#info {
  background: url(../img/dragon/bg_03.png) no-repeat left calc(50vw + 109px) top 95%;
  background-size: 45%;
}
@media screen and (max-width: 768px) {
  #info {
    background-size: 90%;
  }
}
@media screen and (min-width: 2200px) {
  #info {
    background: url(../img/dragon/bg_03.png) no-repeat right 0 top 95%;
    background-size: 45%;
  }
}

.info {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .info {
    background-size: 400px;
  }
}
.info .ticket__title {
  color: #f0ff00;
  background: #d31c03;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 16px;
}
.info .ticket__title p:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  font-feature-settings: "pkna";
}
@media screen and (max-width: 768px) {
  .info .ticket__title p:not([class]) {
    flex-direction: column;
    gap: 7px;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    margin-top: 10px;
  }
}
.info .ticket__title p span {
  font-weight: normal;
}
.info .ticket__title p span:first-of-type {
  display: block;
  width: fit-content;
  height: fit-content;
  line-height: 1;
  color: #d31c03;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 6px 14px;
}
@media screen and (max-width: 768px) {
  .info .ticket__title p span:first-of-type {
    padding: 7px;
  }
}
.info .ticket__text {
  background: rgba(255, 255, 255, 0.9);
  padding: 70px 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .info .ticket__text {
    padding: 32px 24px;
    margin-top: -1px;
  }
}
.info .ticket__text--em {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #d01010;
}
.info .ticket__text--em span {
  background: linear-gradient(transparent 50%, #fff71d 50%);
}
@media screen and (max-width: 768px) {
  .info .ticket__text--em {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.info .ticket__detail__title {
  font-size: 2.1rem;
  color: #d01010;
}
@media screen and (max-width: 768px) {
  .info .ticket__detail__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.info .ticket__onsale {
  background: #d5dbdf;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .info .ticket__onsale {
    padding: 20px 10px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.info .ticket__onsale span {
  font-weight: bold;
}
.info .schedule__title {
  background: #009dd1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 16px;
}
.info .schedule__text {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 100px 100px 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .info .schedule__text {
    padding: 32px 24px;
  }
}
.info .schedule__text--em {
  font-size: 2.4rem;
  font-weight: bold;
  color: #009dd1;
}
@media screen and (max-width: 768px) {
  .info .schedule__text--em {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.info .schedule__detail {
  width: 100%;
  display: flex;
  margin-top: 60px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail {
    margin-top: 40px;
    flex-flow: column;
  }
}
.info .schedule__detail__title {
  font-size: 2.1rem;
  width: 25%;
  color: #009dd1;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__title {
    width: 100%;
    padding-bottom: 10px;
  }
  .info .schedule__detail__title br {
    display: none;
  }
}
.info .schedule__detail__text {
  width: 75%;
  padding-left: 40px;
  border-left: 1px solid #d4dacf;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text {
    width: 100%;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid #d4dacf;
    padding-top: 10px;
  }
}
.info .schedule__detail__text .box {
  position: relative;
  padding: 2px 16px 2px 10px;
  font-size: 13px;
  border: 1px solid #fff;
  margin: 1em 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text .box {
    display: inline-block;
  }
}
@media screen and (max-width: 320px) {
  .info .schedule__detail__text .box {
    margin-top: 16px;
  }
}
.info .schedule__detail__text .box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.info .schedule__detail__text__col2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info .schedule__detail__text__col2 {
    flex-flow: column;
  }
  .info .schedule__detail__text__col2 li:first-of-type {
    margin-bottom: 24px;
  }
}
.info .schedule__organizer {
  font-size: 2rem;
  margin-top: 64px;
  font-weight: 700;
  color: #0279c9;
}
.info .schedule__note__title {
  font-size: 2.1rem;
  margin-top: 64px;
  font-weight: 700;
  color: #009dd1;
}
@media screen and (max-width: 768px) {
  .info .schedule__note__title {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.info .schedule__note__text {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .info .schedule__note__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------------
  performer
--------------------------------------------------------------------*/
.performer {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .performer {
    padding: 60px 0;
  }
}
.performer__title {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.performer__content {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.9);
}
.performer__content__title {
  background: #009dd1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 24px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.performer__content__title span {
  margin-left: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .performer__content__title span {
    margin-left: 24px;
  }
}
.performer__content__detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  padding: 48px 50px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .performer__content__detail {
    flex-flow: column;
    padding: 32px 24px;
  }
}
.performer__content__tmb {
  width: 30%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .performer__content__tmb {
    width: 100%;
    margin-top: 16px;
  }
}
.performer__content__tmb img {
  width: 100%;
  max-width: 284px;
}
@media screen and (max-width: 768px) {
  .performer__content__tmb img {
    max-width: 100%;
  }
}
.performer__content__tmb span {
  display: block;
  width: 284px;
  margin: 5px auto;
  color: #666;
  text-align: left;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .performer__content__tmb span {
    width: 100%;
  }
}
.performer__content__name {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #0279c9;
}
@media screen and (max-width: 768px) {
  .performer__content__name {
    font-size: 2.2rem;
    line-height: 1.4;
    width: 100%;
  }
}
.performer__content__name span {
  font-size: 1.8rem;
}
.performer__content__text {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .performer__content__text {
    width: 100%;
    margin-top: 16px;
  }
}
.performer__content__text dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.performer__content__text dl dt {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .performer__content__text dl dt {
    width: 40%;
  }
}
.performer__content__text dl dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .performer__content__text dl dd {
    width: 60%;
  }
}

/*--------------------------------------------------------------------
  background images
--------------------------------------------------------------------*/
img.background {
  position: absolute;
  z-index: -1;
}
img.background.bg_01 {
  width: 80%;
  right: 0;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  img.background.bg_01 {
    width: 90%;
  }
}
img.background.bg_sky {
  width: 100%;
  margin-top: -35%;
}
img.background.bg_02 {
  width: calc(50vw + 505px);
  margin-top: -15%;
}
@media screen and (max-width: 768px) {
  img.background.bg_02 {
    width: 100%;
    margin-top: -20px;
  }
}

/*--------------------------------------------------------------------
  future_performances
--------------------------------------------------------------------*/
.future_performances__heading {
  position: relative;
  font-size: 3.6rem;
  padding-left: 110px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .future_performances__heading {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    padding-left: 0;
  }
}
.future_performances__heading:after {
  left: 0;
  top: 18px;
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #ffff11;
}
@media screen and (max-width: 768px) {
  .future_performances__heading:after {
    position: relative;
    top: 0;
    width: 56px;
    height: 1px;
    margin: 24px auto;
  }
}
.future_performances__heading__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .future_performances__heading__wrapper {
    flex-flow: column;
  }
}
.future_performances__heading__wrapper .gen_btn {
  margin-right: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .future_performances__heading__wrapper .gen_btn {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------------
  summary
--------------------------------------------------------------------*/
.summary {
  background: url(../img/dragon/bg_summary.webp) no-repeat center;
  text-align: center;
  padding: 150px 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .summary {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 768px) {
  .summary {
    padding: 0;
    background-size: auto 105%;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .summary .inner {
    padding: 15% 16px;
    background-color: rgba(0, 0, 0, 0.1882352941);
  }
}
.summary .text {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .summary .text {
    margin-top: 40px;
  }
  .summary .text br {
    display: none;
  }
}
.summary .note {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .summary .note {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------------
  data
--------------------------------------------------------------------*/
.data {
  padding: 100px 0 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .data {
    padding: 80px 16px 60px;
  }
}
.data .title {
  text-align: center;
  color: #0279c9;
}
.data__content {
  margin-top: 80px;
  display: flex;
  width: 70%;
  margin: 80px auto;
  color: #111;
}
@media screen and (max-width: 768px) {
  .data__content {
    margin-top: 40px;
    width: 100%;
    flex-flow: column;
  }
}
.data__detail {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .data__detail {
    width: 100%;
  }
}
.data__detail dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.data__detail dl dt {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .data__detail dl dt {
    width: 34%;
  }
}
.data__detail dl dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .data__detail dl dd {
    width: 66%;
  }
}
.data__tmb {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .data__tmb {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
.data__tmb img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .data__tmb img {
    width: 60%;
  }
}
.data .note {
  text-align: center;
  margin-top: 50px;
  font-size: 1.1rem;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  .data .note {
    margin-top: 40px;
    font-size: 1rem;
  }
}
.data__logo {
  max-width: 527px;
  margin: 0 auto 90px;
  text-align: center;
}

.ticket_btn__pre {
  text-decoration: none;
}

/*--------------------------------------------------------------------
  footer
--------------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 100px 0 30px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 0 30px;
    background-size: contain;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 414px) {
  .footer {
    padding: 60px 0 30px;
    background-size: contain;
  }
}
.footer .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .footer .mask {
    height: 80px;
  }
}
@media screen and (max-width: 414px) {
  .footer .mask {
    height: 40px;
  }
}

/*--------------------------------------------------------------------
  animation
--------------------------------------------------------------------*/
.animation {
  transition: 1.6s ease;
  margin-top: 200px;
  opacity: 0;
}

.fade_up {
  transition: 1.6s ease;
  margin-top: 0;
  opacity: 1;
}

.animation_top {
  transition: 1.6s ease;
  margin-left: -200px;
  opacity: 0;
}

.fade_top {
  transition: 1.6s ease;
  margin-left: 0;
  opacity: 1;
}

.animation_top_2 {
  transition: 1.6s ease;
  right: 200px;
  opacity: 0;
}

.fade_top_2 {
  transition: 1.6s ease;
  right: 0;
  top: -47px;
  opacity: 1;
}

.animation_footer {
  transition: 1.6s ease;
  right: 0px;
  /*
    transition: 1.6s ease;
    background: url(../img/footer_bg.png) no-repeat right top;
    opacity: 0;
  */
}

.fade_footer {
  transition: 1.6s ease;
  right: -100%;
  /*
    transition: 1.6s ease;
    background: url(../img/footer_bg.png) no-repeat center top;
    opacity: 1;
  */
}