@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #000000;
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: #ffffff;
  word-wrap: break-word;
  line-break: anywhere;
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  .main {
    flex: 1;
  }
}
.main::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 38rem;
  background: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main > * {
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(550 / 750 * 100%);
  z-index: 2;
}

.main p,
.main dd {
  line-height: 1.8;
}
.main p a,
.main dd a {
  display: inline;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .main p a,
  .main dd a {
    transition-property: color;
  }
  .main p a:hover,
  .main dd a:hover {
    color: #878268;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  body {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
  body a,
  body button {
    transition: transform 0.3s ease, filter 0.2s ease;
    backface-visibility: hidden;
  }
  body a:hover,
  body button:hover {
    transform: translateY(5px);
    filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.6)) !important;
  }
  .inner {
    width: calc(1240 / 1920 * 100%);
    max-width: 1240px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ff-en {
  font-family: "Syne", sans-serif;
}

.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn01 {
  position: relative;
  padding: 1.25em 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 106%;
  letter-spacing: 0.3em;
  background-color: #000000;
  filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
.btn01::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -0.25em;
  margin: auto 0;
  width: 1.7em;
  height: 0.8em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ab9317;
}

.btn02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.btn02 a {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
}
.btn02 a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5em;
  height: 1.5em;
  transition: left 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn02 a:hover {
    transform: translate(0);
  }
  .btn02 a:hover svg {
    left: 0.3em;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    position: sticky;
  }
  .header-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    padding: 0 calc(47.5 / 1920 * 100%);
    width: calc(1795 / 1920 * 100%);
    background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
  }
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header-inner {
    flex-shrink: 0;
    margin-right: 3rem;
    padding: 0;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    min-width: 32.2rem;
    padding: 2.1rem;
    background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
    -webkit-mask: url(../images/common/bg_header_logo.png) no-repeat center/100% 100%;
            mask: url(../images/common/bg_header_logo.png) no-repeat center/100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-logo {
    display: contents;
  }
}
.header-logo h1 {
  width: 5.5em;
}
.header-logo h2 {
  margin-left: 0.82em;
}
.header-logo h2 a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #d63b64;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    transition-property: opacity;
  }
  .header-logo a:hover {
    transform: translateY(0);
    opacity: 0.6;
  }
}
.header.is-active .btn-menu span {
  right: 0.8em;
}
.header.is-active .btn-menu span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header.is-active .btn-menu span:nth-of-type(2) {
  right: 100%;
  opacity: 0;
}
.header.is-active .btn-menu span:nth-of-type(3) {
  bottom: -0.2em;
  transform: rotate(45deg);
}

.btn-menu {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 14em;
  height: 14em;
  font-size: 1rem;
  background: url(../images/common/bg_pattern05.jpg) repeat center/20rem auto;
  -webkit-mask: url(../images/common/bg_btn_menu.png) no-repeat center/100% 100%;
          mask: url(../images/common/bg_btn_menu.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5em;
  height: 3.6em;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.4em;
  background-color: #ffffff;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
  transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 0.2em);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
  transform-origin: bottom right;
}

.nav {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20rem 0 120px;
  background-color: #59021c;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: block !important;
    background-color: transparent !important;
    margin-left: auto;
    padding: 0;
    width: auto;
    height: 100%;
    overflow: visible;
  }
}
.nav > .inner {
  width: calc(600 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 100%;
    padding: 0;
    max-width: initial;
  }
}
.nav-menu {
  margin-bottom: 4.7rem;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu > li {
    position: relative;
    position: relative;
    border-bottom: 1px solid #c8869a;
  }
  .nav-menu > li::before, .nav-menu > li::after {
    content: "";
    position: absolute;
    display: block;
    bottom: calc(-0.45rem - 0.5px);
    left: 0;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #c8869a;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .nav-menu > li::after {
    left: auto;
    right: 0;
    transform: scale(-1, 1);
  }
}
.nav-menu > li > a {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > a {
    width: auto;
    height: 100%;
    min-height: 10.3rem;
  }
  .nav-menu > li > a img {
    transition: opacity 0.3s ease;
  }
  .nav-menu > li > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
  }
  .nav-menu > li > a:hover {
    transform: translateY(0);
  }
  .nav-menu > li > a:hover img {
    opacity: 0;
  }
  .nav-menu > li > a:hover::after {
    opacity: 1;
  }
}
.nav-menu > li.nolink a {
  pointer-events: none;
  filter: grayscale(1) opacity(0.5);
}
@media screen and (min-width: 768px) {
  .nav-menu > li.nav01 a::after {
    background-image: url(../images/nav/nav01-pc-tokyo.png);
  }
  .nav-menu > li.nav02 a::after {
    background-image: url(../images/nav/nav02-pc-tokyo.png);
  }
  .nav-menu > li.nav03 a::after {
    background-image: url(../images/nav/nav03-pc-tokyo.png);
  }
  .nav-menu > li.nav04 a::after {
    background-image: url(../images/nav/nav04-pc-tokyo.png);
  }
  .nav-menu > li.nav05 a::after {
    background-image: url(../images/nav/nav05-pc-tokyo.png);
  }
  .nav-menu > li.nav06 a::after {
    background-image: url(../images/nav/nav06-pc-tokyo.png);
  }
}
.nav-sns {
  display: flex;
  justify-content: center;
  gap: 0 0.4em;
  font-size: 14rem;
}
.nav-sns li a {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-radius: 50%;
}
.nav-sns li a svg {
  width: 38%;
  height: 38%;
  fill: #c8869a;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    margin-left: 1em;
    gap: 0 0.75em;
    font-size: 3rem;
  }
  .nav-sns li a {
    background-color: transparent;
  }
  .nav-sns li a:hover {
    transform: translateY(0);
  }
  .nav-sns li a:hover svg {
    fill: #d63b64 !important;
  }
  .nav-sns li a svg {
    width: 100%;
    height: 100%;
    fill: #ffffff !important;
    transition: fill 0.3s ease;
  }
}

/* =====================================================================
    animation
======================================================================*/
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes anime-wavy {
  0% {
    opacity: 1;
    filter: blur(5px);
  }
  80% {
    opacity: 0.5;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes anime-blur {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .banner-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem calc(40 / 1240 * 100%);
  }
  .banner-list li {
    width: calc(386 / 1240 * 100%);
  }
}

.footer-sponsor {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding-top: 18rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 10rem;
  }
}

.follow-content {
  display: none;
  position: sticky;
  margin-bottom: 6rem;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 3.2rem;
  z-index: 10;
  filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 768px) {
  .follow-content {
    position: fixed;
    margin: 0;
    bottom: 30vh;
    width: 5.65em;
    font-size: 2rem;
  }
}
.follow-content a {
  position: relative;
  text-align: center;
  padding: 1.09em;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.28em;
  background-color: #59021c;
}
@media screen and (min-width: 768px) {
  .follow-content a {
    display: grid;
    align-items: center;
    width: 100%;
    writing-mode: vertical-rl;
    text-align: left;
    padding: 1.6em 0;
    padding-bottom: 3.2em;
    line-height: 1.5;
    -webkit-mask-image: url(../images/common/bg_btn_ticket-pc.png);
            mask-image: url(../images/common/bg_btn_ticket-pc.png);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
.follow-content a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 1.7em;
  height: 0.8em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 26"><path d="M614.857,3419.99l-0.026.01c0.015,0.16.025,0.32,0.025,0.48,0,6.11-.173,9.26-11.141,12.76,10.968,3.5,11.141, 6.15,11.141,12.75h0l35.135-13Zm-16.507,9.34a3.33,3.33,0,1,1-3.354,3.33A3.341,3.341,0,0,1,598.35,3429.33Z" transform="translate(-595 -3420)" /></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #c8869a;
}
@media screen and (min-width: 768px) {
  .follow-content a::before {
    top: auto;
    bottom: 1.25em;
    right: 0;
    left: 0;
  }
}

.pagetop {
  position: absolute;
  top: -2rem;
  right: 2rem;
  width: 16.8rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .pagetop {
    top: 10rem;
    right: 8rem;
    width: 12.9rem;
  }
}
.pagetop a {
  filter: drop-shadow(0 0 0.7em #000000);
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    transform: translateY(-5px);
  }
}

.copyright {
  position: relative;
  margin-top: 3rem;
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-top: 5.4rem;
  }
}
.copyright::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  background: url(../images/common/bg_sec01.png) repeat-x center top/auto 100%;
}
@media screen and (min-width: 768px) {
  .copyright::before {
    height: 5.4rem;
  }
}
.copyright p {
  padding-bottom: 2.4rem;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 2rem;
  color: #000000;
  background-color: #605419;
}
@media screen and (min-width: 768px) {
  .copyright p {
    font-size: 1.4rem;
  }
}
.copyright-gallery {
  margin-top: 8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #878268;
}
@media screen and (max-width: 767px) {
  .copyright-gallery {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .copyright-gallery {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

/* =====================================================================
*    osaka
* =================================================================== */
body.osaka .header-logo h2 a {
  color: #9d4cdb;
}
body.osaka .nav {
  background-color: #2c0e35;
}
body.osaka .nav-menu > li {
  border-bottom-color: #8b5c99;
}
body.osaka .nav-menu > li::before, body.osaka .nav-menu > li::after {
  background-color: #8b5c99;
}
body.osaka .nav-menu > li.nav01 a::after {
  background-image: url(../images/nav/nav01-pc-osaka.png);
}
body.osaka .nav-menu > li.nav02 a::after {
  background-image: url(../images/nav/nav02-pc-osaka.png);
}
body.osaka .nav-menu > li.nav03 a::after {
  background-image: url(../images/nav/nav03-pc-osaka.png);
}
body.osaka .nav-menu > li.nav04 a::after {
  background-image: url(../images/nav/nav04-pc-osaka.png);
}
body.osaka .nav-menu > li.nav05 a::after {
  background-image: url(../images/nav/nav05-pc-osaka.png);
}
body.osaka .nav-menu > li.nav06 a::after {
  background-image: url(../images/nav/nav06-pc-osaka.png);
}
body.osaka .nav-sns li a svg {
  fill: #8b5c99;
}
@media screen and (min-width: 768px) {
  body.osaka .nav-sns li a:hover svg {
    fill: #9d4cdb !important;
  }
}
body.osaka .follow-content a {
  background-color: #2c0e35;
}
body.osaka .follow-content a::before {
  background-color: #8b5c99;
}/*# sourceMappingURL=base.css.map */