@charset "UTF-8";
.has-black-color {
  color: #000000;
}

.has-gray-color {
  color: #676767;
}

.has-darkred-color {
  color: #a2283f;
}

.has-red-color {
  color: #d16a7a;
}

.has-darkblue-color {
  color: #2d5177;
}

.has-blue-color {
  color: #658fc1;
}

.has-darkgreen-color {
  color: #266872;
}

.has-green-color {
  color: #4ca6a7;
}

h1, h2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Yantramanav", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f2f2f0;
}

.wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .wide-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .wide-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wide-padding {
    padding-left: calc(50vw - 512px);
    padding-right: calc(50vw - 512px);
  }
}

figure {
  padding: 0;
  margin: 0;
}

.modal-wait {
  overflow-y: hidden;
  height: 100vh;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a:link,
a:visited {
  text-decoration: none;
  color: #658fc1;
  transition-duration: 0.33s;
}

a:hover {
  color: white;
}

.br,
.nosp {
  display: block;
}
@media screen and (max-width: 767px) {
  .br,
  .nosp {
    display: none;
  }
}

.brnosp-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .brnosp-inline {
    display: none;
  }
}

.brsp,
.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brsp,
  .for-sp {
    display: block;
  }
}

.d-none {
  display: none !important;
}

.josefin {
  font-family: "Josefin Slab", serif;
}

.staa {
  font-family: "Staatliches", cursive;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.bolder,
.bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.larger {
  font-size: 1.15em;
}

.smaller {
  font-size: 0.85em;
}

.kakko {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.kakko-l {
  margin-left: -0.5em;
}

.kakko2 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

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

.padding-box {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
@media screen and (max-width: 767px) {
  .padding-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .padding-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

label#menu {
  display: none;
}

#nav {
  display: none;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

.loading-text {
  margin-bottom: 4rem;
}

.red-text {
  color: red;
}

.white-text {
  color: white;
}

.material-symbols-sharp {
  font-size: 1.875vw;
}
@media screen and (max-width: 767px) {
  .material-symbols-sharp {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .material-symbols-sharp {
    font-size: 1.2rem;
  }
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.list {
  margin-top: 1.5625vw;
  text-indent: -1.05em;
}
@media screen and (max-width: 767px) {
  ul.list {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  ul.list {
    margin-top: 1rem;
  }
}
ul.list li {
  margin-top: 0.25rem;
  margin-left: 1.05em;
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5625vw;
  text-transform: capitalize;
  opacity: 1;
  color: #000000;
  letter-spacing: 0.2em;
  z-index: 99;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .loading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .loading {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .loading {
    font-size: 1rem;
  }
}

.blink {
  animation: blinker 1s ease-in-out alternate infinite;
  animation-play-state: running !important;
}

@keyframes blinker {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starblinker {
  0% {
    opacity: 0.3;
    transform: perspective(500px) translateZ(-200px);
  }
  100% {
    opacity: 1;
    transform: perspective(500px) translateZ(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes off {
  0% {
    opacity: 1;
  }
  0%, 100% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.15) blur(1px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurIn {
  0% {
    filter: blur(8px);
  }
  100% {
    filter: blur();
  }
}
@keyframes hopper {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}
@keyframes hopper-s {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.yantra {
  font-family: "Yantramanav", sans-serif;
}

.d-none {
  display: none;
}

.d-md-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .d-md-none {
    display: none;
  }
}

.d-block {
  display: block !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.strong,
strong {
  font-weight: 700;
}

.break-all {
  word-break: break-all;
}

.news-text p {
  margin: 0;
  min-height: 16px;
}

.material-icons-outlined {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

::-moz-selection {
  color: white;
  background-color: #b7000e;
}

::selection {
  color: white;
  background-color: #b7000e;
}

.toggle-slide-enter-active,
.toggle-slide-leave-active {
  transition: height 0.4s;
  overflow: hidden;
}

.toggle-slide-enter,
.toggle-slide-leave-to {
  height: 0;
  transition: height 0.4s;
}

html,
body {
  background-color: black;
}

.fade-bg {
  position: fixed;
  background-color: #fffdef;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fade-bg {
    background-size: 700px auto;
  }
}

.fade-bg .logo {
  width: 100%;
  padding: 0 min(3.125vw, 2rem);
  max-width: 1024px;
  height: auto;
}

.fade-bg .logo .image {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 5%;
  height: auto;
  animation: fadeOutBg 0.66s reverse ease-in-out 1;
}
@media screen and (max-width: 767px) {
  .fade-bg .logo .image {
    width: 80%;
  }
}

@keyframes fadeOutBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    filter: blur(5px);
  }
}
.alice {
  font-family: "Alice", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.teko {
  font-family: "Teko", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.amarante {
  font-family: "Amarante", serif;
  font-weight: 400;
  font-style: normal;
}

.red-text {
  color: #b7000e;
}

a:link, a:visited {
  color: #dcb262;
}
a:hover {
  color: white;
}

ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.header {
  width: 100%;
  text-transform: capitalize;
  background-color: #000000;
  height: min(7.81248vw, 80px);
  display: flex;
  font-weight: 400;
  font-size: min(2.8125vw, 1.8rem);
  position: fixed;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header {
    height: 2.5rem;
  }
}
.header .bar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .header .bar {
    position: absolute;
    height: 100%;
  }
}
.header .bar .bar-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list {
    transition: 0.33s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    position: fixed;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: 100vh;
    margin-top: -100vh;
    opacity: 0;
    position: fixed;
    top: 0;
  }
}
.header .bar .bar-list .inner {
  width: 85%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #f9e25b;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.header .bar .bar-list .inner .and {
  font-size: 0.7em;
  margin-inline: -0.15em;
}
.header .bar .bar-list .sns-icons {
  color: white;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list .sns-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
  }
  .header .bar .bar-list .sns-icons .logo-image .st2 {
    transition: 0.33s;
    fill: white;
  }
}
.header .bar .bar-list .sns-icons a {
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
}
.header .bar .bar-list .sns-icons .icon {
  width: min(4.0625vw, 2.6rem);
  height: min(4.0625vw, 2.6rem);
  margin-right: min(1.5625vw, 1rem);
  margin-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list .sns-icons .icon {
    margin-right: 0;
    width: 2rem;
    height: 2rem;
  }
}
.header .bar .bar-list .sns-icons .icon + .icon {
  margin-right: 0;
}
.header .bar .bar-list .sns-icons .icon .st2 {
  fill: #f9e25b;
  transition: 0.33s;
}
.header .bar .bar-list .sns-icons a:hover .icon .st2 {
  fill: #fafafa;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list.bar-open {
    opacity: 1;
    height: 100vh;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list.bar-open a {
    position: relative;
    z-index: 1;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list.bar-open a + a {
    margin-top: 2rem;
  }
}
.header .bar .bar-list::before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: 0.33s;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list::before {
    opacity: 1;
    top: 2.5rem;
    bottom: 0;
  }
}
.header .bar .bar-list a {
  color: #f9e25b;
  transition: 0.33s;
}
.header .bar .bar-list a:hover {
  color: #fafafa;
}
.header .bar .bar-list a.unavailable {
  color: #676767;
}
.header .bar .bar-list a.unavailable:hover {
  color: #676767;
  cursor: default;
}
.header .bar .hamburger {
  opacity: 0;
  transition: 0.33s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 24;
  width: 3rem;
  height: 3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .bar .hamburger {
    display: block;
  }
}
.header .bar .hamburger:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .bar .hamburger {
    opacity: 1;
    left: 18px;
    top: 12px;
    z-index: 3;
  }
}
.header .bar .hamburger .material-symbols-sharp {
  font-size: 2rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 32;
}
.header .bar .hamburger-button {
  transition: 0.33s;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  margin-left: -1rem;
  padding-left: 0.375rem;
  margin-top: -1rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.45rem;
}
.header .bar .hamburger-button.ham-close {
  background-color: transparent;
}

.visual-outer {
  padding-top: min(7.81248vw, 80px);
  background: url(../img/stage/teiki5-fz/vol5_bg1.jpg) repeat;
  background-size: 800px auto;
  background-attachment: fixed;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .visual-outer {
    background-size: 700px auto;
    padding-top: 40px;
  }
}
.visual-outer .logo {
  background-color: #fffdef;
  padding: 2rem 0;
  border-top: 10px solid #341908;
}
@media screen and (max-width: 767px) {
  .visual-outer .logo {
    padding: 1rem 1rem;
  }
}
.visual-outer .logo .inner {
  max-width: 1024px;
  margin: 0 auto;
}
.visual-outer .logo .inner .image {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.visual-outer .logo .inner .image:hover {
  cursor: pointer;
}
.visual-outer .logo .inner .image.image-0 {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .visual-outer .logo .inner .image.image-0 {
    width: 70.2%;
  }
}
.visual-outer .logo .inner .image.image-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .visual-outer .logo .inner .image.image-1 {
    width: 90%;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }
}
.visual-outer .logo .inner .image.image-2 {
  width: 40.3%;
}
@media screen and (max-width: 767px) {
  .visual-outer .logo .inner .image.image-2 {
    width: 72.54%;
  }
}
.visual-outer .mv {
  width: 100%;
  max-width: 819.2px;
  margin: 0 auto;
  height: auto;
  border-right: 10px solid #000000;
  border-left: 10px solid #000000;
  position: relative;
  background-color: #fffdef;
}
@media screen and (max-width: 767px) {
  .visual-outer .mv {
    border: 0;
    max-width: unset;
  }
}
.visual-outer .mv .image {
  width: 75%;
  margin-inline: auto;
  padding-block: 5rem;
  height: auto;
  transition: opacity 1.2s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .visual-outer .mv .image {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-inline: 1rem;
  }
}
.visual-outer .mv .image.image-0 {
  position: relative;
}
.visual-outer .mv .image.active {
  opacity: 1;
}
.visual-outer .mv .text {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  height: 3rem;
  color: #341908;
  font-weight: 700;
  display: flex;
  justify-content: center;
  font-size: min(1.875vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  .visual-outer .mv .text {
    font-size: 1rem;
  }
}

.main-data {
  color: #fafafa;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #000000;
  font-size: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .main-data {
    font-size: 1rem;
    padding-bottom: 2rem;
  }
}
.main-data .item .sq {
  font-size: 1.1rem;
  color: #fa929d;
}
.main-data .item + .item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .main-data .item + .item {
    margin-top: 1.5rem;
  }
}
.main-data .region {
  color: #fafafa;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  position: relative;
  font-size: min(2.5vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .main-data .region {
    font-size: 1.2rem;
  }
}
.main-data .number {
  font-size: 2em;
}
.main-data .place {
  font-size: min(2.5vw, 1.6rem);
  color: #f9e25b;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-data .place {
    font-size: 1.4rem;
  }
}
.main-data .data {
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
  margin-top: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .main-data .data {
    font-size: 0.7rem;
    margin-top: 2rem;
    line-height: 1.7;
  }
}

.title-text {
  font-size: min(7.421875vw, 4.75rem);
}

.deco.mt {
  margin-top: 6rem;
}
.deco .image {
  width: min(122.88px, 12%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .deco .image {
    width: 100px;
  }
}

.news-outer {
  background-color: rgba(250, 146, 157, 0.6);
}
.news-outer .title-text {
  text-align: center;
  color: #000000;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .news-outer .title-text {
    font-size: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.news-outer .title-text .and {
  font-size: 0.6em;
  margin-left: 0.75rem;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .news-outer .title-text .and {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.news-outer .news {
  width: 100%;
  max-width: calc(1024px - 3rem);
  padding-left: min(2.34375vw, 1.5rem);
  padding-right: min(2.34375vw, 1.5rem);
  margin: 0 auto;
  padding-bottom: min(6.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news {
    padding-bottom: 2rem;
  }
}
.news-outer .news .item {
  border: 1px solid white;
  color: white;
  font-weight: 700;
  position: relative;
  transition: 0.33s;
  background-color: #000000;
}
.news-outer .news .item.open .icon .on {
  opacity: 0;
  transform: rotate(-180deg);
}
.news-outer .news .item.open .icon .off {
  opacity: 1;
  transform: rotate(-180deg);
}
.news-outer .news .item.foldable .head:hover {
  cursor: pointer;
  border-color: black;
  transition: 0.33s border-color;
}
.news-outer .news .item + .item {
  margin-top: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news .item + .item {
    margin-top: 0.75rem;
  }
}
.news-outer .news .item.urgent {
  background-color: #b7000e;
}
.news-outer .news .item.urgent .head {
  justify-content: center;
  background-color: #b7000e;
}
.news-outer .news .item.urgent .outer {
  background-color: black;
  color: white;
}
.news-outer .news .item .head {
  display: flex;
  align-items: center;
  font-size: min(1.40625vw, 0.9rem);
  padding: min(1.171875vw, 0.75rem) min(1.5625vw, 1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .head {
    font-size: 0.9rem;
    padding: 0.5rem 2.25rem 0.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.7;
  }
}
.news-outer .news .item .head .date-new {
  display: flex;
}
.news-outer .news .item .head .date {
  margin-right: min(0.78125vw, 0.5rem);
  font-size: min(1.25vw, 0.8rem);
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #f9e25b;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .head .date {
    font-size: 0.7rem;
    margin-right: 0.5rem;
  }
}
.news-outer .news .item .head .new {
  color: #fa929d;
  margin-right: min(0.78125vw, 0.5rem);
  text-transform: uppercase;
  font-size: min(1.25vw, 0.8rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .head .new {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    transform: translateY(-0.5px);
  }
}
.news-outer .news .item .icon {
  position: absolute;
  content: "";
  top: calc(50% - 0.75rem);
  right: min(1.171875vw, 0.75rem);
  width: min(2.1875vw, 1.4rem);
  height: min(2.1875vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .icon {
    top: calc(50% - 0.75rem);
    width: 1.4rem;
    height: 1.4rem;
  }
}
.news-outer .news .item .icon .on,
.news-outer .news .item .icon .off {
  color: #f9e25b;
  font-size: min(2.1875vw, 1.4rem);
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .icon .on,
  .news-outer .news .item .icon .off {
    font-size: 1.4rem;
  }
}
.news-outer .news .item .icon .off {
  opacity: 0;
}
.news-outer .news .item .text {
  font-weight: 400;
  line-height: 2;
  font-size: min(1.40625vw, 0.9rem);
  padding: min(3.125vw, 2rem) min(3.125vw, 2rem);
  background-color: #341908;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .text {
    font-size: 0.8rem;
    padding: 1.5rem 1rem;
  }
}
.news-outer .news .item .text p {
  margin: 0;
  min-height: 19px;
}
.news-outer .news .item .text p img {
  display: inline;
  width: calc(50% - 0.5rem);
  vertical-align: top;
  margin-top: min(2.34375vw, 1.5rem);
  margin-bottom: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .text p img {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.news-outer .news .item .text p img + img {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .text p img + img {
    margin-left: 0;
  }
}
.news-outer .news .item .text ul li {
  list-style-type: "※";
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .text ul li {
    font-size: 1em;
  }
}
.news-outer .news .item .text ul li p {
  text-indent: 0;
}
.news-outer .news .item .text hr {
  margin-block: 1.5rem;
}
.news-outer .news .more {
  color: white;
  text-align: right;
  font-weight: 700;
  margin-top: 1rem;
  font-size: min(1.71875vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .news-outer .news .more {
    font-size: 1.1rem;
  }
}
.news-outer .news .more .text {
  border: 1px solid white;
  background-color: black;
  padding: 0.125rem 0.5rem;
  transition: 0.33s;
}
@media screen and (max-width: 767px) {
  .news-outer .news .more .text {
    padding: 0.125rem 0.5rem;
  }
}
.news-outer .news .more .text:hover {
  cursor: pointer;
  border-color: black;
}

.story-outer {
  text-align: center;
  background: transparent;
  border-top: 10px solid #000000;
  padding-top: min(4.6875vw, 3rem);
  border-bottom: 10px solid #000000;
  padding-left: min(2.34375vw, 1.5rem);
  padding-right: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .story-outer {
    padding: 1.5rem 0 2.5rem;
  }
}
.story-outer .title-text {
  overflow: hidden;
  margin-inline: max(-2.34375vw, -1.5rem);
}
@media screen and (max-width: 767px) {
  .story-outer .title-text {
    font-size: 3rem;
    margin-inline: 0;
  }
}
.story-outer .title-text .text {
  color: #fafafa;
  position: relative;
  overflow: hidden;
}
.story-outer .deco {
  margin-top: min(-0.390625vw, -0.25rem);
  margin-inline: auto;
}
.story-outer .border {
  border: 10px solid #f9e25b;
  margin: 0 auto;
  max-width: calc(1024px - 6rem);
  margin-bottom: min(6.25vw, 4rem);
  background-color: rgba(255, 253, 239, 0.9);
}
.story-outer .inner {
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  padding-left: min(6.25vw, 4rem);
  padding-right: min(6.25vw, 4rem);
  line-height: 2.2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .story-outer .inner {
    line-height: 1.6;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .story-outer .inner.divider .image {
    display: none;
  }
}
.story-outer .inner.divider .image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .story-outer .inner.divider .image-sp {
    display: block;
    margin-top: 1rem;
  }
}
.story-outer .inner:last-child {
  padding-bottom: min(6.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .story-outer .inner:last-child {
    padding-bottom: 3rem;
  }
}
.story-outer .inner .head {
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: min(2.5vw, 1.6rem);
  text-align: center;
  margin-inline: auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .head {
    font-size: 1.2rem;
    padding-left: 0.7rem;
    padding-top: 1rem;
  }
}
.story-outer .inner .head.whats::after {
  top: calc(min(2.8125vw, 1.8rem) + 15px);
}
@media screen and (max-width: 767px) {
  .story-outer .inner .head.whats::after {
    top: calc(1.2rem + 5px);
  }
}
.story-outer .inner .head .ros {
  font-size: 0.7em;
}
.story-outer .inner .text {
  font-size: min(1.5625vw, 1rem);
  color: #000000;
  font-weight: 500;
  line-height: 2.2;
  display: block;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .text {
    font-size: 0.9rem;
  }
}
.story-outer .inner .text.ara {
  color: #b7000e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .text.ara {
    text-align: left;
  }
}
.story-outer .inner .text .dash {
  letter-spacing: -0.15em;
}
.story-outer .inner .text.coming {
  text-align: center;
  color: #dcb262;
  text-transform: capitalize;
  font-size: 1.5rem;
  display: block;
  margin-inline: auto;
}
.story-outer .divider {
  padding-block: 0;
}

.cast-outer {
  background: url(../img/stage/teiki5-fz/vol5_bg2.jpg) repeat;
  background-size: 600px auto;
  background-attachment: fixed;
  background-position: center top;
  padding-top: min(7.8125vw, 5rem);
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cast-outer {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.cast-outer .title-text {
  margin-top: min(-0.390625vw, -0.25rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text {
    font-size: 3rem;
    padding-block: 0;
  }
}
.cast-outer .title-text.title-staff {
  margin-bottom: 2rem;
}
.cast-outer .title-text .text {
  color: #f9e25b;
  position: relative;
  z-index: 2;
}
.cast-outer > .bg > .inner > .head {
  color: #f9e25b;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner > .head {
    margin-top: 3rem;
  }
}
.cast-outer > .bg > .inner > .head.angel .text {
  background-color: #fa929d;
}
.cast-outer > .bg > .inner > .head .text {
  display: inline-block;
  min-width: 260px;
  padding: 0.125rem 1.25rem;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner > .head .text {
    font-size: 0.9rem;
    min-width: 180px;
  }
}
.cast-outer > .head2 {
  font-weight: 700;
  position: relative;
  padding-top: min(3.125vw, 2rem);
  margin-top: min(3.90625vw, 2.5rem);
  color: #341908;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .head2 {
    font-size: 0.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 2.5rem;
  }
}
.cast-outer > .head2::after {
  position: absolute;
  content: "";
  top: 0;
  width: 40vw;
  left: calc(50% - 20vw);
  height: 2px;
  border-top: 1px solid #341908;
}
@media screen and (max-width: 767px) {
  .cast-outer > .head2::after {
    width: 75vw;
    left: calc(50% - 37.5vw);
  }
}
.cast-outer .bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cast-outer .bg::before, .cast-outer .bg::after {
  background: url(../img/stage/teiki5-fz/deco6.png) no-repeat;
  background-size: min(180px, 17.57808vw) auto;
  background-position: right bottom;
  position: absolute;
  content: "";
  width: min(180px, 17.57808vw);
  height: 100%;
  top: unset;
  bottom: 4rem;
  right: 0;
  z-index: 3;
  opacity: 0.3;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .cast-outer .bg::before, .cast-outer .bg::after {
    width: 130px;
    background-size: 130px auto;
    opacity: 0.2;
    right: -1rem;
  }
}
.cast-outer .bg::after {
  transform: scaleX(-1);
  background-position: right top;
  top: 10rem;
  right: unset;
  left: -1rem;
  bottom: 0;
}
.cast-outer > .bg > .inner {
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
  position: relative;
  z-index: 2;
  background-color: #000000;
  clip-path: polygon(0 5.5rem, 35% 5.5rem, 50% 0, 65% 5.5rem, 100% 5.5rem, 100% 100%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-top: 2.5rem;
    clip-path: polygon(0 5.5rem, calc(50% - 120px) 5.5rem, 50% 0, calc(50% + 120px) 5.5rem, 100% 5.5rem, 100% 100%, 0 100%);
  }
}
.cast-outer > .bg > .inner::before, .cast-outer > .bg > .inner::after {
  background: url(../img/stage/teiki5-fz/deco7.png) no-repeat;
  background-size: min(240px, 23.43744vw) auto;
  background-position: right bottom;
  position: absolute;
  content: "";
  width: min(240px, 23.43744vw);
  height: 100%;
  top: unset;
  bottom: 50%;
  right: 0;
  z-index: 3;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner::before, .cast-outer > .bg > .inner::after {
    width: 150px;
    background-size: 150px auto;
    opacity: 0.15;
    right: -1.5rem;
  }
}
.cast-outer > .bg > .inner::after {
  transform: scaleX(-1);
  background-position: right top;
  top: 55%;
  right: unset;
  left: -1.5rem;
  bottom: 0;
}
.cast-outer > .bg > .inner .ensemble-outer {
  max-width: calc(1024px - min(6.25vw, 4rem));
  margin-left: auto;
  margin-right: auto;
  margin-top: min(3.125vw, 2rem);
  margin-bottom: min(3.90625vw, 2.5rem);
  padding-bottom: min(3.90625vw, 2.5rem);
  clip-path: polygon(1rem 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 1rem 100%);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .ensemble-outer {
    width: 100%;
  }
}
.cast-outer > .bg > .inner .ensemble-outer .title {
  color: #a41919;
  font-size: min(0.9rem, 0.9 * rem);
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .ensemble-outer .title {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
  }
}
.cast-outer > .bg > .inner .ensemble-outer .ensemble {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: min(18.75vw, 12rem);
  padding-right: min(18.75vw, 12rem);
  line-height: 1.7;
  margin-bottom: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .ensemble-outer .ensemble {
    width: 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.cast-outer > .bg > .inner .ensemble-outer .ensemble .item {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .ensemble-outer .ensemble .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cast-outer > .bg > .inner .ensemble-outer .ensemble .item .actor {
  font-size: min(1.71875vw, 1.1rem);
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .ensemble-outer .ensemble .item .actor {
    font-size: 0.9rem;
    margin-top: 0.25rem;
  }
}
.cast-outer > .bg > .inner .actors {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: min(1.5625vw, 1rem) min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors {
    width: 100%;
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.voice {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.voice .item {
    width: 100%;
  }
}
.cast-outer > .bg > .inner .actors.voice .item .character {
  color: #b7000e;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.voice .item .character {
    font-size: 0.7rem;
  }
}
.cast-outer > .bg > .inner .actors.voice .item .actor {
  font-size: 1.2rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.voice .item .actor {
    font-size: 1rem;
  }
}
.cast-outer > .bg > .inner .actors.angel {
  border-bottom: 2px solid #f9e25b;
  padding-bottom: min(6.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.angel {
    padding-bottom: 3rem;
  }
}
.cast-outer > .bg > .inner .actors.angel .charactor {
  color: #fa929d;
}
.cast-outer > .bg > .inner .actors + .head {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors + .head {
    margin-top: 2.5rem;
  }
}
.cast-outer > .bg > .inner .pop-illust-bd,
.cast-outer > .bg > .inner .pop-cast-bd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast {
  position: absolute;
  top: 2.5svh;
  bottom: 7.5svh;
  left: max(0.5rem, 50vw - 22.5svh);
  right: max(0.5rem, 50vw - 22.5svh);
}
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust .pop-illust-image,
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust .pop-cast-image,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast .pop-illust-image,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast .pop-cast-image,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust .pop-illust-image,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust .pop-cast-image,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast .pop-illust-image,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast .pop-cast-image {
  width: 100%;
  height: auto;
}
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust .close,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast .close,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust .close,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast .close {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: 8rem;
  height: 2.5rem;
  left: calc(50% - 4rem);
  color: #f9e25b;
  font-size: 1.3rem;
}
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust .close .text,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast .close .text,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust .close .text,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast .close .text {
  transition: 0.33s;
}
.cast-outer > .bg > .inner .pop-illust-bd .pop-illust .close .text:hover,
.cast-outer > .bg > .inner .pop-illust-bd .pop-cast .close .text:hover,
.cast-outer > .bg > .inner .pop-cast-bd .pop-illust .close .text:hover,
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast .close .text:hover {
  color: white;
  cursor: pointer;
}
.cast-outer > .bg > .inner .pop-cast-bd .pop-cast {
  top: 10svh;
  bottom: 26.36svh;
}
.cast-outer > .bg > .inner .item {
  display: flex;
  width: 50%;
  font-size: min(1.5625vw, 1rem);
  line-height: 1.7;
  margin-bottom: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item {
    font-size: 0.7rem;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-inline: 0;
    margin-inline: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .cast-outer > .bg > .inner .item.sp-single {
    margin-left: 25%;
    margin-right: 25%;
  }
  .cast-outer > .bg > .inner .item.sp-right {
    margin-right: 16.6666666667%;
    margin-left: 0.25rem;
  }
  .cast-outer > .bg > .inner .item.sp-left {
    margin-left: 16.6666666667%;
    margin-right: 0.25rem;
  }
}
.cast-outer > .bg > .inner .item.noimage {
  display: flex;
  width: 50%;
  margin: 0 auto;
  font-size: min(1.71875vw, 1.1rem);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.noimage {
    font-size: 0.8rem;
    width: 100%;
  }
}
.cast-outer > .bg > .inner .item.noimage .charactor,
.cast-outer > .bg > .inner .item.noimage .title {
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.noimage .charactor,
  .cast-outer > .bg > .inner .item.noimage .title {
    width: 40%;
  }
}
.cast-outer > .bg > .inner .item.noimage .dots,
.cast-outer > .bg > .inner .item.noimage .colon {
  width: 26%;
  color: #7b1818;
  padding-left: min(1.5625vw, 1rem);
  padding-right: min(1.5625vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.noimage .dots,
  .cast-outer > .bg > .inner .item.noimage .colon {
    width: 20%;
  }
}
.cast-outer > .bg > .inner .item.noimage .actor,
.cast-outer > .bg > .inner .item.noimage .aname {
  width: 37%;
  font-size: min(2.03125vw, 1.3rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.noimage .actor,
  .cast-outer > .bg > .inner .item.noimage .aname {
    width: 40%;
    font-size: 1.2em;
  }
}
.cast-outer > .bg > .inner .item.noimage .actor.etc,
.cast-outer > .bg > .inner .item.noimage .aname.etc {
  font-size: 0.75em;
  margin-top: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.noimage .actor.etc,
  .cast-outer > .bg > .inner .item.noimage .aname.etc {
    margin-top: 0.3rem;
    font-size: 0.85em;
  }
}
.cast-outer > .bg > .inner .item.noimage .title,
.cast-outer > .bg > .inner .item.noimage .aname {
  width: calc(100% - 2rem);
}
.cast-outer > .bg > .inner .item.noimage .title.fs,
.cast-outer > .bg > .inner .item.noimage .colon.fs {
  align-items: flex-start;
}
.cast-outer > .bg > .inner .item.noimage .aname {
  font-size: unset;
}
.cast-outer > .bg > .inner .item.noimage .aname.column {
  flex-direction: column;
  align-items: flex-start;
}
.cast-outer > .bg > .inner .item.noimage .aname.column .aname1,
.cast-outer > .bg > .inner .item.noimage .aname.column .aname2 {
  width: 100%;
  text-align: left;
}
.cast-outer > .bg > .inner .item.noimage .colon {
  width: 2rem;
}
.cast-outer > .bg > .inner .item.mt {
  margin-top: min(4.6875vw, 3rem);
  margin-left: 0;
  margin-right: 0;
}
.cast-outer > .bg > .inner .item.riki {
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.riki {
    margin-right: 5%;
  }
}
.cast-outer > .bg > .inner .item.takeda {
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.takeda {
    margin-left: 5%;
  }
}
.cast-outer > .bg > .inner .item.mt-6 {
  margin-top: min(2.34375vw, 1.5rem);
}
.cast-outer > .bg > .inner .item .visual {
  position: relative;
  aspect-ratio: 40/57;
  width: 100%;
}
.cast-outer > .bg > .inner .item .visual .image {
  z-index: 2;
  position: relative;
  outline: 2px solid #dcb262;
  animation: glowin 1s infinite alternate;
}
@keyframes glowin {
  0% {
    outline: 2px solid #dcb262;
  }
  100% {
    outline: 2px solid #f9e25b;
  }
}
.cast-outer > .bg > .inner .item .visual .image:hover {
  cursor: pointer;
}
.cast-outer > .bg > .inner .item .visual .illust {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 40/57;
  display: none;
  outline: 2px solid #dcb262;
  animation: glowin 1s infinite alternate;
}
@keyframes glowin {
  0% {
    outline: 2px solid #dcb262;
  }
  100% {
    outline: 2px solid #f9e25b;
  }
}
.cast-outer > .bg > .inner .item .visual .illust:hover {
  cursor: pointer;
}
.cast-outer > .bg > .inner .item .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .title {
    width: 40%;
  }
}
.cast-outer > .bg > .inner .item .colon {
  width: 26%;
  color: #fafafa;
  padding-left: min(1.5625vw, 1rem);
  padding-right: min(1.5625vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .colon {
    width: 20%;
  }
}
.cast-outer > .bg > .inner .item .aname {
  font-size: min(1.875vw, 1.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .aname {
    width: 40%;
    font-size: 1.2em;
  }
}
.cast-outer > .bg > .inner .item .aname.etc {
  font-size: 0.75em;
  margin-top: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .aname.etc {
    margin-top: 0.3rem;
    font-size: 0.85em;
  }
}
.cast-outer > .bg > .inner .item .charactor {
  color: #fafafa;
  width: calc(50% - 1rem);
  font-size: min(1.71875vw, 1.1rem);
  letter-spacing: 0.15em;
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .charactor {
    font-size: 0.9rem;
  }
}
.cast-outer > .bg > .inner .item .charactor.w-kakko {
  margin-left: -0.25rem;
}
.cast-outer > .bg > .inner .item .charactor .dots {
  color: black;
}
.cast-outer > .bg > .inner .item .actor {
  font-size: min(2.1875vw, 1.4rem);
  margin-top: -0.25rem;
  width: calc(50% - 1rem);
  color: #fafafa;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .actor {
    font-size: 1.5em;
    margin-top: -0.2rem;
  }
}
.cast-outer > .bg > .inner .item .title,
.cast-outer > .bg > .inner .item .aname {
  width: calc(100% - 2rem);
}
.cast-outer > .bg > .inner .item .title.fs,
.cast-outer > .bg > .inner .item .colon.fs {
  align-items: flex-start;
}
.cast-outer > .bg > .inner .item .aname.column {
  flex-direction: column;
  align-items: flex-start;
}
.cast-outer > .bg > .inner .item .aname.column .aname1,
.cast-outer > .bg > .inner .item .aname.column .aname2 {
  width: 100%;
  text-align: left;
}
.cast-outer > .bg > .inner .item .colon {
  font-size: min(1.71875vw, 1.1rem);
  width: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .colon {
    width: 1rem;
    font-size: 0.9rem;
  }
}
.cast-outer > .bg > .inner .item .notice {
  font-size: 0.7em;
  text-align: center;
}
.cast-outer > .bg > .inner .item .buttons {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .buttons {
    flex-direction: column;
    font-size: 0.9rem;
  }
}
.cast-outer > .bg > .inner .item .buttons .pop-button {
  border-radius: 1rem;
  padding: 0 1rem;
  height: 1.6rem;
  margin-top: 0.25rem;
  transition: 0.33s;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .buttons .pop-button {
    height: 1.3rem;
  }
}
.cast-outer > .bg > .inner .item .buttons .pop-button:hover {
  cursor: pointer;
}
.cast-outer > .bg > .inner .item .buttons .pop-button .text {
  display: block;
  margin-top: -2px;
  letter-spacing: 0.025em;
  pointer-events: none;
}
.cast-outer > .bg > .inner .item .buttons .pop-button.button-cast {
  border: 1px solid #dcb262;
  border-bottom-right-radius: 0;
  color: #dcb262;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .buttons .pop-button.button-cast {
    margin-right: 0;
  }
}
.cast-outer > .bg > .inner .item .buttons .pop-button.button-cast:hover, .cast-outer > .bg > .inner .item .buttons .pop-button.button-cast.on {
  background-color: #dcb262;
  color: white;
}
.cast-outer > .bg > .inner .item .buttons .pop-button.button-illust {
  border: 1px solid #b7000e;
  border-bottom-left-radius: 0;
  color: #b7000e;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .buttons .pop-button.button-illust {
    margin-left: 0;
    margin-top: 0.35rem;
  }
}
.cast-outer > .bg > .inner .item .buttons .pop-button.button-illust:hover, .cast-outer > .bg > .inner .item .buttons .pop-button.button-illust.on {
  background-color: #b7000e;
  color: white;
}
.cast-outer > .bg > .inner .staff {
  padding-bottom: min(7.8125vw, 5rem);
  color: #fafafa;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff {
    padding-bottom: 3rem;
    margin-inline: 0;
  }
}
.cast-outer > .bg > .inner .staff .item {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: min(1.5625vw, 1rem);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item {
    font-size: 0.75rem;
  }
}
.cast-outer > .bg > .inner .staff .item.lh-narrow {
  line-height: 1.2;
}
.cast-outer > .bg > .inner .staff .item.align-center {
  align-items: center;
}
.cast-outer > .bg > .inner .staff .item.mt {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item.mt {
    margin-top: 1rem;
  }
}
.cast-outer > .bg > .inner .staff .item .title,
.cast-outer > .bg > .inner .staff .item .aname,
.cast-outer > .bg > .inner .staff .item .colon {
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item .title,
  .cast-outer > .bg > .inner .staff .item .aname,
  .cast-outer > .bg > .inner .staff .item .colon {
    font-size: 0.75rem;
  }
}
.cast-outer > .bg > .inner .staff .item .title,
.cast-outer > .bg > .inner .staff .item .aname {
  width: calc(50% - min(1.5625vw, 1rem));
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item .title,
  .cast-outer > .bg > .inner .staff .item .aname {
    width: calc(50% - 0.5rem);
  }
}
.cast-outer > .bg > .inner .staff .item .aname {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item .aname {
    width: calc(50% + 0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .staff .item .aname .aname1,
  .cast-outer > .bg > .inner .staff .item .aname .aname2 {
    display: block;
  }
}

.schedule-outer > .inner::after,
.ticket::after {
  background-color: #341908;
  border-radius: 50%;
  content: "";
  position: absolute;
  --r: 220px;
  top: calc(1.4142135624 * var(--r) * 0.5 - var(--r));
  left: calc(50% - var(--r));
  width: calc(var(--r) * 2);
  height: calc(var(--r) * 2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule-outer > .inner::after,
  .ticket::after {
    --r: 140px;
  }
}

.schedule-outer {
  border-bottom: 10px solid #000000;
  position: relative;
  margin-top: 0;
  overflow: hidden;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer {
    padding-top: 9rem;
  }
}
.schedule-outer > .inner > .deco {
  margin-top: -4rem;
}
.schedule-outer .deco,
.schedule-outer .title-text,
.schedule-outer .schedule-data {
  position: relative;
  z-index: 2;
}
.schedule-outer .title-text {
  text-align: center;
  margin-top: min(-0.78125vw, -0.5rem);
  padding-bottom: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text {
    font-size: 2.2rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}
.schedule-outer .title-text .text {
  color: #67c2b2;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text .text {
    font-size: 3rem;
  }
}
.schedule-outer > .inner {
  background: linear-gradient(to bottom, transparent, transparent 4rem, #341908 4rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer > .inner {
    background: linear-gradient(to bottom, transparent, transparent 4rem, #341908 4rem, #341908 100%);
  }
}
.schedule-outer > .inner::after {
  top: calc(1.4142135624 * var(--r) * 0.5 - var(--r) + 2.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer > .inner::after {
    top: calc(1.4142135624 * var(--r) * 0.5 - var(--r) + 1.5rem);
  }
}
.schedule-outer .schedule-data {
  color: #fafafa;
  font-size: min(2.34375vw, 1.5rem);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data {
    font-size: 1rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
.schedule-outer .schedule-data .sch-item .sq {
  color: #67c2b2;
  font-size: 1.1rem;
}
.schedule-outer .schedule-data .sch-item + .sch-item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .sch-item + .sch-item {
    margin-top: 4rem;
  }
}
.schedule-outer .schedule-data .region {
  color: #fafafa;
  position: relative;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .region {
    font-size: 1.2rem;
  }
}
.schedule-outer .schedule-data .number {
  font-size: 2em;
}
.schedule-outer .schedule-data .place {
  font-size: min(2.5vw, 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .place {
    font-size: 1.4rem;
    margin-top: 0.25rem;
  }
}
.schedule-outer .schedule-data .place a {
  color: #f9e25b;
}
.schedule-outer .schedule-data .place a:hover {
  color: #fafafa;
}
.schedule-outer .schedule-data .notice {
  font-size: min(1.5625vw, 1rem);
  color: white;
  margin: 0 auto;
  margin-top: min(2.34375vw, 1.5rem);
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .notice {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}
.schedule-outer .schedule-data .notice .underline {
  -webkit-text-decoration: underline #f9e25b;
          text-decoration: underline #f9e25b;
}
.schedule-outer .schedule-data .notice .star {
  color: #dcb262;
}
.schedule-outer .schedule-data .notice .notice-add {
  font-weight: 400;
}
.schedule-outer .schedule-data .notice .notice-add2 {
  font-weight: 400;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .notice .notice-add2 {
    font-size: 0.9em;
    margin-top: 1rem;
  }
}
.schedule-outer .schedule-table {
  color: white;
  font-size: min(1.5625vw, 1rem);
  font-weight: 700;
  max-width: 512px;
  border-top: 3px solid rgba(220, 178, 98, 0.5);
  margin: 0 auto;
  margin-top: min(3.125vw, 2rem);
  border-bottom: 2px solid rgba(220, 178, 98, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}
.schedule-outer .schedule-table.tokyo {
  max-width: 358.4px;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table.tokyo {
    max-width: 270px;
  }
}
.schedule-outer .schedule-table.tokyo .item .date {
  width: 44%;
}
.schedule-outer .schedule-table.tokyo .item .time {
  width: 28%;
}
.schedule-outer .schedule-table .item {
  display: flex;
  border-bottom: 1px solid rgba(220, 178, 98, 0.5);
}
.schedule-outer .schedule-table .item .date,
.schedule-outer .schedule-table .item .time {
  padding-top: min(0.390625vw, 0.25rem);
  padding-bottom: min(0.390625vw, 0.25rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .date,
  .schedule-outer .schedule-table .item .time {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.schedule-outer .schedule-table .item .date {
  width: 31%;
  text-align: left;
  padding-left: min(5.859375vw, 3.75rem);
  position: relative;
  border-right: 1px solid rgba(220, 178, 98, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .date {
    padding-left: 2.5rem;
    width: 34%;
  }
}
.schedule-outer .schedule-table .item .date.off {
  color: rgba(220, 178, 98, 0.5);
}
.schedule-outer .schedule-table .item .date .month {
  position: absolute;
  left: min(1.953125vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .date .month {
    left: 0.25rem;
  }
  .schedule-outer .schedule-table .item .date .month.tokyo {
    left: 0.85rem;
  }
}
.schedule-outer .schedule-table .item .date .number {
  font-size: 1.4em;
}
.schedule-outer .schedule-table .item .time {
  width: 23%;
  text-align: center;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .time {
    width: 22%;
  }
}
.schedule-outer .schedule-table .item .time + .time {
  border-left: 1px solid rgba(220, 178, 98, 0.5);
}
.schedule-outer .schedule-table .item .time.off {
  width: 69%;
  font-size: min(1.40625vw, 0.9rem);
  color: rgba(220, 178, 98, 0.5);
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .time.off {
    font-size: 0.8rem;
    width: 66%;
  }
}
.schedule-outer .schedule-table .item .time .star {
  font-size: 0.85em;
  color: #f9e25b;
  margin-left: 0.1em;
}
.schedule-outer .ticket {
  margin-top: min(14.0625vw, 9rem);
  text-align: center;
  background: url(../img/stage/teiki5-fz/deco5.gif) repeat-x;
  background-size: 800px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket {
    margin-top: 5rem;
    padding-bottom: 3rem;
    background-size: 450px auto;
    background-position: 1px top;
  }
}
.schedule-outer .ticket .deco {
  padding-top: 2.5rem;
}
.schedule-outer .ticket::after {
  top: 1rem;
}
.schedule-outer .ticket .title-text .text {
  color: #fa929d;
}
.schedule-outer .ticket .head,
.schedule-outer .ticket .region,
.schedule-outer .ticket .price,
.schedule-outer .ticket .price-xmas,
.schedule-outer .ticket .item {
  position: relative;
  z-index: 2;
}
.schedule-outer .ticket .head {
  color: #fa929d;
  font-size: min(1.71875vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .head {
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket .head.mt {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .head.mt {
    margin-top: 4rem;
  }
}
.schedule-outer .ticket .region {
  margin-top: 1.25rem;
  color: #fafafa;
}
.schedule-outer .ticket .region.mt {
  margin-top: 3.5rem;
}
.schedule-outer .ticket .region .text {
  border: 1px solid #fafafa;
  padding: 0 0.15rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  padding-left: 0.48rem;
  font-size: 1rem;
  color: #fafafa;
}
.schedule-outer .ticket .price {
  color: white;
  margin-top: min(2.34375vw, 1.5rem);
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket .price .number {
  font-size: 1.1em;
}
.schedule-outer .ticket .price-xmas {
  color: white;
  line-height: 1.7;
}
.schedule-outer .ticket .price-xmas .text {
  font-size: min(1.5625vw, 1rem);
}
.schedule-outer .ticket .price-xmas .text .number {
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price-xmas .text {
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket .price-xmas .head2 {
  font-weight: 700;
  margin-top: 2.5rem;
  color: white;
}
.schedule-outer .ticket .price-xmas .head2 .star {
  color: #f9e25b;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price-xmas .about-special-ticket {
    font-size: 0.8rem;
    text-align: left;
    padding-inline: 1rem;
  }
}
.schedule-outer .ticket .price-xmas .about-special-ticket .head2 {
  color: #f9e25b;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price-xmas .about-special-ticket .head2 {
    text-align: center;
    margin-top: 1rem;
  }
}
.schedule-outer .ticket .price-xmas .about-special-ticket .head3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price-xmas .about-special-ticket .head3 {
    text-align: center;
  }
}
.schedule-outer .ticket .price-xmas .about-special-ticket .notice {
  font-size: 0.8rem;
  margin-top: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price-xmas .about-special-ticket .notice {
    font-size: 0.7rem;
  }
}
.schedule-outer .ticket > .item {
  border: 2px solid #f9e25b;
  padding: 0;
  margin: min(3.125vw, 2rem) auto 0;
  max-width: calc(1024px - min(9.375vw, 6rem));
  color: #000000;
  text-align: left;
  font-size: min(1.5625vw, 1rem);
  transition: 0.6s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item {
    margin: 1.5rem 1rem 0;
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket > .item.default-closed .body {
  display: none;
}
.schedule-outer .ticket > .item + .item {
  margin-top: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item + .item {
    margin-top: 1rem;
  }
}
.schedule-outer .ticket > .item.closed {
  background-color: #f9e25b;
}
.schedule-outer .ticket > .item.closed .head2 {
  color: #341908;
}
.schedule-outer .ticket > .item.closed .icon {
  transform: rotate(180deg);
}
.schedule-outer .ticket > .item.closed .icon .on {
  opacity: 1;
}
.schedule-outer .ticket > .item.closed .icon .off {
  opacity: 0;
}
.schedule-outer .ticket > .item .icon {
  position: absolute;
  top: min(0.3125vw, 0.2rem);
  right: min(1.015625vw, 0.65rem);
  width: min(2.1875vw, 1.4rem);
  height: min(2.1875vw, 1.4rem);
  transition: 0.6s;
  pointer-events: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .icon {
    top: 0.05rem;
    right: 0.35rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.schedule-outer .ticket > .item .icon .on,
.schedule-outer .ticket > .item .icon .off {
  font-size: min(2.1875vw, 1.4rem);
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(0);
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .icon .on,
  .schedule-outer .ticket > .item .icon .off {
    font-size: 1.4rem;
  }
}
.schedule-outer .ticket > .item .icon .on {
  opacity: 0;
}
.schedule-outer .ticket > .item .icon .off {
  opacity: 1;
}
.schedule-outer .ticket > .item .head2 {
  background-color: #f9e25b;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: min(0.15625vw, 0.1rem) 0 min(0.3125vw, 0.2rem) 0.2em;
  font-size: min(1.71875vw, 1.1rem);
  text-align: center;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .head2 {
    padding: 0.1rem 0 0.2rem 0.2em;
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket > .item .head2:hover {
  cursor: pointer;
  background-color: #fa929d;
  border-color: #f9e25b;
}
.schedule-outer .ticket > .item .head2:hover .icon {
  color: #f9e25b !important;
}
.schedule-outer .ticket > .item .head3 {
  margin-top: min(1.171875vw, 0.75rem);
  font-weight: 700;
  margin-bottom: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .head3 {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}
.schedule-outer .ticket > .item .head3::first-letter {
  color: #dcb262;
  margin-right: 0.2em;
}
.schedule-outer .ticket > .item .body {
  padding: min(3.125vw, 2rem);
  padding-top: min(1.5625vw, 1rem);
  background-color: #fafafa;
}
.schedule-outer .ticket > .item .body a {
  color: #b7000e;
}
.schedule-outer .ticket > .item .body a:hover {
  color: #fafafa;
}
.schedule-outer .ticket > .item .dates {
  padding-bottom: min(3.125vw, 2rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates {
    margin-bottom: 1rem;
  }
}
.schedule-outer .ticket > .item .item2 + .item2 {
  margin-top: min(1.171875vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .item2 + .item2 {
    margin-top: 0.5rem;
  }
}
.schedule-outer .ticket > .item .notice {
  margin-top: min(1.953125vw, 1.25rem);
  padding-top: min(1.953125vw, 1.25rem);
  border-top: 1px solid #dcb262;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .notice {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.schedule-outer .ticket > .item .notice ul {
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .notice ul {
    font-size: 0.7rem;
  }
}
.schedule-outer .ticket > .item .direction {
  font-size: min(1.25vw, 0.8rem);
  margin-top: min(1.953125vw, 1.25rem);
  padding-top: min(1.953125vw, 1.25rem);
  border-top: 1px solid #b7000e;
  line-height: 1.8;
  color: black;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .direction {
    font-size: 0.7rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.schedule-outer .ticket > .item .direction .item + .item {
  margin-top: 0.75rem;
}
.schedule-outer .ticket .ticket-notice {
  margin-top: min(6.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .ticket-notice {
    margin-top: 4rem;
  }
}
.schedule-outer .ticket .ticket-notice .notice {
  margin: 0 auto;
  margin-top: min(1.5625vw, 1rem);
  padding-top: min(2.34375vw, 1.5rem);
  padding-bottom: min(2.34375vw, 1.5rem);
  border-top: 2px solid #fa929d;
  border-bottom: 2px solid #fa929d;
  text-align: left;
  color: white;
  max-width: calc(1024px - min(9.375vw, 6rem));
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .ticket-notice .notice {
    font-size: 0.7rem;
    margin: 1rem 1rem 0;
  }
}
.schedule-outer .ticket .info {
  text-align: center;
  color: white;
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
  margin-top: min(2.734375vw, 1.75rem);
  padding-bottom: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .info {
    font-size: 0.7rem;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
.schedule-outer .goods {
  padding-block: 5.5rem;
  background: url(../img/stage/teiki5-fz/vol5_bg2.jpg) repeat;
  background-size: 600px auto;
  background-attachment: fixed;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods {
    padding-inline: 0;
    padding-block: 3rem 4.5rem;
  }
}
.schedule-outer .goods .inner {
  background-color: rgba(255, 253, 239, 0.8);
  clip-path: polygon(0 5.5rem, 35% 5.5rem, 50% 0, 65% 5.5rem, 100% 5.5rem, 100% 100%, 0 100%);
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .inner {
    clip-path: polygon(0 5.5rem, calc(50% - 120px) 5.5rem, 50% 0, calc(50% + 120px) 5.5rem, 100% 5.5rem, 100% 100%, 0 100%);
  }
}
.schedule-outer .goods .title-text {
  padding-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .title-text {
    padding-bottom: 1.5rem;
    margin-inline: 0;
  }
}
.schedule-outer .goods .title-text .text {
  color: #341908;
}
.schedule-outer .goods .coming {
  text-align: center;
  text-transform: capitalize;
  font-size: min(3.125vw, 2rem);
  padding-bottom: 3rem !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming {
    font-size: 1.5rem;
  }
}
.schedule-outer .goods .coming .head-text {
  padding-left: min(1.5625vw, 1rem);
  padding-right: min(1.5625vw, 1rem);
  font-size: min(2.5vw, 1.6rem) !important;
  text-transform: capitalize;
  color: #67c2b2;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming .head-text {
    font-size: 1.2rem !important;
  }
}
.schedule-outer .goods .coming .head-text .word {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming .head-text .word {
    margin-right: 0.25rem;
  }
}
.schedule-outer .goods .coming .head-text .word::first-letter {
  font-size: 1.2em;
}
.schedule-outer .goods .goods-inner {
  padding: 3rem;
  padding-bottom: 5rem;
  color: black;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner {
    padding: 1.5rem 1rem 3.5rem;
  }
}
.schedule-outer .goods .goods-inner:has(.coming) {
  padding-top: 0;
}
.schedule-outer .goods .goods-inner .head-text {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.schedule-outer .goods .goods-inner .block.bt, .schedule-outer .goods .goods-inner .block.bt-bold, .schedule-outer .goods .goods-inner .block.bt-thin {
  border-top: 2px solid #b7000e;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.bt, .schedule-outer .goods .goods-inner .block.bt-bold, .schedule-outer .goods .goods-inner .block.bt-thin {
    margin-top: 2.5rem;
  }
}
.schedule-outer .goods .goods-inner .block.bt-thin {
  border-top: 1px solid #dcb262;
}
.schedule-outer .goods .goods-inner .total-notice.bt, .schedule-outer .goods .goods-inner .total-notice.bt-bold {
  border-top: 1px solid #dcb262;
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .total-notice.bt, .schedule-outer .goods .goods-inner .total-notice.bt-bold {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }
}
.schedule-outer .goods .goods-inner .total-notice.bt-bold {
  border-top: 1px solid #dcb262;
}
.schedule-outer .goods .goods-inner .block .link .item + .item {
  margin-top: 1rem;
}
.schedule-outer .goods .goods-inner .block .link .item .head2 {
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: -0.6em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .link .item .head2 {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block .link .item .head2::first-letter {
  color: #b7000e;
}
.schedule-outer .goods .goods-inner .block .link .item .date,
.schedule-outer .goods .goods-inner .block .link .item .text {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .link .item .date,
  .schedule-outer .goods .goods-inner .block .link .item .text {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block .link .item .text {
  font-weight: 700;
}
.schedule-outer .goods .goods-inner .block .link .item .text .notice {
  font-weight: 400;
}
.schedule-outer .goods .goods-inner .block .link .item .text .notice li {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block.lineup .item {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block.lineup .item .head2 {
  font-weight: 700;
  font-size: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .item .head2 {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .item .price {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .item .price {
    font-size: 0.8rem;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .item .desc {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.schedule-outer .goods .goods-inner .block.lineup .item > a {
  margin-top: 1rem;
  border: 1px solid #f9e25b;
  background-color: white;
  display: flex;
  align-items: center;
}
.schedule-outer .goods .goods-inner .block.lineup .item > a.square {
  aspect-ratio: 1/1;
}
.schedule-outer .goods .goods-inner .block.lineup .item .image {
  width: 100%;
  display: inline-block;
  transition: 0.33s;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .item .image {
    width: 100%;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .item .image:hover {
  filter: brightness(1.1);
}
.schedule-outer .goods .goods-inner .block.lineup .brom-stand {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .brom-stand {
    flex-direction: column;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .brom-stand .item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .brom-stand .item {
    width: 100%;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .brom-stand .item:nth-child(n+3) {
  margin-top: 2rem;
}
.schedule-outer .goods .goods-inner .block.lineup .brom-stand .item:nth-child(2n) {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .brom-stand .item + .item {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .kura {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .kura {
    margin-top: 1rem;
  }
}
.schedule-outer .goods .goods-inner .block.theater .text {
  font-size: 0.9rem;
}
.schedule-outer .goods .goods-inner .block.theater .text .head2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.schedule-outer .goods .goods-inner .block.theater .text li.mt {
  margin-top: 1rem;
}
.schedule-outer .goods .goods-inner .block.animate {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.animate {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block.animate .head2 {
  font-weight: 700;
}
.schedule-outer .goods .goods-inner .block.animate .links {
  text-indent: 1em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.animate .links {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block.rice-on-stage {
  font-size: 0.9rem;
}
.schedule-outer .goods .goods-inner .block.rice-on-stage .ros-items .item {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block.block-inbox {
  padding: 1.5rem 2rem 2rem;
  border: 2px solid #b7000e;
  margin-top: 2.5rem;
  background-color: white;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.block-inbox {
    padding: 1rem 1rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.schedule-outer .goods .goods-inner .block.block-inbox .head {
  color: #b7000e;
}
.schedule-outer .goods .goods-inner .block.block-inbox .text {
  font-size: 0.9rem;
}
.schedule-outer .goods .goods-inner .block.block-inbox > .item {
  width: calc(50% - 2rem);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.block-inbox > .item {
    width: 100%;
  }
}
.schedule-outer .goods .goods-inner .block a {
  color: #b7000e;
}
.schedule-outer .goods .goods-inner .block a:hover {
  color: white;
}
.schedule-outer .goods .goods-inner .block:not(.block-inbox) > .head::first-letter {
  margin-right: 0.2em;
  color: #b7000e;
}
.schedule-outer .goods .goods-inner .block > .head.mt {
  margin-top: 2rem;
}
.schedule-outer .goods .goods-inner .block > .head.bt, .schedule-outer .goods .goods-inner .block > .head.bt-bold {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #b7000e;
}
.schedule-outer .goods .goods-inner .block > .head.bt-bold {
  border-top: 2px solid #b7000e;
}
.schedule-outer .goods .goods-inner .block .head,
.schedule-outer .goods .goods-inner .block .head-kura,
.schedule-outer .goods .goods-inner .block .head-ros,
.schedule-outer .goods .goods-inner .block .head-ros0 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .head,
  .schedule-outer .goods .goods-inner .block .head-kura,
  .schedule-outer .goods .goods-inner .block .head-ros,
  .schedule-outer .goods .goods-inner .block .head-ros0 {
    font-size: 1rem;
  }
}
.schedule-outer .goods .goods-inner .block .head-ros0 {
  text-indent: -0.55em;
}
.schedule-outer .goods .goods-inner .block .head-kura,
.schedule-outer .goods .goods-inner .block .head-ros {
  text-indent: -0.55em;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #b7000e;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .head-kura,
  .schedule-outer .goods .goods-inner .block .head-ros {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.schedule-outer .goods .goods-inner .block .head-kura + .item,
.schedule-outer .goods .goods-inner .block .head-ros + .item {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block .head-tokyo {
  font-weight: 700;
  margin-top: 2rem;
  text-indent: -0.55em;
  padding-top: 2rem;
  font-size: 1rem;
  border-top: 1px solid #dcb262;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .head-tokyo {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block .price {
  margin-left: 1.2em;
  font-weight: 400;
}
.schedule-outer .goods .goods-inner .block .desc2 {
  margin-top: 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .desc2 {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block .notice {
  font-size: 0.8rem;
}
.schedule-outer .goods .goods-inner .block .notice.mb {
  margin-bottom: 1rem;
}
.schedule-outer .goods .goods-inner .total-notice {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .total-notice {
    font-size: 0.7rem;
  }
}

.footer {
  color: white;
  text-align: center;
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
  background: url(../img/stage/teiki5-fz/vol5_bg1.jpg) repeat;
  background-size: 800px auto;
  background-attachment: fixed;
  background-position: center top;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.7rem;
    background-size: 700px auto;
  }
}
.footer .inner {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  border-inline: 10px solid #000000;
  max-width: 819.2px;
  margin: 0 auto;
  padding-top: min(3.90625vw, 2.5rem);
  color: #fafafa;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    width: 100%;
    border-inline: none;
  }
}
.footer .inner a {
  color: #f9e25b;
  font-weight: 600;
}
.footer .inner a:hover {
  color: #fafafa;
}
.footer .credits {
  margin-top: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .footer .credits {
    margin-top: 2rem;
  }
}
.footer .banners {
  margin-inline: auto;
  margin-top: 2.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer .banners .image-sb {
  margin: 0 auto;
  margin-top: min(4.6875vw, 3rem);
  width: 31.5%;
  transition: 0.33s;
  display: inline;
}
@media screen and (max-width: 767px) {
  .footer .banners .image-sb {
    margin-top: 3rem;
    width: 48%;
  }
}
.footer .banners .image-sb:hover {
  filter: brightness(1.1);
}
.footer .banners .image-sb {
  margin-top: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .footer .banners .image-sb {
    margin-top: 1.5rem;
    width: 48%;
  }
}
.footer .copy {
  font-size: min(1.09375vw, 0.7rem);
  margin-top: min(3.125vw, 2rem);
  padding-bottom: min(9.375vw, 6rem);
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 0.6rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}/*# sourceMappingURL=teiki5-fz.css.map */