@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: #f9e25b;
}

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

.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 {
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg2.jpg);
  background-size: 800px auto;
  background-attachment: fixed;
  position: fixed;
  background-color: #fffbcc;
  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: 50%;
  margin: 0 auto;
  margin-bottom: 5%;
  height: auto;
  animation: fadeOutBg 0.66s reverse ease-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;
}

.yellow-text {
  color: #f9e25b;
}

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

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

.header {
  width: 100%;
  text-transform: uppercase;
  background-color: #fffbcc;
  height: min(7.81248vw, 80px);
  display: flex;
  font-weight: 700;
  font-size: min(2.5vw, 1.6rem);
  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.8em;
  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: #e36797;
  transition: 0.33s;
}
.header .bar .bar-list .sns-icons a:hover .icon .st2 {
  fill: #ffffff;
}
@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: #e36797;
  transition: 0.33s;
}
.header .bar .bar-list a:hover {
  color: #f9e25b;
}
.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: #e36797;
  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/teiki6-kimigatobu/teiki6_bg1.jpg) repeat;
  background-size: 800px auto;
  background-attachment: fixed;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .visual-outer {
    background-size: auto 100%;
    padding-top: 40px;
  }
}
.visual-outer .logo {
  background-color: #fffbcc;
  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 #fffbcc;
  border-left: 10px solid #fffbcc;
  position: relative;
  background-color: #fffbcc;
}
@media screen and (max-width: 767px) {
  .visual-outer .mv {
    border: 0;
    max-width: unset;
  }
}
.visual-outer .mv .image {
  width: 100%;
  margin-inline: auto;
  height: auto;
  transition: opacity 1.2s ease-in-out;
  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;
  }
}
.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: #e36797;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  width: 100%;
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: min(2.34375vw, 1.5rem);
  border-block: 10px solid #fffbcc;
}
@media screen and (max-width: 767px) {
  .main-data {
    font-size: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.main-data .item .sq {
  font-size: 1.1rem;
  color: #e36797;
}
.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: #e36797;
  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 .region::after {
  position: absolute;
  border-bottom: 1px solid #e36797;
  width: 380px;
  height: 1px;
  left: calc(50% - 190px);
  right: calc(50% - 190px);
  bottom: 5px;
  content: "";
}
@media screen and (max-width: 767px) {
  .main-data .region::after {
    bottom: 4px;
    width: 220px;
    height: 1px;
    left: calc(50% - 110px);
    right: calc(50% - 110px);
  }
}
.main-data .dates {
  font-weight: 700;
}
.main-data .number {
  font-size: 2em;
}
.main-data .place {
  font-size: min(2.34375vw, 1.5rem);
  color: #ddaa00;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-data .place {
    font-size: 1.4rem;
    margin-top: -0.25rem;
  }
}
.main-data .data {
  font-size: min(1.875vw, 1.2rem);
  line-height: 1.9;
  margin-top: min(3.125vw, 2rem);
  color: #575757;
}
@media screen and (max-width: 767px) {
  .main-data .data {
    font-size: 0.9rem;
    margin-top: 2rem;
    line-height: 1.7;
  }
}

.title-text {
  font-size: min(5.625vw, 3.6rem);
  text-transform: uppercase;
}

.news-outer {
  background-color: #fffbcc;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg2.jpg);
}
.news-outer .title-text {
  text-align: center;
  color: #ffffff;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news-outer .title-text {
    font-size: 2.4rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }
}
.news-outer .title-text::after {
  content: "";
  position: absolute;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title1.png) no-repeat;
  background-size: 480px auto;
  width: 480px;
  height: 71.55px;
  left: calc(50% - 240px);
  top: min(3.328125vw, 2.13rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-outer .title-text::after {
    background-size: 300px auto;
    width: 300px;
    left: calc(50% - 150px);
    top: 1.7rem;
  }
}
.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: #5fa3dd;
}
.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: #e36797;
}
.news-outer .news .item.urgent .head {
  justify-content: center;
  background-color: #e36797;
}
.news-outer .news .item.urgent .outer {
  background-color: black;
  color: white;
}
.news-outer .news .item.urgent .text {
  background-color: #ffffff;
}
.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: #ffffff;
}
@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: #f9e25b;
  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: #ffffff;
  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: #ffffff;
  color: #575757;
}
@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 #fffbcc;
  padding-top: min(7.8125vw, 5rem);
  border-bottom: 10px solid #f9e25b;
  padding-left: min(2.34375vw, 1.5rem);
  padding-right: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .story-outer {
    padding: 5rem 0 0;
  }
}
.story-outer .title-text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .story-outer .title-text {
    font-size: 2.4rem;
    margin-inline: 0;
  }
}
.story-outer .title-text::after {
  content: "";
  position: absolute;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title2.png) no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 102.4px;
  left: calc(50% - 150px);
  top: -10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .story-outer .title-text::after {
    background-size: 200px auto;
    width: 200px;
    left: calc(50% - 100px);
    top: -10px;
  }
}
.story-outer .title-text .text {
  color: #5fa3dd;
  position: relative;
  z-index: 2;
}
.story-outer .border {
  margin: 0 auto;
  max-width: calc(1024px - 6rem);
  margin-top: min(-2.734375vw, -1.75rem);
  margin-bottom: min(9.375vw, 6rem);
  background-color: rgba(95, 163, 221, 0.7);
}
@media screen and (max-width: 767px) {
  .story-outer .border {
    margin-bottom: 5rem;
  }
}
.story-outer .inner {
  padding-top: min(6.25vw, 4rem);
  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 {
    padding-top: 2.5rem;
    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: #f9e25b;
  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: #ffffff;
  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: #ddaa00;
  text-transform: capitalize;
  font-size: 1.5rem;
  display: block;
  margin-inline: auto;
}
.story-outer .divider {
  padding-block: 0;
}

.stripe {
  height: 30px;
  border-block: 10px solid #f9e25b;
  margin-top: 10px;
}

.cast-outer {
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cast-outer {
    padding-block: 0;
  }
}
.cast-outer .title-text {
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(7.8125vw, 5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text {
    font-size: 2.4rem;
    padding-block: 1.5rem 0;
  }
}
.cast-outer .title-text.title-staff {
  padding-top: min(14.0625vw, 9rem);
  padding-bottom: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text.title-staff {
    padding-top: 6rem;
  }
}
.cast-outer .title-text.title-staff .text {
  color: #e36797;
}
.cast-outer .title-text .text {
  color: #2f8ddd;
  position: relative;
  z-index: 2;
}
.cast-outer .title-a {
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title_a.png) no-repeat;
  background-size: 1800px auto;
  background-position: right top;
  width: 100%;
  height: 200px;
  right: calc(50% - 280px);
  top: 70px;
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cast-outer .title-a {
    background-size: 1300px auto;
    right: calc(50% - 110px);
    top: 60px;
  }
}
.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: #e36797;
}
.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: 1rem;
    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 > .inner {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  position: relative;
  border-bottom: 10px solid #f9e25b;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg3.png) repeat-y;
  background-size: 200px auto;
  background-position: right top;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    background-size: 100px auto;
    background-position: right -25px top 0;
  }
}
.cast-outer > .bg > .inner::after {
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg3.png) repeat-y;
  background-size: 200px auto;
  background-position: right top;
  position: absolute;
  content: "";
  transform: scaleX(-1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner::after {
    background-size: 100px auto;
    background-position: right -25px top 0;
  }
}
.cast-outer > .bg > .inner .sq {
  color: #5fa3dd;
}
.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;
  max-width: calc(1024px - 6rem);
  flex-wrap: wrap;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  padding-block: min(1.5625vw, 1rem) min(1.5625vw, 1rem);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors {
    width: calc(100% - 0.5rem);
    padding: 0 0.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .actors.mt {
    padding-top: 4rem;
  }
}
@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: #e36797;
}
.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 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  font-size: min(1.5625vw, 1rem);
  line-height: 1.7;
  margin-bottom: min(0.78125vw, 0.5rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item {
    font-size: 0.7rem;
    width: 33.3333333333%;
    padding-inline: 0;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .cast-outer > .bg > .inner .item.sp-two {
    margin-left: 16.6666666667%;
  }
  .cast-outer > .bg > .inner .item.sp-two.sp-right {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .cast-outer > .bg > .inner .item.sp-single {
    margin-left: 25%;
    margin-right: 25%;
  }
}
.cast-outer > .bg > .inner .item.solo {
  margin-inline: 25%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.solo {
    margin-top: 1rem;
  }
}
.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.ensemble {
  width: 100%;
  color: #ffffff;
  font-size: min(1.71875vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.ensemble {
    font-size: 0.9rem;
    margin-top: 2.5rem;
  }
}
.cast-outer > .bg > .inner .item.ensemble .names {
  font-size: 1.1em;
}
.cast-outer > .bg > .inner .item.ensemble .add {
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item.ensemble .add {
    font-size: 0.9rem;
  }
}
.cast-outer > .bg > .inner .item .visual {
  position: relative;
  aspect-ratio: 3/4;
  width: calc(100% - 1rem);
  margin-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .visual {
    width: calc(100% - 1rem);
    margin-inline: 0.5rem;
  }
}
.cast-outer > .bg > .inner .item .visual .image {
  z-index: 2;
  position: relative;
  outline: 2px solid #f9e25b;
  transition: 0.33s;
  aspect-ratio: 800/1203;
}
@keyframes glowin {
  0% {
    outline: 2px solid #f9e25b;
  }
  100% {
    outline: 2px solid #f9e25b;
  }
}
.cast-outer > .bg > .inner .item .visual .image:hover {
  cursor: pointer;
  outline-color: #ffffff;
}
.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%;
  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.71875vw, 1.1rem);
  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 .nick {
  color: #2f8ddd;
  margin-top: 0.5rem;
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .nick {
    font-size: 0.9rem;
  }
}
.cast-outer > .bg > .inner .item .charactor {
  color: #2f8ddd;
  font-size: min(1.40625vw, 0.9rem);
  text-align: right;
  font-weight: 500;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .item .charactor {
    font-size: 0.8rem;
    margin-top: -0.25rem;
  }
}
.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.03125vw, 1.3rem);
  margin-top: -0.25rem;
  color: #575757;
  text-align: left;
  font-weight: 400;
}
@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 #ddaa00;
  border-bottom-right-radius: 0;
  color: #ddaa00;
  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: #ddaa00;
  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 .title-b {
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title_b.png) no-repeat;
  background-size: 1600px auto;
  background-position: left top;
  width: 100%;
  height: 200px;
  left: calc(50% - 260px);
  transform: translateY(min(7.8125vw, 5rem));
  content: "";
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .cast-outer > .bg > .inner .title-b {
    background-size: 1300px auto;
    height: 200px;
    left: calc(50% - 130px);
    transform: translateY(3rem);
  }
}
.cast-outer > .bg > .inner .staff {
  padding-bottom: min(7.8125vw, 5rem);
  color: #575757;
  font-weight: 400;
  position: relative;
  z-index: 3;
}
@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;
    margin-top: 0;
  }
}
.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;
  }
}
.cast-outer .pop-illust-bd,
.cast-outer .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: 4;
}
.cast-outer .pop-illust-bd .pop-illust,
.cast-outer .pop-illust-bd .pop-cast,
.cast-outer .pop-cast-bd .pop-illust,
.cast-outer .pop-cast-bd .pop-cast {
  position: absolute;
  top: 2.5svh;
  bottom: 7.5svh;
  left: max(1rem, 50vw - 22.5svh);
  right: max(1rem, 50vw - 22.5svh);
}
.cast-outer .pop-illust-bd .pop-illust .pop-illust-image,
.cast-outer .pop-illust-bd .pop-illust .pop-cast-image,
.cast-outer .pop-illust-bd .pop-cast .pop-illust-image,
.cast-outer .pop-illust-bd .pop-cast .pop-cast-image,
.cast-outer .pop-cast-bd .pop-illust .pop-illust-image,
.cast-outer .pop-cast-bd .pop-illust .pop-cast-image,
.cast-outer .pop-cast-bd .pop-cast .pop-illust-image,
.cast-outer .pop-cast-bd .pop-cast .pop-cast-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
}
.cast-outer .pop-illust-bd .pop-illust .close,
.cast-outer .pop-illust-bd .pop-cast .close,
.cast-outer .pop-cast-bd .pop-illust .close,
.cast-outer .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: 2.2rem;
}
.cast-outer .pop-illust-bd .pop-illust .close .text,
.cast-outer .pop-illust-bd .pop-cast .close .text,
.cast-outer .pop-cast-bd .pop-illust .close .text,
.cast-outer .pop-cast-bd .pop-cast .close .text {
  transition: 0.33s;
}
.cast-outer .pop-illust-bd .pop-illust .close .text:hover,
.cast-outer .pop-illust-bd .pop-cast .close .text:hover,
.cast-outer .pop-cast-bd .pop-illust .close .text:hover,
.cast-outer .pop-cast-bd .pop-cast .close .text:hover {
  color: white;
  cursor: pointer;
}
.cast-outer .pop-cast-bd .pop-cast {
  top: 10svh;
  bottom: 22.5svh;
}

.schedule-outer {
  border-bottom: 10px solid #f9e25b;
  position: relative;
  margin-top: 0;
  overflow: hidden;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer {
    padding-top: 4.5rem;
  }
}
.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);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text {
    font-size: 2.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
  }
}
.schedule-outer .title-text::after {
  content: "";
  position: absolute;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title3.png) no-repeat;
  background-size: 440px auto;
  width: 440px;
  height: 106.14px;
  left: calc(50% - 220px);
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text::after {
    background-size: 260px auto;
    width: 260px;
    left: calc(50% - 130px);
    top: 5px;
  }
}
.schedule-outer .title-text .text {
  color: #2f8ddd;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text .text {
    font-size: 2.4rem;
  }
}
.schedule-outer > .inner {
  position: relative;
}
.schedule-outer .schedule-data {
  color: #ffffff;
  font-size: min(2.34375vw, 1.5rem);
  width: 100%;
  text-align: center;
  background-color: rgba(95, 163, 221, 0.7);
  border-top: 10px solid #2f8ddd;
  padding-top: 7rem;
  margin-top: -6rem;
  padding-bottom: 8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data {
    font-size: 1rem;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-inline: 1rem;
    margin: -1.75rem auto 0;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.schedule-outer .schedule-data .sch-item .sq {
  color: #5fa3dd;
  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 .sch-item .table-notice {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .sch-item .table-notice {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
}
.schedule-outer .schedule-data .region {
  color: #ffffff;
  position: relative;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .region {
    font-size: 1.2rem;
  }
}
.schedule-outer .schedule-data .region::after {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  width: 380px;
  height: 1px;
  left: calc(50% - 190px);
  right: calc(50% - 190px);
  bottom: 5px;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .region::after {
    bottom: 4px;
    width: 220px;
    height: 1px;
    left: calc(50% - 110px);
    right: calc(50% - 110px);
  }
}
.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: #ffffff;
}
.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: #ddaa00;
}
.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(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-top: min(1.5625vw, 1rem);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}
.schedule-outer .schedule-table .item {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 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: 34%;
  text-align: left;
  padding-left: min(5.859375vw, 3.75rem);
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .date {
    padding-left: 2rem;
    width: 37%;
  }
}
.schedule-outer .schedule-table .item .date.off {
  color: rgba(255, 255, 255, 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 .number {
  font-size: 1.4em;
}
.schedule-outer .schedule-table .item .time {
  width: 22%;
  text-align: center;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .time {
    width: 21%;
  }
}
.schedule-outer .schedule-table .item .time + .time {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.schedule-outer .schedule-table .item .time.off {
  width: 66%;
  font-size: min(1.40625vw, 0.9rem);
  color: rgba(255, 255, 255, 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: 63%;
  }
}
.schedule-outer .schedule-table .item .time .star {
  font-size: 0.85em;
  color: #f9e25b;
  margin-left: 0.1em;
}
.schedule-outer .ticket {
  text-align: center;
  position: relative;
  background-color: rgba(95, 163, 221, 0.7);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket {
    padding-bottom: 3rem;
    background-size: 450px auto;
    background-position: 1px top;
  }
}
.schedule-outer .ticket .title-text {
  margin-top: 0;
}
.schedule-outer .ticket .title-text::after {
  transform: scaleX(-1);
}
.schedule-outer .ticket::after {
  top: 1rem;
}
.schedule-outer .ticket .title-text .text {
  color: #2f8ddd;
}
.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: #f9e25b;
  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;
    margin-top: 2rem;
  }
}
.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: #ffffff;
}
.schedule-outer .ticket .region.mt {
  margin-top: 3.5rem;
}
.schedule-outer .ticket .region .text {
  border: 1px solid #ffffff;
  padding: 0 0.15rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  padding-left: 0.48rem;
  font-size: 1rem;
  color: #ffffff;
}
.schedule-outer .ticket .price {
  color: white;
  margin-top: min(2.34375vw, 1.5rem);
  font-size: min(1.71875vw, 1.1rem);
  line-height: 2.2;
}
@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 #ddaa00;
  padding: 0;
  margin: min(3.125vw, 2rem) auto 0;
  max-width: calc(1024px - min(9.375vw, 6rem));
  color: #575757;
  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: #341908;
}
.schedule-outer .ticket > .item.closed .head2 {
  color: #ffffff;
}
.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: #ffffff;
}
@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: #ddaa00;
  color: #ffffff;
  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: #f9e25b;
  color: #ddaa00;
  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: #ddaa00;
  margin-right: 0.2em;
}
.schedule-outer .ticket > .item .body {
  padding: min(3.125vw, 2rem);
  padding-top: min(1.5625vw, 1rem);
  background-color: #ffffff;
}
.schedule-outer .ticket > .item .body a {
  color: #b7000e;
}
.schedule-outer .ticket > .item .body a:hover {
  color: #ffffff;
}
.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 #ddaa00;
}
@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-block: 2px solid #f9e25b;
  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: 8.5rem 8.5rem;
  border-top: 10px solid #2f8ddd;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods {
    padding-inline: 0;
    padding-block: 5rem 4.5rem;
  }
}
.schedule-outer .goods .inner {
  background-color: rgba(227, 103, 151, 0.4);
  padding-top: 2.5rem;
  border-block: 10px solid #e36797;
}
.schedule-outer .goods .title-text {
  padding-bottom: 3rem;
  text-align: center;
  transform: translateY(-120px);
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .title-text {
    padding-bottom: 0;
    margin-inline: 0;
    padding-top: 3.75rem;
  }
}
.schedule-outer .goods .title-text::after {
  content: "";
  position: absolute;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_title4.png) no-repeat;
  background-size: 440px auto;
  width: 440px;
  height: 106.14px;
  left: calc(50% - 220px);
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .title-text::after {
    background-size: 260px auto;
    width: 260px;
    left: calc(50% - 130px);
    top: 55px;
  }
}
.schedule-outer .goods .title-text .text {
  color: #f9e25b;
}
.schedule-outer .goods .coming {
  text-align: center;
  text-transform: capitalize;
  font-size: min(2.1875vw, 1.4rem) !important;
  padding-bottom: 0rem !important;
  padding-top: 0rem !important;
  margin-top: -2rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming {
    font-size: 1.1rem !important;
  }
}
.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: #5fa3dd;
}
@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: 0 1rem 2.5rem;
    margin-top: -3rem;
  }
}
.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 #5fa3dd;
  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 #ddaa00;
}
.schedule-outer .goods .goods-inner .total-notice.bt, .schedule-outer .goods .goods-inner .total-notice.bt-bold {
  border-top: 2px solid #5fa3dd;
  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 #ddaa00;
}
.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: #5fa3dd;
}
.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;
  margin-left: 1em;
}
.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: #5fa3dd;
}
.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 #ddaa00;
}
@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;
  position: relative;
  border-bottom: 10px solid #f9e25b;
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg3.png) repeat-y;
  background-size: 200px auto;
  background-position: right top;
  background-color: #fffbcc;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.7rem;
    background-size: 100px auto;
    background-position: right -25px top;
  }
}
.footer::after {
  background: url(../img/stage/teiki6-kimigatobu/teiki6_bg3.png) repeat-y;
  background-size: 200px auto;
  background-position: right top;
  position: absolute;
  content: "";
  transform: scaleX(-1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer::after {
    background-size: 100px auto;
    background-position: right -25px top;
  }
}
.footer .inner {
  width: 80%;
  max-width: 819.2px;
  margin: 0 auto;
  padding-top: min(3.90625vw, 2.5rem);
  color: #575757;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    width: 100%;
    border-inline: none;
  }
}
.footer .inner a {
  color: #e36797;
  font-weight: 600;
}
.footer .inner a:hover {
  color: #ffffff;
}
.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;
}
@media screen and (max-width: 767px) {
  .footer .banners {
    margin-top: 0rem;
  }
}
.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: 1rem;
    padding-bottom: 1.5rem;
  }
}/*# sourceMappingURL=teiki6-kimigatobu.css.map */