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

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

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

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

html,
body {
  background-color: #e2e3e4;
}

.fade-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/stage/ba-maple2/anoharu_bg2.jpg) repeat;
  background-size: 1024px auto;
  background-position: center;
  background-color: #f9f9f9;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fade-bg .logo {
  width: 100%;
  padding: 0 min(3.125vw, 2rem);
  max-width: 1024px;
  height: auto;
}
.fade-bg .logo .image {
  width: 39%;
  margin: 0 auto;
  margin-bottom: 5%;
  height: auto;
  animation: fadeOutBg 0.6s reverse 1;
}
@media screen and (max-width: 767px) {
  .fade-bg .logo .image {
    width: 100%;
  }
}

@keyframes fadeOutBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    filter: blur(5px);
  }
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

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

.header {
  width: 100%;
  text-transform: capitalize;
  background-color: #e37699;
  height: min(7.81248vw, 80px);
  display: flex;
  font-weight: 400;
  font-size: min(2.1875vw, 1.4rem);
  position: fixed;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header {
    height: 2.5rem;
    background-color: transparent;
  }
}
.header .bar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  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;
  margin-bottom: 0.75rem;
  padding-left: min(3.125vw, 2rem);
  padding-right: min(3.125vw, 2rem);
  font-weight: 700;
}
@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.3rem;
    position: fixed;
    padding-top: 4rem;
    padding-bottom: 6rem;
    height: 100vh;
    margin-top: -100vh;
    opacity: 0;
    position: fixed;
    top: 0;
  }
}
.header .bar .bar-list .inner {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .bar .bar-list .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.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;
    margin-top: 2.5rem;
  }
  .header .bar .bar-list .sns-icons .logo-image .st2 {
    transition: 0.33s;
    fill: white;
  }
}
.header .bar .bar-list .sns-icons .icon {
  width: min(3.125vw, 2rem);
  height: min(3.125vw, 2rem);
  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: white;
  transition: 0.33s;
}
@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: 0;
    bottom: 0;
  }
}
.header .bar .bar-list a {
  color: #ffffff;
  transition: 0.33s;
}
.header .bar .bar-list a:hover {
  opacity: 0.5;
}
.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;
  right: 0;
  bottom: 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;
    right: 0;
    top: 4px;
    z-index: 3;
  }
}
.header .bar .hamburger .material-symbols-sharp {
  font-size: 1.6rem;
  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: white;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.45rem;
  background-color: #e37699;
  border-radius: 50%;
}
.header .bar .hamburger-button.ham-close {
  background-color: transparent;
}

.visual-outer {
  padding-top: min(10.9375vw, 7rem);
  padding-bottom: min(3.125vw, 2rem);
  background: url(../img/stage/ba-maple2/anoharu_bg2.jpg) repeat;
  background-size: 1024px auto;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visual-outer {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.visual-outer::after {
  position: absolute;
  top: min(25vw, 16rem);
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../img/stage/ba-maple2/anoharu_bg3.png) repeat-x;
  background-size: 512px auto;
  background-position: center;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .visual-outer::after {
    top: 0;
    bottom: 5.5rem;
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.visual-outer .inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  padding-left: min(4.6875vw, 3rem);
  padding-right: min(4.6875vw, 3rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.visual-outer .inner .main-data {
  width: 43%;
  color: #000000;
  font-size: min(2.34375vw, 1.5rem);
  padding-top: min(1.5625vw, 1rem);
  padding-bottom: 0;
  padding-right: min(3.125vw, 2rem);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data {
    font-size: 1.1rem;
    width: 100%;
    order: 2;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
  }
}
.visual-outer .inner .main-data > .logo-image {
  width: 100%;
  margin: 0 auto;
  margin-top: min(1.5625vw, 1rem);
  margin-bottom: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data > .logo-image {
    display: none;
  }
}
.visual-outer .inner .main-data .title-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4rem;
  border-bottom: 4px solid #d6890f;
  padding-bottom: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .title-text {
    font-size: 1.3rem;
  }
}
.visual-outer .inner .main-data .year {
  font-weight: 700;
  font-size: min(2.34375vw, 1.5rem);
  padding-top: min(0.78125vw, 0.5rem);
  color: #000000;
  border-top: 6px solid #e37699;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .year {
    font-size: 1.4rem;
    padding-top: 0.5rem;
    margin-top: 1.25rem;
    margin-inline: 2rem;
    border-top-width: 4px;
  }
}
.visual-outer .inner .main-data .item {
  border-bottom: 6px solid #e37699;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .item {
    margin-inline: 2rem;
    border-bottom-width: 4px;
  }
}
.visual-outer .inner .main-data .item .dates {
  font-size: min(4.84375vw, 3.1rem);
  padding-bottom: min(0.78125vw, 0.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .item .dates {
    font-size: 2.4rem;
    padding-bottom: 0.25rem;
    margin-top: -0.75rem;
  }
}
.visual-outer .inner .main-data .item .dates .day {
  font-size: 0.55em;
  margin-left: 0.1em;
  letter-spacing: normal;
}
.visual-outer .inner .main-data .sns-icons {
  color: black;
  display: flex;
  margin-inline: auto;
  margin-top: 1.25rem;
  fill: black;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .sns-icons {
    margin-top: 1.25rem;
  }
}
.visual-outer .inner .main-data .sns-icons .icon {
  width: min(3.125vw, 2rem);
  height: min(3.125vw, 2rem);
  margin-right: min(1.5625vw, 1rem);
  margin-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .sns-icons .icon {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.visual-outer .inner .main-data .sns-icons .icon + .icon {
  margin-right: 0;
}
.visual-outer .inner .main-data .sns-icons .icon .st2 {
  fill: black;
  transition: 0.33s;
}
.visual-outer .inner .main-data .sns-icons a:hover .icon .st2 {
  fill: #d6890f;
}
.visual-outer .inner .main-data .bottom {
  margin-top: auto;
  margin-bottom: calc(0px - min(0.546875vw, 0.35rem));
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .bottom {
    margin-top: 4rem;
  }
}
.visual-outer .inner .main-data .bottom .place {
  font-size: min(2.1875vw, 1.4rem);
  font-weight: 700;
  margin-top: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .bottom .place {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.visual-outer .inner .main-data .bottom .address {
  font-size: min(1.40625vw, 0.9rem);
  margin-top: min(1.171875vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .bottom .address {
    font-size: 0.8rem;
  }
}
.visual-outer .inner .main-data .bottom .links-place {
  margin: 0;
  margin-block: 0;
  padding-inline: 0;
  padding: 0;
  line-height: 1.2;
}
.visual-outer .inner .main-data .bottom .links-place li {
  display: inline;
  font-size: min(1.40625vw, 0.9rem);
  padding: 0;
  margin: 0;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .main-data .bottom .links-place li {
    font-size: 0.8rem;
  }
}
.visual-outer .inner .main-data .bottom .links-place li + li {
  border-left: 1px solid #000000;
  padding-left: 0.75rem;
  margin-left: 0.5rem;
}
.visual-outer .inner .main-data .bottom .links-place li a {
  color: #e37699;
  transition: 0.33s;
  font-weight: 700;
}
.visual-outer .inner .main-data .bottom .links-place li a:hover {
  color: white;
}
.visual-outer .inner .mv {
  width: 57%;
  margin: 0 auto;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visual-outer .inner .mv {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.visual-outer .inner .mv .image {
  width: 100%;
  height: auto;
}
.visual-outer .inner .mv .logo {
  position: absolute;
  top: 23%;
  left: 19%;
  z-index: 2;
  width: 64%;
}

.news-outer {
  background-color: #ffffff;
  border-top: 14px solid #7b7b70;
}
@media screen and (max-width: 767px) {
  .news-outer {
    border-top-width: 9px;
  }
}
.news-outer .title-text {
  text-align: center;
  color: #000000;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .news-outer .title-text {
    font-size: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.news-outer .title-text .first-letter {
  color: #e37699;
}
.news-outer .title-text .first-letter.letter-i {
  color: #e37699;
}
.news-outer .title-text .first-letter,
.news-outer .title-text .and {
  font-weight: 700;
}
.news-outer .title-text .and {
  font-size: 0.65em;
  margin-left: 1rem;
  margin-right: 1rem;
}
@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 #e37699;
  background-color: black;
  color: white;
  font-weight: 700;
  position: relative;
}
.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: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 {
  border: 1px solid #d6890f;
}
.news-outer .news .item.urgent .head {
  justify-content: center;
  background-color: #d6890f;
  color: white;
}
.news-outer .news .item.urgent .outer {
  background-color: black;
  color: white;
}
.news-outer .news .item.urgent .icon .on,
.news-outer .news .item.urgent .icon .off {
  color: white;
}
.news-outer .news .item .head {
  display: flex;
  align-items: center;
  font-size: min(1.5625vw, 1rem);
  padding: min(1.5625vw, 1rem) min(1.5625vw, 1rem);
  position: relative;
  background-color: white;
  color: #000000;
}
@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: #7b7b70;
  font-weight: 700;
}
@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: #e37699;
  margin-right: min(0.78125vw, 0.5rem);
  text-transform: uppercase;
  font-size: min(1.40625vw, 0.9rem);
}
@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: #d6890f;
  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: white;
  color: #2f180b;
}
@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 strong {
  font-weight: 700;
}
.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: 1rem;
  }
}
.news-outer .news .more .text {
  background-color: #d6890f;
  padding: 0.25rem 0.5rem;
  transition: 0.33s;
}
@media screen and (max-width: 767px) {
  .news-outer .news .more .text {
    padding: 0.25rem 0.5rem;
  }
}
.news-outer .news .more .text:hover {
  cursor: pointer;
  background-color: white;
  color: #d6890f;
}

.story-outer {
  text-align: center;
  background: url(../img/stage/ba-maple2/anoharu_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  border-top: 14px solid #7b7b70;
  border-bottom: 14px solid #7b7b70;
}
@media screen and (max-width: 767px) {
  .story-outer {
    padding-top: 0.5rem;
    border-top-width: 9px;
    border-bottom-width: 9px;
    padding-inline: 0;
  }
}
.story-outer .title-text {
  color: #000000;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .story-outer .title-text {
    font-size: 2rem;
    padding-top: 0.75rem;
  }
}
.story-outer .title-text .first-letter {
  color: #e37699;
}
.story-outer .title-text .first-letter.letter-s {
  color: #e37699;
}
.story-outer .title-text .first-letter,
.story-outer .title-text .and {
  font-weight: 700;
}
.story-outer .title-text .and {
  font-size: 0.65em;
}
.story-outer .box {
  max-width: calc(1024px - 4rem);
  width: 100%;
  margin-inline: auto;
}
.story-outer .inner {
  margin: 0 auto;
  margin-top: min(1.5625vw, 1rem);
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(6.25vw, 4rem);
  margin-bottom: min(6.25vw, 4rem);
  padding-inline: min(10.9375vw, 7rem);
  background-color: rgba(255, 255, 255, 0.85);
  border: 6px solid #e37699;
  line-height: 2.2;
  text-align: left;
  margin-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .story-outer .inner {
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    line-height: 1.6;
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0;
    margin-bottom: 2.5rem;
    border-width: 4px;
  }
}
.story-outer .inner .item + .item {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item + .item {
    margin-top: 3rem;
  }
}
.story-outer .inner .item + .item .head .text {
  padding-inline: 1.5rem;
}
.story-outer .inner .item .head {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.story-outer .inner .item .head .text {
  background-color: #7b7b70;
  color: white;
  padding: 0.3rem 3.5rem 0.425rem;
  font-size: min(1.71875vw, 1.1rem);
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item .head .text {
    font-size: 0.9rem;
  }
}
.story-outer .inner .item .head .text .number {
  font-weight: 700;
}
.story-outer .inner .item .head2 {
  font-size: min(1.71875vw, 1.1rem);
  font-weight: 700;
  color: #d6890f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item .head2 {
    font-size: 1rem;
  }
}
.story-outer .inner .item .text {
  font-size: min(1.71875vw, 1.1rem);
  color: #000000;
  letter-spacing: 0.05em;
  margin-top: min(3.125vw, 2rem);
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item .text {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
}

.cast-outer {
  background: url(../img/stage/ba-maple2/anoharu_bg2.jpg) repeat;
  background-size: 1024px auto;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .cast-outer {
    padding-top: 0.25rem;
  }
}
.cast-outer .title-text {
  color: #000000;
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text {
    font-size: 2rem;
    padding-top: 1rem;
  }
}
.cast-outer .title-text .first-letter {
  color: #d6890f;
}
.cast-outer .title-text .first-letter.letter-s {
  color: #82ad00;
}
.cast-outer .title-text .first-letter,
.cast-outer .title-text .and {
  font-weight: 700;
}
.cast-outer .title-text .and {
  font-size: 0.65em;
}
.cast-outer > .inner {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.cast-outer > .inner .team-box,
.cast-outer > .inner .head,
.cast-outer > .inner .staff {
  position: relative;
  z-index: 1;
}
.cast-outer > .inner > .head {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.cast-outer > .inner > .head.staff-head {
  margin-top: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner > .head.staff-head {
    margin-top: 2.5rem;
  }
}
.cast-outer > .inner > .head.staff-head .text {
  letter-spacing: normal;
  text-indent: 0;
}
.cast-outer > .inner > .head .text {
  background-color: #7b7b70;
  color: white;
  padding: 0.3rem 2rem 0.425rem;
  font-size: min(1.5625vw, 1rem);
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner > .head .text {
    font-size: 0.8rem;
  }
}
.cast-outer > .inner > .head .text .number {
  font-weight: 700;
}
.cast-outer > .inner .head2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #82ad00;
}
.cast-outer > .inner .actors {
  margin-top: 3rem;
  max-width: calc(1024px - 4rem);
  margin-inline: auto;
  color: #2f180b;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.cast-outer > .inner .actors .inner {
  padding-inline: 0.75rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .inner {
    flex-direction: column;
    padding-inline: 0.5rem;
    margin-bottom: 1rem;
  }
}
.cast-outer > .inner .actors .team-box {
  width: calc(50% - min(2.34375vw, 1.5rem));
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: min(2.34375vw, 1.5rem);
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box {
    width: 100%;
    border-width: 4px;
  }
}
.cast-outer > .inner .actors .team-box + .team-box {
  margin-right: 0;
  margin-left: min(2.34375vw, 1.5rem);
  border-color: #d6890f;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box + .team-box {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.cast-outer > .inner .actors .team-box + .team-box .head .text {
  background-color: #d6890f;
}
.cast-outer > .inner .actors .team-box + .team-box .head2 .text {
  color: #d6890f;
}
.cast-outer > .inner .actors .team-box + .team-box .item .dots {
  color: #d6890f;
}
.cast-outer > .inner .actors .team-box .icon {
  font-weight: 700;
  font-size: min(4.375vw, 2.8rem);
  color: #82ad00;
  margin-bottom: 0.5rem;
  margin-top: -1rem;
}
.cast-outer > .inner .actors .team-box .icon.sharp {
  color: #d6890f;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .icon {
    font-size: 1.4em;
  }
}
.cast-outer > .inner .actors .team-box .head {
  margin-bottom: 2rem;
}
.cast-outer > .inner .actors .team-box .head .text {
  border-radius: 2rem;
  background-color: #82ad00;
  padding: 0.25rem 2rem;
  color: #ffffff;
  font-weight: 700;
}
.cast-outer > .inner .actors .team-box .item {
  display: flex;
  align-items: center;
  font-size: min(1.40625vw, 0.9rem);
  line-height: 1.7;
  padding-left: min(1.5625vw, 1rem);
  padding-right: min(1.5625vw, 1rem);
  margin-bottom: min(0.390625vw, 0.25rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item {
    font-size: 0.7rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0rem;
  }
  .cast-outer > .inner .actors .team-box .item.sp-single {
    margin-left: 25%;
    margin-right: 25%;
  }
  .cast-outer > .inner .actors .team-box .item.sp-triple {
    margin-left: 0;
    margin-right: 0;
  }
}
.cast-outer > .inner .actors .team-box .item.mt {
  margin-top: min(4.6875vw, 3rem);
  margin-left: 0;
  margin-right: 0;
}
.cast-outer > .inner .actors .team-box .item.mt-6 {
  margin-top: min(2.34375vw, 1.5rem);
}
.cast-outer > .inner .actors .team-box .item .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .title {
    width: 40%;
  }
}
.cast-outer > .inner .actors .team-box .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 > .inner .actors .team-box .item .aname {
    width: 40%;
    font-size: 1.2em;
  }
}
.cast-outer > .inner .actors .team-box .item .aname.etc {
  font-size: 0.75em;
  margin-top: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .aname.etc {
    margin-top: 0.3rem;
    font-size: 0.85em;
  }
}
.cast-outer > .inner .actors .team-box .item .character,
.cast-outer > .inner .actors .team-box .item .actor {
  display: flex;
}
.cast-outer > .inner .actors .team-box .item .character {
  width: calc(40% - 1.5rem);
  justify-content: flex-end;
  font-size: min(1.5625vw, 1rem);
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .character {
    font-size: 0.9rem;
  }
}
.cast-outer > .inner .actors .team-box .item .dots {
  width: 3rem;
  color: #82ad00;
  font-size: min(2.03125vw, 1.3rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .dots {
    font-size: 1rem;
  }
}
.cast-outer > .inner .actors .team-box .item .actor {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(1.875vw, 1.2rem);
  letter-spacing: 0.2em;
  color: #2f180b;
  margin-bottom: 0rem;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .actor {
    font-size: 1.5em;
  }
}
.cast-outer > .inner .actors .team-box .item .actor:has(.sb) {
  margin-bottom: -0.38rem;
}
.cast-outer > .inner .actors .team-box .item .actor .sb {
  font-size: 0.8rem;
  letter-spacing: normal;
  margin-left: -0.5em;
  display: inline-block;
  margin-top: -0.25rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .actor .sb {
    font-size: 0.7rem;
  }
}
.cast-outer > .inner .actors .team-box .item .title,
.cast-outer > .inner .actors .team-box .item .aname {
  width: calc(100% - 2rem);
}
.cast-outer > .inner .actors .team-box .item .title.fs,
.cast-outer > .inner .actors .team-box .item .colon.fs {
  align-items: flex-start;
}
.cast-outer > .inner .actors .team-box .item .aname {
  font-size: unset;
}
.cast-outer > .inner .actors .team-box .item .aname.column {
  flex-direction: column;
  align-items: flex-start;
}
.cast-outer > .inner .actors .team-box .item .aname.column .aname1,
.cast-outer > .inner .actors .team-box .item .aname.column .aname2 {
  width: 100%;
  text-align: left;
}
.cast-outer > .inner .actors .team-box .item .colon {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .team-box .item .colon {
    width: 1rem;
  }
}
.cast-outer > .inner .actors .team-box .item .notice {
  font-size: 0.7em;
  text-align: center;
}
.cast-outer > .inner .actors .notice {
  font-size: 0.8rem;
  margin-top: 1rem;
  padding-inline: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors .notice {
    font-size: 0.8rem;
  }
}
.cast-outer > .inner .actors-visual {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: calc(1024px - 4rem);
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.cast-outer > .inner .actors-visual:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
  }
}
.cast-outer > .inner .actors-visual.pt-0 {
  padding-top: 0;
}
.cast-outer > .inner .actors-visual .item-outer {
  width: 50%;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item-outer {
    width: 100%;
    padding-right: 0;
  }
}
.cast-outer > .inner .actors-visual .item-outer:nth-child(2n) {
  padding-right: 0;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item-outer:nth-child(2n) {
    padding-left: 0;
  }
}
.cast-outer > .inner .actors-visual .item-outer .item-head {
  margin-bottom: 1rem;
  font-size: min(1.71875vw, 1.1rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item-outer .item-head {
    font-size: 1.1rem;
  }
}
.cast-outer > .inner .actors-visual .item-outer .item-head rt {
  letter-spacing: normal;
}
.cast-outer > .inner .actors-visual .item-outer .item-head .yaku {
  font-size: 0.85em;
  margin-left: 0.25em;
  font-weight: 400;
}
.cast-outer > .inner .actors-visual .item-outer .items {
  display: flex;
}
.cast-outer > .inner .actors-visual .item-outer.align-center {
  margin-inline: auto;
}
.cast-outer > .inner .actors-visual .item-outer.three {
  width: 75%;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item-outer.three {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
    padding-inline: 0;
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item-outer.three .item {
    width: 33.3333333333%;
  }
}
.cast-outer > .inner .actors-visual .item {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 50%;
    margin-bottom: 1rem;
  }
}
.cast-outer > .inner .actors-visual .item .actor {
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
  font-size: min(1.71875vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item .actor {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}
.cast-outer > .inner .actors-visual .item .actor .flat,
.cast-outer > .inner .actors-visual .item .actor .sharp {
  font-weight: 700;
  border-radius: 1rem;
  padding: 0.1rem 0.4rem 0.1rem 0.5rem;
  color: white;
  margin-right: 0.25rem;
  font-size: 0.9em;
}
.cast-outer > .inner .actors-visual .item .actor .flat .guest,
.cast-outer > .inner .actors-visual .item .actor .sharp .guest {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: normal;
  display: inline-block;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item .actor .flat .guest,
  .cast-outer > .inner .actors-visual .item .actor .sharp .guest {
    transform: translateY(-1.25px);
    font-size: 0.8em;
  }
}
.cast-outer > .inner .actors-visual .item .actor .flat {
  background-color: #82ad00;
}
.cast-outer > .inner .actors-visual .item .actor .sharp {
  background-color: #d6890f;
}
.cast-outer > .inner .actors-visual .item .sb {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .actors-visual .item .sb {
    font-size: 0.6rem;
  }
}
.cast-outer > .inner .pop-illust-bd,
.cast-outer > .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 > .inner .pop-illust-bd .pop-illust,
.cast-outer > .inner .pop-illust-bd .pop-cast,
.cast-outer > .inner .pop-cast-bd .pop-illust,
.cast-outer > .inner .pop-cast-bd .pop-cast {
  position: absolute;
  top: 10svh;
  bottom: 26.36svh;
  left: max(0.5rem, 50vw - 25.456svh);
  right: max(0.5rem, 50vw - 25.456svh);
}
.cast-outer > .inner .pop-illust-bd .pop-illust .pop-illust-image,
.cast-outer > .inner .pop-illust-bd .pop-illust .pop-cast-image,
.cast-outer > .inner .pop-illust-bd .pop-cast .pop-illust-image,
.cast-outer > .inner .pop-illust-bd .pop-cast .pop-cast-image,
.cast-outer > .inner .pop-cast-bd .pop-illust .pop-illust-image,
.cast-outer > .inner .pop-cast-bd .pop-illust .pop-cast-image,
.cast-outer > .inner .pop-cast-bd .pop-cast .pop-illust-image,
.cast-outer > .inner .pop-cast-bd .pop-cast .pop-cast-image {
  width: 100%;
  height: auto;
}
.cast-outer > .inner .pop-illust-bd .pop-illust .close,
.cast-outer > .inner .pop-illust-bd .pop-cast .close,
.cast-outer > .inner .pop-cast-bd .pop-illust .close,
.cast-outer > .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: #e37699;
  font-size: 1.3rem;
}
.cast-outer > .inner .pop-illust-bd .pop-illust .close .text,
.cast-outer > .inner .pop-illust-bd .pop-cast .close .text,
.cast-outer > .inner .pop-cast-bd .pop-illust .close .text,
.cast-outer > .inner .pop-cast-bd .pop-cast .close .text {
  transition: 0.33s;
}
.cast-outer > .inner .pop-illust-bd .pop-illust .close .text:hover,
.cast-outer > .inner .pop-illust-bd .pop-cast .close .text:hover,
.cast-outer > .inner .pop-cast-bd .pop-illust .close .text:hover,
.cast-outer > .inner .pop-cast-bd .pop-cast .close .text:hover {
  color: white;
  cursor: pointer;
}
.cast-outer > .inner .staff {
  padding-bottom: min(7.8125vw, 5rem);
  padding-top: min(2.34375vw, 1.5rem);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .staff {
    padding-bottom: 3rem;
  }
}
.cast-outer > .inner .staff .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: min(1.71875vw, 1.1rem);
  margin-bottom: min(1.171875vw, 0.75rem);
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .staff .item {
    font-size: 0.8rem;
  }
}
.cast-outer > .inner .staff .item.mt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .staff .item.mt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cast-outer > .inner .staff .item .title,
  .cast-outer > .inner .staff .item .aname {
    width: calc(50% - 0.5rem);
  }
}
.cast-outer > .inner .staff .item .title,
.cast-outer > .inner .staff .item .aname,
.cast-outer > .inner .staff .item .colon {
  display: flex;
  align-items: center;
  color: #000000;
}
.cast-outer > .inner .staff .item .title,
.cast-outer > .inner .staff .item .colon {
  font-size: 0.8rem;
}
.cast-outer > .inner .staff .item .title.mb-a,
.cast-outer > .inner .staff .item .colon.mb-a {
  margin-bottom: auto;
  margin-top: 0.25rem;
}
.cast-outer > .inner .staff .item .title {
  justify-content: flex-end;
  font-weight: 700;
  width: calc(50% - 0.5rem);
}
.cast-outer > .inner .staff .item .aname {
  width: calc(50% - 0.5rem);
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  letter-spacing: 0.1em;
}
.cast-outer > .inner .staff .item .colon {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider {
  background: url(../img/stage/ba-maple2/anoharu_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 32px;
}

.divider-notes {
  background: url(../img/stage/ba-maple2/anoharu_bg3.png) repeat-x;
  background-size: 512px auto;
  background-position: center;
  opacity: 0.6;
  height: 139px;
}
@media screen and (max-width: 767px) {
  .divider-notes {
    background-size: 100% auto;
    background-position: center 66.5%;
    padding-bottom: 4rem;
  }
}

.notice-ouen {
  font-size: 0.8rem;
  margin-bottom: 3rem;
}

.schedule-outer {
  background-color: #ffffff;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer {
    padding-bottom: 3rem;
  }
}
.schedule-outer .title-text {
  color: #000000;
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text {
    font-size: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.schedule-outer .title-text .first-letter {
  color: #e37699;
}
.schedule-outer .title-text .first-letter,
.schedule-outer .title-text .and {
  font-weight: 700;
}
.schedule-outer .title-text .and {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text .and {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.schedule-outer .inner {
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 1024px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .inner {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.schedule-outer .loop + .loop {
  padding-top: 3rem;
  border-top: 4px solid #d6890f;
}
@media screen and (max-width: 767px) {
  .schedule-outer .loop + .loop {
    padding-top: 2rem;
  }
}
.schedule-outer .schedule-data {
  color: white;
  font-size: min(2.34375vw, 1.5rem);
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.schedule-outer .schedule-data .head {
  font-size: 2rem;
  border-radius: 3rem;
  color: white;
  background-color: #d6890f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 3rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .head {
    font-size: 1rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
  }
}
.schedule-outer .schedule-data .head .number {
  font-weight: 700;
  font-size: 1.1em;
}
.schedule-outer .schedule-data .dates-place {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schedule-outer .schedule-data .dates-place .dates {
  color: #2f180b;
  font-size: min(2.03125vw, 1.3rem);
  margin-top: calc(0px - min(0.390625vw, 0.25rem));
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .dates-place .dates {
    font-size: 0.8rem;
  }
}
.schedule-outer .schedule-data .dates-place .place {
  color: #000000;
  font-size: min(1.875vw, 1.2rem);
  font-weight: 700;
  margin-top: min(0.390625vw, 0.25rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .dates-place .place {
    font-size: 0.8rem;
  }
}
.schedule-outer .schedule-data .dates-place .legend {
  color: #000000;
  font-size: min(1.40625vw, 0.9rem);
  margin-top: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .dates-place .legend {
    font-size: 0.8rem;
  }
}
.schedule-outer .schedule-data .dates-place .legend .icon {
  background-color: #d6890f;
  color: white;
  border-radius: 1rem;
  padding-inline: 2rem;
  margin-right: 0.25rem;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .dates-place .legend .icon {
    padding-inline: 1rem;
  }
}
.schedule-outer .schedule-data .dates-place .legend .icon.flat {
  background-color: #82ad00;
}
.schedule-outer .schedule-data .number {
  font-size: 1.6em;
}
.schedule-outer .schedule-data .notice {
  font-size: min(1.25vw, 0.8rem);
  margin-top: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .notice {
    font-size: 0.7rem;
    margin-top: 1rem;
  }
}
.schedule-outer .reg,
.schedule-outer .schedule-table .actor,
.schedule-outer .notice .line {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .reg,
  .schedule-outer .schedule-table .actor,
  .schedule-outer .notice .line {
    font-size: 0.8rem;
  }
}
.schedule-outer .reg .item,
.schedule-outer .schedule-table .actor .item,
.schedule-outer .notice .line .item {
  padding: 0.1rem 0.495rem 0.2rem;
  border-radius: 1rem;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .reg .item,
  .schedule-outer .schedule-table .actor .item,
  .schedule-outer .notice .line .item {
    font-size: 0.9em;
  }
}
.schedule-outer .reg .item + .item,
.schedule-outer .schedule-table .actor .item + .item,
.schedule-outer .notice .line .item + .item {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .reg .item + .item,
  .schedule-outer .schedule-table .actor .item + .item,
  .schedule-outer .notice .line .item + .item {
    margin-left: 0.25rem;
  }
}
.schedule-outer .reg {
  text-align: right;
  font-weight: 700;
  color: #2f180b;
}
@media screen and (max-width: 767px) {
  .schedule-outer .reg {
    margin-top: 0.5rem;
  }
}
.schedule-outer .reg ul,
.schedule-outer .reg li {
  display: inline;
  margin: 0;
  padding: 0;
}
.schedule-outer .schedule-table {
  color: #2f180b;
  font-size: min(1.71875vw, 1.1rem);
  max-width: 1024px;
  margin: 0 auto;
  margin-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table {
    font-size: 0.7rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
}
.schedule-outer .schedule-table .head .date,
.schedule-outer .schedule-table .head .date-head,
.schedule-outer .schedule-table .item .date,
.schedule-outer .schedule-table .item .date-head {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 20%;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .date,
  .schedule-outer .schedule-table .head .date-head,
  .schedule-outer .schedule-table .item .date,
  .schedule-outer .schedule-table .item .date-head {
    width: 22%;
  }
}
.schedule-outer .schedule-table .head .time,
.schedule-outer .schedule-table .head .time-head,
.schedule-outer .schedule-table .item .time,
.schedule-outer .schedule-table .item .time-head {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .time,
  .schedule-outer .schedule-table .head .time-head,
  .schedule-outer .schedule-table .item .time,
  .schedule-outer .schedule-table .item .time-head {
    width: 78%;
  }
}
.schedule-outer .schedule-table .head .off,
.schedule-outer .schedule-table .item .off {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .off,
  .schedule-outer .schedule-table .item .off {
    width: 78%;
  }
}
.schedule-outer .schedule-table .head .actor-head,
.schedule-outer .schedule-table .head .actor,
.schedule-outer .schedule-table .item .actor-head,
.schedule-outer .schedule-table .item .actor {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .actor-head,
  .schedule-outer .schedule-table .head .actor,
  .schedule-outer .schedule-table .item .actor-head,
  .schedule-outer .schedule-table .item .actor {
    width: 78%;
  }
}
.schedule-outer .schedule-table .head {
  display: flex;
}
.schedule-outer .schedule-table .head .date-head,
.schedule-outer .schedule-table .head .time-head,
.schedule-outer .schedule-table .head .actor-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule-outer .schedule-table .head .time-head {
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .time-head {
    padding-inline: 0;
  }
}
.schedule-outer .schedule-table .head .time-head.night {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.schedule-outer .schedule-table .head .time-head.night .text {
  background-color: #000000;
  color: #ffffff;
}
.schedule-outer .schedule-table .head .time-head .text {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  background-color: #bcbcbc;
  padding-bottom: 0.1rem;
  width: calc(50% - 1rem);
  text-align: center;
  margin-bottom: 1rem;
  margin-inline: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .time-head .text {
    width: calc(100% - 0.25rem);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    letter-spacing: normal;
    padding-block: 0.1em;
    margin-inline: 0.25rem 0.25rem;
  }
}
.schedule-outer .schedule-table .head .time-head .text:last-child::after {
  display: none;
}
.schedule-outer .schedule-table .head .time-head .text::after {
  border-right: 1px solid #bcbcbc;
  position: absolute;
  top: -0.5rem;
  left: calc(100% + 0.5rem);
  width: 1px;
  bottom: -1rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .time-head .text::after {
    left: calc(100% + 0.25rem);
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
.schedule-outer .schedule-table .head .date-head {
  justify-content: flex-start;
}
.schedule-outer .schedule-table .head .date-head .text {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .date-head .text {
    width: calc(100% - 0.25rem);
  }
}
.schedule-outer .schedule-table .head .actor-head {
  justify-content: flex-end;
}
.schedule-outer .schedule-table .head .actor-head .text {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .head .actor-head .text {
    width: calc(100% - 0.25rem);
    height: 35px;
  }
}
.schedule-outer .schedule-table > .item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.schedule-outer .schedule-table > .item:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.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.375rem;
    padding-bottom: 0.375rem;
  }
}
.schedule-outer .schedule-table > .item .date {
  text-align: left;
  padding-left: min(5.859375vw, 3.75rem);
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .date {
    padding-left: 1.75rem;
    white-space: nowrap;
    align-items: center;
    display: flex;
  }
}
.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 .number.ml {
  margin-left: 0.4em;
}
.schedule-outer .schedule-table > .item .date .number {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .date .number {
    font-size: 1.1rem;
  }
}
.schedule-outer .schedule-table > .item .date .number.date-number {
  width: min(2.8125vw, 1.8rem);
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .date .number.date-number {
    width: 1.4rem;
  }
}
.schedule-outer .schedule-table > .item .date .number.date-number.eleven {
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .date .day {
    transform: translateY(0.5px);
  }
}
.schedule-outer .schedule-table > .item .time,
.schedule-outer .schedule-table > .item .off,
.schedule-outer .schedule-table > .item .actor {
  display: flex;
  align-items: center;
}
.schedule-outer .schedule-table > .item .time {
  font-size: 1.05em;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .time {
    font-size: 1.25em;
    min-height: 39px;
  }
}
.schedule-outer .schedule-table > .item .time + .time {
  margin-left: 2rem;
}
.schedule-outer .schedule-table > .item .time ul {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .time ul {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    flex-wrap: wrap;
  }
}
.schedule-outer .schedule-table > .item .time li {
  width: 25%;
  display: inline;
  font-weight: 400;
  margin-left: 0;
  text-indent: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .time li {
    width: 100%;
  }
}
.schedule-outer .schedule-table > .item .off {
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: rgba(0, 0, 0, 0.2);
  min-height: 50.49px;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .off {
    min-height: unset;
    font-size: 0.8rem;
  }
}
.schedule-outer .schedule-table > .item .actor {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: flex-start;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .actor {
    padding: 0;
  }
}
.schedule-outer .schedule-table > .item .actor + .actor {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.schedule-outer .schedule-table > .item .actor .item {
  width: calc(100% - 1rem);
  margin-inline: 0.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0rem 0.2rem 0.1rem;
  font-size: min(2.03125vw, 1.3rem);
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .actor .item {
    width: calc(100% - 0.25rem);
    padding: 0.2rem 0.1rem;
    white-space: nowrap;
    font-size: 1rem;
    flex-direction: column;
    line-height: 1.1;
    margin-inline: 0.25rem 0.25rem;
  }
}
.schedule-outer .schedule-table > .item .actor .item:last-child::after {
  display: none;
}
.schedule-outer .schedule-table > .item .actor .item::after {
  border-right: 1px solid #bcbcbc;
  position: absolute;
  top: -0.5rem;
  left: calc(100% + 0.5rem);
  width: 1px;
  bottom: -0.5rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table > .item .actor .item::after {
    left: calc(100% + 0.25rem);
    top: -0.375rem;
    bottom: -0.375rem;
  }
}
.schedule-outer .schedule-table > .item .actor .item.flat {
  background-color: #82ad00;
}
.schedule-outer .schedule-table > .item .actor .item.sharp {
  background-color: #d6890f;
}
.schedule-outer .schedule-table .notice {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .notice {
    margin-top: 0.75rem;
  }
}
.schedule-outer .schedule-table .notice .line {
  font-size: min(1.40625vw, 0.9rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .notice .line {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .notice .line .item {
    font-size: 0.9em;
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
}
.schedule-outer .schedule-table .notice .line .text {
  margin-left: 0.2em;
}
.schedule-outer .total-notice {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 5rem;
  color: #2f180b;
}
.schedule-outer .ticket {
  max-width: 1024px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.schedule-outer .ticket .title-text {
  color: #000000;
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .title-text {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.schedule-outer .ticket .title-text .first-letter {
  color: #e37699;
}
.schedule-outer .ticket .title-text .first-letter,
.schedule-outer .ticket .title-text .and {
  font-weight: 700;
}
.schedule-outer .ticket .title-text .and {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .title-text .and {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.schedule-outer .ticket .head {
  font-size: min(1.71875vw, 1.1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .head {
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket .head .text {
  padding: 0.3rem 2rem 0.425rem;
  background-color: #7b7b70;
  color: #ffffff;
}
.schedule-outer .ticket .price {
  color: #2f180b;
  margin-top: min(2.34375vw, 1.5rem);
  font-size: min(1.5625vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket .price .number {
  font-size: 1.7em;
  font-weight: 700;
}
.schedule-outer .ticket .price + .head {
  margin-top: min(5.46875vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price + .head {
    margin-top: 2rem;
  }
}
.schedule-outer .ticket > .item {
  border: 2px solid #e37699;
  padding: 0;
  margin: min(3.125vw, 2rem) auto 0;
  max-width: calc(1024px - min(9.375vw, 6rem));
  text-align: left;
  font-size: min(1.71875vw, 1.1rem);
  transition: 0.6s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item {
    margin: 1.5rem 0 0;
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket > .item .body {
  padding: min(3.125vw, 2rem);
  padding-top: min(1.5625vw, 1rem);
  font-size: min(1.5625vw, 1rem);
  line-height: 1.6;
  color: #2f180b;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .body {
    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 {
  border-color: #e37699;
}
.schedule-outer .ticket > .item.closed .head2 {
  background-color: #e37699;
}
.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(1.09375vw, 0.7rem);
  right: min(1.171875vw, 0.75rem);
  width: min(2.8125vw, 1.8rem);
  height: min(2.8125vw, 1.8rem);
  transition: 0.33s;
  pointer-events: none;
  color: white;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .icon {
    top: 0.25rem;
    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.8125vw, 1.8rem);
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(0);
}
@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: #e37699;
  font-weight: 700;
  padding: min(1.09375vw, 0.7rem) 0 min(1.25vw, 0.8rem) min(2.34375vw, 1.25rem);
  font-size: min(1.875vw, 1.2rem);
  transition: 0.6s;
  color: white;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .head2 {
    padding: 0.3rem 0 0.4rem 1rem;
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket > .item .head2:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #e37699;
}
.schedule-outer .ticket > .item .head2:hover .icon {
  color: #e37699;
}
.schedule-outer .ticket > .item .head3 {
  margin-top: min(0.390625vw, 0.25rem);
  font-weight: 700;
  margin-bottom: min(0.390625vw, 0.25rem);
  text-indent: -0.6em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .head3 {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
}
.schedule-outer .ticket > .item .head4 {
  color: #2f180b;
  font-weight: 700;
}
.schedule-outer .ticket > .item li {
  line-height: 1.7;
}
.schedule-outer .ticket > .item ul.number li {
  list-style-type: decimal;
  text-indent: 0;
  margin-left: 1em;
}
.schedule-outer .ticket > .item .dates-box {
  font-size: 0.8rem;
  color: #2f180b;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box {
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }
}
.schedule-outer .ticket > .item .dates-box.top {
  padding-bottom: min(1.5625vw, 1rem);
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box.top .item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box.top .item + .item {
    margin-top: 0.25rem;
  }
}
.schedule-outer .ticket > .item .dates-box.top .item .title {
  width: 5.5rem;
}
.schedule-outer .ticket > .item .dates-box.top .item .dates {
  width: calc(100% - 5.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box.top .item .dates {
    width: 100%;
  }
}
.schedule-outer .ticket > .item .dates-box .item {
  display: flex;
}
.schedule-outer .ticket > .item .dates-box .item .title {
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box .item .title {
    width: 4rem;
  }
}
.schedule-outer .ticket > .item .dates-box .item .dates {
  width: calc(100% - 4.5rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .dates-box .item .dates {
    width: calc(100% - 4rem);
  }
}
.schedule-outer .ticket > .item .url {
  color: #000000;
  font-weight: 700;
}
.schedule-outer .ticket > .item .url a {
  color: #e37699;
}
.schedule-outer .ticket > .item .url a:hover {
  color: white;
}
.schedule-outer .ticket > .item .item2 {
  font-weight: 700;
}
.schedule-outer .ticket > .item .item2 + .item2 {
  margin-top: min(0.390625vw, 0.25rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .item2 + .item2 {
    margin-top: 0.5rem;
  }
}
.schedule-outer .ticket > .item .notice {
  margin-top: min(3.125vw, 2rem);
  padding-top: min(1.953125vw, 1.25rem);
  border-top: 1px solid #e37699;
}
@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);
  line-height: 1.8;
}
@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 .head5 {
  font-size: 0.9rem;
  color: #e37699;
  font-weight: 700;
  text-indent: -0.55em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .head5 {
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket .ticket-notice {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 5px solid #e37699;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .ticket-notice {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}
.schedule-outer .ticket .ticket-notice .notice {
  margin: 0 auto;
  padding-top: min(1.5625vw, 1rem);
  padding-bottom: min(2.34375vw, 1.5rem);
  border-bottom: 5px solid #e37699;
  text-align: left;
  color: #2f180b;
  max-width: calc(1024px - min(9.375vw, 6rem));
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .ticket-notice .notice {
    font-size: 0.7rem;
    margin: 1rem 0 0;
    padding-bottom: 1.5rem;
  }
}
.schedule-outer .ticket .ticket-notice .notice ul.mt {
  margin-top: 1rem;
}
.schedule-outer .ticket .info {
  color: #2f180b;
  font-size: min(1.40625vw, 0.9rem);
  line-height: 1.7;
  margin-top: min(2.734375vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .info {
    font-size: 0.8rem;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }
}
.schedule-outer .ticket .info .eplus {
  color: #2f180b;
  font-weight: 700;
  margin-top: 0.5rem;
}
.schedule-outer .ticket .info a {
  color: #e37699;
}
.schedule-outer .ticket .info .notice {
  font-size: 0.8rem;
}

.goods {
  background-color: #fdfaf3;
  margin: 0 auto;
}
.goods .inner {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .goods .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.goods .title-text {
  color: #000000;
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(3.125vw, 2rem);
  font-size: min(5.9375vw, 3.8rem);
}
@media screen and (max-width: 767px) {
  .goods .title-text {
    font-size: 2rem;
  }
}
.goods .title-text .first-letter {
  color: #e37699;
}
.goods .title-text .first-letter,
.goods .title-text .and {
  font-weight: 700;
}
.goods .title-text .and {
  font-size: 0.65em;
}
@media screen and (max-width: 767px) {
  .goods .title-text .and {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.goods .content {
  padding-bottom: 5rem;
  font-size: min(1.40625vw, 0.9rem);
  color: black;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .goods .content {
    font-size: 0.8rem;
    padding-bottom: 3rem;
    margin-top: 1rem;
  }
}
.goods .content .soon {
  font-size: min(1.875vw, 1.2rem);
  text-transform: capitalize;
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .goods .content .soon {
    font-size: 1rem;
  }
}
.goods .content .goods-list {
  border-bottom: 5px solid #e37699;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .goods .content .goods-list {
    padding-bottom: 2rem;
  }
}
.goods .content .head {
  font-size: min(1.5625vw, 1rem);
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .goods .content .head {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.goods .content .head .text {
  border: 1px solid #e37699;
  padding: 0.3rem 2rem 0.425rem;
  border-radius: 1.25rem;
  color: #e37699;
  line-height: 1.7;
}
.goods .content .head .text.note {
  border: none;
  background-color: #e37699;
  color: white;
}
.goods .content .item {
  margin-top: 1rem;
}
.goods .content .item + .item {
  margin-top: 3rem;
}
.goods .content .item.animate {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .goods .content .item.animate {
    padding-bottom: 1.5rem;
  }
}
.goods .content .item .head15 {
  margin-top: 1rem;
  color: #e37699;
  font-size: min(1.40625vw, 0.9rem);
}
@media screen and (max-width: 767px) {
  .goods .content .item .head15 {
    font-size: 0.8rem;
  }
}
.goods .content .item .head2 {
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .goods .content .item .head2 {
    font-size: 0.9rem;
  }
}
.goods .content .item .head15,
.goods .content .item .head2 {
  font-weight: 700;
}
.goods .content .item .head15 .sq,
.goods .content .item .head2 .sq {
  color: #e37699;
  margin-right: 0.2em;
}
.goods .content .item .image {
  width: 66%;
  height: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .goods .content .item .image {
    width: 100%;
  }
}
.goods .content .notice {
  font-size: min(1.25vw, 0.8rem);
  padding-top: 2rem;
  border-top: 5px solid #e37699;
}
@media screen and (max-width: 767px) {
  .goods .content .notice {
    font-size: 0.7rem;
    padding-top: 1.5rem;
  }
}

.footer {
  color: white;
  font-size: min(1.40625vw, 0.9rem);
  font-weight: 700;
  line-height: 1.7;
  background-color: #e37699;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.8rem;
  }
}
.footer .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: min(3.90625vw, 2.5rem);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    text-align: center;
    padding-top: 1.5rem;
  }
}
.footer .inner .head5 {
  text-indent: 0.2em;
  margin-bottom: 0.75rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .footer .inner .head5 {
    text-indent: 0.2em;
  }
}
.footer .inner a {
  color: white;
}
.footer .inner a:hover {
  opacity: 0.5;
}
.footer .credits {
  margin-top: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .credits {
    margin-top: 2rem;
  }
}
.footer .banners {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.footer .banners .image-sb {
  width: 22.5%;
  transition: 0.33s;
  margin-inline: auto;
  margin-top: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer .banners .image-sb {
    width: 60%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.footer .banners .image-sb:hover {
  filter: brightness(1.1);
  border-color: #d6890f;
}
.footer .copy {
  font-size: min(1.09375vw, 0.7rem);
  margin-top: min(3.125vw, 2rem);
  padding-bottom: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 0.6rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}/*# sourceMappingURL=ba-maple2-anoharu.css.map */