@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,
summary,
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%;
}

html,
body {
  height: 100%;
}

body {
  background: #E2E2E2;
  color: #222222;
  font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Zen Old Mincho", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: 100vw;
}

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: #E2E2E2;
}

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

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

.svg-symbol {
  display: none;
}

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

.nowrap {
  white-space: nowrap;
}

.wrap {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100vw;
  margin: 0 auto;
}

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

.highlight {
  background: linear-gradient(transparent 50%, #E8F581 0%);
  margin: 0 0.3em;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 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: #222222;
  color: #fff;
  font-size: 1.6rem;
  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: #fff;
}
.btn--main.soon {
  pointer-events: none;
  background: transparent;
  color: #222222;
}

.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.quotation {
  fill: #E8F581;
  stroke: #222222;
  stroke-width: 1;
}
svg.arrow {
  fill: transparent;
  stroke: #222222;
  stroke-width: 1;
}
svg.fcLogo {
  fill: #222222;
}

.footer {
  padding-bottom: 30px;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
}

.bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: url(/static/creephyp/fanclub/feature/magazine_vol8/img/noise.webp);
  background-repeat: repeat;
  background-size: 500px;
  mix-blend-mode: multiply;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.bg::after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
}

.tonbo {
  width: 100%;
  height: 100vh;
  height: 100svh;
  pointer-events: none;
}
.tonbo span {
  position: absolute;
}
.tonbo span::before, .tonbo span::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.tonbo span::before {
  top: 0;
  right: 0;
}
.tonbo span::after {
  left: 0;
  bottom: 0;
}
.tonbo span:nth-child(1) {
  top: 10px;
  left: 10px;
}
.tonbo span:nth-child(2) {
  top: 10px;
  right: 10px;
  transform: scale(-1, 1);
}
.tonbo span:nth-child(3) {
  bottom: 10px;
  left: 10px;
  transform: scale(1, -1);
}
.tonbo span:nth-child(4) {
  bottom: 10px;
  right: 10px;
  transform: scale(-1, -1);
}

section {
  width: 100%;
}

.content-main section {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.section--mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 60vw;
}
.section--mv .decotext {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section--mv .block--fcLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(40px, 7vw);
}
.section--mv .block--fcLogo .member {
  padding: 0.2em 0.7em;
  margin-bottom: 10px;
  background: #222222;
  color: #fff;
}
.section--mv .block--fcLogo .fcLogo {
  width: min(18em, 62vw);
}
.section--mv .block--logo {
  position: relative;
  text-align: center;
}
.section--mv .block--logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 103%;
  height: 103%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.section--mv .block--logo h1 {
  font-weight: 400;
}
.section--mv .block--logo h1 .tit-main {
  line-height: 1.3em;
}
.section--mv .block--logo h1 .tit-main span {
  letter-spacing: -0.19em;
}
.section--mv .block--logo .vol {
  position: absolute;
  transform: rotate(9deg);
  padding: 0.05em 0.8em 0.25em;
  border-radius: 50%;
  border: 1px solid #222222;
  background: #E8F581;
  font-weight: 400;
}
.section--mv .block--logo .vol span {
  font-size: 0.6em;
  font-weight: 900;
}
.section--mv .block--tour {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(6vh, 50px);
  text-align: center;
}
.section--mv .block--tour .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.section--mv .block--tour .tit::before, .section--mv .block--tour .tit::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #222222;
}
.section--mv .block--tour .tourName {
  margin-bottom: 10px;
  font-size: min(1.4rem, 3.6vw);
}

.section--lead {
  position: relative;
  border: 1px solid #222222;
  background: #fff;
  line-height: 1.8;
}
.section--lead .txt + .txt {
  margin-top: 20px;
}
.section--lead .quotation {
  position: absolute;
}
.section--lead .quotation:last-child {
  transform: scale(-1, -1);
}

.block--date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
}

.date {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.1em;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.date .year {
  font-size: 0.75em;
}
.date .year span,
.date .month span,
.date .date span,
.date .to {
  font-size: 0.8em;
}
.date .week {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-0.1em);
  width: 1.6em;
  height: 1.6em;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  margin-right: 0.2em;
  border: 1px solid #fff;
  border-radius: 999px;
  font-size: 0.6em;
}

.section--term .block--term {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px min(10%, 20px);
  border-radius: 1em;
  background: #222222;
  color: #fff;
}
.section--term .block--term .tit {
  padding: 0.2em 0.8em;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
}
.section--term .block--term + .block--term {
  margin-top: 2px;
}
.section--term .txt--sub {
  margin-top: 10px;
}

.section--about .block--tit {
  position: relative;
  z-index: -1;
  text-align: center;
  line-height: 1.2;
}
.section--about .block--tit .tit-sub {
  font-weight: 900;
}
.section--about .block--tit .tit-main {
  margin-bottom: -0.18em;
  font-weight: 400;
}
.section--about .block--tit .tit-main span {
  letter-spacing: -0.19em;
}
.section--about .box {
  border: 1px solid #222222;
  background: #E8F581;
}
.section--about .box [class^=block--] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--about .box [class^=block--] > .tit {
  padding: 0.2em 0.8em;
  margin-bottom: 20px;
  background: #222222;
  color: #fff;
  font-size: 1.125em;
}
.section--about .box [class^=block--] + [class^=block--] {
  position: relative;
}
.section--about .box [class^=block--] + [class^=block--]::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);
}
.section--about .block--specs ul li {
  text-align: center;
  line-height: 1.8;
}
.section--about .block--contents .list--contents {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.section--about .block--contents .list--contents li {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  line-height: 1.8;
}
.section--about .block--contents .area--stream {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 110px;
  text-align: center;
}
.section--about .block--contents .area--stream::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  height: 0;
  border-radius: 999px;
  background: #fff;
}
.section--about .block--contents .area--stream .ph {
  width: 95%;
}
.section--about .block--contents .area--stream .ph img {
  border: 1px solid #222222;
  overflow: hidden;
}
.section--about .block--contents .area--prev > .tit {
  margin-bottom: 30px;
  font-size: 1.125em;
  text-align: center;
}
.section--about .block--contents .area--prev .ph {
  position: relative;
}
.section--about .block--contents .area--prev .ph img {
  border: 1px solid rgba(34, 34, 34, 0.3);
}
.section--about .block--contents .area--prev .ph .tit {
  position: absolute;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  background: #222222;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
.section--about .block--contents .area--prev .ph + .ph {
  margin-top: 30px;
}
.section--about .block--conditions > .txt {
  text-align: center;
}
.section--about .block--conditions ul li {
  position: relative;
  border-radius: 10px;
  border: 1px solid #222222;
  background: #fff;
  line-height: 1.6;
}
.section--about .block--conditions ul li .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  border-radius: 999px;
  background: #222222;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.section--about .btn {
  width: 100%;
}
.section--about .btn .btn--main > span {
  display: inline-block;
}
.section--about .btn .btn--main > span span {
  letter-spacing: -0.19em;
}

.section--process > .tit,
.section--attention > .tit {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.section--process > .txt,
.section--attention > .txt {
  text-align: center;
}
.section--process > ul > li,
.section--attention > ul > li {
  border: 1px solid #222222;
  margin-bottom: 20px;
  background: #fff;
}
.section--process > ul > li .block--tit,
.section--attention > ul > li .block--tit {
  padding: 10px;
  border-bottom: 1px solid #222222;
  text-align: center;
  font-weight: 600;
}
.section--process > ul > li .block--txt,
.section--attention > ul > li .block--txt {
  padding: 20px;
  letter-spacing: 0;
}
.section--process > ul > li .block--txt .txt,
.section--attention > ul > li .block--txt .txt {
  display: block;
}
.section--process > ul > li .block--txt .txt + .txt,
.section--attention > ul > li .block--txt .txt + .txt {
  margin-top: 0.5em;
}
.section--process > ul > li .block--txt li + li,
.section--attention > ul > li .block--txt li + li {
  margin-top: 0.5em;
}

.section--process ul li .block--tit {
  background: #E8F581;
}
.section--process ul li .block--tit .num {
  margin-right: 0.3em;
}

.section--attention ul li .block--tit {
  background: #CCC;
}

.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) {
  body {
    font-size: 1.6rem;
  }
  .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;
  }
  .btn--main .arrow {
    transition: 0.3s;
    transform-origin: left bottom;
  }
  .btn--main:hover {
    opacity: 1;
    background: #fff;
    color: #222222;
  }
  .btn--main:hover .arrow {
    stroke: #222222;
    transform: scale(1.2);
  }
  .bg::after {
    background-size: 21px 21px;
  }
  .tonbo {
    position: fixed;
  }
  .tonbo span {
    width: 50px;
    height: 50px;
  }
  .content-main section {
    margin-bottom: 200px;
  }
  .section--mv {
    margin-bottom: 140px;
  }
  .section--mv .decotext {
    top: 30px;
    font-size: 14px;
  }
  .section--mv .block--logo::before {
    background-image: url(/static/creephyp/fanclub/feature/magazine_vol8/img/titBg_pc.svg);
  }
  .section--mv .block--logo h1 {
    font-size: 4.3vw;
    line-height: 1.1em;
  }
  .section--mv .block--logo h1 .tit-main {
    font-size: 7vw;
  }
  .section--mv .block--logo h1 .tit-sub {
    font-size: 2.7vw;
  }
  .section--mv .block--logo .vol {
    top: -0.7em;
    right: 1em;
    font-size: 2.8vw;
  }
  .section--lead {
    padding: 40px min(10%, 30px);
    font-size: 1.8rem;
    text-align: center;
  }
  .section--lead .quotation {
    width: 4.6rem;
  }
  .section--lead .quotation:first-child {
    top: -10px;
    left: 10px;
  }
  .section--lead .quotation:last-child {
    bottom: -10px;
    right: 10px;
  }
  .block--date {
    font-size: 2.8rem;
  }
  .section--about .block--tit .tit-sub {
    font-size: min(2.9vw, 40px);
  }
  .section--about .block--tit .tit-main {
    font-size: min(5.9vw, 80px);
  }
  .section--about .box {
    padding: 80px 10%;
  }
  .section--about .box [class^=block--] + [class^=block--] {
    padding-top: 80px;
    margin-top: 80px;
  }
  .section--about .block--contents .list--contents li {
    text-align: center;
  }
  .section--about .block--contents .list--contents li + li {
    margin-top: 20px;
  }
  .section--about .block--contents .list--contents + .txt {
    font-size: 1.4rem;
  }
  .section--about .block--contents .area--stream {
    margin-bottom: 170px;
  }
  .section--about .block--contents .area--stream::before {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    padding-top: 85%;
  }
  .section--about .block--contents .area--stream .tit {
    font-size: 1.8rem;
  }
  .section--about .block--contents .area--stream .ph {
    margin: 1em auto;
  }
  .section--about .block--contents .area--stream .ph img {
    border-radius: 20px;
  }
  .section--about .block--contents .area--stream .txt {
    font-size: 1.4rem;
  }
  .section--about .block--contents .area--prev > .tit {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .section--about .block--contents .area--prev > .tit::before, .section--about .block--contents .area--prev > .tit::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #222222;
  }
  .section--about .block--contents .area--prev .ph:nth-of-type(1) .tit {
    top: 10px;
    right: -10px;
  }
  .section--about .block--contents .area--prev .ph:nth-of-type(2) .tit {
    bottom: 10px;
    left: -10px;
  }
  .section--about .block--conditions ul li {
    padding: 30px 30px 30px 70px;
    margin-top: 10px;
  }
  .section--about .block--conditions ul li .num {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .section--about .btn {
    margin-top: 80px;
  }
  .section--about .btn .btn--main {
    font-size: 2.4rem;
  }
  .section--about .btn .btn--main span {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .section--process > .tit,
  .section--attention > .tit {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  .txt--sub {
    font-size: 1.2rem;
  }
  .bg::after {
    background-size: 16px 16px;
  }
  .tonbo {
    position: absolute;
  }
  .tonbo span {
    width: 30px;
    height: 30px;
  }
  .content-main section {
    margin-bottom: 140px;
  }
  .section--mv {
    margin-bottom: 140px;
  }
  .section--mv .decotext {
    top: min(80px, 10vh);
    font-size: 1.3rem;
  }
  .section--mv .block--logo::before {
    background-image: url(/static/creephyp/fanclub/feature/magazine_vol8/img/titBg_sp.svg);
  }
  .section--mv .block--logo h1 {
    font-size: 7vw;
    line-height: 1.3em;
  }
  .section--mv .block--logo h1 .tit-main {
    font-size: 15vw;
  }
  .section--mv .block--logo h1 .tit-sub {
    font-size: 5.3vw;
  }
  .section--mv .block--logo .vol {
    top: -1em;
    right: -0.4em;
    font-size: 6.4vw;
  }
  .section--lead {
    padding: 30px;
    font-size: 1.6rem;
  }
  .section--lead .quotation {
    width: 3.5rem;
  }
  .section--lead .quotation:first-child {
    top: -20px;
    left: 10px;
  }
  .section--lead .quotation:last-child {
    bottom: -20px;
    right: 10px;
  }
  .block--date {
    font-size: 2.4rem;
  }
  .section--about .block--tit .tit-sub {
    font-size: 5vw;
  }
  .section--about .block--tit .tit-main {
    font-size: 9vw;
  }
  .section--about .box {
    padding: 40px 20px;
  }
  .section--about .box [class^=block--] + [class^=block--] {
    padding-top: 40px;
    margin-top: 40px;
  }
  .section--about .block--contents .list--contents li + li {
    margin-top: 10px;
  }
  .section--about .block--contents .list--contents + .txt {
    font-size: 1.3rem;
  }
  .section--about .block--contents .area--stream {
    margin-bottom: 100px;
  }
  .section--about .block--contents .area--stream::before {
    top: -2em;
    transform: translate(-50%, 0);
    width: 80%;
    padding-top: 80%;
  }
  .section--about .block--contents .area--stream .tit {
    font-size: 1.4rem;
  }
  .section--about .block--contents .area--stream .ph {
    margin: 10px auto;
  }
  .section--about .block--contents .area--stream .ph img {
    border-radius: 20px;
  }
  .section--about .block--contents .area--stream .txt {
    font-size: 1.4rem;
  }
  .section--about .block--contents .area--prev {
    margin-bottom: 40px;
  }
  .section--about .block--contents .area--prev .ph:nth-of-type(1) .tit {
    top: -10px;
    right: -10px;
  }
  .section--about .block--contents .area--prev .ph:nth-of-type(2) .tit {
    bottom: -10px;
    left: -10px;
  }
  .section--about .block--conditions > .txt {
    margin-top: -10px;
    font-size: 1.6rem;
  }
  .section--about .block--conditions ul li {
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
  }
  .section--about .block--conditions ul li .num {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section--about .btn {
    margin-top: 80px;
  }
  .section--about .btn .btn--main {
    font-size: min(4.4vw, 2rem);
  }
  .section--about .btn .btn--main span {
    font-size: 1.1rem;
    line-height: 1.6em;
    margin-bottom: 0.3em;
  }
  .section--process > .tit,
  .section--attention > .tit {
    font-size: 2.2rem;
  }
}