@charset "UTF-8";
/* -------------------------------------
reset
------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
.tit-accordion,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  vertical-align: middle;
  line-height: 1;
  height: auto;
  fill: currentColor;
}
svg defs {
  height: 0;
  display: block;
}

svg use {
  pointer-events: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background: #222222;
  color: #222222;
  font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

::-moz-selection {
  background: rgba(34, 34, 34, 0.5);
  mix-blend-mode: difference;
}

::selection {
  background: rgba(34, 34, 34, 0.5);
  mix-blend-mode: difference;
}

::-moz-selection {
  background: rgba(34, 34, 34, 0.5);
  mix-blend-mode: difference;
}

.svg-symbol {
  display: none;
}

svg {
  overflow: visible;
  fill: #222222;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #E03F3F;
}

.wrap {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.wrap::before, .wrap::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap::before {
  background-image: url(/static/creephyp/fanclub/feature/hasegawakaonashi_2025_M0d4y/img/bg_main.webp);
  background-size: cover;
  background-position: right top;
  opacity: 0.5;
  mix-blend-mode: difference;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wrap::before {
    width: 100dvh;
    height: 100dvw;
    background-position: right bottom;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100%);
  }
}
.wrap::after {
  background-color: #222222;
  z-index: -2;
}

.txt--lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.txt--sub {
  display: block;
  margin-top: 0.3em;
  font-weight: 400;
  line-height: 1.6;
}

.txt--link {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.txt--link::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(-45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
  border-bottom: solid 1px #222222;
  border-right: solid 1px #222222;
}

.btn {
  width: min(100%, 320px);
  margin: 1em auto;
  text-align: center;
}

.btn + .btn {
  margin-top: 1em;
}

.btn--main {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #222222;
  background: #fff;
  color: #222222;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 999px;
  text-decoration: none;
}
.btn--main .arrow {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-bottom: 0.15em;
  margin-left: 0.2em;
  stroke: #222222;
}
.btn--main.soon {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 961px) {
  .btn--main {
    padding: 20px 40px;
  }
  .btn--main .arrow {
    transition: 0.3s;
    transform-origin: left bottom;
  }
  .btn--main:hover {
    opacity: 1;
    background: #222222;
    color: #fff;
  }
  .btn--main:hover .arrow {
    stroke: #fff;
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    font-size: 1.8rem;
    padding: 1em;
  }
}

.ph {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/blank_thumb.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph img {
  width: 100%;
  pointer-events: none;
}

svg {
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}
svg path,
svg line,
svg use {
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}
svg.arrow {
  fill: transparent;
  stroke: #222222;
  stroke-width: 1;
}
svg.fcLogo {
  fill: #222222;
}

.date {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 4rem;
}
.date .week {
  margin-left: 0.2em;
  background: #222222;
  color: #fff;
  border-radius: 100%;
  font-size: 1.4rem;
  padding: 0.3em;
  aspect-ratio: 1/1;
  display: inline-block;
  text-align: center;
}
.date .category {
  margin-left: 0.8em;
  font-size: 1.3rem;
}
.date .year {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 3rem;
  }
}

.block--date .date {
  display: flex;
  flex-direction: column;
}

.section-tit {
  color: #fff;
  text-align: left;
  font-size: 4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: min(2.2rem, 9vw);
  }
}

.article-tit {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}
.article-tit .label {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .article-tit .label {
    font-size: 1.3rem;
  }
}
.article-tit .detail {
  line-height: 1.2;
}
.article-tit .sub {
  font-size: 2rem;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .article-tit .sub {
    font-size: 1.8rem;
  }
}
.article-tit .furigana {
  ruby-position: over;
  white-space: nowrap;
}
.article-tit .furigana rt {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 0.1em;
  line-height: 1;
  top: -0.3em;
  display: ruby-text;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .article-tit {
    font-size: min(2.9rem, 7vw);
  }
  .article-tit .furigana rt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  .article-tit {
    font-size: 6vw;
  }
  .article-tit .label {
    font-size: 40%;
  }
  .article-tit .sub {
    font-size: 50%;
  }
}

article .article-tit {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2em;
  margin-bottom: 2em;
}

.block-tit {
  background: #222222;
  padding: 0.4em 0.6em;
  line-height: 1.2;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}

.box {
  background: #fdfdfd;
  padding: 2em;
  color: #222222;
  width: 100%;
}
.box .btn--main {
  color: #fff;
  background: #222222;
}
.box .btn--main .arrow {
  stroke: #fff;
}
.box .no-data {
  opacity: 0.5;
  font-size: 2.4rem;
  text-align: center;
  padding: 4em 0;
}
@media screen and (min-width: 961px) {
  .box .btn--main:hover {
    color: #222222;
    background: #fff;
  }
  .box .btn--main:hover .arrow {
    stroke: #222222;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .box {
    padding: 1.6em 4.4vw;
  }
  .box .btn {
    width: min(100%, 320px);
  }
}

.block--accordion {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
}
.block--accordion .tit-accordion {
  background: #9139C0;
  color: #fff;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 16px 48px 16px 24px;
}
.block--accordion .tit-accordion::-webkit-details-marker {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--accordion .tit-accordion {
    padding: 16px 40px 16px 16px;
  }
}
.block--accordion .tit-accordion .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: #C6D9FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.block--accordion .tit-accordion .icon::before, .block--accordion .tit-accordion .icon::after {
  content: "";
  background-color: #222222;
  transition: height 0.3s ease;
}
.block--accordion .tit-accordion .icon::before {
  width: 2px;
  height: 12px;
  transform-origin: center;
}
.block--accordion .tit-accordion .icon::after {
  width: 12px;
  height: 2px;
}
.block--accordion details[open] .icon::before {
  animation: iconOpenAnimation 0.3s ease forwards;
}
.block--accordion .tit-accordion {
  position: relative;
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--accordion .tit-accordion {
    font-size: 1.6rem;
  }
}
.block--accordion .tit-accordion::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-70%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transition: transform 0.3s ease;
}
.block--accordion.end .tit-accordion {
  position: relative;
}
.block--accordion.end .tit-accordion span::after {
  content: "受付終了";
  font-size: 1rem;
  border: 1px solid;
  padding: 0.4em 1em;
  border-radius: 999px;
  margin-left: 1em;
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
.block--accordion dl:not(:first-child) {
  position: relative;
  margin-top: 1.6em;
  padding-top: 1.6em;
}
.block--accordion dl:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #222222, #222222 3px, transparent 3px, transparent 6px);
}

.block--accordion[open] .tit-accordion.tit-accordion::before {
  transform: translateY(-10%) rotate(225deg);
}

.list--attention {
  padding-left: 1.5em;
}
.list--attention li {
  list-style-type: disc;
  font-size: 1.5rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--attention li {
    font-size: 1.3rem;
  }
}
.list--attention li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list--attention li a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .list--attention li a:hover {
    text-decoration: none;
  }
}

@keyframes navIn {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes navOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(120%);
  }
}
.list--information a {
  text-decoration: none;
  padding: 2em;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information a {
    padding: 1.6em 4.4vw;
  }
}
.list--information li {
  position: relative;
}
.list--information li.new .tit {
  position: relative;
}
.list--information li.new .tit::after {
  content: "new";
  background-color: #222222;
  color: #fff;
  padding: 2px 4px 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
}
.list--information li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #222222, #222222 3px, transparent 3px, transparent 6px);
}
.list--information li + li::before {
  width: calc(100% - 4em);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--information li + li::before {
    width: calc(100% - 8.8vw);
  }
}

.list--schedule .tit {
  margin-top: 0.4em;
}
.list--schedule .date {
  font-size: 2.8rem;
}
.list--schedule .date .week {
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--schedule .date {
    font-size: 2.2rem;
  }
  .list--schedule .date .week {
    font-size: 1.1rem;
  }
}

.footer {
  color: #fff;
  margin: 120px auto;
}
.footer .tit-fc {
  text-align: center;
  display: block;
}
.footer .block--fc {
  width: min(90%, 360px);
  margin-left: auto;
  margin-right: auto;
}
.footer .block--fc .fcLogo {
  width: 80%;
  margin: 1em auto 2em;
  fill: #fff;
}
.footer .copyright {
  margin-top: 5em;
  font-size: 1.2rem;
  text-align: center;
}

body.all-clear.nav-in-footer .block--nav {
  animation: navOut 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

section {
  width: 100%;
}

.content-main section {
  width: min(70%, 1000px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 128px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content-main section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 6vw;
    padding-left: 6vw;
    margin-bottom: 80px;
  }
}

.section--mv {
  position: relative;
  height: 100vh;
  height: 100svh;
  margin-bottom: 80px;
}
.section--mv .block--hero_txt {
  color: #fff;
  display: flex;
  width: inherit;
  height: inherit;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 6vw;
}
.section--mv .block--hero_txt h1 {
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
}
@media screen and (min-width: 961px) {
  .section--mv .block--hero_txt h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6vw;
  }
  .section--mv .block--hero_txt [class^=wrap-tit_] {
    width: 45%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .block--hero_txt {
    flex-direction: column;
    justify-content: center;
    padding: 4vw 4vw 24vw 14vw;
    gap: 20vw;
  }
  .section--mv .block--hero_txt h1 {
    font-size: min(2.4rem, 4.3vw);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    height: 100vh;
    height: 100svh;
  }
  .section--mv .block--hero_txt h1 .title {
    display: block;
    white-space: nowrap;
  }
  .section--mv .block--hero_txt h1::before, .section--mv .block--hero_txt h1::after {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    transition: opacity 0.5s ease;
  }
}
@media screen and (min-width: 680px) and (max-width: 960px) {
  .section--mv .block--hero_txt {
    padding-bottom: 16vw;
    gap: 16vw;
  }
  .section--mv .block--hero_txt .date {
    font-size: 5vw;
  }
  .section--mv .block--hero_txt .detail {
    font-size: 2.2vw;
  }
}
.section--mv .block--info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
}
.section--mv .block--info .date span {
  background: #fff;
  color: #222222;
  font-weight: 600;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .block--info .date {
    font-size: min(3rem, 8vw);
  }
}
.section--mv .block--info .detail span {
  margin-left: 0.4em;
}
.section--mv .block--info .detail {
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .block--info .detail {
    font-size: min(1.4rem, 3.6vw);
  }
}
.section--mv .block--nav {
  position: fixed;
  bottom: 4vh;
  right: 0;
  z-index: 100;
}
.section--mv .block--nav .list--nav__contents {
  display: flex;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(34, 34, 34, 0.16);
  padding: 0.2em 1em;
}
.section--mv .block--nav .list--nav__contents li {
  color: #222222;
  text-align: left;
}
.section--mv .block--nav .list--nav__contents li a {
  text-decoration: none;
  font-size: min(3.8vw, 2rem);
}
.section--mv .block--nav .list--nav__contents li:not(:first-child) {
  margin-left: 0.5em;
}
.section--mv .block--nav .list--nav__contents li:not(:first-child)::before {
  content: "/";
  position: relative;
  margin-right: 0.5em;
}

.section--mv .block--hero_txt h1 span,
.section--mv .block--hero_txt h1::before,
.section--mv .block--hero_txt h1::after,
.section--mv .block--hero_txt [class^=wrap-tit_] {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, filter, transform;
}
.section--mv .block--nav {
  transform: translateX(120%);
}

body.loaded_delay .block--hero_txt h1 span,
body.loaded_delay .block--hero_txt h1::before,
body.loaded_delay .block--hero_txt h1::after {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition-delay: 0.3s;
}
body.loaded_delay .block--hero_txt [class^=wrap-tit_] {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
body.loaded_delay .block--hero_txt .wrap-tit_album {
  transition-delay: 1s;
}
body.loaded_delay .block--hero_txt .wrap-tit_live {
  transition-delay: 1.4s;
}
body.loaded_delay .block--nav {
  animation: navIn 0.4s 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

body.scrolling h1::before, body.scrolling h1::after {
  opacity: 0 !important;
}

.section--information .box, .section--media .box {
  padding: 0;
}
.section--information .list--information, .section--media .list--information {
  max-height: 400px;
  overflow-y: auto;
}

.section--schedule .block--date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1em;
}
.section--schedule .block--date .time {
  line-height: 1.4;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--schedule .block--date .time {
    font-size: 1.6rem;
  }
}
.section--schedule .venue {
  margin: 1.6em 0;
  line-height: 1.3;
}
.section--schedule .venue span {
  font-size: 3.5rem;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--schedule .venue span {
    font-size: 2.4rem;
  }
}
.section--schedule .info {
  padding-top: 1em;
  margin-top: 1em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.section--schedule .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #222222, #222222 3px, transparent 3px, transparent 6px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--schedule .info {
    flex-direction: column;
    gap: 0.4em;
  }
}

.section--ticket > .box .tax {
  font-size: 60%;
}
.section--ticket > .box .fee {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--ticket > .box .fee {
    font-size: 1.6rem;
  }
}
.section--ticket > .box .list--fee + .list--attention {
  position: relative;
  margin-top: 1.6em;
  padding-top: 1.6em;
}
.section--ticket > .box .list--fee + .list--attention::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #222222, #222222 3px, transparent 3px, transparent 6px);
}

.delighter {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
}

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (min-width: 961px) {
  .txt--sub {
    font-size: 1.3rem;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  .txt--link::after {
    transition: 0.3s;
  }
  .txt--link:hover::after {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--sub {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */