@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: #3A3A3A;
  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);
  color: #3A3A3A;
}

::selection {
  background: rgba(34, 34, 34, 0.5);
  color: #3A3A3A;
}

::-moz-selection {
  background: rgba(34, 34, 34, 0.5);
  color: #222222;
}

.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/ozakisekaikannohi_2025_tw19m0/img/noise.webp);
  background-size: 500px;
  opacity: 0.4;
  mix-blend-mode: multiply;
  z-index: -1;
}
.wrap::after {
  background-color: #3A3A3A;
  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 span {
  margin-left: 0.2em;
  background: #222222;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
  padding: 0.3em;
  aspect-ratio: 1/1;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 3rem;
  }
}

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

.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;
}
@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: 2em 6vw;
  }
  .box .btn {
    width: min(100%, 320px);
  }
}

.block--accordion {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
}
.block--accordion .tit-accordion {
  background: #E8F581;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 16px 48px 16px 24px;
}
.block--accordion .tit-accordion::-webkit-details-marker {
  display: none;
}
.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.8rem;
  }
}
.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::after {
  content: "受付終了";
  font-size: 1.2rem;
  border: 1px solid;
  padding: 0.4em 1em;
  border-radius: 999px;
  margin-left: 1em;
  display: inline-block;
}
.block--accordion .box {
  border-top: 1px solid #222222;
}
.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;
  }
}

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

section {
  width: 100%;
}

.content-main section {
  width: min(70%, 1000px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}
@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: 140px;
  }
}

.section--mv {
  position: relative;
  height: 100vh;
  height: 100svh;
  z-index: 0;
  margin-bottom: 140px;
}
.section--mv .mainvisual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100vh - 16px);
  height: calc(100svh - 16px);
  overflow: hidden;
  border-radius: 8px;
}
.section--mv .mainvisual img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .mainvisual img {
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
.section--mv .logo {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 100vh;
  height: 100svh;
}
.section--mv .logo img {
  width: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section--mv .logo > * {
  display: flex;
}
.section--mv .logo [class^=block-txt] {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .logo [class^=block-txt] {
    align-items: center;
  }
}
@media screen and (min-width: 961px) {
  .section--mv .logo > * {
    justify-content: space-between;
  }
  .section--mv .logo [class^=block-txt] {
    justify-content: space-between;
  }
  .section--mv .logo .block-txtA {
    width: 9%;
  }
  .section--mv .logo .block-txtA .txtA06 {
    width: 80%;
    margin: 0 auto;
  }
  .section--mv .logo .block-txtA .txtA07 {
    width: 80%;
    margin: 0 auto;
  }
  .section--mv .logo .txt-column_sp {
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .section--mv .logo .txt-column_sp .block-txtB, .section--mv .logo .txt-column_sp .block-txtC {
    width: 20%;
  }
  .section--mv .logo .block-txtB {
    height: 40vh;
    height: 40svh;
  }
  .section--mv .logo .block-txtC {
    height: 50vh;
    height: 50svh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .logo .block-txtA {
    justify-content: space-between;
    width: min(22%, 130px);
  }
  .section--mv .logo .block-txtA .txtA06 {
    width: 80%;
    margin: 0 auto;
  }
  .section--mv .logo .block-txtA .txtA07 {
    width: 80%;
    margin: 0 auto;
  }
  .section--mv .logo .txt-column_sp {
    display: flex;
    flex-direction: column;
    width: min(16%, 130px);
    gap: 2em;
    height: 60vh;
  }
  .section--mv .logo .txt-column_sp .block-txtB, .section--mv .logo .txt-column_sp .block-txtC {
    gap: 1em;
  }
}
.section--mv .block--info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  bottom: 48px;
  left: 0;
  z-index: 1020;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .block--info {
    bottom: 4vh;
  }
}
.section--mv .block--nav .list--nav__contents {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  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 .pickup {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-left: 3vw;
  gap: 0.2em;
}
.section--mv .pickup p {
  text-shadow: 0px 3px 6px rgba(34, 34, 34, 0.16);
}
.section--mv .pickup .venue {
  display: flex;
  flex-direction: column;
  font-size: min(2.4rem, 1.2vw);
  line-height: 1.4;
}
.section--mv .pickup .venue span {
  font-size: min(3.4rem, 2vw);
  display: block;
}
.section--mv .pickup .date {
  font-size: min(8rem, 4.7vw);
  letter-spacing: -0.03em;
}
.section--mv .pickup .date span {
  background: #fff;
  color: #222222;
  font-size: 1.9rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv .pickup {
    margin-left: 5vw;
  }
  .section--mv .pickup .venue {
    font-size: min(2.4rem, 4vw);
  }
  .section--mv .pickup .venue span {
    font-size: min(3.4rem, 5vw);
  }
  .section--mv .pickup .date {
    font-size: min(8rem, 15vw);
  }
  .section--mv .pickup .date span {
    font-size: 1.9rem;
  }
}

.section--mv .logo, .section--mv .mainvisual, .section--mv .block--info, .section--mv [class^=block-txt] {
  opacity: 0;
}
.section--mv .mainvisual {
  opacity: 0;
  transition: opacity 1s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.section--mv .block-txtA,
.section--mv .block-txtB,
.section--mv .block-txtC,
.section--mv .block--info {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, filter, transform;
}

body.loaded_delay .mainvisual {
  opacity: 1;
}
body.loaded_delay .logo {
  opacity: 1;
}
body.loaded_delay .block-txtA {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 0.6s;
}
body.loaded_delay .block-txtB {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 1s;
}
body.loaded_delay .block-txtC {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 1.4s;
}
body.loaded_delay .block--info {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 1.8s;
}

.section--schedule .block--date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5em;
}
.section--schedule .block--date .time {
  line-height: 1;
  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 .fee {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--ticket > .box .fee {
    font-size: 2rem;
  }
}

.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 */