@charset "UTF-8";
/*------------------------------------------
  基本設定
------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #0B0A08;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
  text-decoration: none;
}

.red {
  color: #9A4351;
}

@media only screen and (max-width: 767px) {
  .is--pc {
    display: none;
  }
}

.is--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is--sp {
    display: block;
  }
}

/*------------------------------------------
  コンポーネント
------------------------------------------*/
.c-scroll {
  text-align: center;
  display: block;
  line-height: 1.1;
}
.c-scroll__text {
  font-family: "Bellefair", serif;
  display: block;
  margin-bottom: 5px;
}
.c-scroll__icon {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  margin: auto;
  transition: 0.3s;
}
.c-scroll__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/teaser/arrow-top-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.c-scroll__icon.--down:before {
  transform: rotate(180deg);
}
.c-scroll__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.c-scroll__icon .on {
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .c-scroll__icon:hover .off {
    opacity: 0;
  }
  .c-scroll__icon:hover .on {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-scroll__text {
    font-size: 12px;
  }
  .c-scroll__icon {
    width: 62px;
    height: 62px;
  }
  .c-scroll__icon:before {
    background-size: 20px;
  }
  .c-scroll.is--active .c-scroll__icon .off {
    opacity: 0;
  }
  .c-scroll.is--active .c-scroll__icon .on {
    opacity: 1;
  }
}
/*------------------------------------------
  レイアウト
------------------------------------------*/
.l-main {
  position: relative;
}

.l-header {
  position: relative;
  z-index: 10;
  height: 100vh;
  width: 100%;
}
.l-header .header-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .l-header {
    height: 74vh;
  }
  .l-header .header-scroll {
    bottom: -32px;
  }
}
.l-contents {
  padding: 104px 0 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-contents {
    padding-top: 70px;
  }
}
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(13px) brightness(60%);
  opacity: 0;
  transition: 1s;
}
.l-bg.is--active {
  opacity: 1;
}

.l-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.l-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform, filter;
  filter: var(--glitch-filter);
}

:root {
  --glitch-filter: grayscale(0.8) contrast(1.2) brightness(0.8);
}

/* 色収差（グリッチ時）用のレイヤー */
.glitch-layer {
  display: none;
  mix-blend-mode: screen;
  opacity: 0.7;
  z-index: 2;
}

/* 粒子ノイズ */
.noise-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  z-index: 5;
}

/* ビネット（周辺を暗く） */
.vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 6;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .l-mv {
    height: 74vh;
  }
}
.l-footer {
  position: relative;
  padding: 60px 0 180px;
  margin-top: 155px;
  border-top: 1px solid #9A4351;
  z-index: 10;
}
.l-footer__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.l-footer .footer-logo {
  width: 350px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
.l-footer .footer-nav {
  margin-left: auto;
  width: 472px;
  max-width: 100%;
}
.l-footer .footer-nav__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 14px 0;
  justify-content: space-between;
}
.l-footer .footer-nav__list li {
  width: 52%;
}
.l-footer .footer-nav__list li:nth-child(2n) {
  width: 40%;
}
.l-footer .footer-nav__list a {
  display: inline-block;
  border-bottom: 1px solid #676767;
}
.l-footer .footer-nav__list a:hover {
  border-bottom: none;
}
.l-footer .footer-copy {
  position: absolute;
  bottom: 0;
  left: 40px;
  font-family: "Bellefair", serif;
  font-size: 12px;
}
.l-footer .pagetop {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 41px);
  line-height: 1.1;
}

@media only screen and (max-width: 1024px) {
  .l-footer {
    padding-top: 80px;
  }
  .l-footer__inner {
    display: block;
  }
  .l-footer .footer-logo {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .l-footer .footer-nav {
    margin: auto;
  }
  .l-footer .footer-copy {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 108px;
    padding-bottom: 100px;
  }
  .l-footer .footer-logo {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .l-footer .footer-nav {
    width: 100%;
  }
  .l-footer .footer-nav__list {
    gap: 10px 0;
  }
  .l-footer .footer-nav__list li {
    text-align: center;
    width: 100%;
  }
  .l-footer .footer-nav__list li:nth-child(2n) {
    width: 100%;
  }
  .l-footer .footer-nav__list a {
    display: inline-block;
    font-size: 12px;
    line-height: 2;
  }
  .l-footer .footer-copy {
    margin-top: 32px;
    font-size: 10px;
  }
  .l-footer .pagetop {
    transform: translate(-50%, 31px);
  }
}
.l-inner {
  max-width: 1126px;
  padding: 0 40px;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 24px;
  }
}
/*------------------------------------------
  タイトル
------------------------------------------*/
.header-logo {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-logo__image {
  width: 755px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .header-logo {
    height: 74vh;
  }
  .header-logo__viewport {
    height: 74vh;
  }
  .header-logo__image {
    width: 74.1333333333vw;
  }
}
/*------------------------------------------
  クラウドファンディング実施中
------------------------------------------*/
.fixed-button {
  position: fixed;
  z-index: 100;
  right: 16px;
  bottom: 16px;
  color: #0B0A08;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 273px;
  height: 59px;
  line-height: 1.5;
  background-image: url(../images/teaser/crowdfunding-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  box-shadow: 0px 0px 88px 0px rgba(235, 154, 167, 0.6);
  font-size: 20px;
}
.fixed-button:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  background-image: url(../images/teaser/arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11.58px;
  transition: 0.3s;
}
.fixed-button__text {
  text-align: center;
}
.fixed-button__text span {
  display: block;
  font-size: 10px;
}

@media only screen and (min-width: 769px) {
  .fixed-button {
    transition: 0.3s;
  }
  .fixed-button:hover {
    color: #fff;
    background-image: url(../images/teaser/crowdfunding-on.png);
  }
  .fixed-button:hover:after {
    background-image: url(../images/teaser/arrow-right-wh.svg);
  }
}
@media only screen and (max-width: 767px) {
  .fixed-button {
    width: 100%;
    right: 0;
    bottom: 0;
    padding-left: 0;
    height: 49px;
    justify-content: center;
    background-image: url(../images/teaser/crowdfunding-off-sp.png);
    background-size: cover;
    box-shadow: 0px 0px 88px 0px rgba(235, 154, 167, 0.6);
    font-size: 18px;
  }
  .fixed-button:after {
    right: 24px;
  }
  .fixed-button__text span {
    font-size: 9px;
  }
}
/*------------------------------------------
  マウスストーカー
------------------------------------------*/
.mouseStkr {
  position: fixed;
  top: -8px;
  left: -8px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(13px);
  opacity: 0.4;
  border-radius: 50%;
  transition: 0.1s;
  transition-timing-function: ease-out;
  pointer-events: none;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .mouseStkr {
    display: none;
  }
}
/*------------------------------------------
  『迷界デパート』とは
------------------------------------------*/
.p-about {
  position: relative;
}
.p-about .about-head {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  height: 392px;
  padding-bottom: 30px;
}
.p-about .about-head__inner {
  width: 400px;
  text-align: center;
}
.p-about .about-head__lead {
  width: 100%;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 2;
}
.p-about .about-head__lead span {
  display: inline-block;
  border-top: 1px solid #9A4351;
  border-bottom: 1px solid #9A4351;
}
.p-about .about-head__title {
  width: 100%;
  font-size: clamp(35px, 4vw, 40px);
  margin-top: 0.75em;
}
.p-about .about-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 392px;
  max-width: calc(100% - 460px);
}
.p-about .about-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 767px) {
  .p-about:before {
    left: 25.3333333333vw;
    top: 66px;
  }
  .p-about__inner {
    position: relative;
    z-index: 1;
  }
  .p-about .about-head {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .p-about .about-head__inner {
    width: 100%;
  }
  .p-about .about-head__lead {
    font-size: 14px;
    line-height: 3.14;
  }
  .p-about .about-head__lead span {
    width: 100%;
    max-width: 330px;
  }
  .p-about .about-head__title {
    font-size: 24px;
    margin-top: 1em;
  }
  .p-about .about-visual {
    position: static;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-left: 24px;
  }
}
/*------------------------------------------
  STORY
------------------------------------------*/
.p-story {
  margin-bottom: 144px;
}
.p-story .story-title {
  text-align: center;
  font-family: "Bellefair", serif;
  font-size: 104px;
  color: #9A4351;
  line-height: 1.1;
  transform: translateY(-44%);
}
.p-story .story-message {
  text-align: center;
}
.p-story .story-message__text {
  font-size: 18px;
  line-height: 2.44;
  margin-bottom: 32px;
}
.p-story .story-message__text:last-child {
  margin-bottom: 0;
}
.p-story .story-message__lead {
  margin-bottom: 48px;
  font-family: "New Tegomin", "Shippori Mincho B1", serif;
  font-size: 32px;
  line-height: 2;
  letter-spacing: -0.05em;
}
.p-story .story-message__lead span {
  color: #E33F56;
}
.p-story .story-message__lead .--large {
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .p-story {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }
  .p-story .story-title {
    text-align: left;
    font-size: 53px;
    transform: translate(-10px, 0);
    margin-top: -0.5em;
    margin-bottom: 16px;
  }
  .p-story .story-message {
    text-align: center;
  }
  .p-story .story-message__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 24px;
  }
  .p-story .story-message__lead {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.8;
  }
  .p-story .story-message__lead .--large {
    font-size: 24px;
  }
}
/*------------------------------------------
  詳細
------------------------------------------*/
.p-info .info-venue {
  max-width: 730px;
  margin: 0 auto 96px;
}
.p-info .info-venue table {
  width: 100%;
}
.p-info .info-venue th {
  text-align: left;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  width: 170px;
  padding: 17px 24px;
}
.p-info .info-venue td {
  border-bottom: 1px solid #9A4351;
  padding: 17px 24px;
}
.p-info .info-venue tr:first-child th {
  border-top: 1px solid #fff;
}
.p-info .info-venue tr:first-child td {
  border-top: 1px solid #9A4351;
}
.p-info .info-venue__sub {
  text-align: center;
  margin-top: 30px;
}
.p-info .info-wanted {
  text-align: center;
}
.p-info .info-wanted__catch {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.p-info .info-wanted__catch:before, .p-info .info-wanted__catch:after {
  content: "";
  width: 14px;
  height: 100%;
  border: 1px solid #9A4351;
  position: absolute;
  top: 0;
}
.p-info .info-wanted__catch:before {
  left: 0;
  border-right: none;
}
.p-info .info-wanted__catch:after {
  right: 0;
  border-left: none;
}
.p-info .info-wanted__catch p {
  padding: 10px 38px;
  position: relative;
}
.p-info .info-wanted__catch p:before, .p-info .info-wanted__catch p:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #9A4351;
  position: absolute;
  top: 0;
}
.p-info .info-wanted__catch p:before {
  left: 7px;
}
.p-info .info-wanted__catch p:after {
  right: 7px;
}
.p-info .info-wanted__button {
  margin-top: 48px;
}
.p-info .info-wanted__button a {
  text-align: left;
  color: #0B0A08;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 80px;
  max-width: 100%;
  background-image: url(../images/teaser/crowdfunding-off-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  box-shadow: 0px 0px 88px 0px rgba(235, 154, 167, 0.6);
  font-size: 24px;
  position: relative;
  line-height: 1.5;
}
.p-info .info-wanted__button a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -10px;
  background-image: url(../images/teaser/arrow-right-bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18.74px;
  transition: 0.3s;
}
.p-info .info-wanted__button a .button-text {
  text-align: center;
}
.p-info .info-wanted__button a .button-text span {
  display: block;
  font-size: 12px;
}
.p-info .info-wanted__button-text {
  margin-top: 0.6em;
}

@media only screen and (min-width: 769px) {
  .p-info .info-wanted__button a {
    transition: 0.3s;
  }
  .p-info .info-wanted__button a:hover {
    color: #fff;
    background-image: url(../images/teaser/crowdfunding-on.png);
  }
  .p-info .info-wanted__button a:hover:after {
    background-image: url(../images/teaser/arrow-right-wh.svg);
  }
}
@media only screen and (max-width: 767px) {
  .p-info:before {
    top: -265px;
    right: 26.6666666667vw;
  }
  .p-info .info-venue {
    margin-bottom: 80px;
  }
  .p-info .info-venue th {
    width: 120px;
  }
  .p-info .info-venue th, .p-info .info-venue td {
    font-size: 12px;
    padding: 13px 8px;
    vertical-align: middle;
  }
  .p-info .info-venue__sub {
    font-size: 12px;
  }
  .p-info .info-wanted__catch {
    font-size: 14px;
  }
  .p-info .info-wanted__catch:before, .p-info .info-wanted__catch:after {
    width: 12px;
  }
  .p-info .info-wanted__catch p {
    padding: 6px 28px;
  }
  .p-info .info-wanted__catch p:before {
    left: 6px;
  }
  .p-info .info-wanted__catch p:after {
    right: 6px;
  }
  .p-info .info-wanted__button {
    margin-top: 32px;
  }
  .p-info .info-wanted__button a {
    justify-content: center;
    padding-left: 0;
    width: 327px;
    height: 72px;
    background-image: url(../images/teaser/crowdfunding-off-l-sp.png);
    font-size: 19px;
  }
  .p-info .info-wanted__button a:after {
    width: 14px;
    height: 14px;
    right: 16px;
    margin-top: -7px;
    background-size: 12.74px;
  }
  .p-info .info-wanted__button a .button-text span {
    font-size: 11px;
  }
  .p-info .info-wanted__button-text {
    font-size: 12px;
  }
}
/*------------------------------------------
  SP ライト
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .sp-light {
    position: relative;
  }
  .sp-light:before {
    content: "";
    width: 160vw;
    height: 160vw;
    background: url(../images/teaser/light.png) no-repeat center;
    background-size: 100%;
    position: absolute;
  }
}