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

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

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

.agbalumo {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

html,
body {
  background-color: black;
}

.fade-bg {
  position: fixed;
  background: url(../img/stage/AB2025/bg1.svg) repeat;
  background-size: 400px auto;
  background-color: #e0bfcf;
  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: 300px auto;
  }
}

.fade-bg .logo {
  width: 100%;
  padding: 0 min(3.125vw, 2rem);
  max-width: 1024px;
  height: auto;
  text-align: center;
  font-size: 3rem;
  color: #1a2448;
}
@media screen and (max-width: 767px) {
  .fade-bg .logo {
    font-size: 2.4rem;
  }
}

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

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

.red-text {
  color: #bc0b5d;
}

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

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

.header {
  width: 100%;
  text-transform: capitalize;
  background-color: #1a2448;
  height: min(7.81248vw, 80px);
  display: flex;
  font-weight: 400;
  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;
  padding-left: min(3.125vw, 2rem);
  padding-right: min(3.125vw, 2rem);
}
@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;
}
@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.75em;
  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(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: #f985a0;
  transition: 0.33s;
}
.header .bar .bar-list .sns-icons a:hover .icon .st2 {
  fill: #edcf6a;
}
@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: #f985a0;
  transition: 0.33s;
}
.header .bar .bar-list a:hover {
  color: #edcf6a;
}
.header .bar .bar-list a.unavailable {
  color: #676767;
}
.header .bar .bar-list a.unavailable:hover {
  color: #676767;
  cursor: default;
}
.header .bar .hamburger {
  opacity: 0;
  transition: 0.33s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 24;
  width: 3rem;
  height: 3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .header .bar .hamburger {
    display: block;
  }
}
.header .bar .hamburger:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .bar .hamburger {
    opacity: 1;
    left: 18px;
    top: 12px;
    z-index: 3;
  }
}
.header .bar .hamburger .material-symbols-sharp {
  font-size: 2rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 32;
}
.header .bar .hamburger-button {
  transition: 0.33s;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  margin-left: -1rem;
  padding-left: 0.375rem;
  margin-top: -1rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.45rem;
}
.header .bar .hamburger-button.ham-close {
  background-color: transparent;
}

.visual-outer {
  padding-top: min(7.81248vw, 80px);
  background: url(../img/stage/AB2025/bg1.svg) repeat;
  background-size: 400px auto;
  background-position: center top;
  background-color: #e0bfcf;
}
@media screen and (max-width: 767px) {
  .visual-outer {
    background-size: 300px auto;
    padding-top: 40px;
  }
}
.visual-outer .mv {
  width: 100%;
  max-width: 819.2px;
  margin: 0 auto;
  height: auto;
  border-right: 10px solid #1a2448;
  border-left: 10px solid #1a2448;
  position: relative;
  background-color: #e0bfcf;
}
@media screen and (max-width: 767px) {
  .visual-outer .mv {
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.visual-outer .mv .image {
  width: 100%;
  margin-inline: auto;
  height: auto;
}

.main-data {
  color: white;
  padding-top: min(3.125vw, 2rem);
  padding-bottom: min(3.125vw, 2rem);
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #1a2448;
  font-size: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .main-data {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.main-data .logo-box {
  margin: 0 auto;
  padding-block: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .main-data .logo-box {
    padding-block: 1rem 1rem;
  }
}
.main-data .logo-box .jp {
  font-size: 1em;
}
.main-data .logo-box .en {
  font-size: 2.4em;
  margin-top: -1.5rem;
  color: #67d2cc;
}
@media screen and (max-width: 767px) {
  .main-data .logo-box .en {
    margin-top: -1rem;
  }
}
.main-data .item .kakko {
  margin-right: -0.55em;
}
.main-data .item + .item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .main-data .item + .item {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.main-data .region {
  color: #67d2cc;
  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 {
  border-bottom: 1px solid #67d2cc;
  position: absolute;
  width: 40vw;
  top: calc(1.6rem + 5px);
  left: calc(50% - 20vw);
  height: 1px;
  content: "";
}
@media screen and (max-width: 767px) {
  .main-data .region::after {
    top: calc(1.2rem + 4px);
  }
}
.main-data .number {
  font-size: 1.6em;
}
.main-data .place {
  font-size: min(2.1875vw, 1.4rem);
  color: #f985a0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main-data .place {
    font-size: 1.1rem;
  }
}
.main-data .data {
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
  margin-top: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .main-data .data {
    font-size: 0.7rem;
    margin-top: 1rem;
    line-height: 1.7;
  }
}

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

.news-outer {
  background: url(../img/stage/AB2025/bg2.jpg) repeat;
  background-size: 1000px auto;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .news-outer {
    background-size: 360px auto;
  }
}
.news-outer .title-text {
  text-align: center;
  color: #1a2448;
  padding-top: min(1.5625vw, 1rem);
  padding-bottom: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .news-outer .title-text {
    font-size: 2.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.news-outer .title-text .text {
  position: relative;
}
.news-outer .title-text .text::before, .news-outer .title-text .text::after {
  position: absolute;
  background: url(../img/stage/AB2025/hoshi1.svg) no-repeat;
  top: 1.25rem;
  left: -6rem;
  width: 80px;
  height: 80px;
  content: "";
}
@media screen and (max-width: 767px) {
  .news-outer .title-text .text::before, .news-outer .title-text .text::after {
    left: -3rem;
    width: 40px;
    height: 40px;
    top: 1rem;
  }
}
.news-outer .title-text .text::after {
  left: unset;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .news-outer .title-text .text::after {
    right: -3rem;
  }
}
.news-outer .title-text .and {
  font-size: 0.75em;
  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: #1a2448;
}
.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 {
  background-color: #bc0b5d;
}
.news-outer .news .item.urgent .head {
  justify-content: center;
  background-color: #bc0b5d;
}
.news-outer .news .item.urgent .outer {
  background-color: black;
  color: white;
}
.news-outer .news .item .head {
  display: flex;
  align-items: center;
  font-size: min(1.40625vw, 0.9rem);
  padding: min(1.171875vw, 0.75rem) min(1.5625vw, 1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-outer .news .item .head {
    font-size: 0.9rem;
    padding: 0.5rem 2.25rem 0.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.7;
  }
}
.news-outer .news .item .head .title {
  color: #edcf6a;
}
.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;
}
@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: #f985a0;
  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: white;
  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: #1a2448;
}
@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 .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 #1a2448;
  padding-top: min(4.6875vw, 3rem);
  border-bottom: 10px solid #1a2448;
  padding-left: min(2.34375vw, 1.5rem);
  padding-right: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .story-outer {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.story-outer .title-text {
  overflow: hidden;
  margin-inline: max(-2.34375vw, -1.5rem);
}
@media screen and (max-width: 767px) {
  .story-outer .title-text {
    font-size: 2.7rem;
    margin-inline: 0;
  }
}
.story-outer .title-text .text {
  color: #bc0b5d;
  position: relative;
}
.story-outer .title-text .text::before, .story-outer .title-text .text::after {
  position: absolute;
  content: "";
  background: url(../img/stage/AB2025/hoshi2.svg) no-repeat;
  background-size: 80px 80px;
  top: 1.25rem;
  left: -6rem;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .story-outer .title-text .text::before, .story-outer .title-text .text::after {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: -3rem;
    top: 1.1rem;
  }
}
.story-outer .title-text .text::after {
  left: unset;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .story-outer .title-text .text::after {
    right: -3rem;
  }
}
.story-outer .title-text .text .and {
  font-size: 0.75em;
}
.story-outer .inner {
  margin: 0 auto;
  margin-top: min(3.125vw, 2rem);
  margin-bottom: min(6.25vw, 4rem);
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(7.03125vw, 4.5rem);
  padding-inline: min(6.25vw, 4rem);
  background-color: rgba(254, 249, 219, 0.8);
  border: 2px solid #edcf6a;
  line-height: 2.2;
  text-align: left;
  max-width: calc(1024px - 6rem);
}
@media screen and (max-width: 767px) {
  .story-outer .inner {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    line-height: 1.6;
    width: calc(100% - 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.story-outer .inner .red-text {
  color: #bc0b5d;
}
.story-outer .inner + .inner {
  margin-top: 0;
  margin-bottom: min(6.25vw, 4rem);
}
.story-outer .inner .item {
  position: relative;
}
.story-outer .inner .item::before {
  position: absolute;
  content: "";
  top: -31px;
  left: calc(-7rem - 50vw + 512px - 2px);
  height: 3px;
  width: 100vw;
  border-top: 3px solid #f985a0;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item::before {
    left: -35px;
  }
}
.story-outer .inner .item::after {
  position: absolute;
  content: "";
  top: -1.5rem;
  bottom: -2rem;
  left: calc(-7rem - 50vw + 512px - 2px);
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 3px solid #67d2cc;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .item::after {
    left: -35px;
  }
}
.story-outer .inner .head {
  color: #bc0b5d;
  font-weight: 900;
  margin-bottom: 1rem;
  margin-top: 6rem;
  font-size: min(1.875vw, 1.2rem);
  text-align: center;
  margin-inline: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .head {
    font-size: 1rem;
    padding-left: 0.7rem;
    margin-left: -1rem;
  }
}
.story-outer .inner .head.kome {
  margin-top: 5rem;
}
.story-outer .inner .head .ros {
  font-size: 0.7em;
}
.story-outer .inner .text {
  font-size: min(1.5625vw, 1rem);
  color: #000000;
  font-weight: 700;
  line-height: 2.1;
  display: block;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.story-outer .inner .text.ara {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .story-outer .inner .text.ara {
    text-align: left;
    font-size: 0.9rem;
  }
}
.story-outer .inner .text .dash {
  letter-spacing: -0.15em;
}
.story-outer .inner .text.coming {
  text-align: center;
  color: #bc0b5d;
  text-transform: capitalize;
  font-size: 1.5rem;
  display: block;
  margin-inline: auto;
}

.staff-bg {
  background: url(../img/stage/AB2025/bg3.jpg) repeat-x;
  background-size: 1200px auto;
  background-position: center center;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff-bg {
    background-size: 750px auto;
  }
}
.staff-bg::after {
  background: url(../img/stage/AB2025/bg3.jpg) repeat-x;
  background-size: 1000px auto;
  background-position: center top;
  transform: scaleY(-1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .staff-bg::after {
    background-size: 750px auto;
  }
}

.cast-outer {
  background: url(../img/stage/AB2025/bg2.jpg) repeat;
  background-size: 1000px auto;
  background-attachment: fixed;
  background-position: center center;
  padding-top: min(10.9375vw, 7rem);
  padding-bottom: min(12.5vw, 8rem);
}
@media screen and (max-width: 767px) {
  .cast-outer {
    padding-block: 4.5rem;
    background-size: 360px auto;
    background-position: center center;
  }
}
.cast-outer .title-text {
  padding-block: min(0.390625vw, 0.25rem) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text {
    font-size: 3rem;
    padding-block: 0;
  }
}
.cast-outer .title-text.title-staff {
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text.title-staff {
    padding-bottom: 2.5rem;
  }
}
.cast-outer .title-text.title-staff::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  border-top: 10px solid #67d2cc;
}
@media screen and (min-width: 1024px) {
  .cast-outer .title-text.title-staff::after {
    left: calc(50% - 50vw);
  }
}
.cast-outer .title-text .text {
  color: white;
  padding-inline: 0;
  min-width: min(180px, 17.57808vw);
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text .text {
    padding-inline: 0.5rem;
  }
}
.cast-outer .title-text .text::after {
  position: absolute;
  content: "";
  top: min(3.75vw, 2.4rem);
  left: 0;
  width: 100%;
  bottom: min(1.171875vw, 0.75rem);
  background-color: #bc0b5d;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cast-outer .title-text .text::after {
    top: 1.5rem;
    bottom: 0.5rem;
  }
}
.cast-outer .head {
  color: white;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.cast-outer .head.angel .text {
  background-color: #5b76ad;
}
.cast-outer .head .text {
  background-color: #1a2448;
  display: inline-block;
  min-width: 195px;
  padding: 0.2rem 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cast-outer .head .text {
    font-size: 0.9rem;
    min-width: 180px;
  }
}
.cast-outer .actors {
  font-size: min(1.875vw, 1.2rem);
  line-height: 1.9;
  display: flex;
  flex-wrap: wrap;
  padding-inline: min(3rem, 4.6875vw);
}
@media screen and (max-width: 767px) {
  .cast-outer .actors {
    font-size: 1.2rem;
    line-height: 2;
    padding-inline: 0.5rem;
  }
}
.cast-outer .bg {
  position: relative;
  width: 100%;
  background: url(../img/stage/AB2025/bg3.jpg) repeat-x;
  background-size: 1000px auto;
  background-position: center top;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .cast-outer .bg {
    background-size: 750px auto;
  }
}
.cast-outer .item .head {
  font-weight: 700;
  font-size: min(1.40625vw, 0.9rem);
  color: #bc0b5d;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer .item .head {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
}
.cast-outer .inner {
  text-align: center;
  margin: 0 auto;
  padding-top: 1.5rem;
  position: relative;
  z-index: 2;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner {
    background-position: center top;
    max-width: unset;
    padding-top: 2rem;
  }
}
.cast-outer .inner .notice {
  font-size: 0.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .notice {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
}
.cast-outer .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  font-size: min(2.03125vw, 1.3rem);
  line-height: 1.7;
  padding-left: min(0.78125vw, 0.5rem);
  padding-right: min(0.78125vw, 0.5rem);
  margin-bottom: min(3.125vw, 2rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item {
    font-size: 1.1rem;
    width: calc(50% - 1rem);
    padding-left: 0;
    padding-right: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.cast-outer .inner .item .act {
  color: #ffffff;
  font-size: min(1.25vw, 0.8rem);
  padding: 0 0.25rem;
  display: flex;
  justify-content: center;
  margin-top: min(0.390625vw, 0.25rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item .act {
    margin-top: 0.2rem;
    font-size: 0.7rem;
    padding: 0 0.125rem;
  }
}
.cast-outer .inner .item .act .act-lovekome,
.cast-outer .inner .item .act .act-omg {
  display: block;
  padding: 0 0.25rem;
}
.cast-outer .inner .item .act.act-lovekome,
.cast-outer .inner .item .act .act-lovekome {
  background-color: rgb(228, 191, 68);
}
.cast-outer .inner .item .act.act-omg,
.cast-outer .inner .item .act .act-omg {
  background-color: #bc0b5d;
}
.cast-outer .inner .item .act.act-omg.ml,
.cast-outer .inner .item .act .act-omg.ml {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item .act.act-omg.ml,
  .cast-outer .inner .item .act .act-omg.ml {
    margin-left: 0.25rem;
  }
}
.cast-outer .inner .item .act.act-sho {
  background-color: #67d2cc;
}
.cast-outer .inner .item .actor {
  margin-top: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item .actor {
    margin-top: 0.25rem;
  }
}
.cast-outer .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 .inner .item.noimage {
    font-size: 0.8rem;
    width: 100%;
  }
}
.cast-outer .inner .item.noimage .charactor,
.cast-outer .inner .item.noimage .title {
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item.noimage .charactor,
  .cast-outer .inner .item.noimage .title {
    width: 40%;
  }
}
.cast-outer .inner .item.noimage .dots,
.cast-outer .inner .item.noimage .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 .inner .item.noimage .dots,
  .cast-outer .inner .item.noimage .colon {
    width: 20%;
  }
}
.cast-outer .inner .item.noimage .actor,
.cast-outer .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 .inner .item.noimage .actor,
  .cast-outer .inner .item.noimage .aname {
    width: 40%;
    font-size: 1.2em;
  }
}
.cast-outer .inner .item.noimage .actor.etc,
.cast-outer .inner .item.noimage .aname.etc {
  font-size: 0.75em;
  margin-top: min(0.78125vw, 0.5rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item.noimage .actor.etc,
  .cast-outer .inner .item.noimage .aname.etc {
    margin-top: 0.3rem;
    font-size: 0.85em;
  }
}
.cast-outer .inner .item.noimage .title,
.cast-outer .inner .item.noimage .aname {
  width: calc(100% - 2rem);
}
.cast-outer .inner .item.noimage .title.fs,
.cast-outer .inner .item.noimage .colon.fs {
  align-items: flex-start;
}
.cast-outer .inner .item.noimage .aname {
  font-size: unset;
}
.cast-outer .inner .item.noimage .aname.column {
  flex-direction: column;
  align-items: flex-start;
}
.cast-outer .inner .item.noimage .aname.column .aname1,
.cast-outer .inner .item.noimage .aname.column .aname2 {
  width: 100%;
  text-align: left;
}
.cast-outer .inner .item.noimage .colon {
  width: 2rem;
}
.cast-outer .inner .item.mt {
  margin-top: min(4.6875vw, 3rem);
  margin-left: 0;
  margin-right: 0;
}
.cast-outer .inner .item.mt-6 {
  margin-top: min(2.34375vw, 1.5rem);
}
.cast-outer .inner .item .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item .title {
    width: 40%;
  }
}
.cast-outer .inner .item .notice {
  font-size: 0.7em;
  text-align: center;
}
.cast-outer .inner .item .buttons {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cast-outer .inner .item .buttons {
    flex-direction: column;
    font-size: 0.9rem;
  }
}
.cast-outer .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 .inner .item .buttons .pop-button {
    height: 1.3rem;
  }
}
.cast-outer .inner .item .buttons .pop-button:hover {
  cursor: pointer;
}
.cast-outer .inner .item .buttons .pop-button .text {
  display: block;
  margin-top: -2px;
  letter-spacing: 0.025em;
  pointer-events: none;
}
.cast-outer .staff-bg .title-text {
  max-width: 1024px;
  margin-inline: auto;
}
.cast-outer .staff {
  padding-bottom: min(8.59375vw, 5.5rem);
  position: relative;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .cast-outer .staff {
    padding-bottom: 5rem;
  }
}
.cast-outer .staff .item {
  display: block;
  width: 45%;
  margin-left: 27.5%;
  text-align: left;
  border-bottom: 5px solid #67d2cc;
  padding-inline: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .cast-outer .staff .item {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
  }
}
.cast-outer .staff .item .kakko {
  font-size: 0.85em;
}
.cast-outer .staff .item.last {
  border-bottom: none;
}
.cast-outer .staff .item .head {
  font-weight: 900;
  text-align: left;
  margin-top: 0;
}

.schedule-outer {
  background-color: #1a2448;
  border-bottom: 10px solid #1a2448;
}
.schedule-outer .title-text {
  text-align: center;
  padding-top: min(4.6875vw, 3rem);
  padding-bottom: min(4.6875vw, 3rem);
  overflow: hidden;
  text-transform: capitalize;
  font-size: 4.7rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text {
    font-size: 2.7rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.schedule-outer .title-text .text {
  color: white;
  text-align: center;
  position: relative;
}
.schedule-outer .title-text .text::before, .schedule-outer .title-text .text::after {
  position: absolute;
  background: url(../img/stage/AB2025/hoshi3.svg) no-repeat;
  top: 1.25rem;
  left: -6rem;
  width: 80px;
  height: 80px;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text .text::before, .schedule-outer .title-text .text::after {
    width: 40px;
    height: 40px;
    left: -3rem;
    top: 1.1rem;
  }
}
.schedule-outer .title-text .text::after {
  left: unset;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .title-text .text::after {
    right: -3rem;
  }
}
.schedule-outer .inner {
  background-color: #1a2448;
}
.schedule-outer .schedule-data {
  color: white;
  font-size: min(2.34375vw, 1.5rem);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data {
    font-size: 1rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
.schedule-outer .schedule-data .sch-item + .sch-item {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .sch-item + .sch-item {
    margin-top: 4rem;
  }
}
.schedule-outer .schedule-data .region {
  color: #67d2cc;
  position: relative;
  font-size: min(2.65625vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .region {
    font-size: 1.2rem;
  }
}
.schedule-outer .schedule-data .region::after {
  border-bottom: 1px solid #67d2cc;
  position: absolute;
  width: 40vw;
  top: calc(1.5rem + 9px);
  left: calc(50% - 20vw);
  height: 1px;
  content: "";
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .region::after {
    top: calc(1.2rem + 4px);
  }
}
.schedule-outer .schedule-data .number {
  font-size: 1.6em;
}
.schedule-outer .schedule-data .place {
  font-size: min(2.1875vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-data .place {
    font-size: 1.1rem;
    margin-top: 0.25rem;
  }
}
.schedule-outer .schedule-data .place a {
  color: #f985a0;
}
.schedule-outer .schedule-data .place a:hover {
  color: white;
}
.schedule-outer .schedule-data .notice {
  font-size: min(1.40625vw, 0.9rem);
  color: white;
  margin: 0 auto;
  margin-top: min(2.34375vw, 1.5rem);
  text-align: center;
  font-weight: 600;
  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 #edcf6a;
          text-decoration: underline #edcf6a;
}
.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: 409.6px;
  border-top: 3px solid rgba(103, 210, 204, 0.5);
  margin: 0 auto;
  margin-top: min(3.125vw, 2rem);
  border-bottom: 2px solid rgba(103, 210, 204, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table {
    font-size: 0.8rem;
    margin-top: 1rem;
    max-width: 330px;
  }
}
.schedule-outer .schedule-table .item {
  display: flex;
  border-bottom: 1px solid rgba(103, 210, 204, 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: 46%;
  text-align: left;
  padding-left: min(5.859375vw, 3.75rem);
  position: relative;
  border-right: 1px solid rgba(103, 210, 204, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule-outer .schedule-table .item .date {
    padding-left: 3rem;
  }
}
.schedule-outer .schedule-table .item .date.off {
  color: #67d2cc;
  opacity: 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: 1rem;
  }
}
.schedule-outer .schedule-table .item .date .number {
  font-size: 1.4em;
}
.schedule-outer .schedule-table .item .date .number.digit1 {
  margin-left: 0.5em;
}
.schedule-outer .schedule-table .item .time {
  width: 27%;
  text-align: center;
  font-size: 1.4em;
}
.schedule-outer .schedule-table .item .time + .time {
  border-left: 1px solid rgba(103, 210, 204, 0.5);
}
.schedule-outer .schedule-table .item .time.off {
  width: 54%;
  font-size: min(1.40625vw, 0.9rem);
  color: rgba(103, 210, 204, 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;
  }
}
.schedule-outer .ticket {
  margin-top: min(9.375vw, 6rem);
  text-align: center;
  border-top: 10px solid #67d2cc;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.schedule-outer .ticket .head {
  color: #67d2cc;
  font-size: min(1.71875vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 0.4em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .head {
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket .price {
  color: white;
  margin-top: min(2.34375vw, 1.5rem);
  font-size: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .price {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket .price .number {
  font-size: 1.1em;
}
.schedule-outer .ticket .price + .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 #edcf6a;
  padding: 0;
  margin: min(3.125vw, 2rem) auto 0;
  max-width: calc(1024px - min(9.375vw, 6rem));
  color: #000000;
  text-align: left;
  font-size: min(1.5625vw, 1rem);
  transition: 0.6s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item {
    margin: 1.5rem 1rem 0;
    font-size: 0.8rem;
  }
}
.schedule-outer .ticket > .item.default-closed .body {
  display: none;
}
.schedule-outer .ticket > .item + .item {
  margin-top: min(1.5625vw, 1rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item + .item {
    margin-top: 1rem;
  }
}
.schedule-outer .ticket > .item.closed {
  background-color: #edcf6a;
}
.schedule-outer .ticket > .item.closed .head2 {
  color: #1a2448;
}
.schedule-outer .ticket > .item.closed .icon {
  transform: rotate(180deg);
}
.schedule-outer .ticket > .item.closed .icon .on {
  opacity: 1;
}
.schedule-outer .ticket > .item.closed .icon .off {
  opacity: 0;
}
.schedule-outer .ticket > .item .icon {
  position: absolute;
  top: min(0.3125vw, 0.2rem);
  right: min(1.015625vw, 0.65rem);
  width: min(2.1875vw, 1.4rem);
  height: min(2.1875vw, 1.4rem);
  transition: 0.6s;
  pointer-events: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .icon {
    top: 0.05rem;
    right: 0.35rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.schedule-outer .ticket > .item .icon .on,
.schedule-outer .ticket > .item .icon .off {
  font-size: min(2.1875vw, 1.4rem);
  transition: 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(0);
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .icon .on,
  .schedule-outer .ticket > .item .icon .off {
    font-size: 1.4rem;
  }
}
.schedule-outer .ticket > .item .icon .on {
  opacity: 0;
}
.schedule-outer .ticket > .item .icon .off {
  opacity: 1;
}
.schedule-outer .ticket > .item .head2 {
  background-color: #edcf6a;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: min(0.15625vw, 0.1rem) 0 min(0.3125vw, 0.2rem) 0.2em;
  font-size: min(1.71875vw, 1.1rem);
  text-align: center;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket > .item .head2 {
    padding: 0.1rem 0 0.2rem 0.2em;
    font-size: 0.9rem;
  }
}
.schedule-outer .ticket > .item .head2:hover {
  cursor: pointer;
  background-color: #1a2448;
  color: #edcf6a;
  border-color: #edcf6a;
}
.schedule-outer .ticket > .item .head2:hover .icon {
  color: #edcf6a !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: #edcf6a;
  margin-right: 0.2em;
}
.schedule-outer .ticket > .item .body {
  padding: min(3.125vw, 2rem);
  padding-top: min(1.5625vw, 1rem);
  background-color: white;
}
.schedule-outer .ticket > .item .body a {
  color: #bc0b5d;
}
.schedule-outer .ticket > .item .body a:hover {
  color: white;
}
.schedule-outer .ticket > .item .dates {
  padding-bottom: min(3.125vw, 2rem);
}
@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 #bc0b5d;
}
@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 #bc0b5d;
  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 .ticket-notice {
  margin-top: min(6.25vw, 4rem);
}
@media screen and (max-width: 767px) {
  .schedule-outer .ticket .ticket-notice {
    margin-top: 2rem;
  }
}
.schedule-outer .ticket .ticket-notice .notice {
  margin: 0 auto;
  margin-top: min(1.5625vw, 1rem);
  padding-top: min(2.34375vw, 1.5rem);
  padding-bottom: min(2.34375vw, 1.5rem);
  border-top: 2px solid #67d2cc;
  border-bottom: 2px solid #67d2cc;
  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: 6rem;
  background: url(../img/stage/AB2025/bg2.jpg) repeat;
  background-size: 1000px auto;
  background-attachment: fixed;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods {
    padding-inline: 0;
    padding-block: 4.5rem;
    background-size: 360px auto;
  }
}
.schedule-outer .goods .inner {
  background-color: rgba(255, 255, 255, 0.8);
}
.schedule-outer .goods .title-text {
  padding-bottom: 3rem;
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .title-text {
    padding-bottom: 0;
    padding-top: 1.5rem;
    margin-inline: 0;
  }
}
.schedule-outer .goods .title-text .text {
  color: #000000;
}
.schedule-outer .goods .coming {
  text-align: center;
  text-transform: capitalize;
  color: #f985a0;
  font-size: min(2.5vw, 1.6rem);
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming {
    font-size: 1.5rem;
  }
}
.schedule-outer .goods .coming .text {
  padding-left: min(1.5625vw, 1rem);
  padding-right: min(1.5625vw, 1rem);
  font-size: min(2.5vw, 1.6rem);
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming .text {
    font-size: 1.1rem;
  }
}
.schedule-outer .goods .coming .text .word {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .coming .text .word {
    margin-right: 0.25rem;
  }
}
.schedule-outer .goods .coming .text .word::first-letter {
  font-size: 1.2em;
}
.schedule-outer .goods .goods-inner {
  padding: 3rem;
  padding-bottom: 5rem;
  color: black;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner {
    padding: 1.5rem 1rem 3.5rem;
  }
}
.schedule-outer .goods .goods-inner:has(.coming) {
  padding-top: 0;
}
.schedule-outer .goods .goods-inner .head-text {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.schedule-outer .goods .goods-inner .block.bt, .schedule-outer .goods .goods-inner .block.bt-bold, .schedule-outer .goods .goods-inner .block.bt-thin {
  border-top: 2px solid #bc0b5d;
  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 #edcf6a;
}
.schedule-outer .goods .goods-inner .total-notice.bt, .schedule-outer .goods .goods-inner .total-notice.bt-bold {
  border-top: 2px solid #bc0b5d;
  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 #edcf6a;
}
.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: #bc0b5d;
}
.schedule-outer .goods .goods-inner .block .link .item .date,
.schedule-outer .goods .goods-inner .block .link .item .text {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block .link .item .date,
  .schedule-outer .goods .goods-inner .block .link .item .text {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block .link .item .text {
  font-weight: 700;
}
.schedule-outer .goods .goods-inner .block .link .item .text .notice {
  font-weight: 400;
}
.schedule-outer .goods .goods-inner .block .link .item .text .notice li {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block.lineup .item {
  margin-top: 0;
}
.schedule-outer .goods .goods-inner .block.lineup .item .head2 {
  font-weight: 700;
  font-size: 1rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .item .head2 {
    font-size: 0.9rem;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .item .price {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .schedule-outer .goods .goods-inner .block.lineup .item .price {
    font-size: 0.8rem;
  }
}
.schedule-outer .goods .goods-inner .block.lineup .item .desc {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.schedule-outer .goods .goods-inner .block.lineup .item > a {
  margin-top: 1rem;
  border: 1px solid #e7ca5f;
  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 #bc0b5d;
  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: #bc0b5d;
}
.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: #bc0b5d;
}
.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: #bc0b5d;
}
.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 #bc0b5d;
}
.schedule-outer .goods .goods-inner .block > .head.bt-bold {
  border-top: 2px solid #bc0b5d;
}
.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: #bc0b5d;
}
@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 #edcf6a;
}
@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: #000000;
  text-align: center;
  font-size: min(1.25vw, 0.8rem);
  line-height: 1.9;
  background: url(../img/stage/AB2025/bg1.svg) repeat;
  background-size: 400px auto;
  background-position: bottom center;
  background-color: #e0bfcf;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.7rem;
    background-size: 300px auto;
  }
}
.footer .inner {
  width: 80%;
  max-width: 819.2px;
  margin: 0 auto;
  padding-top: min(3.90625vw, 2.5rem);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    width: 100%;
    border-inline: none;
  }
}
.footer .inner .head {
  font-weight: 700;
}
.footer .inner a {
  color: #bc0b5d;
  font-weight: 700;
}
.footer .inner a:hover {
  color: #000000;
}
.footer .credits {
  margin-top: min(4.6875vw, 3rem);
}
@media screen and (max-width: 767px) {
  .footer .credits {
    margin-top: 2rem;
  }
}
.footer .banners {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer .banners .image-lovekome,
.footer .banners .image-sb {
  margin: 0 auto;
  margin-top: min(4.6875vw, 3rem);
  width: 25%;
  transition: 0.33s;
  display: inline;
}
@media screen and (max-width: 767px) {
  .footer .banners .image-lovekome,
  .footer .banners .image-sb {
    margin-top: 3rem;
    width: 48%;
  }
}
.footer .banners .image-lovekome:hover,
.footer .banners .image-sb:hover {
  filter: brightness(1.1);
}
.footer .banners .image-sb {
  margin-top: min(2.34375vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .footer .banners .image-sb {
    margin-top: 1.5rem;
    width: 48%;
  }
}
.footer .copy {
  font-size: min(1.09375vw, 0.7rem);
  margin-top: min(3.125vw, 2rem);
  padding-bottom: min(9.375vw, 6rem);
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 0.6rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}/*# sourceMappingURL=AB2025.css.map */