@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans+JP:wght@400;500;600&display=swap');
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
@media print {
  img {
    display: none !important;
  }
}
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
:root {
  --duration: 320ms;
  --ease: cubic-bezier(.4, 0, .2, 1);
}
/* ボディ */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  background-color: #000;
}
a:link {
  text-decoration: underline;
  color: #fe3fad;
  transition: all .3s ease;
}
a:visited {
  text-decoration: underline;
  color: #fe3fad;
}
a:active {
  text-decoration: underline;
  color: #fe3fad;
}
a:hover {
  text-decoration: none;
  color: #fe3fad;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 6px 0;
  color: #888;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.center {
  float: none;
  margin: 0 0 10px 0;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #999 solid;
}
.dotted {
  border-top: 1px #999 dotted;
}
.dashed {
  border-top: 1px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 86px 0 0;
  background-image: url("/replacement/bgOther02.jpg"), url("/replacement/bg01.jpg");
  background-repeat: no-repeat, repeat-y;
  background-position: top center, top center;
}
@media(min-width:1920px) {
  #wrapper {
    background-size: contain, contain;
  }
}
#home-1 #wrapper {
  background-image: url("/replacement/bgIndex02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media(min-width:1920px) {
  #home-1 #wrapper {
    background-size: contain;
  }
}
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#main-box {
  width: 100%;
  margin: 15px 0 0;
  padding: 0 0 100px;
  background-image: url("/replacement/sankaku.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
#home-1 #main-box {
  margin: -1px 0 0;
  padding: 0;
  background-image: url("/replacement/sankaku.png"), url("/replacement/bgFeed.jpg");
  background-size: contain, auto;
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
}
@media(min-width:1920px) {
  #home-1 #main-box {
    background-size: contain, cover;
  }
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
#contents-title {
  width: 600px;
  height: 130px;
  font-size: 140%;
  text-align: center;
  margin: 30px auto;
}
#head {
  display: none;
}
article {
  width: 900px;
  margin: 0 auto;
  padding: 50px;
  clear: both;
  background-color: #fff;
}
.subhead {
  font-size: 100%;
  padding: 8px 15px;
  margin: 0 0 15px;
  clear: both;
  border-bottom: 3px solid #000;
}
.packs {
  margin: 0;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  max-width: 870px;
  float: left;
}
/* バナー・ツイッター枠など(side-box内) */
.banner {}
.twitter {}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #fe3fad;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 56px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/replacement/bg01.jpg") top center;
  z-index: -1;
  /* 初期状態：上に隠す */
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}
header.is-scrolled {
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
header.is-scrolled::before {
  transform: translateY(0);
}
/* ヘッダー内部 */
#header-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* 第一階層 */
#main-menu {
  text-align: center;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  display: inline-block;
  padding: 15px 10px;
}
#main-menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
/* 下線（初期状態） */
#main-menu li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px; /* 文字からの距離は調整 */
  width: 0;
  height: 1px; /* 下線の太さ */
  background-color: #e5007f;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
/* ホバー時 */
#main-menu li a:hover::after {
  width: 100%;
}
.mainMenuX{
  font-size: 30px;
}
.mainMenuX a:link {
  color: #ab1875;
}
.mainMenuX a:visited {
  color: #ab1875;
}
.mainMenuX a:active {
  color: #ab1875;
}
.mainMenuX a:hover {
  color: #fe3fad;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-visual img {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#visual-caption {
  display: none;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  margin: 0;
  padding: 15px;
}
#news-feed-index ul {
  width: 840px;
  margin: 60px auto 50px;
  padding: 75px 0 50px;
  background-image: url("/replacement/feedTitle.png");
  background-repeat: no-repeat;
  background-position: top left;
}
#news-feed-index h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 2px 0 15px;
  clear: both;
  background: url('/imagesPC/allow01.gif') no-repeat 0 8px;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #000;
}
#news-feed-index h2 a:hover {
  text-decoration: underline;
  color: #000;
}
.feedDate {
  display: inline-block;
  width: 123px;
  height: 25px;
  margin-right: 15px;
  background-image: url("/replacement/feedDate.png");
  background-repeat: no-repeat;
  background-position: top left;
  color: #fe3fad;
  text-align: center;
  padding-top: 4px;
  font-size: 15px;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
#news-2 article {
  padding: 50px 50px 80px;
  ;
}
.date {
  font-size: 20px;
  display: block;
  color: #fe3fad;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  padding: 0 15px;
  margin: 0;
  line-height: 1;
}
.headline {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.headline a:link {
  text-decoration: none;
  color: #333;
}
.headline a:visited {
  text-decoration: none;
  color: #333;
}
.headline a:active {
  text-decoration: none;
  color: #333;
}
.headline a:hover {
  text-decoration: none;
  color: #fe3fad;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 80px 0;
  padding: 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #fe3fad;
  border: 1px solid #fe3fad;
  padding: 0.8em 1.5em;
  margin: 0 20px;
  background-color: #fdedf6;
  transition: all .3s ease;
}
#pager li a:visited {
  text-decoration: none;
  color: #fe3fad;
  border: 1px solid #fe3fad;
  background-color: #fdedf6;
}
#pager li a:active {
  text-decoration: none;
  color: #fe3fad;
  border: 1px solid #fe3fad;
  background-color: #fdedf6;
}
#pager li a:hover {
  text-decoration: none;
  background-color: #fe3fad;
  color: #fdedf6;
  border: 1px solid #fe3fad;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
/* =============================================== */
/* intro - イントロダクション */
/* ----------------------------------------------- */
/* サイドメニュー（side-box内） */
#paragraph-1 {
  background-image: url("/replacement/kari.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 600px;
}
.lead01 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
.pink {
  color: #fe3fad;
}
.txtCenter {
  text-align: center;
}
.lead02 {
  margin: 20px 0;
  padding: 0;
  font-weight: 600;
  font-size: 19px;
}
.lead02 span {
  padding: 8px 15px 7px;
  color: #fff;
  line-height: 2.5;
  background: linear-gradient(#e5007f, #e5007f);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.beatles {
  width: 260px;
  float: left;
  padding-right: 25px;
  font-size: 8px;
  text-align: center;
}
.beatles img {
  width: 100%;
  height: auto;
}
.club {
  border: 1px solid #e5007f;
  padding: 20px 2em;
  color: #333;
}
.clubTitle {
  font-weight: 600;
  border-bottom: 1px solid #e5007f;
  color: #333;
  text-align: center;
  padding: 10px 0 15px;
  margin-bottom: 25px;
  font-size: 18px;
}
#paragraph-6 .subhead {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 0 0 0.1em;
  margin-bottom: 20px;
}
/* =============================================== */
/* caststaff - キャスト＆スタッフ */
/* ----------------------------------------------- */
#free-format-4 .subhead {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 0 0 0.1em;
  margin-bottom: 20px;
}
.crediteList01 {
  text-align: center;
  padding: 0 0 60px;
}
.crediteList01 li {
  width: 280px;
  display: inline-block;
  text-align: center;
  padding: 15px 3px;
  vertical-align: top;
}
.role {
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #fb51b3;
}
.actor {
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.belong {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.crediteList02 {
  text-align: center;
  padding: 10px 0 20px;
}
.crediteList02 li {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 10px 1em;
  font-size: 20px;
  vertical-align: top;
  line-height: 1.4;
}
.crediteList02 .job {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}
.crediteList03 {
  text-align: center;
  padding: 10px 15px 20px;
  margin: 0 auto;
  max-width: 800px;
}
.crediteList03 li {
  display: inline-block;
  text-align: center;
  font-weight: 400;
  padding: 5px 0.5em;
  font-size: 15px;
  vertical-align: top;
  line-height: 1.4;
}
.crediteList03 .job {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
}
/* =============================================== */
/* schedule&ticket - 公演概要 */
/* ----------------------------------------------- */
.venueList{
  text-align: center;
  padding-top: 25px;
}
.venueList li{
  display: inline-block;
  padding: 15px 5px 30px;
  font-weight: 600;
  font-size: 21px;
}
.venueList li a:link {
  text-decoration: none;
  color: #666;
  transition: all .3s ease;
  border: 1px solid #666;
  padding: 12px 25px 10px 20px;
  background-color: #fafafa;
}
.venueList li a:visited {
  text-decoration: none;
  color: #666;
  border: 2px solid #666;
  background-color: #fafafa;
}
.venueList li a:active {
  text-decoration: none;
  color: #666;
  border: 2px solid #666;
  background-color: #fafafa;
}
.venueList li a:hover {
  text-decoration: none;
  color: #fe3fad;
  border: 1px solid #fe3fad;
  background-color: #fdf2fc;
}

#free-format-5 .subhead {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 8px 0 8px 0.1em;
  margin-bottom: 25px;
}
.dateTxt {
  font-weight: 600;
  font-size: 115%;
  text-align: center;
  padding: 20px 0 10px;
  line-height: 1.2;
}
.sche {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}
.sche img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.venueTxt {
  font-weight: 600;
  font-size: 120%;
  text-align: center;
  padding: 20px 0 10px;
  line-height: 1.5;
}
.ticketPrice {
  padding: 20px 0 10px;
  line-height: 1.5;
  text-align: center;
}
.ticketPrice span {
  color: #e5007f;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
}
.cautionList {
  width: 94%;
  margin: 0 auto;
  padding: 10px 2% 10px 4%;
  list-style-type: disc;
  list-style-position: outside;
}
.cautionList li {
  font-size: 85%;
  line-height: 1.4;
  padding: 5px 0;
}
/* クレジット枠 */
.crediteBox {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 20px;
  border-collapse: collapse;
  font-size: 85%;
}
.crediteBox th {
  width: 7.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.crediteBox td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 1em;
}
/* チケット */
.ticketBox {
  margin: 0 auto;
  padding: 0 20px 15px;
  width: 660px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #ccc;
}
.ticketBox h5 {
  text-align: center;
  height: 0;
}
.ticketBox h5 span {
  color: #fff;
  background-color: #666;
  position: relative;
  top: -30px;
  padding: 5px 1em;
}
.playguideList {
  list-style: none;
  padding: 0 0 15px 0;
  font-size: 90%;
}
.playguideList li {
  padding: 15px 0;
  border-top: 1px dotted #999;
}
.playguideList li:first-child {
  border-top: none;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  text-align: center;
  font-weight: 500;
}
.purchase span {
  display: block;
}
.purchase a:link {
  display: inline-block;
  position: relative;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  transition: all 0.3s;
  font-weight: 400;
  border-radius: 100px;
  font-size: 90%;
  color: #fff;
  background: #e5007f;
}
.purchase a:visited {
  text-decoration: none;
  color: #fff;
  background: #e5007f;
}
.purchase a:active {
  text-decoration: none;
  color: #fff;
  background: #e5007f;
}
.purchase a:hover {
  text-decoration: none;
  color: #fff;
  background: #fe3fad;
}
/* =============================================== */
/* linkBtn - ボタン */
/* ----------------------------------------------- */
.linkBtn {
  text-align: center;
  font-weight: 400;
  display: block;
  padding: 0 0 10px;
}
.linkBtn a:link {
  text-decoration: none;
  color: #fff;
  padding: 4px 1em 2px;
  margin: 0 auto;
  line-height: 1;
  font-size: 0.6em;
  position: relative;
  top: -3px;
  background-color: #e5007f;
  border-radius: 50px;
}
.linkBtn a:visited {
  text-decoration: none;
  color: #fff;
  background-color: #e5007f;
}
.linkBtn a:active {
  text-decoration: none;
  color: #fff;
  background-color: #e5007f;
}
.linkBtn a:hover {
  text-decoration: none;
  background-color: #fe5ab5;
  color: #fff;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer {
  width: 100%;
  margin: 0;
  padding: 75px 0;
  clear: both;
  color: #ccc;
  text-align: center;
  font-size: 100%;
  background-color: #000;
}
/* フッター内部 */
#footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 70%;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-center p {
  padding: 0 0 15px;
  font-size: 105%;
  color: #fff;
}
#footer-center p span {
  font-size: 85%;
  display: block;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 15%;
  float: left;
  margin: 0;
  padding: 450px 0 0;
}
#footer-right p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 60%;
}
#footer-right p a:link {
  text-decoration: none;
  color: #999;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #999;
}
#footer-right p a:active {
  text-decoration: none;
  color: #999;
}
#footer-right p a:hover {
  text-decoration: none;
  color: #fff;
}
/* SNSボタン */
.snsBtn {
  padding: 0 0 25px;
  text-align: center;
}
.snsBtn li {
  font-size: 46px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #fff;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:active {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #fe3fad;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
/*nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}*/
/* =============================================== */
/* fadeIn - フェイドイン */
/* ----------------------------------------------- */
/* 共通（最初は隠す） */
.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
  opacity: 0;
  transition: all 0.8s ease;
}
/* 右から */
.fadeInRight {
  transform: translateX(30px);
}
.fadeInRight.show {
  opacity: 1;
  transform: translateX(0);
}
/* 左から */
.fadeInLeft {
  transform: translateX(-30px);
}
.fadeInLeft.show {
  opacity: 1;
  transform: translateX(0);
}
/* 下から */
.fadeInUp {
  transform: translateY(30px);
}
.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}
/* 上から */
.fadeInDown {
  transform: translateY(-30px);
}
.fadeInDown.show {
  opacity: 1;
  transform: translateY(0);
}
/* =============================================== */
/* modal - モーダルウィンドウ */
/* ----------------------------------------------- */
button {
  appearance: none;
  border: none;
  background: #000;
  color: #fff;
  padding: 4px 12px 3px;
  font-size: 15px;
  cursor: pointer;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
}
button:hover {
  background-color: #fe3fad;
}
/* overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration) linear;
  z-index: 1000;
}
/* modal window */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70vw;
  max-width: 800px;
  max-height: 50vh;
  background: transparent;
  transform: translate(-50%, -50%) scaleX(.85) scaleY(.7);
  opacity: 0;
  pointer-events: none;
  transition: transform var(--duration) var(--ease);
  z-index: 1001;
}
/* 実体の箱（transformしない） */
.modal-frame {
  height: 100%;
  background: #fff;
  overflow: hidden;
}
/* スクロール専用 */
.modal-inner {
  height: 100%;
  padding: 60px 40px;
  box-sizing: border-box;
  overflow-y: auto;
}
.modal h2 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: .08em;
  border-bottom: 3px solid #000;
  padding: 0 0 5px;
}
.modal h2 .belong {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.modal-inner p {
  margin: 0;
  padding: 10px 0;
}
.close-fixed {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #000;
  border: none;
  font-size: 30px;
  cursor: pointer;
}
button.close-fixed:hover {
  background-color: #fe3fad;
}
/* active state */
.is-open .modal-overlay {
  opacity: 1;
  pointer-events: auto;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scaleX(1) scaleY(1);
}