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

font

---------------------------------------------------------------------------*/
html {
  font-size: 100%;
}

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: 1rem;
  line-height: 1.8em;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
}

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

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

colorset

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

.fc-key-lighten {
  color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
}

.fc-sub {
  color: #9b8718;
}

.fc-base-extra-lighten {
  color: rgb(103.2, 103.2, 103.2);
}

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

space

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

mixin

---------------------------------------------------------------------------*/
.fs--xs {
  font-size: clamp(0.625rem, 0.5449rem + 0.3419vw, 0.75rem);
}
.fs--sm {
  font-size: 1rem;
}
.fs--ms {
  font-size: 1.25rem;
}
.fs--md {
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
}
.fs--lg {
  font-size: clamp(2rem, 1.6795rem + 1.3675vw, 2.5rem);
}
.fs--xl {
  font-size: clamp(2.5rem, 2.1795rem + 1.3675vw, 3rem);
}
.fs--xxl {
  font-size: clamp(3rem, 2.6795rem + 1.3675vw, 3.5rem);
}

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

common

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

body {
  color: #fff;
  word-wrap: break-word;
  position: relative;
  box-sizing: border-box;
  background: #020202;
}

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

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

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

.wow.fadeIn {
  visibility: hidden;
}

.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: 1rem;
  line-height: 1.8;
}

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

/*-- lead --*/
.lead {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  }
}

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

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

/*-- btn --*/
.btn a, .btn span,
#topics .topicsList li .btn,
.featherlight-link {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 1rem;
  max-width: 14em;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn a::before, .btn a::after, .btn span::before, .btn span::after,
#topics .topicsList li .btn::before,
#topics .topicsList li .btn::after,
.featherlight-link::before,
.featherlight-link::after {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  top: -20%;
  transition: 0.2s ease;
  z-index: -1;
}
.btn a::before, .btn span::before,
#topics .topicsList li .btn::before,
.featherlight-link::before {
  left: -20%;
  background-color: #9b8718;
}
.btn a::after, .btn span::after,
#topics .topicsList li .btn::after,
.featherlight-link::after {
  left: -140%;
  background-color: #fff;
}
.btn a:focus-visible, .btn span:focus-visible,
#topics .topicsList li .btn:focus-visible,
.featherlight-link:focus-visible {
  outline: 2px solid #cb9df5;
}
.btn a:hover, .btn span:hover,
#topics .topicsList li .btn:hover,
.featherlight-link:hover {
  color: #9b8718;
}
.btn a:hover::after, .btn span:hover::after,
#topics .topicsList li .btn:hover::after,
.featherlight-link:hover::after {
  left: -10%;
}

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

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

.bg-sub {
  background-color: #9b8718;
}

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

.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 {
  width: 100%;
  height: 100%;
  background: #020202 url("images/bg_img.png");
  background-size: 50%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

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

.kazari-frame,
#topics .topicsList li {
  position: relative;
  border: 1px solid #9b8718;
  position: relative;
}
.kazari-frame::before, .kazari-frame::after,
#topics .topicsList li::before,
#topics .topicsList li::after {
  content: "";
  width: 100%;
  height: 50px;
  background: transparent url("/lineup/26_sunsetblvd/images/frame.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.kazari-frame::before,
#topics .topicsList li::before {
  background-position: left top;
  top: 0;
}
.kazari-frame::after,
#topics .topicsList li::after {
  background-position: left bottom;
  bottom: 0;
}

/*-- header --*/
.header {
  background: #020202;
  text-align: center;
}
.header button {
  color: #fff;
  font-size: clamp(2rem, 1.6795rem + 1.3675vw, 2.5rem);
}
.header h1 {
  text-align: center;
}
.header h1 a {
  position: relative;
  width: max-content;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}
.header h1 a img {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .header h1 a img {
    width: 400px;
    height: auto;
  }
}
.header nav {
  background: rgb(119.35, 103.95, 18.48);
}
.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: 1rem;
  padding: 10px 0;
}
.header .global li a span {
  display: inline-block;
  font-size: 1rem;
}
.header .global li a span.en {
  font-size: 12px;
  line-height: 1.2;
  color: rgb(235.56, 230.88, 219.36);
  display: block;
}
.header .global li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.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(2rem, 1.6795rem + 1.3675vw, 2.5rem);
  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(2.5rem, 2.1795rem + 1.3675vw, 3rem);
  }
}
.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 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .header .subNav {
    background: rgb(69.3, 60.2, 37.8);
  }
}
.header .subNav a {
  font-size: 1rem;
  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: 1rem;
}
.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: rgb(62, 54, 9.6);
  overflow: hidden;
  width: 18em;
}
.drawer-nav nav {
  padding-bottom: 80px;
}
.drawer-nav a {
  color: rgb(86.7, 86.7, 86.7);
  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: 1rem;
}
.drawer-nav .global li span.en, .drawer-nav .subNav li span.en {
  display: block;
  font-size: 1.25rem;
  color: rgb(217.2, 208.1, 185.7);
  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(2rem, 1.6795rem + 1.3675vw, 2.5rem);
  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: 1rem;
}
.drawer-nav .subNav li a {
  display: inline;
}
.drawer-nav .btn {
  margin-bottom: 20px;
}

.drawer--left .drawer-nav {
  left: -18rem;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

/*-- footer --*/
footer {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 20px;
    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 {
  background-color: rgb(52.6, 52.6, 52.6);
}
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: #666;
  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: rgb(217.2, 208.1, 185.7);
}
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(2rem, 1.6795rem + 1.3675vw, 2.5rem);
  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;
}
footer #kyosanBnr {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  footer #kyosanBnr {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1240px) {
  footer #kyosanBnr {
    margin-top: 80px;
    margin-bottom: 0;
  }
}

.wrapper {
  position: relative;
}

/*-- caption --*/
.caption, figcaption {
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5449rem + 0.3419vw, 0.75rem);
}

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;
  }
}

.u-dsp-grid {
  display: grid;
}

/*-- 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: #9b8718;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  transition: 0.2s ease;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  #pageTop {
    background-color: #9b8718;
    padding: 0;
    width: 2em;
    height: 2em;
    margin: 20px 0;
    right: 20px;
  }
}
#pageTop:hover {
  background: #fff;
  cursor: pointer;
  color: #9b8718;
}

.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(3rem, 2.6795rem + 1.3675vw, 3.5rem);
  font-weight: normal;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.ttl-style1 .en {
  margin: 0 auto -0.5em;
  display: block;
  color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  word-break: normal;
  position: relative;
  width: max-content;
}
.ttl-style1 .en span {
  display: inline-block;
  background: linear-gradient(90deg, #9b8718 0%, rgb(119.35, 103.95, 18.48) 100%);
  background: -webkit-linear-gradient(0deg, #9b8718 0%, rgb(119.35, 103.95, 18.48) 100%);
  -webkit-background-clip: text;
}
.ttl-style1 .ja {
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  display: inline-block;
  position: relative;
}
.ttl-style1 .ja::before, .ttl-style1 .ja::after {
  content: "";
  width: 4em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
.ttl-style1 .ja::before {
  background-image: url("/lineup/26_sunsetblvd/images/ttl_kazari_l.svg");
  left: calc(-4em - 10px);
}
.ttl-style1 .ja::after {
  background-image: url("/lineup/26_sunsetblvd/images/ttl_kazari_r.svg");
  right: calc(-4em - 10px);
}

.bold {
  font-weight: bold;
}

.pic-block {
  position: relative;
}
.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(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  text-align: center;
  margin-bottom: 20px;
}
.vbox-overlay .vbox-content h3 span.en {
  font-size: 1rem;
  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: #020202 url("images/bg_img.png") center;
  background-size: 50%;
}
#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 {
  color: #9b8718;
  font-size: clamp(3rem, 2.6795rem + 1.3675vw, 3.5rem);
}

#top #oshirase_h {
  padding: 10px;
  text-align: center;
  background-color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  z-index: 0;
  position: relative;
}
#top #oshirase_h p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #020202;
  margin-bottom: 0;
}
#top #oshirase_h p a {
  color: #020202;
  text-decoration: none;
}
#top #oshirase_h p a:hover {
  opacity: 0.8;
}
#top #mainvisual {
  display: block;
  background-color: #020202;
  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.u-dsp-grid,
#top #ticketInfo .contentIn #price dl.u-dsp-grid {
  gap: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  #top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid,
  #top #ticketInfo .contentIn #price dl.u-dsp-grid {
    grid-template-columns: 10em auto;
    text-align: left;
  }
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dt,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dt,
  #top #ticketInfo .contentIn #price dl.u-dsp-grid dt {
    text-align: left;
  }
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dt > span,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dt > span {
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  color: #c9bc9c;
  position: relative;
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dt > span::after,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dt > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(217.2, 208.1, 185.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dt > span span,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dt > span span {
  font-weight: normal;
  font-size: 1rem;
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dd,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dd {
  text-align: left;
  font-size: 1.25rem;
}
#top #ticketInfo .contentIn #hoshitori dl.u-dsp-grid dd span,
#top #ticketInfo .contentIn #price dl.u-dsp-grid dd span {
  font-size: 1rem;
  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 rgb(103.2, 103.2, 103.2);
  text-align: center;
  padding: 5px 10px;
  font-size: 1.25rem;
}
#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: 1rem;
  }
}
#top #ticketInfo .contentIn #hoshitori img {
  margin-bottom: 20px;
}
#top #ticketInfo .contentIn #hoshitori p {
  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;
  transition: 0.2s ease;
}
#top #ticketInfo .contentIn #bnr 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 {
  /*
  about
  ---------------------------------------------------------------------------*/
}
#top #about {
  position: relative;
  padding-bottom: 0;
}
#top #about .contentIn {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1000px) {
  #top #about .contentIn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top #about .contentIn .pic-block {
  margin-bottom: 40px;
}
#top #about .contentIn .text-block h3 {
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  color: #c9bc9c;
}
@media screen and (min-width: 768px) {
  #top #about .contentIn .text-block h3 {
    text-align: center;
  }
}
#top {
  /*
  story
  ---------------------------------------------------------------------------*/
}
#top #story .contentIn {
  position: relative;
  max-width: 960px;
}
#top #story .contentIn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(71.4, 71.4, 71.4);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
#top #story .contentIn .pic-block {
  position: absolute;
  top: 0;
  left: 0;
}
#top #story .contentIn .pic-block figcaption {
  padding: 0 20px;
}
#top #story .contentIn .kazari-frame {
  padding: calc(66.66% + 20px + 1em) 20px 20px;
}
@media screen and (min-width: 768px) {
  #top #story .contentIn .kazari-frame {
    padding: calc(66.66% + 20px + 1em) 40px 40px;
  }
}
#top #story .contentIn .kazari-frame .ttl-style1 {
  margin-bottom: 20px;
}
#top {
  /*
  castAndCreative
  ---------------------------------------------------------------------------*/
}
#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 .pic-block {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto 40px;
}
#top #castAndCreative .pic-block figcaption {
  text-align: left;
}
#top #castAndCreative h3 {
  text-align: center;
  position: relative;
  margin: 40px auto;
}
#top #castAndCreative h3 span {
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  font-weight: normal;
  text-align: center;
  padding: 0 0 5px 0;
  color: rgb(103.2, 103.2, 103.2);
  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: rgb(103.2, 103.2, 103.2);
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(241, 213, 174, 0.5);
}
#top #castAndCreative .cast-list,
#top #castAndCreative .staff-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 20px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .cast-list,
  #top #castAndCreative .staff-list {
    justify-content: center;
  }
}
@media screen and (min-width: 1240px) {
  #top #castAndCreative .cast-list,
  #top #castAndCreative .staff-list {
    gap: 40px;
  }
}
#top #castAndCreative .cast-list li,
#top #castAndCreative .staff-list li {
  display: block;
  text-align: center;
}
#top #castAndCreative .cast-list li .name,
#top #castAndCreative .staff-list li .name {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}
#top #castAndCreative .cast-list li .name .role,
#top #castAndCreative .staff-list li .name .role {
  display: block;
}
#top #castAndCreative .cast-list li .name .en,
#top #castAndCreative .staff-list li .name .en {
  font-size: 1rem;
  padding: 5px;
  display: block;
  color: #c9bc9c;
}
#top #castAndCreative .cast-list li .name {
  font-size: 1.25rem;
}
#top #castAndCreative .cast-list li .name .role {
  display: block;
  font-size: 1rem;
}
#top #castAndCreative .cast-list li .name .en {
  font-size: 1.25rem;
}
#top #castAndCreative .staff-list li .name .role {
  display: block;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .staff-list li .name .role {
    display: inline-block;
    margin-right: 10px;
  }
}
#top #castAndCreative .staff-list li .name .role span {
  font-size: 1rem;
  border: 1px solid #c9bc9c;
  color: #c9bc9c;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .staff-list li .name .role span {
    margin-bottom: 0;
  }
}
#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: #9b8718;
  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: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #top #castAndCreative .ensemble .ens-list li {
    font-size: 1.25rem;
  }
}
#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: 1rem;
}
#top {
  /*
  news
  ---------------------------------------------------------------------------*/
}
#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;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #top #news .flex-wrapper li a {
    text-align: center;
  }
}
#top #news .flex-wrapper li a .pic {
  background-color: #020202;
  height: 80px;
  border: 1px solid #666;
}
@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 .flex-wrapper li a p {
  font-size: 1rem;
}
#top #news .btn {
  margin-bottom: 40px;
}
#top #flyer {
  text-align: center;
  position: relative;
}
#top #flyer .contentIn > a {
  margin: 0 auto 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  #top #flyer .contentIn > a {
    width: 50%;
  }
}
#top {
  /*
  #otherBnrArea
  ---------------------------------------------------------------------------*/
}
#top #otherBnrArea {
  background: rgb(119.35, 103.95, 18.48);
}
@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: #020202;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
#topics .update {
  margin-top: 10px;
  margin-bottom: 0;
  color: #c9bc9c;
  font-size: 1rem;
}
#topics .topicsList {
  text-align: left;
  margin-bottom: 40px;
}
#topics .topicsList li {
  margin-bottom: 40px;
  overflow: visible;
  background: transparent;
}
#topics .topicsList li > a, #topics .topicsList li > div {
  color: #fff;
  padding: 40px;
}
#topics .topicsList li > a:hover, #topics .topicsList li > div:hover {
  text-decoration: none;
}
#topics .topicsList li > a h3, #topics .topicsList li > div h3 {
  color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  text-align: left;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  margin-bottom: 10px;
}
#topics .topicsList li a {
  transition: 0.2s ease-in;
}
#topics .topicsList li a:hover {
  background-color: rgb(52.6, 52.6, 52.6);
  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 #topicsEntry .text {
  text-align: left;
  padding: 40px;
  background-color: transparent;
  color: #fff;
  display: flow-root;
  margin-bottom: 40px;
}
@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(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  margin-bottom: 20px;
  text-align: left;
}
#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: 1rem;
  text-decoration: underline;
}
#ticket .annotation {
  color: rgb(103.2, 103.2, 103.2);
}
#ticket .block {
  padding-bottom: 40px;
}
#ticket h3, #ticket .ticketPageLinkTtl {
  margin-bottom: 20px;
  padding: 0 0 5px 0;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
  color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  position: relative;
  text-align: left;
}
#ticket h3::after, #ticket .ticketPageLinkTtl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(197.9930167598, 172.4455307263, 30.6569832402);
  position: absolute;
  left: 0;
  bottom: 0;
}
#ticket h3 h3, #ticket .ticketPageLinkTtl h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 1.1795rem + 1.3675vw, 2rem);
}
#ticket h3 h3::after, #ticket .ticketPageLinkTtl h3::after {
  display: none;
}
#ticket .ticketPageLinkttl-style1 h3 {
  border: none;
  margin: 0;
  padding: 0;
}
#ticket #PGTicket, #ticket #bunkamuraTicket {
  padding-left: 0;
  padding-right: 0;
}
#ticket #PGTicket h4, #ticket #bunkamuraTicket h4 {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
  color: #c9bc9c;
}
#ticket #PGTicket h5, #ticket #bunkamuraTicket h5 {
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
  padding-left: calc(10px + 4px);
  font-weight: bold;
  margin-top: 40px;
}
#ticket #PGTicket h5:before, #ticket #bunkamuraTicket h5:before {
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-color: #9b8718;
  position: absolute;
  left: 0;
}
#ticket .info {
  border: 1px solid rgb(103.2, 103.2, 103.2);
  background: transparent;
  position: relative;
  z-index: 0;
}
#ticket .info::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(52.6, 52.6, 52.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}
#ticket .admissionfeeList {
  background-color: #fff;
}
#ticket .admissionfeeList th {
  background-color: rgb(52.6, 52.6, 52.6);
}
#ticket .eventSchedule {
  color: #fff;
  margin-top: 10px;
}
#ticket .eventSchedule table {
  width: 100% !important;
  margin-bottom: 20px;
}
#ticket .eventSchedule table tr td:first-of-type {
  width: 6em !important;
}
@media screen and (min-width: 768px) {
  #ticket .eventSchedule table tr td:first-of-type {
    width: auto;
  }
}
#ticket .eventSchedule table th, #ticket .eventSchedule table td {
  border: 1px solid rgb(124.95, 124.95, 124.95);
  background-color: #020202;
  font-size: 1rem;
  padding: 5px;
}
#ticket .eventSchedule table .holiday {
  background-color: rgb(69.3, 60.2, 37.8);
}
#ticket .eventSchedule table .noevents {
  background-color: rgb(71.4, 71.4, 71.4);
  color: #fff;
}
#ticket .eventSchedule table + div {
  background-color: rgb(119.35, 103.95, 18.48);
  border: none !important;
}
#ticket .eventSchedule table + div a {
  color: #fff;
  padding: 5px 10px !important;
  text-decoration: none !important;
}
#ticket .scheduleNotes {
  font-size: clamp(0.625rem, 0.5449rem + 0.3419vw, 0.75rem);
}
#ticket .ticketPageLink a {
  text-decoration: none !important;
}

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

videos

---------------------------------------------------------------------------*/
#videos .kazari-frame {
  margin-bottom: 80px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #videos .kazari-frame {
    padding: 40px;
  }
}
#videos .kazari-frame:nth-last-child {
  margin-bottom: 0;
}
#videos .kazari-frame h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
#videos .kazari-frame .movie {
  border: 1px solid rgb(52.6, 52.6, 52.6);
}