@charset "UTF-8";
/*---------------------------------------------------------------------------

font

---------------------------------------------------------------------------*/
body {
  font-family: "Zen Old Mincho", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 62.5%;
  line-height: 1.8em;
}

.en {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*---------------------------------------------------------------------------

colorset

---------------------------------------------------------------------------*/
.fc-key {
  color: #f9ce6d;
}

.fc-key-lighten {
  color: #fad685;
}

.fc-sub {
  color: #f9ce6d;
}

.fc-base-extra-lighten {
  color: #f1d5ae;
}

/*---------------------------------------------------------------------------

space

---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width
--------------------------------------------------------------*/
/*---------------------------------------------------------------------------

mixin

---------------------------------------------------------------------------*/
/*--------------------------------------------------------------
z-index
--------------------------------------------------------------*/
/*--------------------------------------------------------------
max-width
--------------------------------------------------------------*/
/*---------------------------------------------------------------------------

common

---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  color: #fff;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  box-sizing: border-box;
  background: #352b25;
}

img {
  -webkit-backface-visibility: hidden;
}

/*-- a --*/
a, #topics .topicsList li a, #topics #topicsEntry .text a {
  color: #f9ce6d;
  text-decoration: none;
}
a:hover, #topics .topicsList li a:hover, #topics #topicsEntry .text a:hover {
  text-decoration: underline;
}

*:focus-visible {
  border: 2px solid #d7151a;
  border-radius: 5px;
}

.content {
  padding: 40px 20px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 80px 20px;
  }
}

.contentIn {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

figure {
  margin: 0;
}

/*-- p,ol li,ul li, dl, th,td --*/
p, ol li, ul li, dl, th, td {
  font-size: 1.6rem;
  line-height: 1.8;
}

/*-- ttl --*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

/*-- lead --*/
.lead {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: clamp(2rem, 6vw, 2.4rem);
  }
}

/*-- p --*/
p {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

/*-- :focus --*/
a:focus, *:focus {
  outline: none;
}

/*-- btn --*/
.btn a, .btn span,
#topics .topicsList li .btn,
.featherlight-link {
  text-align: center;
  color: #111010;
  background-color: #f9ce6d;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1.6rem;
  cursor: pointer;
}
.btn a:hover, .btn span:hover,
#topics .topicsList li .btn:hover,
.featherlight-link:hover {
  background-color: #fff;
  color: #111010;
  text-decoration: none;
}
.btn a i, .btn span i,
#topics .topicsList li .btn i,
.featherlight-link i {
  margin-right: 10px;
}

.btn_l a, .btn_l span {
  font-size: 1.6rem;
  padding: 10px 40px;
}

/*-- bgColor --*/
.bg-base {
  background-color: #352b25 !important;
}

.bg-sub {
  background-color: #f9ce6d;
}

.bg-grey {
  background-color: #383636;
}

.bg-grey-darken-alpha {
  position: relative;
}
.bg-grey-darken-alpha:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgb(17, 16, 16) 0%, rgba(17, 16, 16, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1000;
  mix-blend-mode: soft-light;
}
.bg-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  mix-blend-mode: color-dodge;
}
.bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  background-color: #352b25;
  background: linear-gradient(180deg, #352b25 0%, #9b6d55 20%, #f1d5ae 40%, #f1d5ae 60%, #9b6d55 80%, #352b25 100%);
}
@media screen and (min-width: 768px) {
  .bg-img::after {
    background: linear-gradient(90deg, #352b25 0%, #9b6d55 20%, #f1d5ae 40%, #f1d5ae 60%, #9b6d55 80%, #352b25 100%);
  }
}

.bg-w {
  background-color: #fff;
  color: #383636;
}

/*-- header --*/
.header {
  background: #352b25;
}
.header button {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .header h1 a img {
    width: 400px;
    height: auto;
  }
}
.header nav {
  background: #352b25;
}
.header .global {
  background: none;
  font-weight: bold;
  padding-right: 120px;
}
.header .global li {
  margin-right: 20px;
  text-align: center;
  display: flex;
}
@media screen and (min-width: 1240px) {
  .header .global li {
    margin-right: 40px;
  }
}
.header .global li:last-of-type {
  margin-right: 0;
}
.header .global li a {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
}
.header .global li a span {
  display: inline-block;
  font-size: 1.6rem;
}
.header .global li a span.en {
  font-size: 12px;
  line-height: 1.2;
  color: #f9ce6d;
  display: block;
}
.header .global li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f9ce6d;
}
.header .global li a:hover {
  text-decoration: none;
  transition: 0.3s ease-in;
}
.header .global li a:hover::after {
  width: 100%;
}
.header .global li.icon a {
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  vertical-align: bottom;
  width: 100%;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in;
  transform: scale(1);
}
@media screen and (min-width: 1240px) {
  .header .global li.icon a {
    font-size: clamp(3.2rem, 9vw, 4.06rem);
  }
}
.header .global li.icon a:after {
  display: none;
}
.header .global li.icon a:hover {
  transform: scale(1.2);
}
.header .global li.icon.logo-x a {
  font-size: 0;
  line-height: 0;
}
.header .global li.icon.logo-x img {
  height: 27px;
  width: auto;
}
@media screen and (min-width: 1240px) {
  .header .global li.icon.logo-x img {
    height: 32px;
  }
}
.header .subNav {
  background: linear-gradient(90deg, #9b6d55 0%, #352b25 100%);
  font-weight: bold;
}
.header .subNav a {
  font-size: 1.6rem;
  color: #fff;
}
.header .subNav a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.header #nav_buy {
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header #nav_buy a {
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.6rem;
}
.header #nav_buy a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .header .global ul li:not(.current) a:hover::after,
  .header .global ul li.current a::after {
    width: 100% !important;
  }
}

/*-- drawer-nav --*/
.drawer-nav {
  background-color: #171310;
  overflow: scroll;
}
.drawer-nav a {
  color: #111010;
  text-decoration: none;
}
.drawer-nav .global {
  padding-top: 0;
  margin-bottom: 20px;
}
.drawer-nav .global li, .drawer-nav .subNav li {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 1.6rem;
}
.drawer-nav .global li span, .drawer-nav .subNav li span {
  display: block;
  font-size: clamp(1.8rem, 5vw, 2rem);
  color: #f9ce6d;
  font-weight: normal;
}
.drawer-nav .global li a, .drawer-nav .subNav li a {
  padding: 10px 20px;
  color: #fff;
}
.drawer-nav .icon-set {
  display: flex;
  justify-content: center;
}
.drawer-nav .icon-set .icon {
  padding: 10px;
}
.drawer-nav .icon-set .icon a {
  text-align: center;
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  vertical-align: bottom;
  line-height: 1;
  color: #fff;
}
.drawer-nav .icon-set .icon.logo-x a {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.drawer-nav .icon-set .icon.logo-x img {
  height: 100%;
  max-height: 26px;
  width: auto;
}
.drawer-nav .subNav {
  text-align: center;
}
.drawer-nav .subNav li {
  text-align: center;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 1.6rem;
}
.drawer-nav .subNav li a {
  display: inline;
}
.drawer-nav .btn {
  margin-bottom: 20px;
}

/*-- footer --*/
footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 40px;
  }
}
footer .bnrBlock {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .bnrBlock {
    margin-bottom: 0;
  }
}
footer .bnrBlock li {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  footer .bnrBlock li {
    width: 207px;
  }
}
footer .bnrBlock li div {
  margin: 0 5px;
}
footer a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  footer a {
    color: #fff;
  }
}
footer a:hover {
  text-decoration: none;
}
footer .global ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .global ul {
    justify-content: center;
  }
}
footer .global ul li {
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  width: calc(50% - 10px);
  text-align: left;
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  footer .global ul li {
    width: auto;
  }
}
footer .global ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer .global ul li::after {
    right: 0;
  }
}
footer .global ul li:nth-child(even)::after {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .global ul li:nth-child(even)::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .global ul li:last-child::after {
    display: none;
  }
}
footer .global ul li a {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer .global ul li a {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
footer .global ul li a span {
  display: block;
  color: #f9ce6d;
}
footer .global ul li a i {
  right: 0;
}
footer .icon-set {
  display: flex;
  justify-content: center;
}
footer .icon-set .icon {
  padding: 10px;
}
footer .icon-set .icon a {
  text-align: center;
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  vertical-align: bottom;
  line-height: 1;
}
footer .icon-set .icon.logo-x a {
  font-size: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
footer .icon-set .icon.logo-x img {
  height: 100%;
  max-height: 26px;
  width: auto;
}
footer .subNav {
  background-color: transparent;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
footer .subNav ul li {
  display: block;
  margin-bottom: 10px;
}
footer .subNav ul li a {
  display: inline;
}
footer .returnBlock {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .returnBlock {
    display: block;
  }
}
footer .returnBlock li {
  text-align: center;
}
footer .returnBlock a {
  color: #fff;
}

.wrapper {
  position: relative;
}

/*-- caption --*/
.caption, figcaption {
  margin-top: 1rem;
  font-size: clamp(1.04rem, 1vw, 1.2rem);
}

footer .caption {
  margin: 0;
}

/*-- ruby --*/
ruby rt {
  margin-bottom: 0.5em;
  transform: translateY(-0.5em);
}
@supports (-ms-ime-align: auto) {
  ruby rt {
    position: relative;
    top: 0.5em;
  }
}

/*-- flL,flR --*/
@media screen and (min-width: 768px) {
  .flL {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .flR {
    float: right;
  }
}

/*-- flex-wrapper --*/
.flex-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .flex-wrapper {
    display: flex;
  }
}

.flex-center {
  justify-content: center;
}

/*-- view-pc,view-s --*/
.view-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .view-pc {
    display: block;
  }
}

.view-s {
  display: block;
}
@media screen and (min-width: 768px) {
  .view-s {
    display: none;
  }
}

#pageTop {
  background-color: #f9ce6d;
  color: #111010;
  bottom: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 481px) {
  #pageTop {
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    position: fixed;
  }
}
#pageTop:hover {
  background: #fff;
  color: #111010;
  cursor: pointer;
}

.subcategory {
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 3px;
  display: none;
}

.ttl-style1 {
  position: relative;
  text-align: center;
  font-size: clamp(4rem, 10vw, 5.6rem);
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.ttl-style1 span {
  display: block;
  line-height: 1.4;
}
.ttl-style1 .en {
  margin-bottom: 10px;
  display: inline-block;
  color: transparent;
  word-break: normal;
  background: linear-gradient(90deg, #f9ce6d 0%, #f6b524 100%);
  background: -webkit-linear-gradient(0deg, #f9ce6d 0%, #f6b524 100%);
  -webkit-background-clip: text;
  position: relative;
  width: max-content;
}
.ttl-style1 .en::before, .ttl-style1 .en::after {
  content: "";
  width: 50%;
  max-width: 41px;
  height: 1em;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ttl-style1 .en::before, .ttl-style1 .en::after {
    max-width: 68px;
  }
}
.ttl-style1 .en::before {
  background-image: url("/lineup/26_levay/images/ttl_kazari_l.svg");
  left: -52px;
}
@media screen and (min-width: 768px) {
  .ttl-style1 .en::before {
    left: -78px;
  }
}
.ttl-style1 .en::after {
  background-image: url("/lineup/26_levay/images/ttl_kazari_r.svg");
  right: -52px;
}
@media screen and (min-width: 768px) {
  .ttl-style1 .en::after {
    right: -78px;
  }
}
.ttl-style1 .en span {
  display: inline-block;
  background: linear-gradient(90deg, #f9ce6d 0%, #f6b524 100%);
  background: -webkit-linear-gradient(0deg, #f9ce6d 0%, #f6b524 100%);
  -webkit-background-clip: text;
}
.ttl-style1 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.bold {
  font-weight: bold;
}

.pic-block {
  position: relative;
}
.pic-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9ce6d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.pic-block .pic-box.pic-clip {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.pic-block .pic-box.pic-clip.pic-show {
  opacity: 1;
  animation: img-clip-animation 1s cubic-bezier(0, 0.97, 0.73, 1.01) forwards;
}
.pic-block .pic-box.pic-clip img {
  width: 100%;
  height: auto;
}

@keyframes img-clip-animation {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
/*-- vbox --*/
.vbox-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}
.vbox-overlay .vbox-inline {
  background: none !important;
  max-width: 600px !important;
  width: auto !important;
}
.vbox-overlay .vbox-content {
  padding: 5% !important;
  color: #fff;
}
.vbox-overlay .vbox-content h3 {
  font-size: clamp(2rem, 6vw, 2.4rem);
  text-align: center;
  margin-bottom: 20px;
}
.vbox-overlay .vbox-content h3 span.en {
  font-size: 1.6rem;
  display: block;
}
.vbox-overlay .vbox-close {
  background: transparent !important;
  color: #fff !important;
}
.vbox-overlay .figlio {
  box-shadow: none !important;
}
.vbox-overlay .close {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.vbox-overlay .close:hover {
  cursor: pointer;
}

/*---------------------------------------------------------------------------

top

---------------------------------------------------------------------------*/
/*
loading
---------------------------------------------------------------------------*/
#loading {
  background-color: #352b25;
  background: linear-gradient(180deg, #352b25 0%, #9b6d55 40%, #9b6d55 60%, #352b25 100%);
}
@media screen and (min-width: 768px) {
  #loading {
    background: linear-gradient(90deg, #352b25 0%, #9b6d55 40%, #9b6d55 60%, #352b25 100%);
  }
}
#loading #loadIn img {
  width: 80%;
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #loading #loadIn img {
    max-width: 400px;
  }
}
#loading #loadIn .fa {
  margin-top: 20px;
  color: #f9ce6d;
  font-size: clamp(4rem, 10vw, 5.6rem);
}

#top {
  /*
  introduction
  ---------------------------------------------------------------------------*/
  /*
  message
  ---------------------------------------------------------------------------*/
  /*
  castAndCreative
  ---------------------------------------------------------------------------*/
  /*
  news
  ---------------------------------------------------------------------------*/
  /*
  #otherBnrArea
  ---------------------------------------------------------------------------*/
}
#top #oshirase_h {
  padding: 10px;
  text-align: center;
  background-color: #f9ce6d;
  z-index: 0;
  position: relative;
}
#top #oshirase_h p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #383636;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top #oshirase_h p {
    font-size: 2.2rem;
  }
}
#top #oshirase_h p a {
  color: #383636;
  text-decoration: none;
}
#top #oshirase_h p a:hover {
  opacity: 0.8;
}
#top #mainvisual {
  display: block;
  background-color: #352b25;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  #top #mainvisual {
    background-size: 75%;
  }
}
#top #mainvisual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#top #movieBlock {
  max-width: none;
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top #movieBlock {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #top #movieBlock .contentIn {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #top #ticketInfo {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #top #ticketInfo .contentIn {
    padding-top: 80px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  #top #ticketInfo .contentIn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#top #ticketInfo .contentIn #hoshitori dl,
#top #ticketInfo .contentIn #price dl {
  font-size: clamp(2rem, 6vw, 2.4rem);
  text-align: center;
  display: grid;
  gap: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  #top #ticketInfo .contentIn #hoshitori dl,
  #top #ticketInfo .contentIn #price dl {
    grid-template-columns: 1fr 3fr;
    text-align: left;
  }
}
#top #ticketInfo .contentIn #hoshitori dl dt > span,
#top #ticketInfo .contentIn #price dl dt > span {
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  font-size: clamp(2rem, 6vw, 2.4rem);
  color: #f1d5ae;
  position: relative;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
  text-align: left;
}
#top #ticketInfo .contentIn #hoshitori dl dt > span::after,
#top #ticketInfo .contentIn #price dl dt > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1d5ae;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#top #ticketInfo .contentIn #hoshitori dl dt > span span,
#top #ticketInfo .contentIn #price dl dt > span span {
  font-size: 1.6rem;
  font-weight: normal;
}
#top #ticketInfo .contentIn #hoshitori dl dd span,
#top #ticketInfo .contentIn #price dl dd span {
  font-size: 1.6rem;
  font-weight: normal;
}
#top #ticketInfo .contentIn #hoshitori {
  max-width: 980px;
}
#top #ticketInfo .contentIn #hoshitori table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#top #ticketInfo .contentIn #hoshitori table tr th, #top #ticketInfo .contentIn #hoshitori table tr td {
  border: 1px solid #f1d5ae;
  text-align: center;
  padding: 5px 10px;
  font-size: clamp(1.8rem, 5vw, 2rem);
}
#top #ticketInfo .contentIn #hoshitori table tr th.holiday, #top #ticketInfo .contentIn #hoshitori table tr td.holiday {
  background-color: rgba(53, 43, 37, 0.5);
}
#top #ticketInfo .contentIn #hoshitori table tr td {
  width: 25%;
}
#top #ticketInfo .contentIn #hoshitori table tr td .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #top #ticketInfo .contentIn #hoshitori table tr td .text {
    font-size: 1.6rem;
  }
}
#top #ticketInfo .contentIn #hoshitori img {
  margin-bottom: 20px;
}
#top #ticketInfo .contentIn #hoshitori p {
  text-align: right;
  line-height: 1.8em;
}
#top #ticketInfo .contentIn #price {
  margin-bottom: 40px;
}
#top #ticketInfo .contentIn #bnr {
  max-width: 980px;
}
#top #ticketInfo .contentIn #bnr a {
  display: block;
}
#top #ticketInfo .contentIn #bnr a a:hover {
  opacity: 0.8;
}
#top #ticketInfo .contentIn .picset {
  margin-bottom: 40px;
}
#top #ticketInfo .contentIn .picset .flex-wrapper {
  justify-content: space-between;
}
#top #ticketInfo .contentIn .picset figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #ticketInfo .contentIn .picset figure {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
#top #introduction {
  position: relative;
  padding-bottom: 0;
}
#top #introduction .contentIn {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  #top #introduction .contentIn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top #introduction .contentIn .text-block h3 {
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  color: #f1d5ae;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
}
@media screen and (min-width: 768px) {
  #top #introduction .contentIn .text-block h3 {
    text-align: center;
  }
}
#top #message {
  padding-bottom: 0;
}
#top #message .contentIn {
  padding: 0 0 20px;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  #top #message .contentIn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#top #message .contentIn .u-dsp-grid {
  display: grid;
  gap: 40px;
  grid-template-areas: "pic" "text";
}
@media screen and (min-width: 768px) {
  #top #message .contentIn .u-dsp-grid {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "text pic";
  }
}
#top #message .contentIn .u-dsp-grid .text-block {
  grid-area: text;
}
#top #message .contentIn .u-dsp-grid .text-block p.name {
  text-align: right;
}
#top #message .contentIn .u-dsp-grid .pic-block {
  box-shadow: 0 2px 8px 0 rgba(241, 213, 174, 0.5);
  grid-area: pic;
}
#top #message .contentIn .u-dsp-grid .pic-block figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#top #castAndCreative {
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
#top #castAndCreative .contentIn {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .contentIn {
    max-width: 1260px;
  }
}
#top #castAndCreative .contentIn:last-child {
  margin-bottom: 0;
}
#top #castAndCreative h3 {
  text-align: center;
  position: relative;
  margin: 40px auto;
}
#top #castAndCreative h3 span {
  font-size: clamp(2rem, 6vw, 2.4rem);
  font-weight: normal;
  text-align: center;
  padding: 0 0 5px 0;
  color: #f1d5ae;
  position: relative;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
  text-align: left;
}
#top #castAndCreative h3 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1d5ae;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#top #castAndCreative .cast-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .cast-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1240px) {
  #top #castAndCreative .cast-list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .cast-list li {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1240px) {
  #top #castAndCreative .cast-list li {
    width: calc(25% - 40px);
  }
}
#top #castAndCreative .cast-list li .pic-block {
  box-shadow: 0 2px 8px 0 rgba(241, 213, 174, 0.5);
  position: relative;
  max-width: 156px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  #top #castAndCreative .cast-list li .pic-block {
    max-width: 162px;
  }
}
@media screen and (min-width: 1000px) {
  #top #castAndCreative .cast-list li .pic-block {
    max-width: 226px;
  }
}
@media screen and (min-width: 1240px) {
  #top #castAndCreative .cast-list li .pic-block {
    max-width: 260px;
  }
}
#top #castAndCreative .cast-list li .pic-block .pic-box img {
  width: 100%;
  height: auto;
}
#top #castAndCreative .cast-list li .pic-block figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#top #castAndCreative .cast-list li .name {
  color: #fff;
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 2rem);
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  #top #castAndCreative .cast-list li .name {
    font-size: clamp(2rem, 6vw, 2.4rem);
  }
}
#top #castAndCreative .cast-list li .name_sub {
  color: #f1d5ae;
  font-size: 1.6rem;
  margin-bottom: 0;
  display: block;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .cast-list.guest-list {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .cast-list.guest-list li {
    width: calc(50% - 80px);
  }
}
@media screen and (min-width: 1000px) {
  #top #castAndCreative .cast-list.guest-list li {
    width: calc(50% - 120px);
  }
}
@media screen and (min-width: 1240px) {
  #top #castAndCreative .cast-list.guest-list li {
    width: calc(33.33% - 20px);
  }
}
#top #castAndCreative .cast-list.guest-list li p span {
  display: inline-block;
}
#top #castAndCreative .cast-list.guest-conductor {
  grid-template-columns: 1fr;
}
#top #castAndCreative .cast-list.guest-conductor li {
  width: 100%;
  text-align: center;
}
#top #castAndCreative p {
  color: #fff;
}
#top #castAndCreative p.note {
  max-width: 640px;
  text-align: left;
  margin: 0 auto;
  text-indent: -1em;
  padding: 0 0 0 20px;
}
#top #castAndCreative p.note:before {
  content: "※";
  display: inline;
}
#top #castAndCreative p.note em {
  color: #f9ce6d;
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  #top #castAndCreative .ensemble {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: ". ens txt";
    place-items: end start;
  }
}
#top #castAndCreative .ensemble .ens-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 80px auto 10px;
  max-width: max-content;
  grid-area: ens;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .ensemble .ens-list {
    grid-template-columns: repeat(6, 1fr);
    max-width: 720px;
  }
}
@media screen and (min-width: 1000px) {
  #top #castAndCreative .ensemble .ens-list {
    margin: 80px 20px 0;
  }
}
#top #castAndCreative .ensemble .ens-list li {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .ensemble .ens-list li {
    font-size: clamp(1.8rem, 5vw, 2rem);
  }
}
#top #castAndCreative .ensemble p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .ensemble p {
    grid-area: txt;
  }
}
#top #castAndCreative #creative p {
  font-size: 1.6rem;
}
#top #news {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top #news .contentIn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#top #news .flex-wrapper {
  justify-content: center;
  width: 100%;
}
#top #news .flex-wrapper li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li {
    margin-bottom: 0;
    width: 33.33%;
  }
  #top #news .flex-wrapper li:nth-child(even) {
    margin: 0 20px;
  }
}
#top #news .flex-wrapper li a {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li a {
    text-align: center;
  }
}
#top #news .flex-wrapper li a .pic {
  background-color: #171310;
  height: 80px;
  border: 1px solid #352b25;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li a .pic {
    height: 18.2vw;
    max-width: 310px;
    max-height: 190px;
  }
}
#top #news .flex-wrapper li a .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#top #news .btn {
  margin-bottom: 40px;
}
#top #flyer {
  text-align: center;
  position: relative;
}
#top #flyer .contentIn > a {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #top #flyer .contentIn > a {
    width: 50%;
  }
}
#top #otherBnrArea {
  background: #f6b524;
}
@media screen and (min-width: 768px) {
  #top #otherBnrArea ul {
    justify-content: center;
  }
}
#top #otherBnrArea ul .bnr {
  margin: 0 auto 20px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #top #otherBnrArea ul .bnr {
    max-width: 260px;
    margin: 0;
  }
}
#top #otherBnrArea ul .bnr:last-child {
  margin-bottom: 0;
}
#top #otherBnrArea ul .bnr img {
  -webkit-backface-visibility: hidden;
}

/*---------------------------------------------------------------------------

topics

---------------------------------------------------------------------------*/
#topics {
  text-align: center;
  position: relative;
}
#topics .subcategory {
  background-color: #352b25;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
#topics .topicsList {
  text-align: left;
  margin-bottom: 40px;
}
#topics .topicsList li {
  margin-bottom: 0;
  overflow: visible;
  background: transparent;
  position: relative;
}
#topics .topicsList li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1d5ae;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#topics .topicsList li > a, #topics .topicsList li > div {
  color: #fff;
  padding: 40px 0;
}
#topics .topicsList li > a:hover, #topics .topicsList li > div:hover {
  text-decoration: none;
}
#topics .topicsList li > a h3, #topics .topicsList li > div h3 {
  color: #f1d5ae;
  text-align: left;
  font-size: clamp(2rem, 6vw, 2.4rem);
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
}
#topics .topicsList li > a .update, #topics .topicsList li > div .update {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}
#topics .topicsList li a {
  transition: 0.2s ease-in;
}
#topics .topicsList li a:hover {
  opacity: 0.8;
}
#topics .topicsList li .pic {
  overflow: hidden;
}
#topics .topicsList li .pic img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-out;
}
#topics .topicsList li a:hover .pic img {
  transform: scale(1.1);
  transition: 0.3s ease-out;
}
#topics .topicsList li:first-child > a, #topics .topicsList li:first-child > div {
  padding-top: 0;
}
#topics #topicsEntry .text {
  text-align: left;
  padding: 0 0 20px 0;
  background-color: transparent;
  color: #fff;
  display: flow-root;
}
@media screen and (min-width: 768px) {
  #topics #topicsEntry .text {
    padding-bottom: 40px;
  }
}
#topics #topicsEntry .text .update {
  text-align: right;
  color: #fff;
}
#topics #topicsEntry .text a {
  text-decoration: underline;
}
#topics #topicsEntry .text a:hover {
  text-decoration: none;
}
#topics #topicsEntry .text h3 {
  font-size: clamp(2.4rem, 7vw, 3.2rem);
  color: #f1d5ae;
  margin-bottom: 20px;
  text-align: left;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
}
#topics .btn {
  margin-bottom: 40px;
}
#topics .btn a {
  max-width: 16em;
}

/*---------------------------------------------------------------------------

ticket

---------------------------------------------------------------------------*/
#ticket {
  word-break: break-all;
  position: relative;
}
#ticket #informationTab {
  text-align: left;
}
#ticket #informationTab a {
  font-size: 1.6rem;
  text-decoration: underline;
}
#ticket .annotation {
  color: #f1d5ae;
}
#ticket .block {
  padding-bottom: 40px;
}
#ticket h4, #ticket .ticketPageLinkTtl {
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  font-size: clamp(2rem, 6vw, 2.4rem);
  color: #f1d5ae;
  position: relative;
  text-shadow: 0 2px 4px rgba(241, 213, 174, 0.5);
}
#ticket h4::after, #ticket .ticketPageLinkTtl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1d5ae;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#ticket h4 h4, #ticket .ticketPageLinkTtl h4 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: clamp(2rem, 6vw, 2.4rem);
}
#ticket h4 h4::after, #ticket .ticketPageLinkTtl h4::after {
  display: none;
}
#ticket .ticketPageLinkttl-style1 h4 {
  border: none;
  margin: 0;
  padding: 0;
}
#ticket #PGTicket, #ticket #bunkamuraTicket {
  padding-left: 0;
  padding-right: 0;
}
#ticket #PGTicket h5, #ticket #bunkamuraTicket h5 {
  font-size: clamp(1.8rem, 5vw, 2rem);
  margin-bottom: 1.5em;
}
#ticket #PGTicket h6, #ticket #bunkamuraTicket h6 {
  font-size: 1.6rem;
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
  padding-left: calc(10px + 4px);
}
#ticket #PGTicket h6:before, #ticket #bunkamuraTicket h6:before {
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#ticket .info {
  border: 1px solid #f1d5ae;
  background: rgba(53, 43, 37, 0.6);
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#ticket .admissionfeeList {
  background-color: #fff;
}
#ticket .admissionfeeList th {
  background-color: #9b6d55;
}
#ticket .eventSchedule {
  color: #000;
}
#ticket .eventSchedule th, #ticket .eventSchedule td {
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: clamp(1.8rem, 5vw, 2rem);
}
#ticket .eventSchedule .noevents {
  background-color: #383636;
  color: #fff;
}
#ticket .scheduleNotes {
  font-size: clamp(1.04rem, 1vw, 1.2rem);
}
#ticket .linkmark:not(.ticketPageLink):before {
  font-family: "FontAwesome";
  content: "\f054";
  display: inline;
  margin-right: 10px;
}
#ticket .ticketPageLink a {
  text-decoration: none !important;
}